Changeset 221 for trunk/Forms/FormSettings.pas
- Timestamp:
- Jan 17, 2025, 10:06:21 PM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormSettings.pas
r219 r221 12 12 13 13 TFormSettings = class(TFormEx) 14 Bevel1: TBevel;15 14 ButtonOk: TButton; 16 15 ButtonCancel: TButton; 16 CheckBoxAlwaysOnTop: TCheckBox; 17 CheckBoxAutomaticDPI: TCheckBox; 17 18 CheckBoxReopenLastFileOnStart: TCheckBox; 18 CheckBoxAutomaticDPI: TCheckBox;19 19 CheckBoxStartMinimizedToTray: TCheckBox; 20 20 CheckBoxStartOnLogon: TCheckBox; 21 CheckBoxAlwaysOnTop: TCheckBox;22 21 ComboBoxLanguage: TComboBox; 23 22 ComboBoxTheme: TComboBox; … … 25 24 Label2: TLabel; 26 25 Label3: TLabel; 26 ScrollBox1: TScrollBox; 27 27 SpinEditDPI: TSpinEdit; 28 28 procedure CheckBoxAutomaticDPIChange(Sender: TObject);
Note:
See TracChangeset
for help on using the changeset viewer.