Changeset 221 for trunk/Forms/FormImportPattern.pas
- Timestamp:
- Jan 17, 2025, 10:06:21 PM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormImportPattern.pas
r219 r221 5 5 uses 6 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, 7 Acronym ;7 Acronym, FormEx; 8 8 9 9 type … … 11 11 { TFormImportPattern } 12 12 13 TFormImportPattern = class(TForm )13 TFormImportPattern = class(TFormEx) 14 14 ButtonCancel: TButton; 15 15 ButtonOk: TButton; … … 23 23 Label8: TLabel; 24 24 Label9: TLabel; 25 ScrollBox1: TScrollBox; 25 26 procedure FormCreate(Sender: TObject); 26 27 procedure FormShow(Sender: TObject); … … 36 37 37 38 {$R *.lfm} 38 39 uses40 Core;41 39 42 40 { TFormImportPattern }
Note:
See TracChangeset
for help on using the changeset viewer.