Changeset 227 for branches/xpascal/Forms/FormSource.pas
- Timestamp:
- Jun 24, 2023, 1:20:22 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/xpascal/Forms/FormSource.pas
r224 r227 5 5 uses 6 6 Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, 7 SynHighlighterPas, SynEdit ;7 SynHighlighterPas, SynEdit, FormEx; 8 8 9 9 type … … 11 11 { TFormSource } 12 12 13 TFormSource = class(TForm )13 TFormSource = class(TFormEx) 14 14 Label1: TLabel; 15 15 SynEditSource: TSynEdit;
Note:
See TracChangeset
for help on using the changeset viewer.