Changeset 21 for trunk/Forms/UFormSettings.lfm
- Timestamp:
- May 8, 2019, 12:11:40 PM (6 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms
- Property svn:ignore
-
old new 1 *.lrj 1
-
- Property svn:ignore
-
trunk/Forms/UFormSettings.lfm
r16 r21 1 1 object FormSettings: TFormSettings 2 2 Left = 798 3 Height = 3 003 Height = 360 4 4 Top = 367 5 Width = 4815 Width = 577 6 6 Caption = 'Settings' 7 ClientHeight = 3 008 ClientWidth = 4819 Constraints.MinHeight = 3 0010 Constraints.MinWidth = 4 0011 DesignTimePPI = 1 207 ClientHeight = 360 8 ClientWidth = 577 9 Constraints.MinHeight = 360 10 Constraints.MinWidth = 480 11 DesignTimePPI = 144 12 12 OnClose = FormClose 13 13 OnCreate = FormCreate 14 14 OnShow = FormShow 15 15 Position = poScreenCenter 16 LCLVersion = ' 1.8.0.6'16 LCLVersion = '2.0.0.4' 17 17 object ComboBoxLanguage: TComboBox 18 Left = 160 19 Height = 28 20 Top = 30 21 Width = 260 22 ItemHeight = 20 18 Left = 192 19 Height = 42 20 Top = 36 21 Width = 312 22 ItemHeight = 0 23 ParentFont = False 23 24 Style = csDropDownList 24 25 TabOrder = 0 25 26 end 26 27 object Label1: TLabel 27 Left = 2 028 Height = 2 029 Top = 3 030 Width = 6828 Left = 24 29 Height = 26 30 Top = 36 31 Width = 88 31 32 Caption = 'Language:' 32 33 ParentColor = False 34 ParentFont = False 33 35 end 34 36 object ButtonOk: TButton 35 Left = 37636 Height = 3 137 Top = 25638 Width = 9437 Left = 451 38 Height = 37 39 Top = 307 40 Width = 113 39 41 Anchors = [akRight, akBottom] 40 42 Caption = 'Ok' 41 43 ModalResult = 1 42 44 OnClick = ButtonOkClick 45 ParentFont = False 43 46 TabOrder = 2 44 47 end 45 48 object ButtonCancel: TButton 46 Left = 25647 Height = 3 148 Top = 25649 Width = 9449 Left = 307 50 Height = 37 51 Top = 307 52 Width = 113 50 53 Anchors = [akRight, akBottom] 51 54 Caption = 'Cancel' 52 55 ModalResult = 2 56 ParentFont = False 53 57 TabOrder = 1 54 58 end 55 59 object CheckBoxAutomaticDPI: TCheckBox 56 Left = 1 657 Height = 2458 Top = 1 0459 Width = 1 2060 Left = 19 61 Height = 30 62 Top = 125 63 Width = 150 60 64 Caption = 'Automatic DPI' 61 65 OnChange = CheckBoxAutomaticDPIChange 66 ParentFont = False 62 67 TabOrder = 3 63 68 Visible = False 64 69 end 65 70 object SpinEditDPI: TSpinEdit 66 Left = 1 6067 Height = 2868 Top = 1 4469 Width = 1 2171 Left = 192 72 Height = 43 73 Top = 173 74 Width = 145 70 75 MaxValue = 300 71 76 MinValue = 96 77 ParentFont = False 72 78 TabOrder = 4 73 79 Value = 96 … … 75 81 end 76 82 object LabelDPI: TLabel 77 Left = 8078 Height = 2 079 Top = 1 5280 Width = 2683 Left = 96 84 Height = 26 85 Top = 182 86 Width = 35 81 87 Caption = 'DPI:' 82 88 ParentColor = False 89 ParentFont = False 83 90 Visible = False 84 91 end 85 92 object CheckBoxReopenLastFileOnStart: TCheckBox 86 Left = 1 687 Height = 2488 Top = 7289 Width = 18193 Left = 19 94 Height = 30 95 Top = 86 96 Width = 229 90 97 Caption = 'Reopen last file on start' 98 ParentFont = False 91 99 TabOrder = 5 92 100 end 93 101 object Bevel1: TBevel 94 Left = 1 0102 Left = 12 95 103 Height = 2 96 Top = 2 4097 Width = 456104 Top = 288 105 Width = 547 98 106 Anchors = [akLeft, akRight, akBottom] 99 107 end 100 108 object Label2: TLabel 101 Left = 2 0102 Height = 2 0103 Top = 184104 Width = 48109 Left = 24 110 Height = 26 111 Top = 221 112 Width = 63 105 113 Caption = 'Theme:' 106 114 ParentColor = False 115 ParentFont = False 107 116 end 108 117 object ComboBoxTheme: TComboBox 109 Left = 160 110 Height = 28 111 Top = 184 112 Width = 260 113 ItemHeight = 20 118 Left = 192 119 Height = 42 120 Top = 221 121 Width = 312 122 ItemHeight = 0 123 ParentFont = False 114 124 Style = csDropDownList 115 125 TabOrder = 6
Note:
See TracChangeset
for help on using the changeset viewer.