Ignore:
Timestamp:
Aug 20, 2024, 2:36:15 PM (5 weeks ago)
Author:
chronos
Message:
  • Modified: Used scrollbox in target options form.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormTargetOptions.pas

    r149 r167  
    1212
    1313  TFormTargetOptions = class(TFormEx)
     14    ButtonCompiler: TButton;
     15    ButtonExecute: TButton;
    1416    ButtonOk: TButton;
    1517    ButtonCancel: TButton;
    16     ButtonCompiler: TButton;
    17     ButtonExecute: TButton;
    1818    Edit1: TEdit;
    1919    Edit2: TEdit;
     
    2121    Label2: TLabel;
    2222    OpenDialog1: TOpenDialog;
     23    ScrollBox1: TScrollBox;
    2324    procedure ButtonCompilerClick(Sender: TObject);
    2425    procedure ButtonExecuteClick(Sender: TObject);
Note: See TracChangeset for help on using the changeset viewer.