Changeset 227 for branches/xpascal/Forms/FormMain.lfm
- Timestamp:
- Jun 24, 2023, 1:20:22 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/xpascal/Forms/FormMain.lfm
r224 r227 49 49 end 50 50 object MainMenu1: TMainMenu 51 Left = 7 6051 Left = 744 52 52 Top = 760 53 53 object MenuItemFile: TMenuItem … … 79 79 object MenuItem5: TMenuItem 80 80 Action = ACompile 81 end 82 end 83 object MenuItem8: TMenuItem 84 Caption = 'Tools' 85 object MenuItem9: TMenuItem 86 Action = ATest 81 87 end 82 88 end … … 115 121 OnExecute = AGenerateXmlExecute 116 122 end 123 object ATest: TAction 124 Caption = 'Test' 125 OnExecute = ATestExecute 126 end 117 127 end 118 128 end
Note:
See TracChangeset
for help on using the changeset viewer.