Changeset 103 for trunk/Forms/UFormOptions.lfm
- Timestamp:
- May 5, 2019, 12:17:58 AM (6 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms
- Property svn:ignore deleted
-
trunk/Forms/UFormOptions.lfm
r96 r103 1 1 object FormOptions: TFormOptions 2 2 Left = 401 3 Height = 3563 Height = 427 4 4 Top = 236 5 Width = 6075 Width = 728 6 6 Caption = 'Options' 7 ClientHeight = 3568 ClientWidth = 6079 DesignTimePPI = 1 207 ClientHeight = 427 8 ClientWidth = 728 9 DesignTimePPI = 144 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate 12 12 OnShow = FormShow 13 LCLVersion = ' 1.8.2.0'13 LCLVersion = '2.0.0.4' 14 14 object ButtonOk: TButton 15 Left = 52616 Height = 2517 Top = 3 2418 Width = 7515 Left = 631 16 Height = 30 17 Top = 389 18 Width = 90 19 19 Anchors = [akRight, akBottom] 20 20 Caption = 'Ok' 21 21 ModalResult = 1 22 ParentFont = False 22 23 TabOrder = 0 23 24 end 24 25 object ButtonCancel: TButton 25 Left = 43026 Height = 2527 Top = 3 2428 Width = 7526 Left = 516 27 Height = 30 28 Top = 389 29 Width = 90 29 30 Anchors = [akRight, akBottom] 30 31 Caption = 'Cancel' 31 32 ModalResult = 2 33 ParentFont = False 32 34 TabOrder = 1 33 35 end 34 36 object PageControl1: TPageControl 35 Left = 836 Height = 3 1037 Top = 838 Width = 59337 Left = 10 38 Height = 371 39 Top = 10 40 Width = 711 39 41 ActivePage = TabSheetBuild 40 42 Anchors = [akTop, akLeft, akRight, akBottom] 43 ParentFont = False 41 44 TabIndex = 1 42 45 TabOrder = 2 … … 45 48 ClientHeight = 277 46 49 ClientWidth = 585 50 ParentFont = False 47 51 object Panel1: TPanel 48 52 Left = 0 … … 54 58 ClientHeight = 277 55 59 ClientWidth = 585 60 ParentFont = False 56 61 TabOrder = 0 57 62 object Label3: TLabel 58 Left = 859 Height = 20 60 Top = 4863 Left = 10 64 Height = 20 65 Top = 58 61 66 Width = 127 62 67 Caption = 'Interface language:' 63 68 ParentColor = False 69 ParentFont = False 64 70 end 65 71 object ComboBoxLanguage: TComboBox 66 Left = 256 67 Height = 28 68 Top = 48 69 Width = 188 70 ItemHeight = 20 72 Left = 307 73 Height = 33 74 Top = 58 75 Width = 226 76 ItemHeight = 25 77 ParentFont = False 71 78 Style = csDropDownList 72 79 TabOrder = 0 73 80 end 74 81 object CheckBox1: TCheckBox 75 Left = 876 Height = 2777 Top = 8578 Width = 1 05182 Left = 10 83 Height = 32 84 Top = 102 85 Width = 1144 79 86 Anchors = [akTop, akLeft, akRight] 80 87 AutoSize = False 81 88 Caption = 'Reopend last opened project' 89 ParentFont = False 82 90 TabOrder = 1 83 91 end 84 92 object CheckBoxDPIAuto: TCheckBox 85 Left = 886 Height = 2787 Top = 1 2588 Width = 1 04393 Left = 10 94 Height = 32 95 Top = 150 96 Width = 1134 89 97 Anchors = [akTop, akLeft, akRight] 90 98 AutoSize = False 91 99 Caption = 'Automatic DPI' 92 100 OnChange = CheckBoxDPIAutoChange 101 ParentFont = False 93 102 TabOrder = 2 94 103 end 95 104 object LabelDPI: TLabel 96 Left = 3 097 Height = 20 98 Top = 1 60105 Left = 36 106 Height = 20 107 Top = 192 99 108 Width = 26 100 109 Caption = 'DPI:' 101 110 ParentColor = False 111 ParentFont = False 102 112 end 103 113 object SpinEditDPIX: TSpinEdit 104 Left = 1 12114 Left = 134 105 115 Height = 28 106 Top = 1 58107 Width = 80116 Top = 190 117 Width = 96 108 118 MaxValue = 1000 109 119 MinValue = 1 120 ParentFont = False 110 121 TabOrder = 3 111 122 Value = 1 112 123 end 113 124 object SpinEditDPIY: TSpinEdit 114 Left = 2 16125 Left = 259 115 126 Height = 28 116 Top = 1 60117 Width = 80127 Top = 192 128 Width = 96 118 129 MaxValue = 1000 119 130 MinValue = 1 131 ParentFont = False 120 132 TabOrder = 4 121 133 Value = 1 122 134 end 123 135 object LabelX: TLabel 124 Left = 2 00125 Height = 20 126 Top = 1 60136 Left = 240 137 Height = 20 138 Top = 192 127 139 Width = 7 128 140 Caption = 'x' 129 141 ParentColor = False 142 ParentFont = False 130 143 end 131 144 object LabelTheme: TLabel 132 Left = 8133 Height = 20 134 Top = 1 6145 Left = 10 146 Height = 20 147 Top = 19 135 148 Width = 48 136 149 Caption = 'Theme:' 137 150 ParentColor = False 151 ParentFont = False 138 152 end 139 153 object ComboBoxTheme: TComboBox 140 Left = 256 141 Height = 28 142 Top = 8 143 Width = 188 144 ItemHeight = 20 154 Left = 307 155 Height = 33 156 Top = 10 157 Width = 226 158 ItemHeight = 25 159 ParentFont = False 145 160 Style = csDropDownList 146 161 TabOrder = 5 … … 150 165 object TabSheetBuild: TTabSheet 151 166 Caption = 'Build' 152 ClientHeight = 277 153 ClientWidth = 585 167 ClientHeight = 333 168 ClientWidth = 703 169 ParentFont = False 154 170 object Panel2: TPanel 155 171 Left = 0 156 Height = 277172 Height = 333 157 173 Top = 0 158 Width = 585174 Width = 703 159 175 Align = alClient 160 176 BevelOuter = bvNone 161 ClientHeight = 277 162 ClientWidth = 585 177 ClientHeight = 333 178 ClientWidth = 703 179 ParentFont = False 163 180 TabOrder = 0 164 181 object Label4: TLabel 165 Left = 8166 Height = 2 0167 Top = 1 04168 Width = 1 59182 Left = 10 183 Height = 25 184 Top = 125 185 Width = 189 169 186 Caption = 'Compiler optimizations:' 170 187 ParentColor = False 188 ParentFont = False 171 189 end 172 190 object ComboBoxOptimization: TComboBox 173 Left = 2 48174 Height = 28175 Top = 1 04176 Width = 188177 ItemHeight = 2 0191 Left = 298 192 Height = 33 193 Top = 125 194 Width = 226 195 ItemHeight = 25 178 196 Items.Strings = ( 179 197 'None' … … 181 199 ) 182 200 OnSelect = CheckBoxDPIAutoChange 201 ParentFont = False 183 202 Style = csDropDownList 184 203 TabOrder = 0 185 204 end 186 205 object CheckBoxOptimizeAddSub: TCheckBox 187 Left = 3 1188 Height = 2 4189 Top = 1 36190 Width = 189206 Left = 37 207 Height = 29 208 Top = 163 209 Width = 228 191 210 Caption = 'Addition and subtraction' 211 ParentFont = False 192 212 TabOrder = 1 193 213 end 194 214 object CheckBoxOptimizeMerge: TCheckBox 195 Left = 3 1196 Height = 2 4197 Top = 1 60198 Width = 181215 Left = 37 216 Height = 29 217 Top = 192 218 Width = 218 199 219 Caption = 'Merge same operations' 220 ParentFont = False 200 221 TabOrder = 2 201 222 end 202 223 object CheckBoxOptimizeCopyMultiply: TCheckBox 203 Left = 3 1204 Height = 2 4205 Top = 2 08206 Width = 1 16224 Left = 37 225 Height = 29 226 Top = 250 227 Width = 141 207 228 Caption = 'Copy multiply' 229 ParentFont = False 208 230 TabOrder = 3 209 231 end 210 232 object CheckBoxOptimizeRelativeIndexes: TCheckBox 211 Left = 3 1212 Height = 2 4213 Top = 184214 Width = 1 31233 Left = 37 234 Height = 29 235 Top = 221 236 Width = 155 215 237 Caption = 'Relative indexes' 238 ParentFont = False 216 239 TabOrder = 4 217 240 end 218 241 object Label2: TLabel 219 Left = 8220 Height = 2 0221 Top = 4 0222 Width = 57242 Left = 10 243 Height = 25 244 Top = 48 245 Width = 66 223 246 Caption = 'Cell size:' 224 247 ParentColor = False 248 ParentFont = False 225 249 end 226 250 object Label1: TLabel 227 Left = 8228 Height = 2 0229 Top = 8230 Width = 87251 Left = 10 252 Height = 25 253 Top = 10 254 Width = 105 231 255 Caption = 'Memory size:' 232 256 ParentColor = False 257 ParentFont = False 233 258 end 234 259 object SpinEditMemorySize: TSpinEdit 235 Left = 1 65236 Height = 28237 Top = 6238 Width = 1 30260 Left = 198 261 Height = 33 262 Top = 7 263 Width = 156 239 264 MaxValue = 2000000000 265 ParentFont = False 240 266 TabOrder = 5 241 267 end 242 268 object SpinEditCellSize: TSpinEdit 243 Left = 1 65244 Height = 28245 Top = 4 0246 Width = 1 30269 Left = 198 270 Height = 33 271 Top = 48 272 Width = 156 247 273 MaxValue = 2000000000 274 ParentFont = False 248 275 TabOrder = 6 249 276 end
Note:
See TracChangeset
for help on using the changeset viewer.