Changeset 221 for trunk/Forms/FormImportSource.pas
- Timestamp:
- Jan 17, 2025, 10:06:21 PM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormImportSource.pas
r219 r221 5 5 uses 6 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, 7 ActnList, Menus, ExtCtrls, Acronym, LCLIntf ;7 ActnList, Menus, ExtCtrls, Acronym, LCLIntf, FormEx; 8 8 9 9 type … … 11 11 { TFormImportSource } 12 12 13 TFormImportSource = class(TForm )13 TFormImportSource = class(TFormEx) 14 14 ACategoryAdd: TAction; 15 15 ACategoryRemove: TAction; 16 16 ActionList1: TActionList; 17 Bevel1: TBevel;18 17 Button1: TButton; 19 18 Button2: TButton; 20 ButtonShowFormat: TButton;21 19 ButtonOk: TButton; 22 20 ButtonCancel: TButton; 23 21 ButtonOpenURL: TButton; 22 ButtonShowFormat: TButton; 24 23 CheckBoxEnabled: TCheckBox; 25 24 ComboBox1: TComboBox; 25 EditName: TEdit; 26 EditPassword: TEdit; 27 EditURL: TEdit; 26 28 EditUserName: TEdit; 27 EditName: TEdit;28 EditURL: TEdit;29 EditPassword: TEdit;30 29 Label1: TLabel; 31 30 Label2: TLabel; … … 38 37 MenuItem2: TMenuItem; 39 38 PopupMenuCategory: TPopupMenu; 39 ScrollBox1: TScrollBox; 40 40 procedure ACategoryAddExecute(Sender: TObject); 41 41 procedure ACategoryRemoveExecute(Sender: TObject);
Note:
See TracChangeset
for help on using the changeset viewer.