Changeset 167 for trunk/Forms/FormTargetOptions.pas
- Timestamp:
- Aug 20, 2024, 2:36:15 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormTargetOptions.pas
r149 r167 12 12 13 13 TFormTargetOptions = class(TFormEx) 14 ButtonCompiler: TButton; 15 ButtonExecute: TButton; 14 16 ButtonOk: TButton; 15 17 ButtonCancel: TButton; 16 ButtonCompiler: TButton;17 ButtonExecute: TButton;18 18 Edit1: TEdit; 19 19 Edit2: TEdit; … … 21 21 Label2: TLabel; 22 22 OpenDialog1: TOpenDialog; 23 ScrollBox1: TScrollBox; 23 24 procedure ButtonCompilerClick(Sender: TObject); 24 25 procedure ButtonExecuteClick(Sender: TObject);
Note:
See TracChangeset
for help on using the changeset viewer.