Changeset 358 for trunk/Packages/Common/Forms/FormList.lfm
- Timestamp:
- Dec 31, 2024, 11:06:34 AM (8 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Forms/FormList.lfm
r355 r358 1 1 object FormList: TFormList 2 2 Left = 1040 3 Height = 3 123 Height = 300 4 4 Top = 540 5 Width = 4 175 Width = 400 6 6 Caption = 'List' 7 ClientHeight = 3 128 ClientWidth = 4 179 DesignTimePPI = 12 57 ClientHeight = 300 8 ClientWidth = 400 9 DesignTimePPI = 120 10 10 OnCreate = FormCreate 11 11 OnDestroy = FormDestroy … … 14 14 object ListView1: TListView 15 15 Left = 0 16 Height = 2 7916 Height = 268 17 17 Top = 0 18 Width = 4 1718 Width = 400 19 19 Align = alClient 20 20 Columns = < 21 21 item 22 22 Caption = 'Name' 23 Width = 40523 Width = 389 24 24 end> 25 25 MultiSelect = True … … 40 40 object ToolBar1: TToolBar 41 41 Left = 0 42 Height = 33 43 Top = 279 44 Width = 417 42 Top = 268 43 Width = 400 45 44 Align = alBottom 46 Images = Core.ImageListSmall47 45 ParentFont = False 48 46 ParentShowHint = False … … 55 53 end 56 54 object ToolButton2: TToolButton 57 Left = 3 155 Left = 30 58 56 Top = 2 59 57 Action = AModify 60 58 end 61 59 object ToolButton3: TToolButton 62 Left = 6160 Left = 59 63 61 Top = 2 64 62 Action = ARemove 65 63 end 66 64 object ToolButton4: TToolButton 67 Left = 9165 Left = 88 68 66 Top = 2 69 67 Action = AClone … … 71 69 end 72 70 object ActionList1: TActionList 73 Images = Core.ImageListSmall 74 Left = 181 75 Top = 141 71 Left = 174 72 Top = 133 76 73 object AAdd: TAction 77 74 Caption = 'Add' 78 75 ImageIndex = 16 79 76 OnExecute = AAddExecute 77 ShortCut = 45 80 78 end 81 79 object AModify: TAction … … 83 81 ImageIndex = 6 84 82 OnExecute = AModifyExecute 83 ShortCut = 13 85 84 end 86 85 object ARemove: TAction … … 88 87 ImageIndex = 18 89 88 OnExecute = ARemoveExecute 89 ShortCut = 46 90 90 end 91 91 object AClone: TAction … … 101 101 end 102 102 object PopupMenu1: TPopupMenu 103 Images = Core.ImageListSmall 104 Left = 306 105 Top = 139 103 Left = 294 104 Top = 133 106 105 object MenuItem1: TMenuItem 107 106 Action = AAdd
Note:
See TracChangeset
for help on using the changeset viewer.