Changeset 221 for trunk/Forms/FormSettings.lfm
- Timestamp:
- Jan 17, 2025, 10:06:21 PM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormSettings.lfm
r219 r221 1 1 object FormSettings: TFormSettings 2 2 Left = 798 3 Height = 3943 Height = 487 4 4 Top = 367 5 Width = 5905 Width = 654 6 6 Caption = 'Settings' 7 ClientHeight = 3948 ClientWidth = 5909 Constraints.MinHeight = 39410 Constraints.MinWidth = 4677 ClientHeight = 487 8 ClientWidth = 654 9 Constraints.MinHeight = 200 10 Constraints.MinWidth = 300 11 11 DesignTimePPI = 144 12 12 OnCreate = FormCreate 13 13 Position = poScreenCenter 14 14 LCLVersion = '3.6.0.0' 15 object ComboBoxLanguage: TComboBox16 Left = 18217 Height = 4218 Top = 2919 Width = 25020 ItemHeight = 021 Style = csDropDownList22 TabOrder = 023 end24 object Label1: TLabel25 Left = 1926 Height = 2627 Top = 2928 Width = 8829 Caption = 'Language:'30 ParentColor = False31 end32 15 object ButtonOk: TButton 33 Left = 4 8934 Height = 3 035 Top = 34036 Width = 9016 Left = 400 17 Height = 38 18 Top = 440 19 Width = 106 37 20 Anchors = [akRight, akBottom] 38 21 Caption = 'Ok' 39 22 ModalResult = 1 40 TabOrder = 323 TabOrder = 1 41 24 end 42 25 object ButtonCancel: TButton 43 Left = 37444 Height = 3 045 Top = 34046 Width = 9026 Left = 527 27 Height = 38 28 Top = 440 29 Width = 114 47 30 Anchors = [akRight, akBottom] 48 31 Caption = 'Cancel' 49 32 ModalResult = 2 33 TabOrder = 0 34 end 35 object ScrollBox1: TScrollBox 36 Left = 8 37 Height = 418 38 Top = 8 39 Width = 631 40 HorzScrollBar.Page = 432 41 VertScrollBar.Page = 359 42 Anchors = [akTop, akLeft, akRight, akBottom] 43 ClientHeight = 416 44 ClientWidth = 629 50 45 TabOrder = 2 51 end 52 object CheckBoxAlwaysOnTop: TCheckBox 53 Left = 19 54 Height = 30 55 Top = 77 56 Width = 145 57 Caption = 'Always on top' 58 TabOrder = 1 59 end 60 object CheckBoxStartOnLogon: TCheckBox 61 Left = 19 62 Height = 30 63 Top = 115 64 Width = 188 65 Caption = 'Start on user logon' 66 Color = clDefault 67 ParentColor = False 68 ParentFont = False 69 TabOrder = 4 70 OnChange = CheckBoxStartOnLogonChange 71 end 72 object CheckBoxStartMinimizedToTray: TCheckBox 73 Left = 58 74 Height = 30 75 Top = 154 76 Width = 218 77 Caption = 'Start minimized to tray' 78 TabOrder = 5 79 end 80 object CheckBoxAutomaticDPI: TCheckBox 81 Left = 19 82 Height = 30 83 Top = 230 84 Width = 148 85 Caption = 'Automatic DPI' 86 TabOrder = 6 87 Visible = False 88 OnChange = CheckBoxAutomaticDPIChange 89 end 90 object SpinEditDPI: TSpinEdit 91 Left = 113 92 Height = 43 93 Top = 266 94 Width = 116 95 MaxValue = 300 96 MinValue = 96 97 TabOrder = 7 98 Value = 96 99 Visible = False 100 end 101 object Label2: TLabel 102 Left = 55 103 Height = 26 104 Top = 266 105 Width = 35 106 Caption = 'DPI:' 107 ParentColor = False 108 Visible = False 109 end 110 object CheckBoxReopenLastFileOnStart: TCheckBox 111 Left = 19 112 Height = 30 113 Top = 192 114 Width = 226 115 Caption = 'Reopen last file on start' 116 TabOrder = 8 117 end 118 object Bevel1: TBevel 119 Left = 10 120 Height = 2 121 Top = 320 122 Width = 566 123 Anchors = [akLeft, akRight, akBottom] 124 end 125 object Label3: TLabel 126 Left = 19 127 Height = 26 128 Top = 317 129 Width = 63 130 Caption = 'Theme:' 131 ParentColor = False 132 end 133 object ComboBoxTheme: TComboBox 134 Left = 182 135 Height = 42 136 Top = 317 137 Width = 250 138 ItemHeight = 0 139 Style = csDropDownList 140 TabOrder = 9 46 object ComboBoxLanguage: TComboBox 47 Left = 182 48 Height = 42 49 Top = 29 50 Width = 250 51 ItemHeight = 0 52 Style = csDropDownList 53 TabOrder = 0 54 end 55 object Label1: TLabel 56 Left = 19 57 Height = 26 58 Top = 29 59 Width = 88 60 Caption = 'Language:' 61 ParentColor = False 62 end 63 object CheckBoxAlwaysOnTop: TCheckBox 64 Left = 19 65 Height = 30 66 Top = 77 67 Width = 145 68 Caption = 'Always on top' 69 TabOrder = 1 70 end 71 object CheckBoxStartOnLogon: TCheckBox 72 Left = 19 73 Height = 30 74 Top = 115 75 Width = 188 76 Caption = 'Start on user logon' 77 Color = clDefault 78 ParentColor = False 79 ParentFont = False 80 TabOrder = 2 81 OnChange = CheckBoxStartOnLogonChange 82 end 83 object CheckBoxStartMinimizedToTray: TCheckBox 84 Left = 58 85 Height = 30 86 Top = 154 87 Width = 218 88 Caption = 'Start minimized to tray' 89 TabOrder = 3 90 end 91 object CheckBoxAutomaticDPI: TCheckBox 92 Left = 19 93 Height = 30 94 Top = 230 95 Width = 148 96 Caption = 'Automatic DPI' 97 TabOrder = 4 98 Visible = False 99 OnChange = CheckBoxAutomaticDPIChange 100 end 101 object SpinEditDPI: TSpinEdit 102 Left = 113 103 Height = 43 104 Top = 266 105 Width = 116 106 MaxValue = 300 107 MinValue = 96 108 TabOrder = 5 109 Value = 96 110 Visible = False 111 end 112 object Label2: TLabel 113 Left = 55 114 Height = 26 115 Top = 266 116 Width = 35 117 Caption = 'DPI:' 118 ParentColor = False 119 Visible = False 120 end 121 object CheckBoxReopenLastFileOnStart: TCheckBox 122 Left = 19 123 Height = 30 124 Top = 192 125 Width = 226 126 Caption = 'Reopen last file on start' 127 TabOrder = 6 128 end 129 object Label3: TLabel 130 Left = 19 131 Height = 26 132 Top = 317 133 Width = 63 134 Caption = 'Theme:' 135 ParentColor = False 136 end 137 object ComboBoxTheme: TComboBox 138 Left = 182 139 Height = 42 140 Top = 317 141 Width = 250 142 ItemHeight = 0 143 Style = csDropDownList 144 TabOrder = 7 145 end 141 146 end 142 147 end
Note:
See TracChangeset
for help on using the changeset viewer.