Changeset 4 for trunk/Forms/UFormRecords.lfm
- Timestamp:
- Jan 18, 2015, 11:29:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormRecords.lfm
r3 r4 11 11 object ListView1: TListView 12 12 Left = 4 13 Height = 3 9913 Height = 389 14 14 Top = 4 15 15 Width = 851 … … 37 37 object ToolBar1: TToolBar 38 38 Left = 0 39 Height = 2640 Top = 40739 Height = 36 40 Top = 397 41 41 Width = 859 42 42 Align = alBottom 43 ButtonHeight = 32 44 ButtonWidth = 32 43 45 Caption = 'ToolBar1' 44 46 Images = Core.ImageList1 45 ShowCaptions = True46 47 TabOrder = 1 47 48 object ToolButton1: TToolButton … … 51 52 end 52 53 object ToolButton2: TToolButton 53 Left = 4654 Left = 37 54 55 Top = 2 55 56 Action = AModify 56 57 end 57 58 object ToolButton3: TToolButton 58 Left = 11859 Left = 73 59 60 Top = 2 60 61 Action = ARemove … … 67 68 object AAdd: TAction 68 69 Caption = 'Add' 70 ImageIndex = 5 69 71 OnExecute = AAddExecute 70 72 end 71 73 object AModify: TAction 72 74 Caption = 'Modify' 75 ImageIndex = 3 73 76 OnExecute = AModifyExecute 74 77 end 75 78 object ARemove: TAction 76 79 Caption = 'Remove' 80 ImageIndex = 4 77 81 OnExecute = ARemoveExecute 78 82 end
Note:
See TracChangeset
for help on using the changeset viewer.