Changeset 229 for branches/xpascal/Forms
- Timestamp:
- Jun 24, 2023, 11:23:26 PM (17 months ago)
- Location:
- branches/xpascal/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/xpascal/Forms/FormMain.lfm
r228 r229 123 123 Caption = 'Test' 124 124 OnExecute = ATestExecute 125 ShortCut = 122 125 126 end 126 127 end -
branches/xpascal/Forms/FormMain.pas
r228 r229 75 75 uses 76 76 Parser, Executor, GeneratorPascal, GeneratorPhp, FormTests, Translator, 77 GeneratorCSharp, GeneratorXml, ParserPascal ;77 GeneratorCSharp, GeneratorXml, ParserPascal, Tests; 78 78 79 79 { TFormMain } … … 198 198 with TFormTests.Create(nil) do 199 199 try 200 TestCases := GetTests; 200 201 ShowModal; 201 202 finally 203 TestCases.Free; 202 204 Free; 203 205 end;
Note:
See TracChangeset
for help on using the changeset viewer.