Changeset 32 for trunk/Forms/FormTables.lfm
- Timestamp:
- Jun 29, 2024, 7:58:36 AM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormTables.lfm
r31 r32 1 1 object FormTables: TFormTables 2 2 Left = 731 3 Height = 7923 Height = 688 4 4 Top = 117 5 Width = 1 1745 Width = 1019 6 6 Caption = 'Tables' 7 ClientHeight = 7928 ClientWidth = 1 1749 DesignTimePPI = 1 447 ClientHeight = 688 8 ClientWidth = 1019 9 DesignTimePPI = 125 10 10 OnCreate = FormCreate 11 11 OnDestroy = FormDestroy 12 12 OnShow = FormShow 13 LCLVersion = ' 2.2.2.0'13 LCLVersion = '3.2.0.0' 14 14 object ListViewTables: TListView 15 Left = 516 Height = 73917 Top = 518 Width = 1 16415 Left = 4 16 Height = 643 17 Top = 4 18 Width = 1011 19 19 Align = alClient 20 BorderSpacing.Around = 520 BorderSpacing.Around = 4 21 21 Columns = < 22 22 item 23 23 Caption = 'Name' 24 Width = 60024 Width = 521 25 25 end 26 26 item 27 27 Caption = 'Records' 28 Width = 54928 Width = 477 29 29 end> 30 30 OwnerData = True … … 40 40 object ToolBar1: TToolBar 41 41 Left = 0 42 Height = 4343 Top = 74944 Width = 1 17442 Height = 37 43 Top = 651 44 Width = 1019 45 45 Align = alBottom 46 ButtonHeight = 3 847 ButtonWidth = 3 846 ButtonHeight = 33 47 ButtonWidth = 33 48 48 Images = Core.ImageList1 49 49 ParentShowHint = False … … 56 56 end 57 57 object ToolButton2: TToolButton 58 Left = 3 958 Left = 37 59 59 Top = 2 60 60 Action = AModify 61 61 end 62 62 object ToolButton3: TToolButton 63 Left = 7 763 Left = 73 64 64 Top = 2 65 65 Action = ARemove 66 66 end 67 67 object ToolButton4: TToolButton 68 Left = 1 1568 Left = 109 69 69 Top = 2 70 70 Action = AShowRecords 71 71 end 72 72 object ToolButton5: TToolButton 73 Left = 1 5373 Left = 145 74 74 Top = 2 75 75 Action = AShowFields … … 78 78 object ActionList1: TActionList 79 79 Images = Core.ImageList1 80 Left = 3 6881 Top = 1 7380 Left = 319 81 Top = 150 82 82 object AAdd: TAction 83 83 Caption = 'Add' … … 108 108 object PopupMenu1: TPopupMenu 109 109 Images = Core.ImageList1 110 Left = 557111 Top = 1 73110 Left = 484 111 Top = 150 112 112 object MenuItem4: TMenuItem 113 113 Action = AShowRecords
Note:
See TracChangeset
for help on using the changeset viewer.