Changeset 112 for branches/generator/Forms/UFormRules.lfm
- Timestamp:
- Aug 9, 2017, 8:47:42 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms/UFormRules.lfm
r111 r112 27 27 Height = 24 28 28 Top = 5 29 Width = 15029 Width = 70 30 30 Align = alNone 31 31 AutoSize = True … … 33 33 BorderSpacing.Top = 3 34 34 Caption = 'ToolBar1' 35 Images = Core.ImageList1 35 36 TabOrder = 0 36 37 object ToolButton1: TToolButton … … 61 62 item 62 63 Caption = 'Name' 63 Width = 829 64 Width = 200 65 end 66 item 67 Caption = 'Items' 68 Width = 629 64 69 end> 65 70 MultiSelect = True … … 76 81 end 77 82 object ActionList1: TActionList 83 Images = Core.ImageList1 78 84 left = 248 79 85 top = 212 80 86 object AAdd: TAction 81 87 Caption = 'Add' 88 ImageIndex = 0 82 89 OnExecute = AAddExecute 83 90 end 84 91 object AModify: TAction 85 92 Caption = 'Modify' 93 ImageIndex = 3 86 94 OnExecute = AModifyExecute 87 95 end 88 96 object ARemove: TAction 89 97 Caption = 'Remove' 98 ImageIndex = 1 90 99 OnExecute = ARemoveExecute 91 100 ShortCut = 46 … … 93 102 end 94 103 object PopupMenu1: TPopupMenu 104 Images = Core.ImageList1 95 105 left = 427 96 106 top = 212
Note:
See TracChangeset
for help on using the changeset viewer.