Changeset 91 for trunk/Forms/UFormOptions.lfm
- Timestamp:
- Jul 20, 2018, 9:41:37 AM (6 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms
-
Property svn:ignore
set to
*.lrj
-
Property svn:ignore
set to
-
trunk/Forms/UFormOptions.lfm
r70 r91 1 object OptionsForm: TOptionsForm2 Left = 6653 Height = 3394 Top = 3 705 Width = 4681 object FormOptions: TFormOptions 2 Left = 510 3 Height = 418 4 Top = 324 5 Width = 511 6 6 Caption = 'Options' 7 ClientHeight = 339 8 ClientWidth = 468 7 ClientHeight = 418 8 ClientWidth = 511 9 DesignTimePPI = 120 10 OnClose = FormClose 11 OnCreate = FormCreate 9 12 OnShow = FormShow 10 LCLVersion = '1. 5'13 LCLVersion = '1.8.2.0' 11 14 object ButtonOk: TButton 12 Left = 38915 Left = 422 13 16 Height = 25 14 Top = 3 0717 Top = 386 15 18 Width = 75 16 19 Anchors = [akRight, akBottom] … … 21 24 end 22 25 object ButtonCancel: TButton 23 Left = 3 0426 Left = 334 24 27 Height = 25 25 Top = 3 0728 Top = 386 26 29 Width = 75 27 30 Anchors = [akRight, akBottom] … … 32 35 object SpinEditCellSize: TSpinEdit 33 36 Left = 165 34 Height = 3537 Height = 28 35 38 Top = 40 36 39 Width = 130 … … 40 43 object SpinEditMemorySize: TSpinEdit 41 44 Left = 165 42 Height = 3545 Height = 28 43 46 Top = 6 44 47 Width = 130 … … 48 51 object Label1: TLabel 49 52 Left = 8 50 Height = 2 553 Height = 20 51 54 Top = 8 52 Width = 12355 Width = 87 53 56 Caption = 'Memory size:' 54 57 ParentColor = False … … 56 59 object Label2: TLabel 57 60 Left = 8 58 Height = 2 561 Height = 20 59 62 Top = 40 60 Width = 7963 Width = 57 61 64 Caption = 'Cell size:' 62 65 ParentColor = False … … 64 67 object Label3: TLabel 65 68 Left = 8 66 Height = 2 569 Height = 20 67 70 Top = 95 68 Width = 1 7971 Width = 127 69 72 Caption = 'Interface language:' 70 73 ParentColor = False … … 74 77 Height = 27 75 78 Top = 128 76 Width = 4 5679 Width = 499 77 80 Anchors = [akTop, akLeft, akRight] 78 81 AutoSize = False … … 82 85 object SpinEditDPIX: TSpinEdit 83 86 Left = 104 84 Height = 3587 Height = 28 85 88 Top = 193 86 89 Width = 80 … … 92 95 object LabelDPI: TLabel 93 96 Left = 24 94 Height = 2 597 Height = 20 95 98 Top = 201 96 Width = 3999 Width = 26 97 100 Caption = 'DPI:' 98 101 ParentColor = False … … 100 103 object SpinEditDPIY: TSpinEdit 101 104 Left = 208 102 Height = 35105 Height = 28 103 106 Top = 193 104 107 Width = 80 … … 110 113 object LabelX: TLabel 111 114 Left = 192 112 Height = 2 5115 Height = 20 113 116 Top = 201 114 Width = 10117 Width = 7 115 118 Caption = 'x' 116 119 ParentColor = False … … 120 123 Height = 27 121 124 Top = 168 122 Width = 4 48125 Width = 491 123 126 Anchors = [akTop, akLeft, akRight] 124 127 AutoSize = False … … 129 132 object Label4: TLabel 130 133 Left = 16 131 Height = 2 5134 Height = 20 132 135 Top = 248 133 Width = 221136 Width = 159 134 137 Caption = 'Compiler optimizations:' 135 138 ParentColor = False … … 137 140 object ComboBoxLanguage: TComboBox 138 141 Left = 248 139 Height = 37142 Height = 28 140 143 Top = 83 141 144 Width = 188 142 ItemHeight = 0145 ItemHeight = 20 143 146 Style = csDropDownList 144 147 TabOrder = 8 145 148 end 146 object ComboBoxOptimizatipn: TComboBox 149 object CheckBoxOptimizeAddSub: TCheckBox 150 Left = 39 151 Height = 24 152 Top = 280 153 Width = 189 154 Caption = 'Addition and subtraction' 155 TabOrder = 9 156 end 157 object CheckBoxOptimizeMerge: TCheckBox 158 Left = 39 159 Height = 24 160 Top = 304 161 Width = 181 162 Caption = 'Merge same operations' 163 TabOrder = 10 164 end 165 object CheckBoxOptimizeRelativeIndexes: TCheckBox 166 Left = 39 167 Height = 24 168 Top = 328 169 Width = 131 170 Caption = 'Relative indexes' 171 TabOrder = 11 172 end 173 object CheckBoxOptimizeCopyMultiply: TCheckBox 174 Left = 39 175 Height = 24 176 Top = 352 177 Width = 116 178 Caption = 'Copy multiply' 179 TabOrder = 12 180 end 181 object ComboBoxOptimization: TComboBox 147 182 Left = 256 148 Height = 37149 Top = 24 0183 Height = 28 184 Top = 248 150 185 Width = 188 151 ItemHeight = 0186 ItemHeight = 20 152 187 Items.Strings = ( 153 188 'None' 154 189 'Normal' 155 190 ) 191 OnSelect = CheckBoxDPIAutoChange 156 192 Style = csDropDownList 157 TabOrder = 9193 TabOrder = 13 158 194 end 159 195 end
Note:
See TracChangeset
for help on using the changeset viewer.