Changeset 191 for branches/generator/Forms/UFormMain.lfm
- Timestamp:
- May 17, 2019, 12:02:45 AM (6 years ago)
- Location:
- branches/generator/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms
- Property svn:ignore
-
old new 1 *.lrj2 1 *.lrt
-
- Property svn:ignore
-
branches/generator/Forms/UFormMain.lfm
r190 r191 32 32 Height = 33 33 33 Top = 5 34 Width = 23 934 Width = 237 35 35 Align = alNone 36 36 AutoSize = True … … 46 46 Transparent = True 47 47 object ToolButton2: TToolButton 48 Left = 16 948 Left = 167 49 49 Top = 0 50 50 Action = ABuildCompiler … … 79 79 end 80 80 object ToolButton7: TToolButton 81 Left = 20 481 Left = 202 82 82 Top = 0 83 83 Action = ALookupTables … … 184 184 end 185 185 end 186 object MenuItem14: TMenuItem 187 Caption = 'Tools' 188 object MenuItem15: TMenuItem 189 Action = ASettings 190 end 191 end 186 192 end 187 193 object ActionList1: TActionList … … 232 238 end 233 239 object AGrammerSettings: TAction 234 Caption = ' Settings'240 Caption = 'Grammer settings' 235 241 ImageIndex = 3 236 242 OnExecute = AGrammerSettingsExecute … … 250 256 ImageIndex = 8 251 257 OnExecute = ALookupTablesExecute 258 end 259 object ASettings: TAction 260 Caption = 'Settings' 261 OnExecute = ASettingsExecute 252 262 end 253 263 end
Note:
See TracChangeset
for help on using the changeset viewer.