Changeset 155 for trunk/Forms/FormProperty.lfm
- Timestamp:
- Jun 6, 2023, 10:45:32 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormProperty.lfm
r149 r155 1 1 object FormProperty: TFormProperty 2 2 Left = 760 3 Height = 4354 Top = 5765 Width = 7563 Height = 306 4 Top = 688 5 Width = 670 6 6 Caption = 'Field' 7 ClientHeight = 4358 ClientWidth = 7569 DesignTimePPI = 1 507 ClientHeight = 306 8 ClientWidth = 670 9 DesignTimePPI = 144 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate 12 12 OnShow = FormShow 13 LCLVersion = '2.2. 0.4'13 LCLVersion = '2.2.6.0' 14 14 object ButtonOk: TButton 15 Left = 4 7916 Height = 3 917 Top = 37918 Width = 1 2415 Left = 404 16 Height = 37 17 Top = 253 18 Width = 119 19 19 Anchors = [akRight, akBottom] 20 20 Caption = 'OK' … … 22 22 OnClick = ButtonOkClick 23 23 ParentFont = False 24 TabOrder = 424 TabOrder = 0 25 25 end 26 26 object ButtonCancel: TButton 27 Left = 62028 Height = 3 929 Top = 37930 Width = 1 2027 Left = 540 28 Height = 37 29 Top = 253 30 Width = 115 31 31 Anchors = [akRight, akBottom] 32 32 Caption = 'Cancel' 33 33 ModalResult = 2 34 34 ParentFont = False 35 TabOrder = 536 end37 object Label1: TLabel38 Left = 2539 Height = 2740 Top = 8341 Width = 5942 Caption = 'Name:'43 end44 object EditName: TEdit45 Left = 17546 Height = 4347 Top = 7548 Width = 55449 Anchors = [akTop, akLeft, akRight]50 OnChange = EditNameChange51 35 TabOrder = 1 52 36 end 53 object Label2: TLabel 54 Left = 25 55 Height = 27 56 Top = 133 57 Width = 95 58 Caption = 'Attributes:' 59 end 60 object EditAttributes: TEdit 61 Left = 175 62 Height = 43 63 Top = 129 64 Width = 554 65 Anchors = [akTop, akLeft, akRight] 66 OnChange = EditAttributesChange 37 object ScrollBox1: TScrollBox 38 Left = 16 39 Height = 235 40 Top = 8 41 Width = 637 42 HorzScrollBar.Page = 150 43 VertScrollBar.Page = 205 44 Anchors = [akTop, akLeft, akRight, akBottom] 45 ClientHeight = 231 46 ClientWidth = 633 67 47 TabOrder = 2 68 end 69 object Label3: TLabel 70 Left = 25 71 Height = 27 72 Top = 188 73 Width = 64 74 Caption = 'Values:' 75 end 76 object EditValues: TEdit 77 Left = 175 78 Height = 43 79 Top = 179 80 Width = 554 81 Anchors = [akTop, akLeft, akRight] 82 TabOrder = 3 83 end 84 object Label4: TLabel 85 Left = 25 86 Height = 27 87 Top = 33 88 Width = 48 89 Caption = 'Field:' 90 end 91 object ComboBoxField: TComboBox 92 Left = 175 93 Height = 42 94 Top = 25 95 Width = 554 96 Anchors = [akTop, akLeft, akRight] 97 ItemHeight = 0 98 OnChange = ComboBoxFieldChange 99 Style = csDropDownList 100 TabOrder = 0 48 object Label1: TLabel 49 Left = 8 50 Height = 25 51 Top = 80 52 Width = 51 53 Caption = 'Name:' 54 ParentColor = False 55 end 56 object EditName: TEdit 57 Left = 141 58 Height = 33 59 Top = 72 60 Width = 476 61 Anchors = [akTop, akLeft, akRight] 62 OnChange = EditNameChange 63 TabOrder = 0 64 end 65 object Label2: TLabel 66 Left = 8 67 Height = 25 68 Top = 128 69 Width = 82 70 Caption = 'Attributes:' 71 ParentColor = False 72 end 73 object EditAttributes: TEdit 74 Left = 141 75 Height = 33 76 Top = 124 77 Width = 476 78 Anchors = [akTop, akLeft, akRight] 79 OnChange = EditAttributesChange 80 TabOrder = 1 81 end 82 object Label3: TLabel 83 Left = 8 84 Height = 25 85 Top = 180 86 Width = 54 87 Caption = 'Values:' 88 ParentColor = False 89 end 90 object EditValues: TEdit 91 Left = 141 92 Height = 33 93 Top = 172 94 Width = 476 95 Anchors = [akTop, akLeft, akRight] 96 TabOrder = 2 97 end 98 object Label4: TLabel 99 Left = 8 100 Height = 25 101 Top = 32 102 Width = 41 103 Caption = 'Field:' 104 ParentColor = False 105 end 106 object ComboBoxField: TComboBox 107 Left = 141 108 Height = 33 109 Top = 24 110 Width = 476 111 Anchors = [akTop, akLeft, akRight] 112 ItemHeight = 25 113 OnChange = ComboBoxFieldChange 114 Style = csDropDownList 115 TabOrder = 3 116 end 101 117 end 102 118 end
Note:
See TracChangeset
for help on using the changeset viewer.