Ignore:
Timestamp:
Jan 17, 2025, 10:06:21 PM (4 days ago)
Author:
chronos
Message:
  • Fixed: Use scrollbox in resizable forms.
  • Fixed: Translate all forms.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormImportPattern.pas

    r219 r221  
    55uses
    66  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
    7   Acronym;
     7  Acronym, FormEx;
    88
    99type
     
    1111  { TFormImportPattern }
    1212
    13   TFormImportPattern = class(TForm)
     13  TFormImportPattern = class(TFormEx)
    1414    ButtonCancel: TButton;
    1515    ButtonOk: TButton;
     
    2323    Label8: TLabel;
    2424    Label9: TLabel;
     25    ScrollBox1: TScrollBox;
    2526    procedure FormCreate(Sender: TObject);
    2627    procedure FormShow(Sender: TObject);
     
    3637
    3738{$R *.lfm}
    38 
    39 uses
    40   Core;
    4139
    4240{ TFormImportPattern }
Note: See TracChangeset for help on using the changeset viewer.