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

    r219 r221  
    1212
    1313  TFormAcronym = class(TFormEx)
     14    ACategoryAdd: TAction;
    1415    ACategoryRemove: TAction;
    15     ACategoryAdd: TAction;
    1616    ActionList1: TActionList;
    1717    Button1: TButton;
     
    3232    MenuItem2: TMenuItem;
    3333    PopupMenuCategory: TPopupMenu;
     34    ScrollBox1: TScrollBox;
    3435    procedure ACategoryAddExecute(Sender: TObject);
    3536    procedure ACategoryRemoveExecute(Sender: TObject);
Note: See TracChangeset for help on using the changeset viewer.