source: trunk/Forms/FormOptions.lfm

Last change on this file was 145, checked in by chronos, 11 months ago
  • Modified: Remove U prefix from unit names.
  • Modified: Updated Common package.
File size: 7.1 KB
Line 
1object FormOptions: TFormOptions
2 Left = 401
3 Height = 427
4 Top = 236
5 Width = 728
6 Caption = 'Options'
7 ClientHeight = 427
8 ClientWidth = 728
9 DesignTimePPI = 144
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnShow = FormShow
13 LCLVersion = '2.2.6.0'
14 object ButtonOk: TButton
15 Left = 631
16 Height = 30
17 Top = 389
18 Width = 90
19 Anchors = [akRight, akBottom]
20 Caption = 'Ok'
21 ModalResult = 1
22 ParentFont = False
23 TabOrder = 0
24 end
25 object ButtonCancel: TButton
26 Left = 516
27 Height = 30
28 Top = 389
29 Width = 90
30 Anchors = [akRight, akBottom]
31 Caption = 'Cancel'
32 ModalResult = 2
33 ParentFont = False
34 TabOrder = 1
35 end
36 object PageControl1: TPageControl
37 Left = 10
38 Height = 371
39 Top = 10
40 Width = 711
41 ActivePage = TabSheetBuild
42 Anchors = [akTop, akLeft, akRight, akBottom]
43 ParentFont = False
44 TabIndex = 1
45 TabOrder = 2
46 object TabSheetGeneral: TTabSheet
47 Caption = 'General'
48 ClientHeight = 331
49 ClientWidth = 701
50 ParentFont = False
51 object Panel1: TPanel
52 Left = 0
53 Height = 331
54 Top = 0
55 Width = 701
56 Align = alClient
57 BevelOuter = bvNone
58 ClientHeight = 331
59 ClientWidth = 701
60 ParentFont = False
61 TabOrder = 0
62 object Label3: TLabel
63 Left = 10
64 Height = 26
65 Top = 58
66 Width = 164
67 Caption = 'Interface language:'
68 ParentColor = False
69 ParentFont = False
70 end
71 object ComboBoxLanguage: TComboBox
72 Left = 307
73 Height = 42
74 Top = 58
75 Width = 226
76 ItemHeight = 0
77 ParentFont = False
78 Style = csDropDownList
79 TabOrder = 0
80 end
81 object CheckBoxReopenLastFile: TCheckBox
82 Left = 10
83 Height = 32
84 Top = 102
85 Width = 1260
86 Anchors = [akTop, akLeft, akRight]
87 AutoSize = False
88 Caption = 'Reopend last opened project'
89 ParentFont = False
90 TabOrder = 1
91 end
92 object CheckBoxDPIAuto: TCheckBox
93 Left = 10
94 Height = 32
95 Top = 150
96 Width = 1250
97 Anchors = [akTop, akLeft, akRight]
98 AutoSize = False
99 Caption = 'Automatic DPI'
100 OnChange = CheckBoxDPIAutoChange
101 ParentFont = False
102 TabOrder = 2
103 end
104 object LabelDPI: TLabel
105 Left = 36
106 Height = 26
107 Top = 192
108 Width = 35
109 Caption = 'DPI:'
110 ParentColor = False
111 ParentFont = False
112 end
113 object SpinEditDPIX: TSpinEdit
114 Left = 134
115 Height = 43
116 Top = 190
117 Width = 96
118 MaxValue = 1000
119 MinValue = 1
120 ParentFont = False
121 TabOrder = 3
122 Value = 1
123 end
124 object SpinEditDPIY: TSpinEdit
125 Left = 259
126 Height = 43
127 Top = 192
128 Width = 96
129 MaxValue = 1000
130 MinValue = 1
131 ParentFont = False
132 TabOrder = 4
133 Value = 1
134 end
135 object LabelX: TLabel
136 Left = 240
137 Height = 26
138 Top = 192
139 Width = 10
140 Caption = 'x'
141 ParentColor = False
142 ParentFont = False
143 end
144 object LabelTheme: TLabel
145 Left = 10
146 Height = 26
147 Top = 19
148 Width = 63
149 Caption = 'Theme:'
150 ParentColor = False
151 ParentFont = False
152 end
153 object ComboBoxTheme: TComboBox
154 Left = 307
155 Height = 42
156 Top = 10
157 Width = 226
158 ItemHeight = 0
159 ParentFont = False
160 Style = csDropDownList
161 TabOrder = 5
162 end
163 end
164 end
165 object TabSheetBuild: TTabSheet
166 Caption = 'Build'
167 ClientHeight = 331
168 ClientWidth = 701
169 ParentFont = False
170 object Panel2: TPanel
171 Left = 0
172 Height = 331
173 Top = 0
174 Width = 701
175 Align = alClient
176 BevelOuter = bvNone
177 ClientHeight = 331
178 ClientWidth = 701
179 ParentFont = False
180 TabOrder = 0
181 object Label4: TLabel
182 Left = 10
183 Height = 26
184 Top = 125
185 Width = 202
186 Caption = 'Compiler optimizations:'
187 ParentColor = False
188 ParentFont = False
189 end
190 object ComboBoxOptimization: TComboBox
191 Left = 298
192 Height = 38
193 Top = 120
194 Width = 226
195 ItemHeight = 0
196 Items.Strings = (
197 'None'
198 'Normal'
199 )
200 OnSelect = CheckBoxDPIAutoChange
201 ParentFont = False
202 Style = csDropDownList
203 TabOrder = 0
204 end
205 object CheckBoxOptimizeAddSub: TCheckBox
206 Left = 37
207 Height = 30
208 Top = 163
209 Width = 236
210 Caption = 'Addition and subtraction'
211 ParentFont = False
212 TabOrder = 1
213 end
214 object CheckBoxOptimizeMerge: TCheckBox
215 Left = 37
216 Height = 30
217 Top = 224
218 Width = 227
219 Caption = 'Merge same operations'
220 ParentFont = False
221 TabOrder = 2
222 end
223 object CheckBoxOptimizeCopyMultiply: TCheckBox
224 Left = 37
225 Height = 30
226 Top = 282
227 Width = 142
228 Caption = 'Copy multiply'
229 OnChange = CheckBoxOptimizeCopyMultiplyChange
230 ParentFont = False
231 TabOrder = 3
232 end
233 object CheckBoxOptimizeRelativeIndexes: TCheckBox
234 Left = 37
235 Height = 30
236 Top = 253
237 Width = 162
238 Caption = 'Relative indexes'
239 OnChange = CheckBoxOptimizeRelativeIndexesChange
240 ParentFont = False
241 TabOrder = 4
242 end
243 object Label2: TLabel
244 Left = 10
245 Height = 26
246 Top = 64
247 Width = 73
248 Caption = 'Cell size:'
249 ParentColor = False
250 ParentFont = False
251 end
252 object Label1: TLabel
253 Left = 10
254 Height = 26
255 Top = 16
256 Width = 112
257 Caption = 'Memory size:'
258 ParentColor = False
259 ParentFont = False
260 end
261 object SpinEditMemorySize: TSpinEdit
262 Left = 198
263 Height = 43
264 Top = 7
265 Width = 156
266 MaxValue = 2000000000
267 ParentFont = False
268 TabOrder = 5
269 end
270 object SpinEditCellSize: TSpinEdit
271 Left = 198
272 Height = 43
273 Top = 56
274 Width = 156
275 MaxValue = 2000000000
276 ParentFont = False
277 TabOrder = 6
278 end
279 object CheckBoxOptimizeSetZero: TCheckBox
280 Left = 37
281 Height = 30
282 Top = 192
283 Width = 93
284 Caption = 'Set zero'
285 ParentFont = False
286 TabOrder = 7
287 end
288 object CheckBoxDebugEnabled: TCheckBox
289 Left = 392
290 Height = 30
291 Top = 12
292 Width = 120
293 Caption = 'Debugging'
294 ParentFont = False
295 TabOrder = 8
296 end
297 end
298 end
299 end
300end
Note: See TracBrowser for help on using the repository browser.