Changeset 166 for trunk/Forms/FormProperty.lfm
- Timestamp:
- Jun 30, 2023, 11:38:30 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormProperty.lfm
r155 r166 1 1 object FormProperty: TFormProperty 2 Left = 7602 Left = 945 3 3 Height = 306 4 Top = 6884 Top = 567 5 5 Width = 670 6 6 Caption = 'Field' … … 8 8 ClientWidth = 670 9 9 DesignTimePPI = 144 10 OnClose = FormClose11 10 OnCreate = FormCreate 12 OnShow = FormShow13 11 LCLVersion = '2.2.6.0' 14 12 object ButtonOk: TButton … … 41 39 Width = 637 42 40 HorzScrollBar.Page = 150 43 VertScrollBar.Page = 2 0541 VertScrollBar.Page = 215 44 42 Anchors = [akTop, akLeft, akRight, akBottom] 45 ClientHeight = 23 146 ClientWidth = 63 343 ClientHeight = 233 44 ClientWidth = 635 47 45 TabOrder = 2 48 46 object Label1: TLabel 49 47 Left = 8 50 Height = 2 548 Height = 26 51 49 Top = 80 52 Width = 5 150 Width = 56 53 51 Caption = 'Name:' 54 52 ParentColor = False … … 56 54 object EditName: TEdit 57 55 Left = 141 58 Height = 3356 Height = 43 59 57 Top = 72 60 Width = 47 658 Width = 478 61 59 Anchors = [akTop, akLeft, akRight] 62 60 OnChange = EditNameChange … … 65 63 object Label2: TLabel 66 64 Left = 8 67 Height = 2 565 Height = 26 68 66 Top = 128 69 Width = 8 267 Width = 88 70 68 Caption = 'Attributes:' 71 69 ParentColor = False … … 73 71 object EditAttributes: TEdit 74 72 Left = 141 75 Height = 3373 Height = 43 76 74 Top = 124 77 Width = 47 675 Width = 478 78 76 Anchors = [akTop, akLeft, akRight] 79 77 OnChange = EditAttributesChange … … 82 80 object Label3: TLabel 83 81 Left = 8 84 Height = 2 582 Height = 26 85 83 Top = 180 86 Width = 5484 Width = 60 87 85 Caption = 'Values:' 88 86 ParentColor = False … … 90 88 object EditValues: TEdit 91 89 Left = 141 92 Height = 3390 Height = 43 93 91 Top = 172 94 Width = 47 692 Width = 478 95 93 Anchors = [akTop, akLeft, akRight] 96 94 TabOrder = 2 … … 98 96 object Label4: TLabel 99 97 Left = 8 100 Height = 2 598 Height = 26 101 99 Top = 32 102 Width = 4 1100 Width = 45 103 101 Caption = 'Field:' 104 102 ParentColor = False … … 106 104 object ComboBoxField: TComboBox 107 105 Left = 141 108 Height = 33106 Height = 42 109 107 Top = 24 110 Width = 47 6108 Width = 478 111 109 Anchors = [akTop, akLeft, akRight] 112 ItemHeight = 25110 ItemHeight = 0 113 111 OnChange = ComboBoxFieldChange 114 112 Style = csDropDownList
Note:
See TracChangeset
for help on using the changeset viewer.