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/FormCheck.pas

    r219 r221  
    66  Classes, SysUtils, LazFileUtils, Forms, Controls, Graphics, Dialogs, StdCtrls,
    77  ExtCtrls, ComCtrls, Menus, ActnList, Acronym, RegistryEx, Registry, Common,
    8   Generics.Collections;
     8  Generics.Collections, FormEx;
    99
    1010type
     
    2727  { TFormCheck }
    2828
    29   TFormCheck = class(TForm)
     29  TFormCheck = class(TFormEx)
    3030    AGoToLocation: TAction;
    3131    ASaveToCsv: TAction;
Note: See TracChangeset for help on using the changeset viewer.