Changeset 56 for trunk/Forms/UFormProperty.lfm
- Timestamp:
- Dec 8, 2021, 4:44:21 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormProperty.lfm
r39 r56 1 1 object FormProperty: TFormProperty 2 2 Left = 760 3 Height = 5254 Top = 4695 Width = 8023 Height = 418 4 Top = 576 5 Width = 726 6 6 Caption = 'Field' 7 ClientHeight = 5258 ClientWidth = 8027 ClientHeight = 418 8 ClientWidth = 726 9 9 DesignTimePPI = 144 10 10 OnClose = FormClose … … 13 13 LCLVersion = '2.0.12.0' 14 14 object ButtonOk: TButton 15 Left = 53615 Left = 460 16 16 Height = 37 17 Top = 47217 Top = 365 18 18 Width = 119 19 19 Anchors = [akRight, akBottom] … … 25 25 end 26 26 object ButtonCancel: TButton 27 Left = 67227 Left = 596 28 28 Height = 37 29 Top = 47229 Top = 365 30 30 Width = 115 31 31 Anchors = [akRight, akBottom] … … 38 38 Left = 24 39 39 Height = 24 40 Top = 2040 Top = 80 41 41 Width = 56 42 42 Caption = 'Name:' … … 44 44 end 45 45 object EditName: TEdit 46 Left = 16 646 Left = 168 47 47 Height = 42 48 Top = 20 49 Width = 322 48 Top = 72 49 Width = 532 50 Anchors = [akTop, akLeft, akRight] 51 OnChange = EditNameChange 50 52 TabOrder = 2 51 53 end … … 53 55 Left = 24 54 56 Height = 24 55 Top = 7257 Top = 128 56 58 Width = 88 57 59 Caption = 'Attributes:' … … 59 61 end 60 62 object EditAttributes: TEdit 61 Left = 16 663 Left = 168 62 64 Height = 42 63 Top = 72 64 Width = 322 65 Top = 124 66 Width = 532 67 Anchors = [akTop, akLeft, akRight] 68 OnChange = EditAttributesChange 65 69 TabOrder = 3 66 70 end … … 68 72 Left = 24 69 73 Height = 24 70 Top = 1 2874 Top = 180 71 75 Width = 60 72 76 Caption = 'Values:' … … 74 78 end 75 79 object EditValues: TEdit 76 Left = 16 680 Left = 168 77 81 Height = 42 78 Top = 120 79 Width = 322 82 Top = 172 83 Width = 532 84 Anchors = [akTop, akLeft, akRight] 80 85 TabOrder = 4 81 86 end 87 object Label4: TLabel 88 Left = 24 89 Height = 24 90 Top = 32 91 Width = 45 92 Caption = 'Field:' 93 ParentColor = False 94 end 95 object ComboBoxField: TComboBox 96 Left = 168 97 Height = 42 98 Top = 24 99 Width = 532 100 Anchors = [akTop, akLeft, akRight] 101 ItemHeight = 0 102 OnChange = ComboBoxFieldChange 103 Style = csDropDownList 104 TabOrder = 5 105 end 82 106 end
Note:
See TracChangeset
for help on using the changeset viewer.