Changeset 233 for branches/xpascal/Forms/FormMain.lfm
- Timestamp:
- Jun 26, 2023, 6:08:23 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/xpascal/Forms/FormMain.lfm
r230 r233 10 10 Menu = MainMenu1 11 11 OnActivate = FormActivate 12 OnClose = FormClose 12 13 OnCreate = FormCreate 13 14 OnDestroy = FormDestroy … … 49 50 object MainMenu1: TMainMenu 50 51 Left = 744 51 Top = 7 6052 Top = 759 52 53 object MenuItemFile: TMenuItem 53 54 Caption = 'File' 55 object MenuItem10: TMenuItem 56 Action = AFileOpen 57 end 54 58 object MenuItem6: TMenuItem 55 59 Action = AExit … … 129 133 OnExecute = AConsoleExecute 130 134 end 135 object AFileOpen: TAction 136 Caption = 'Open...' 137 OnExecute = AFileOpenExecute 138 end 139 end 140 object OpenDialog1: TOpenDialog 141 DefaultExt = '.pas' 142 Filter = 'Pascal file (.pas)|*.pas|Any file|*.*' 143 Left = 536 144 Top = 759 145 end 146 object ApplicationInfo1: TApplicationInfo 147 Identification = 1 148 VersionMajor = 1 149 VersionMinor = 0 150 VersionBugFix = 0 151 AuthorsName = 'Chronosoft' 152 EmailContact = 'robie@centrum.cz' 153 AppName = 'xPascal' 154 Description = 'Pascal mutli language transpiler and interpreter' 155 RegistryKey = '\Software\xpascal' 156 RegistryRoot = rrKeyCurrentUser 157 License = 'CC0' 158 Left = 348 159 Top = 274 131 160 end 132 161 end
Note:
See TracChangeset
for help on using the changeset viewer.