Changeset 113 for branches/generator/Forms/UFormRule.lfm
- Timestamp:
- Aug 9, 2017, 10:14:31 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms/UFormRule.lfm
r112 r113 114 114 Action = ARemove 115 115 end 116 object ToolButton4: TToolButton 117 Left = 70 118 Top = 2 119 Action = AMoveUp 120 end 121 object ToolButton5: TToolButton 122 Left = 93 123 Top = 2 124 Action = AMoveDown 125 end 116 126 end 117 127 object ActionList1: TActionList … … 134 144 OnExecute = ARemoveExecute 135 145 end 146 object AMoveUp: TAction 147 Caption = 'Move up' 148 ImageIndex = 7 149 OnExecute = AMoveUpExecute 150 end 151 object AMoveDown: TAction 152 Caption = 'Move down' 153 ImageIndex = 6 154 OnExecute = AMoveDownExecute 155 end 136 156 end 137 157 object PopupMenu1: TPopupMenu 138 158 Images = Core.ImageList1 139 159 left = 118 140 top = 18 5160 top = 187 141 161 object MenuItem1: TMenuItem 142 162 Action = AAdd … … 148 168 Action = ARemove 149 169 end 170 object MenuItem4: TMenuItem 171 Action = AMoveUp 172 end 173 object MenuItem5: TMenuItem 174 Action = AMoveDown 175 end 150 176 end 151 177 end
Note:
See TracChangeset
for help on using the changeset viewer.