Changeset 190 for branches/generator/Forms/UFormLookupTables.lfm
- Timestamp:
- May 16, 2019, 11:45:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms/UFormLookupTables.lfm
r137 r190 1 1 object FormLookupTables: TFormLookupTables 2 2 Left = 521 3 Height = 4243 Height = 636 4 4 Top = 323 5 Width = 5735 Width = 860 6 6 Caption = 'Lookup tables' 7 ClientHeight = 424 8 ClientWidth = 573 7 ClientHeight = 636 8 ClientWidth = 860 9 DesignTimePPI = 144 9 10 OnClose = FormClose 10 11 OnCreate = FormCreate 11 12 OnShow = FormShow 12 LCLVersion = ' 1.8.0.4'13 LCLVersion = '2.0.2.0' 13 14 object ListView1: TListView 14 Left = 415 Height = 38416 Top = 417 Width = 56515 Left = 6 16 Height = 576 17 Top = 6 18 Width = 848 18 19 Align = alClient 19 BorderSpacing.Around = 420 BorderSpacing.Around = 6 20 21 Columns = < 21 22 item 22 23 Caption = 'Name' 23 Width = 54524 Width = 833 24 25 end> 25 26 MultiSelect = True 26 27 OwnerData = True 28 ParentFont = False 27 29 PopupMenu = PopupMenu1 28 30 ReadOnly = True … … 37 39 object CoolBar1: TCoolBar 38 40 Left = 0 39 Height = 3240 Top = 39241 Width = 57341 Height = 48 42 Top = 588 43 Width = 860 42 44 Align = alBottom 43 45 Bands = < … … 47 49 end> 48 50 Images = Core.ImageList1 51 ParentFont = False 49 52 object ToolBar1: TToolBar 50 53 AnchorSideLeft.Control = CoolBar1 51 54 AnchorSideTop.Control = CoolBar1 52 55 Left = 24 53 Height = 2256 Height = 33 54 57 Top = 5 55 Width = 7058 Width = 106 56 59 Align = alNone 57 60 AutoSize = True … … 61 64 EdgeOuter = esNone 62 65 Images = Core.ImageList1 66 ParentFont = False 63 67 ParentShowHint = False 64 68 ShowHint = True … … 71 75 end 72 76 object ToolButton2: TToolButton 73 Left = 2477 Left = 36 74 78 Top = 0 75 79 Action = AModify 76 80 end 77 81 object ToolButton3: TToolButton 78 Left = 4782 Left = 71 79 83 Top = 0 80 84 Action = ARemove … … 84 88 object ActionList1: TActionList 85 89 Images = Core.ImageList1 86 left = 13687 top = 17690 left = 204 91 top = 264 88 92 object AAdd: TAction 89 93 Caption = 'Add' … … 109 113 object PopupMenu1: TPopupMenu 110 114 Images = Core.ImageList1 111 left = 288112 top = 176115 left = 432 116 top = 264 113 117 object MenuItem1: TMenuItem 114 118 Action = AAdd … … 127 131 Column = 0 128 132 Order = soUp 129 left = 408130 top = 176133 left = 612 134 top = 264 131 135 end 132 136 end
Note:
See TracChangeset
for help on using the changeset viewer.