Changeset 219 for trunk/Forms/FormSettings.lfm
- Timestamp:
- Jan 17, 2025, 9:05:54 PM (4 days ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormSettings.lfm
r218 r219 1 1 object FormSettings: TFormSettings 2 2 Left = 798 3 Height = 3 713 Height = 394 4 4 Top = 367 5 5 Width = 590 6 6 Caption = 'Settings' 7 ClientHeight = 3 717 ClientHeight = 394 8 8 ClientWidth = 590 9 Constraints.MinHeight = 328 10 Constraints.MinWidth = 389 11 DesignTimePPI = 120 12 OnClose = FormClose 9 Constraints.MinHeight = 394 10 Constraints.MinWidth = 467 11 DesignTimePPI = 144 13 12 OnCreate = FormCreate 14 OnShow = FormShow15 13 Position = poScreenCenter 16 LCLVersion = ' 1.8.2.0'14 LCLVersion = '3.6.0.0' 17 15 object ComboBoxLanguage: TComboBox 18 Left = 1 5219 Height = 2820 Top = 2 421 Width = 2 0822 ItemHeight = 2016 Left = 182 17 Height = 42 18 Top = 29 19 Width = 250 20 ItemHeight = 0 23 21 Style = csDropDownList 24 22 TabOrder = 0 25 23 end 26 24 object Label1: TLabel 27 Left = 1 628 Height = 2 029 Top = 2 430 Width = 6825 Left = 19 26 Height = 26 27 Top = 29 28 Width = 88 31 29 Caption = 'Language:' 32 30 ParentColor = False 33 31 end 34 32 object ButtonOk: TButton 35 Left = 50636 Height = 2537 Top = 3 2638 Width = 7533 Left = 489 34 Height = 30 35 Top = 340 36 Width = 90 39 37 Anchors = [akRight, akBottom] 40 38 Caption = 'Ok' 41 39 ModalResult = 1 42 OnClick = ButtonOkClick43 40 TabOrder = 3 44 41 end 45 42 object ButtonCancel: TButton 46 Left = 41047 Height = 2548 Top = 3 2649 Width = 7543 Left = 374 44 Height = 30 45 Top = 340 46 Width = 90 50 47 Anchors = [akRight, akBottom] 51 48 Caption = 'Cancel' … … 54 51 end 55 52 object CheckBoxAlwaysOnTop: TCheckBox 56 Left = 1 657 Height = 2458 Top = 6459 Width = 1 1853 Left = 19 54 Height = 30 55 Top = 77 56 Width = 145 60 57 Caption = 'Always on top' 61 58 TabOrder = 1 62 59 end 63 60 object CheckBoxStartOnLogon: TCheckBox 64 Left = 1 665 Height = 2466 Top = 9667 Width = 1 5061 Left = 19 62 Height = 30 63 Top = 115 64 Width = 188 68 65 Caption = 'Start on user logon' 69 66 Color = clDefault 70 OnChange = CheckBoxStartOnLogonChange71 67 ParentColor = False 72 68 ParentFont = False 73 69 TabOrder = 4 70 OnChange = CheckBoxStartOnLogonChange 74 71 end 75 72 object CheckBoxStartMinimizedToTray: TCheckBox 76 Left = 4877 Height = 2478 Top = 1 2879 Width = 17673 Left = 58 74 Height = 30 75 Top = 154 76 Width = 218 80 77 Caption = 'Start minimized to tray' 81 78 TabOrder = 5 82 79 end 83 80 object CheckBoxAutomaticDPI: TCheckBox 84 Left = 1 685 Height = 2486 Top = 19287 Width = 1 2081 Left = 19 82 Height = 30 83 Top = 230 84 Width = 148 88 85 Caption = 'Automatic DPI' 89 OnChange = CheckBoxAutomaticDPIChange90 86 TabOrder = 6 91 87 Visible = False 88 OnChange = CheckBoxAutomaticDPIChange 92 89 end 93 90 object SpinEditDPI: TSpinEdit 94 Left = 9495 Height = 2896 Top = 2 2297 Width = 9791 Left = 113 92 Height = 43 93 Top = 266 94 Width = 116 98 95 MaxValue = 300 99 96 MinValue = 96 … … 103 100 end 104 101 object Label2: TLabel 105 Left = 46106 Height = 2 0107 Top = 2 22108 Width = 26102 Left = 55 103 Height = 26 104 Top = 266 105 Width = 35 109 106 Caption = 'DPI:' 110 107 ParentColor = False … … 112 109 end 113 110 object CheckBoxReopenLastFileOnStart: TCheckBox 114 Left = 1 6115 Height = 24116 Top = 1 60117 Width = 181111 Left = 19 112 Height = 30 113 Top = 192 114 Width = 226 118 115 Caption = 'Reopen last file on start' 119 116 TabOrder = 8 120 117 end 121 118 object Bevel1: TBevel 122 Left = 8119 Left = 10 123 120 Height = 2 124 Top = 3 09125 Width = 5 70121 Top = 320 122 Width = 566 126 123 Anchors = [akLeft, akRight, akBottom] 127 124 end 128 125 object Label3: TLabel 129 Left = 1 6130 Height = 2 0131 Top = 264132 Width = 48126 Left = 19 127 Height = 26 128 Top = 317 129 Width = 63 133 130 Caption = 'Theme:' 134 131 ParentColor = False 135 132 end 136 133 object ComboBoxTheme: TComboBox 137 Left = 1 52138 Height = 28139 Top = 264140 Width = 2 08141 ItemHeight = 20134 Left = 182 135 Height = 42 136 Top = 317 137 Width = 250 138 ItemHeight = 0 142 139 Style = csDropDownList 143 140 TabOrder = 9
Note:
See TracChangeset
for help on using the changeset viewer.