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

    r219 r221  
    55uses
    66  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
    7   ActnList, Menus, ExtCtrls, Acronym, LCLIntf;
     7  ActnList, Menus, ExtCtrls, Acronym, LCLIntf, FormEx;
    88
    99type
     
    1111  { TFormImportSource }
    1212
    13   TFormImportSource = class(TForm)
     13  TFormImportSource = class(TFormEx)
    1414    ACategoryAdd: TAction;
    1515    ACategoryRemove: TAction;
    1616    ActionList1: TActionList;
    17     Bevel1: TBevel;
    1817    Button1: TButton;
    1918    Button2: TButton;
    20     ButtonShowFormat: TButton;
    2119    ButtonOk: TButton;
    2220    ButtonCancel: TButton;
    2321    ButtonOpenURL: TButton;
     22    ButtonShowFormat: TButton;
    2423    CheckBoxEnabled: TCheckBox;
    2524    ComboBox1: TComboBox;
     25    EditName: TEdit;
     26    EditPassword: TEdit;
     27    EditURL: TEdit;
    2628    EditUserName: TEdit;
    27     EditName: TEdit;
    28     EditURL: TEdit;
    29     EditPassword: TEdit;
    3029    Label1: TLabel;
    3130    Label2: TLabel;
     
    3837    MenuItem2: TMenuItem;
    3938    PopupMenuCategory: TPopupMenu;
     39    ScrollBox1: TScrollBox;
    4040    procedure ACategoryAddExecute(Sender: TObject);
    4141    procedure ACategoryRemoveExecute(Sender: TObject);
Note: See TracChangeset for help on using the changeset viewer.