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

    r219 r221  
    55uses
    66  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ComCtrls,
    7   ActnList, Menus, Acronym, JobProgressView, ListViewSort, LazUTF8,
     7  ActnList, Menus, Acronym, JobProgressView, ListViewSort, LazUTF8, FormEx,
    88  Generics.Collections;
    99
     
    1212  { TFormImportSources }
    1313
    14   TFormImportSources = class(TForm)
     14  TFormImportSources = class(TFormEx)
    1515    AAdd: TAction;
    1616    AEnable: TAction;
Note: See TracChangeset for help on using the changeset viewer.