Changeset 4 for trunk/Forms/UFormFields.lfm
- Timestamp:
- Jan 18, 2015, 11:29:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormFields.lfm
r2 r4 11 11 object ToolBar1: TToolBar 12 12 Left = 0 13 Height = 2614 Top = 4 4613 Height = 36 14 Top = 436 15 15 Width = 940 16 16 Align = alBottom 17 ButtonHeight = 32 18 ButtonWidth = 32 17 19 Caption = 'ToolBar1' 18 20 Images = Core.ImageList1 19 ShowCaptions = True20 21 TabOrder = 0 21 22 object ToolButton1: TToolButton … … 25 26 end 26 27 object ToolButton2: TToolButton 27 Left = 4628 Left = 37 28 29 Top = 2 29 30 Action = AModify 30 31 end 31 32 object ToolButton3: TToolButton 32 Left = 11833 Left = 73 33 34 Top = 2 34 35 Action = ARemove 36 end 37 object ToolButton4: TToolButton 38 Left = 109 39 Top = 2 40 Action = AOk 41 end 42 object ToolButton5: TToolButton 43 Left = 145 44 Top = 2 45 Action = ACancel 35 46 end 36 47 end 37 48 object ListView1: TListView 38 49 Left = 4 39 Height = 4 3850 Height = 428 40 51 Top = 4 41 52 Width = 932 … … 79 90 object AAdd: TAction 80 91 Caption = 'Add' 92 ImageIndex = 5 81 93 OnExecute = AAddExecute 82 94 end 83 95 object AModify: TAction 84 96 Caption = 'Modify' 97 ImageIndex = 3 85 98 OnExecute = AModifyExecute 86 99 end 87 100 object ARemove: TAction 88 101 Caption = 'Remove' 102 ImageIndex = 4 89 103 OnExecute = ARemoveExecute 104 end 105 object AOk: TAction 106 Caption = 'Ok' 107 ImageIndex = 0 108 OnExecute = AOkExecute 109 end 110 object ACancel: TAction 111 Caption = 'Cancel' 112 ImageIndex = 1 113 OnExecute = ACancelExecute 90 114 end 91 115 end
Note:
See TracChangeset
for help on using the changeset viewer.