Changeset 103 for trunk/Forms/UFormProperty.lfm
- Timestamp:
- Feb 9, 2022, 3:51:26 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormProperty.lfm
r89 r103 1 1 object FormProperty: TFormProperty 2 2 Left = 760 3 Height = 4 183 Height = 435 4 4 Top = 576 5 Width = 7 265 Width = 756 6 6 Caption = 'Field' 7 ClientHeight = 4 188 ClientWidth = 7 269 DesignTimePPI = 1 447 ClientHeight = 435 8 ClientWidth = 756 9 DesignTimePPI = 150 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate 12 12 OnShow = FormShow 13 LCLVersion = '2. 0.12.0'13 LCLVersion = '2.2.0.4' 14 14 object ButtonOk: TButton 15 Left = 4 6016 Height = 3 717 Top = 3 6518 Width = 1 1915 Left = 479 16 Height = 39 17 Top = 379 18 Width = 124 19 19 Anchors = [akRight, akBottom] 20 20 Caption = 'OK' … … 25 25 end 26 26 object ButtonCancel: TButton 27 Left = 59628 Height = 3 729 Top = 3 6530 Width = 1 1527 Left = 620 28 Height = 39 29 Top = 379 30 Width = 120 31 31 Anchors = [akRight, akBottom] 32 32 Caption = 'Cancel' … … 36 36 end 37 37 object Label1: TLabel 38 Left = 2 439 Height = 2 440 Top = 8 041 Width = 5 638 Left = 25 39 Height = 27 40 Top = 83 41 Width = 59 42 42 Caption = 'Name:' 43 ParentColor = False44 43 end 45 44 object EditName: TEdit 46 Left = 1 6847 Height = 4 248 Top = 7 249 Width = 5 3245 Left = 175 46 Height = 43 47 Top = 75 48 Width = 554 50 49 Anchors = [akTop, akLeft, akRight] 51 50 OnChange = EditNameChange … … 53 52 end 54 53 object Label2: TLabel 55 Left = 2 456 Height = 2 457 Top = 1 2858 Width = 8854 Left = 25 55 Height = 27 56 Top = 133 57 Width = 95 59 58 Caption = 'Attributes:' 60 ParentColor = False61 59 end 62 60 object EditAttributes: TEdit 63 Left = 1 6864 Height = 4 265 Top = 12 466 Width = 5 3261 Left = 175 62 Height = 43 63 Top = 129 64 Width = 554 67 65 Anchors = [akTop, akLeft, akRight] 68 66 OnChange = EditAttributesChange … … 70 68 end 71 69 object Label3: TLabel 72 Left = 2 473 Height = 2 474 Top = 18 075 Width = 6 070 Left = 25 71 Height = 27 72 Top = 188 73 Width = 64 76 74 Caption = 'Values:' 77 ParentColor = False78 75 end 79 76 object EditValues: TEdit 80 Left = 1 6881 Height = 4 282 Top = 17 283 Width = 5 3277 Left = 175 78 Height = 43 79 Top = 179 80 Width = 554 84 81 Anchors = [akTop, akLeft, akRight] 85 82 TabOrder = 3 86 83 end 87 84 object Label4: TLabel 88 Left = 2 489 Height = 2 490 Top = 3 291 Width = 4 585 Left = 25 86 Height = 27 87 Top = 33 88 Width = 48 92 89 Caption = 'Field:' 93 ParentColor = False94 90 end 95 91 object ComboBoxField: TComboBox 96 Left = 1 6897 Height = 4 198 Top = 2 499 Width = 5 3292 Left = 175 93 Height = 42 94 Top = 25 95 Width = 554 100 96 Anchors = [akTop, akLeft, akRight] 101 97 ItemHeight = 0
Note:
See TracChangeset
for help on using the changeset viewer.