Changeset 346 for trunk/Forms/FormList.lfm
- Timestamp:
- Dec 25, 2024, 11:04:56 AM (27 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormList.lfm
r320 r346 1 1 object FormList: TFormList 2 2 Left = 1040 3 Height = 3 603 Height = 312 4 4 Top = 540 5 Width = 4 805 Width = 417 6 6 Caption = 'List' 7 ClientHeight = 3 608 ClientWidth = 4 809 DesignTimePPI = 1 447 ClientHeight = 312 8 ClientWidth = 417 9 DesignTimePPI = 125 10 10 OnCreate = FormCreate 11 OnDestroy = FormDestroy 11 12 OnShow = FormShow 12 LCLVersion = '3. 4.0.0'13 LCLVersion = '3.6.0.0' 13 14 object ListView1: TListView 14 15 Left = 0 15 Height = 32216 Height = 279 16 17 Top = 0 17 Width = 4 8018 Width = 417 18 19 Align = alClient 19 20 Columns = < 20 21 item 21 22 Caption = 'Name' 22 Width = 4 6623 Width = 405 23 24 end> 24 25 MultiSelect = True … … 39 40 object ToolBar1: TToolBar 40 41 Left = 0 41 Height = 3 842 Top = 32243 Width = 4 8042 Height = 33 43 Top = 279 44 Width = 417 44 45 Align = alBottom 45 46 Images = Core.ImageListSmall … … 54 55 end 55 56 object ToolButton2: TToolButton 56 Left = 3 657 Left = 31 57 58 Top = 2 58 59 Action = AModify 59 60 end 60 61 object ToolButton3: TToolButton 61 Left = 7162 Left = 61 62 63 Top = 2 63 64 Action = ARemove 64 65 end 65 66 object ToolButton4: TToolButton 66 Left = 10667 Left = 91 67 68 Top = 2 68 69 Action = AClone … … 71 72 object ActionList1: TActionList 72 73 Images = Core.ImageListSmall 73 Left = 20874 Top = 1 6374 Left = 181 75 Top = 141 75 76 object AAdd: TAction 76 77 Caption = 'Add' … … 101 102 object PopupMenu1: TPopupMenu 102 103 Images = Core.ImageListSmall 103 Left = 3 52104 Top = 1 60104 Left = 306 105 Top = 139 105 106 object MenuItem1: TMenuItem 106 107 Action = AAdd
Note:
See TracChangeset
for help on using the changeset viewer.