Changeset 222 for branches/interpreter2/Forms/UFormMain.lfm
- Timestamp:
- Nov 25, 2020, 12:18:45 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/interpreter2/Forms/UFormMain.lfm
r221 r222 48 48 end 49 49 object MainMenu1: TMainMenu 50 Left = 7 9051 Top = 7 5350 Left = 760 51 Top = 760 52 52 object MenuItemFile: TMenuItem 53 53 Caption = 'File' … … 99 99 Caption = 'Run' 100 100 OnExecute = ARunExecute 101 ShortCut = 120 101 102 end 102 103 object ACompile: TAction 103 104 Caption = 'Compile' 104 105 OnExecute = ACompileExecute 106 ShortCut = 16497 105 107 end 106 108 object AExit: TAction
Note:
See TracChangeset
for help on using the changeset viewer.