Changeset 95 for trunk/Forms/UFormProperties.lfm
- Timestamp:
- Feb 3, 2022, 11:39:12 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormProperties.lfm
r72 r95 1 1 object FormProperties: TFormProperties 2 2 Left = 400 3 Height = 9 083 Height = 946 4 4 Top = 212 5 Width = 12 105 Width = 1260 6 6 Caption = 'Contacts' 7 ClientHeight = 9 088 ClientWidth = 12 109 DesignTimePPI = 1 447 ClientHeight = 946 8 ClientWidth = 1260 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 ListView1: TListView 15 15 Left = 0 16 Height = 8 0116 Height = 844 17 17 Top = 0 18 Width = 12 1018 Width = 1260 19 19 Align = alClient 20 20 Columns = < 21 21 item 22 22 Caption = 'Name' 23 Width = 3 0023 Width = 312 24 24 end 25 25 item 26 26 Caption = 'Attributes' 27 Width = 15 027 Width = 156 28 28 end 29 29 item 30 30 Caption = 'Values' 31 Width = 7 4531 Width = 777 32 32 end> 33 33 MultiSelect = True … … 45 45 object ToolBar1: TToolBar 46 46 Left = 0 47 Height = 3948 Top = 8 3349 Width = 12 1047 Height = 41 48 Top = 877 49 Width = 1260 50 50 Align = alBottom 51 51 Images = Core.ImageList1 … … 60 60 end 61 61 object ToolButton2: TToolButton 62 Left = 3 662 Left = 37 63 63 Top = 2 64 64 Action = AModify 65 65 end 66 66 object ToolButton3: TToolButton 67 Left = 10 667 Left = 109 68 68 Top = 2 69 69 Action = ARemove 70 70 end 71 71 object ToolButton4: TToolButton 72 Left = 7 172 Left = 73 73 73 Top = 2 74 74 Action = AClone 75 75 end 76 76 object ToolButton5: TToolButton 77 Left = 14 178 Height = 3 377 Left = 145 78 Height = 34 79 79 Top = 2 80 80 Style = tbsSeparator 81 81 end 82 82 object ToolButton6: TToolButton 83 Left = 1 4983 Left = 153 84 84 Top = 2 85 85 Action = ALoadValueFromFile 86 86 end 87 87 object ToolButton7: TToolButton 88 Left = 18 488 Left = 189 89 89 Top = 2 90 90 Action = ASaveValueToFile … … 93 93 object ListViewFilter1: TListViewFilter 94 94 Left = 0 95 Height = 3 296 Top = 8 0197 Width = 12 1095 Height = 33 96 Top = 844 97 Width = 1260 98 98 OnChange = ListViewFilter1Change 99 99 Align = alBottom … … 101 101 object StatusBar1: TStatusBar 102 102 Left = 0 103 Height = 36104 Top = 872105 Width = 12 10103 Height = 28 104 Top = 918 105 Width = 1260 106 106 Panels = < 107 107 item 108 Width = 5 0108 Width = 52 109 109 end> 110 110 SimplePanel = False … … 112 112 object PopupMenuField: TPopupMenu 113 113 Images = Core.ImageList1 114 Left = 4 35115 Top = 2 63114 Left = 453 115 Top = 274 116 116 object MenuItem1: TMenuItem 117 117 Action = AAdd … … 141 141 object ActionList1: TActionList 142 142 Images = Core.ImageList1 143 Left = 7 32144 Top = 2 57143 Left = 763 144 Top = 268 145 145 object AAdd: TAction 146 146 Caption = 'Add' … … 189 189 Column = 0 190 190 Order = soNone 191 Left = 5 28192 Top = 4 28191 Left = 550 192 Top = 446 193 193 end 194 194 object SaveDialog1: TSaveDialog 195 Left = 7 60196 Top = 4 48195 Left = 792 196 Top = 467 197 197 end 198 198 object OpenDialog1: TOpenDialog 199 Left = 7 60200 Top = 5 20199 Left = 792 200 Top = 542 201 201 end 202 202 end
Note:
See TracChangeset
for help on using the changeset viewer.