Changeset 26 for trunk/Forms/UFormTables.lfm
- Timestamp:
- Sep 10, 2022, 8:03:08 PM (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 7 7 heaptrclog.trc 8 8 MyData.exe 9 MyData.dbg 10
-
- Property svn:ignore
-
trunk/Forms/UFormTables.lfm
r21 r26 1 1 object FormTables: TFormTables 2 2 Left = 731 3 Height = 6603 Height = 792 4 4 Top = 117 5 Width = 9785 Width = 1174 6 6 Caption = 'Tables' 7 ClientHeight = 660 8 ClientWidth = 978 9 DesignTimePPI = 120 10 OnActivate = FormActivate 11 OnClose = FormClose 7 ClientHeight = 792 8 ClientWidth = 1174 9 DesignTimePPI = 144 12 10 OnCreate = FormCreate 13 11 OnDestroy = FormDestroy 14 12 OnShow = FormShow 15 LCLVersion = ' 1.8.0.6'13 LCLVersion = '2.2.2.0' 16 14 object ListView1: TListView 17 Left = 418 Height = 61619 Top = 420 Width = 97015 Left = 5 16 Height = 739 17 Top = 5 18 Width = 1164 21 19 Align = alClient 22 BorderSpacing.Around = 420 BorderSpacing.Around = 5 23 21 Columns = < 24 22 item 25 23 Caption = 'Name' 26 Width = 50024 Width = 600 27 25 end 28 26 item 29 27 Caption = 'Records' 30 Width = 45328 Width = 549 31 29 end> 32 30 OwnerData = True … … 42 40 object ToolBar1: TToolBar 43 41 Left = 0 44 Height = 3645 Top = 62446 Width = 97842 Height = 43 43 Top = 749 44 Width = 1174 47 45 Align = alBottom 48 ButtonHeight = 3 249 ButtonWidth = 3 246 ButtonHeight = 38 47 ButtonWidth = 38 50 48 Images = Core.ImageList1 51 49 ParentShowHint = False … … 58 56 end 59 57 object ToolButton2: TToolButton 60 Left = 3 758 Left = 39 61 59 Top = 2 62 60 Action = AModify 63 61 end 64 62 object ToolButton3: TToolButton 65 Left = 7 363 Left = 77 66 64 Top = 2 67 65 Action = ARemove 68 66 end 69 67 object ToolButton4: TToolButton 70 Left = 1 0968 Left = 115 71 69 Top = 2 72 70 Action = AShowRecords 73 71 end 74 72 object ToolButton5: TToolButton 75 Left = 1 4573 Left = 153 76 74 Top = 2 77 75 Action = AShowFields … … 80 78 object ActionList1: TActionList 81 79 Images = Core.ImageList1 82 left = 32283 top = 14280 Left = 368 81 Top = 173 84 82 object AAdd: TAction 85 83 Caption = 'Add' … … 110 108 object PopupMenu1: TPopupMenu 111 109 Images = Core.ImageList1 112 left = 464113 top = 144110 Left = 557 111 Top = 173 114 112 object MenuItem4: TMenuItem 115 113 Action = AShowRecords
Note:
See TracChangeset
for help on using the changeset viewer.