Changeset 4 for trunk/Forms/UFormTables.lfm
- Timestamp:
- Jan 18, 2015, 11:29:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormTables.lfm
r3 r4 13 13 object ListView1: TListView 14 14 Left = 4 15 Height = 6 2615 Height = 616 16 16 Top = 4 17 17 Width = 970 … … 39 39 object ToolBar1: TToolBar 40 40 Left = 0 41 Height = 2642 Top = 6 3441 Height = 36 42 Top = 624 43 43 Width = 978 44 44 Align = alBottom 45 ButtonHeight = 32 46 ButtonWidth = 32 45 47 Caption = 'ToolBar1' 46 48 Images = Core.ImageList1 47 ShowCaptions = True48 49 TabOrder = 1 49 50 object ToolButton1: TToolButton … … 53 54 end 54 55 object ToolButton2: TToolButton 55 Left = 4656 Left = 37 56 57 Top = 2 57 58 Action = AModify 58 59 end 59 60 object ToolButton3: TToolButton 60 Left = 11861 Left = 73 61 62 Top = 2 62 63 Action = ARemove 63 64 end 64 65 object ToolButton4: TToolButton 65 Left = 20166 Left = 109 66 67 Top = 2 67 68 Action = AShowRecords 68 69 end 69 70 object ToolButton5: TToolButton 70 Left = 28371 Left = 145 71 72 Top = 2 72 73 Action = AShowFields … … 79 80 object AAdd: TAction 80 81 Caption = 'Add' 82 ImageIndex = 5 81 83 OnExecute = AAddExecute 82 84 end 83 85 object AModify: TAction 84 86 Caption = 'Modify' 87 ImageIndex = 3 85 88 OnExecute = AModifyExecute 86 89 end 87 90 object ARemove: TAction 88 91 Caption = 'Remove' 92 ImageIndex = 4 89 93 OnExecute = ARemoveExecute 90 94 end 91 95 object AShowRecords: TAction 92 96 Caption = 'Records' 97 ImageIndex = 7 93 98 OnExecute = AShowRecordsExecute 94 99 end 95 100 object AShowFields: TAction 96 101 Caption = 'Design' 102 ImageIndex = 6 97 103 OnExecute = AShowFieldsExecute 98 104 end
Note:
See TracChangeset
for help on using the changeset viewer.