Changeset 221 for trunk/Forms/FormImportFormat.pas
- Timestamp:
- Jan 17, 2025, 10:06:21 PM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormImportFormat.pas
r219 r221 5 5 uses 6 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, 7 ComCtrls, Menus, ActnList, Acronym ;7 ComCtrls, Menus, ActnList, Acronym, FormEx; 8 8 9 9 type … … 11 11 { TFormImportFormat } 12 12 13 TFormImportFormat = class(TForm )13 TFormImportFormat = class(TFormEx) 14 14 AAdd: TAction; 15 ActionList1: TActionList; 16 AModify: TAction; 17 AMoveDown: TAction; 15 18 AMoveUp: TAction; 16 AMoveDown: TAction;17 AModify: TAction;18 19 ARemove: TAction; 19 ActionList1: TActionList;20 20 ButtonOk: TButton; 21 21 ButtonCancel: TButton; … … 36 36 MenuItem5: TMenuItem; 37 37 PopupMenu1: TPopupMenu; 38 ScrollBox1: TScrollBox; 38 39 procedure AAddExecute(Sender: TObject); 39 40 procedure AModifyExecute(Sender: TObject);
Note:
See TracChangeset
for help on using the changeset viewer.