Changeset 137 for branches/generator/Forms/UFormMain.lfm
- Timestamp:
- Dec 27, 2017, 6:05:11 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms/UFormMain.lfm
r132 r137 29 29 Height = 28 30 30 Top = 5 31 Width = 1 6931 Width = 198 32 32 Align = alNone 33 33 AutoSize = True … … 74 74 Action = AGrammerSettings 75 75 end 76 object ToolButton7: TToolButton 77 Left = 169 78 Top = 0 79 Action = ALookupTables 80 end 76 81 end 77 82 end … … 154 159 end 155 160 object MenuItem8: TMenuItem 156 Caption = ' Tools'161 Caption = 'Grammer' 157 162 object MenuItem9: TMenuItem 158 163 Action = ABuildCompiler 164 end 165 object MenuItem3: TMenuItem 166 Action = ALookupTables 159 167 end 160 168 end … … 228 236 OnExecute = AToolbarVisibleExecute 229 237 end 238 object ALookupTables: TAction 239 Caption = 'Lookup tables' 240 ImageIndex = 8 241 OnExecute = ALookupTablesExecute 242 end 230 243 end 231 244 object OpenDialog1: TOpenDialog
Note:
See TracChangeset
for help on using the changeset viewer.