Changeset 64 for trunk/Forms/UFormOptions.lfm
- Timestamp:
- Dec 4, 2014, 2:59:28 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormOptions.lfm
r59 r64 1 1 object OptionsForm: TOptionsForm 2 2 Left = 415 3 Height = 2793 Height = 339 4 4 Top = 210 5 5 Width = 468 6 6 Caption = 'Options' 7 ClientHeight = 2797 ClientHeight = 339 8 8 ClientWidth = 468 9 9 OnShow = FormShow … … 12 12 Left = 389 13 13 Height = 25 14 Top = 24714 Top = 307 15 15 Width = 75 16 16 Anchors = [akRight, akBottom] … … 23 23 Left = 304 24 24 Height = 25 25 Top = 24725 Top = 307 26 26 Width = 75 27 27 Anchors = [akRight, akBottom] … … 80 80 TabOrder = 4 81 81 end 82 object ComboBoxLanguage: TComboBox83 Left = 24884 Height = 3785 Top = 8386 Width = 18887 ItemHeight = 088 Style = csDropDownList89 TabOrder = 590 end91 82 object SpinEditDPIX: TSpinEdit 92 83 Left = 104 … … 96 87 MaxValue = 1000 97 88 MinValue = 1 98 TabOrder = 689 TabOrder = 5 99 90 Value = 1 100 91 end … … 114 105 MaxValue = 1000 115 106 MinValue = 1 116 TabOrder = 7107 TabOrder = 6 117 108 Value = 1 118 109 end … … 134 125 Caption = 'Automatic DPI' 135 126 OnChange = CheckBoxDPIAutoChange 127 TabOrder = 7 128 end 129 object Label4: TLabel 130 Left = 16 131 Height = 25 132 Top = 248 133 Width = 221 134 Caption = 'Compiler optimizations:' 135 ParentColor = False 136 end 137 object ComboBoxLanguage: TComboBox 138 Left = 248 139 Height = 37 140 Top = 83 141 Width = 188 142 ItemHeight = 0 143 Style = csDropDownList 136 144 TabOrder = 8 137 145 end 146 object ComboBoxOptimizatipn: TComboBox 147 Left = 256 148 Height = 37 149 Top = 240 150 Width = 188 151 ItemHeight = 0 152 Items.Strings = ( 153 'None' 154 'Normal' 155 ) 156 Style = csDropDownList 157 TabOrder = 9 158 end 138 159 end
Note:
See TracChangeset
for help on using the changeset viewer.