Changeset 300 for trunk/Forms/UFormList.lfm
- Timestamp:
- Jul 10, 2019, 10:46:20 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormList.lfm
r298 r300 1 1 object FormList: TFormList 2 2 Left = 779 3 Height = 3 003 Height = 360 4 4 Top = 236 5 Width = 4 005 Width = 480 6 6 Caption = 'List' 7 ClientHeight = 3 008 ClientWidth = 4 009 DesignTimePPI = 1 207 ClientHeight = 360 8 ClientWidth = 480 9 DesignTimePPI = 144 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate … … 14 14 object ListView1: TListView 15 15 Left = 0 16 Height = 26816 Height = 322 17 17 Top = 0 18 Width = 4 0018 Width = 480 19 19 Align = alClient 20 20 Columns = < 21 21 item 22 22 Caption = 'Name' 23 Width = 38823 Width = 466 24 24 end> 25 25 MultiSelect = True … … 39 39 object ToolBar1: TToolBar 40 40 Left = 0 41 Top = 268 42 Width = 400 41 Height = 38 42 Top = 322 43 Width = 480 43 44 Align = alBottom 44 Images = Core.ImageListSmall45 45 ParentFont = False 46 46 TabOrder = 1 … … 51 51 end 52 52 object ToolButton2: TToolButton 53 Left = 3 053 Left = 36 54 54 Top = 2 55 55 Action = AModify 56 56 end 57 57 object ToolButton3: TToolButton 58 Left = 5958 Left = 71 59 59 Top = 2 60 60 Action = ARemove 61 61 end 62 62 object ToolButton4: TToolButton 63 Left = 8863 Left = 106 64 64 Top = 2 65 65 Action = AClone … … 67 67 end 68 68 object ActionList1: TActionList 69 Images = Core.ImageListSmall 70 left = 173 71 top = 136 69 left = 208 70 top = 163 72 71 object AAdd: TAction 73 72 Caption = 'Add' … … 97 96 end 98 97 object PopupMenu1: TPopupMenu 99 Images = Core.ImageListSmall 100 left = 293 101 top = 133 98 left = 352 99 top = 160 102 100 object MenuItem1: TMenuItem 103 101 Action = AAdd
Note:
See TracChangeset
for help on using the changeset viewer.