Changeset 133 for trunk/Forms/UFormProperties.lfm
- Timestamp:
- Apr 10, 2022, 1:39:35 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormProperties.lfm
r95 r133 1 1 object FormProperties: TFormProperties 2 2 Left = 400 3 Height = 9 463 Height = 908 4 4 Top = 212 5 Width = 12 605 Width = 1210 6 6 Caption = 'Contacts' 7 ClientHeight = 9 468 ClientWidth = 12 609 DesignTimePPI = 1 507 ClientHeight = 908 8 ClientWidth = 1210 9 DesignTimePPI = 144 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate … … 14 14 object ListView1: TListView 15 15 Left = 0 16 Height = 8 4416 Height = 810 17 17 Top = 0 18 Width = 12 6018 Width = 1210 19 19 Align = alClient 20 20 Columns = < 21 21 item 22 22 Caption = 'Name' 23 Width = 3 1223 Width = 300 24 24 end 25 25 item 26 26 Caption = 'Attributes' 27 Width = 15 627 Width = 150 28 28 end 29 29 item 30 30 Caption = 'Values' 31 Width = 7 7731 Width = 746 32 32 end> 33 33 MultiSelect = True … … 45 45 object ToolBar1: TToolBar 46 46 Left = 0 47 Height = 4148 Top = 8 7749 Width = 12 6047 Height = 39 48 Top = 842 49 Width = 1210 50 50 Align = alBottom 51 51 Images = Core.ImageList1 … … 60 60 end 61 61 object ToolButton2: TToolButton 62 Left = 3 762 Left = 36 63 63 Top = 2 64 64 Action = AModify 65 65 end 66 66 object ToolButton3: TToolButton 67 Left = 10 967 Left = 106 68 68 Top = 2 69 69 Action = ARemove 70 70 end 71 71 object ToolButton4: TToolButton 72 Left = 7 372 Left = 71 73 73 Top = 2 74 74 Action = AClone 75 75 end 76 76 object ToolButton5: TToolButton 77 Left = 14 578 Height = 3 477 Left = 141 78 Height = 33 79 79 Top = 2 80 80 Style = tbsSeparator 81 81 end 82 82 object ToolButton6: TToolButton 83 Left = 1 5383 Left = 149 84 84 Top = 2 85 85 Action = ALoadValueFromFile 86 86 end 87 87 object ToolButton7: TToolButton 88 Left = 18 988 Left = 184 89 89 Top = 2 90 90 Action = ASaveValueToFile … … 93 93 object ListViewFilter1: TListViewFilter 94 94 Left = 0 95 Height = 3 396 Top = 8 4497 Width = 12 6095 Height = 32 96 Top = 810 97 Width = 1210 98 98 OnChange = ListViewFilter1Change 99 99 Align = alBottom … … 101 101 object StatusBar1: TStatusBar 102 102 Left = 0 103 Height = 2 8104 Top = 918105 Width = 12 60103 Height = 27 104 Top = 881 105 Width = 1210 106 106 Panels = < 107 107 item 108 Width = 5 2108 Width = 50 109 109 end> 110 110 SimplePanel = False … … 112 112 object PopupMenuField: TPopupMenu 113 113 Images = Core.ImageList1 114 Left = 4 53115 Top = 2 74114 Left = 435 115 Top = 263 116 116 object MenuItem1: TMenuItem 117 117 Action = AAdd … … 141 141 object ActionList1: TActionList 142 142 Images = Core.ImageList1 143 Left = 7 63144 Top = 2 68143 Left = 732 144 Top = 257 145 145 object AAdd: TAction 146 146 Caption = 'Add' … … 189 189 Column = 0 190 190 Order = soNone 191 Left = 5 50192 Top = 4 46191 Left = 528 192 Top = 428 193 193 end 194 194 object SaveDialog1: TSaveDialog 195 Left = 7 92196 Top = 4 67195 Left = 760 196 Top = 448 197 197 end 198 198 object OpenDialog1: TOpenDialog 199 Left = 7 92200 Top = 5 42199 Left = 760 200 Top = 520 201 201 end 202 202 end
Note:
See TracChangeset
for help on using the changeset viewer.