Changeset 41 for trunk/Forms/UFormSettings.lfm
- Timestamp:
- May 8, 2019, 11:54:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormSettings.lfm
r34 r41 1 1 object FormSettings: TFormSettings 2 2 Left = 404 3 Height = 3273 Height = 490 4 4 Top = 574 5 Width = 5545 Width = 831 6 6 ActiveControl = ButtonOk 7 7 Caption = 'Settings' 8 ClientHeight = 327 9 ClientWidth = 554 10 Constraints.MinHeight = 327 11 Constraints.MinWidth = 554 8 ClientHeight = 490 9 ClientWidth = 831 10 Constraints.MinHeight = 490 11 Constraints.MinWidth = 831 12 DesignTimePPI = 144 12 13 OnCreate = FormCreate 13 14 OnShow = FormShow 14 15 Position = poMainFormCenter 15 LCLVersion = ' 1.6.0.4'16 LCLVersion = '2.0.0.4' 16 17 object ButtonOk: TButton 17 Left = 44418 Height = 2519 Top = 28420 Width = 7518 Left = 667 19 Height = 38 20 Top = 425 21 Width = 112 21 22 Anchors = [akRight, akBottom] 22 23 Caption = 'Ok' 23 24 ModalResult = 1 25 ParentFont = False 24 26 TabOrder = 0 25 27 end 26 28 object ButtonCancel: TButton 27 Left = 32228 Height = 2529 Top = 28430 Width = 7529 Left = 483 30 Height = 38 31 Top = 425 32 Width = 112 31 33 Anchors = [akRight, akBottom] 32 34 Caption = 'Cancel' 33 35 ModalResult = 2 36 ParentFont = False 34 37 TabOrder = 1 35 38 end 36 39 object PageControl1: TPageControl 37 Left = 438 Height = 26439 Top = 440 Width = 54640 Left = 6 41 Height = 425 42 Top = 6 43 Width = 819 41 44 ActivePage = TabSheetGeneral 42 45 Align = alTop 43 46 Anchors = [akTop, akLeft, akRight, akBottom] 44 BorderSpacing.Around = 4 47 BorderSpacing.Around = 6 48 ParentFont = False 45 49 TabIndex = 0 46 50 TabOrder = 2 47 51 object TabSheetGeneral: TTabSheet 48 52 Caption = 'General' 49 ClientHeight = 222 50 ClientWidth = 540 53 ClientHeight = 385 54 ClientWidth = 809 55 ParentFont = False 51 56 object Label1: TLabel 52 Left = 2053 Height = 2 454 Top = 2657 Left = 30 58 Height = 26 59 Top = 39 55 60 Width = 88 56 61 Caption = 'Language:' 57 62 ParentColor = False 63 ParentFont = False 58 64 end 59 65 object ComboBoxLanguage: TComboBox 60 Left = 17861 Height = 3862 Top = 2463 Width = 19666 Left = 267 67 Height = 42 68 Top = 36 69 Width = 294 64 70 ItemHeight = 0 71 ParentFont = False 65 72 Style = csDropDownList 66 73 TabOrder = 0 … … 69 76 object TabSheetDebug: TTabSheet 70 77 Caption = 'Debug' 71 ClientHeight = 222 72 ClientWidth = 540 78 ClientHeight = 385 79 ClientWidth = 809 80 ParentFont = False 73 81 object CheckBoxDevelMode: TCheckBox 74 Left = 1675 Height = 2776 Top = 13677 Width = 5 1482 Left = 24 83 Height = 40 84 Top = 204 85 Width = 503 78 86 Anchors = [akTop, akLeft, akRight] 79 87 AutoSize = False 80 88 Caption = 'Developer mode' 89 ParentFont = False 81 90 TabOrder = 0 82 91 end 83 92 object Label4: TLabel 84 Left = 1493 Left = 21 85 94 Height = 24 86 Top = 6795 Top = 100 87 96 Width = 35 88 97 Caption = 'DPI:' 89 98 ParentColor = False 99 ParentFont = False 90 100 end 91 101 object SpinEditX: TSpinEdit 92 Left = 1 04102 Left = 156 93 103 Height = 34 94 Top = 6495 Width = 96104 Top = 96 105 Width = 144 96 106 MaxValue = 500 97 107 MinValue = 20 108 ParentFont = False 98 109 TabOrder = 1 99 110 Value = 50 100 111 end 101 112 object SpinEditY: TSpinEdit 102 Left = 232113 Left = 348 103 114 Height = 34 104 Top = 64105 Width = 90115 Top = 96 116 Width = 135 106 117 MaxValue = 500 107 118 MinValue = 20 119 ParentFont = False 108 120 TabOrder = 2 109 121 Value = 20 110 122 end 111 123 object Label5: TLabel 112 Left = 208124 Left = 312 113 125 Height = 24 114 Top = 67126 Top = 100 115 127 Width = 10 116 128 Caption = 'x' 117 129 ParentColor = False 130 ParentFont = False 118 131 end 119 132 object CheckBox2: TCheckBox 120 Left = 16121 Height = 24122 Top = 32123 Width = 510133 Left = 24 134 Height = 36 135 Top = 48 136 Width = 497 124 137 Anchors = [akTop, akLeft, akRight] 125 138 AutoSize = False 126 139 Caption = 'Automatic DPI' 127 140 OnChange = CheckBox2Change 141 ParentFont = False 128 142 TabOrder = 3 129 143 end
Note:
See TracChangeset
for help on using the changeset viewer.