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

    r219 r221  
    55uses
    66  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
    7   ComCtrls, Menus, ActnList, Acronym;
     7  ComCtrls, Menus, ActnList, Acronym, FormEx;
    88
    99type
     
    1111  { TFormImportFormat }
    1212
    13   TFormImportFormat = class(TForm)
     13  TFormImportFormat = class(TFormEx)
    1414    AAdd: TAction;
     15    ActionList1: TActionList;
     16    AModify: TAction;
     17    AMoveDown: TAction;
    1518    AMoveUp: TAction;
    16     AMoveDown: TAction;
    17     AModify: TAction;
    1819    ARemove: TAction;
    19     ActionList1: TActionList;
    2020    ButtonOk: TButton;
    2121    ButtonCancel: TButton;
     
    3636    MenuItem5: TMenuItem;
    3737    PopupMenu1: TPopupMenu;
     38    ScrollBox1: TScrollBox;
    3839    procedure AAddExecute(Sender: TObject);
    3940    procedure AModifyExecute(Sender: TObject);
Note: See TracChangeset for help on using the changeset viewer.