-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGrafikOptions.~dfm
426 lines (426 loc) · 8.86 KB
/
GrafikOptions.~dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
object Form7: TForm7
Left = 229
Top = 138
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Einstellungen'
ClientHeight = 241
ClientWidth = 632
Color = clMoneyGreen
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsBold]
OldCreateOrder = False
OnActivate = FormActivate
OnCreate = FormCreate
OnPaint = FormPaint
DesignSize = (
632
241)
PixelsPerInch = 96
TextHeight = 14
object Button1: TButton
Left = 13
Top = 200
Width = 92
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'OK'
Default = True
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold, fsItalic]
ParentFont = False
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 105
Top = 200
Width = 92
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Abbrechen'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold, fsItalic]
ParentFont = False
TabOrder = 1
OnClick = Button2Click
end
object Panel1: TPanel
Left = 16
Top = 15
Width = 265
Height = 75
BevelOuter = bvNone
Color = 13032895
TabOrder = 2
object PaintBox1: TPaintBox
Left = 0
Top = 0
Width = 265
Height = 75
Align = alClient
Color = clGreen
ParentColor = False
OnClick = Label1Click
OnPaint = PaintBox1Paint
end
object Label1: TLabel
Left = 38
Top = 17
Width = 161
Height = 14
Caption = 'AntiAliasing = Kantengl'#228'ttung'
Transparent = True
OnClick = Label1Click
end
object Label2: TLabel
Left = 16
Top = 40
Width = 228
Height = 14
Caption = '(funktioniert nicht mit allen Grafikkarten) '
Transparent = True
OnClick = Label1Click
end
object AntiAliasing: TCheckBox
Left = 16
Top = 16
Width = 13
Height = 15
TabOrder = 0
end
end
object Panel2: TPanel
Left = 296
Top = 15
Width = 321
Height = 210
BevelOuter = bvNone
Color = 13032895
TabOrder = 3
object PaintBox2: TPaintBox
Left = 0
Top = 0
Width = 321
Height = 210
Align = alClient
OnPaint = PaintBox2Paint
end
object Label3: TLabel
Left = 8
Top = 11
Width = 97
Height = 15
Caption = 'Hintergrundfarbe'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Label4: TLabel
Left = 8
Top = 56
Width = 111
Height = 15
Caption = 'Koordinatenebenen'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Label5: TLabel
Left = 136
Top = 48
Width = 31
Height = 14
Caption = 'Farbe'
Transparent = True
end
object Label6: TLabel
Left = 136
Top = 69
Width = 90
Height = 14
Caption = 'Durchsichtigkeit'
Transparent = True
end
object Label7: TLabel
Left = 207
Top = 112
Width = 104
Height = 15
Caption = 'Koordinatenraster'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Label8: TLabel
Left = 153
Top = 104
Width = 31
Height = 14
Caption = 'Farbe'
Transparent = True
end
object Label9: TLabel
Left = 94
Top = 125
Width = 90
Height = 14
Caption = 'Durchsichtigkeit'
Transparent = True
end
object Label10: TLabel
Left = 8
Top = 173
Width = 73
Height = 15
Caption = 'Beschriftung'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Label11: TLabel
Left = 136
Top = 165
Width = 31
Height = 14
Caption = 'Farbe'
Transparent = True
end
object Label12: TLabel
Left = 136
Top = 186
Width = 90
Height = 14
Caption = 'Durchsichtigkeit'
Transparent = True
end
object PaintBox4: TPaintBox
Left = 0
Top = 36
Width = 340
Height = 1
OnPaint = PaintBox6Paint
end
object PaintBox5: TPaintBox
Left = 0
Top = 90
Width = 340
Height = 1
OnPaint = PaintBox6Paint
end
object PaintBox6: TPaintBox
Left = 0
Top = 151
Width = 340
Height = 1
OnPaint = PaintBox6Paint
end
object GrPlaneColor: TColorBox
Left = 192
Top = 43
Width = 121
Height = 22
Style = [cbStandardColors, cbExtendedColors, cbCustomColor]
BevelInner = bvLowered
BevelKind = bkSoft
BevelOuter = bvNone
ItemHeight = 16
TabOrder = 0
end
object GridColor: TColorBox
Left = 8
Top = 99
Width = 121
Height = 22
Style = [cbStandardColors, cbExtendedColors, cbCustomColor]
BevelInner = bvLowered
BevelKind = bkSoft
BevelOuter = bvNone
ItemHeight = 16
TabOrder = 1
end
object TicksColor: TColorBox
Left = 192
Top = 160
Width = 121
Height = 22
Style = [cbStandardColors, cbExtendedColors, cbCustomColor]
BevelInner = bvLowered
BevelKind = bkFlat
BevelOuter = bvNone
ItemHeight = 16
TabOrder = 2
end
object GrPlaneAlpha: TEdit
Left = 272
Top = 64
Width = 25
Height = 22
BevelInner = bvNone
BevelKind = bkSoft
BevelOuter = bvNone
TabOrder = 3
Text = '0'
OnChange = GrPlaneAlphaChange
end
object GridAlpha: TEdit
Left = 8
Top = 120
Width = 25
Height = 22
BevelInner = bvNone
BevelKind = bkSoft
BevelOuter = bvNone
TabOrder = 4
Text = '0'
OnChange = GrPlaneAlphaChange
end
object TicksAlpha: TEdit
Left = 272
Top = 181
Width = 25
Height = 22
BevelInner = bvNone
BevelKind = bkSoft
BevelOuter = bvNone
TabOrder = 5
Text = '0'
OnChange = GrPlaneAlphaChange
end
object UpDown1: TUpDown
Left = 297
Top = 64
Width = 15
Height = 22
Associate = GrPlaneAlpha
Min = 0
Position = 0
TabOrder = 6
Wrap = False
end
object UpDown2: TUpDown
Left = 33
Top = 120
Width = 16
Height = 22
Associate = GridAlpha
Min = 0
Position = 0
TabOrder = 7
Wrap = False
end
object UpDown3: TUpDown
Left = 297
Top = 181
Width = 15
Height = 22
Associate = TicksAlpha
Min = 0
Position = 0
TabOrder = 8
Wrap = False
end
object Background: TColorBox
Left = 192
Top = 7
Width = 121
Height = 22
Style = [cbStandardColors, cbExtendedColors, cbCustomColor]
BevelInner = bvLowered
BevelKind = bkSoft
BevelOuter = bvNone
ItemHeight = 16
TabOrder = 9
end
end
object Panel3: TPanel
Left = 16
Top = 110
Width = 265
Height = 75
BevelOuter = bvNone
Color = 13032895
TabOrder = 4
object PaintBox3: TPaintBox
Left = 0
Top = 0
Width = 265
Height = 75
Align = alClient
OnPaint = PaintBox3Paint
end
object Label13: TLabel
Left = 70
Top = 9
Width = 118
Height = 15
Caption = 'Mausempfindlichkeit'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
OnClick = Label1Click
end
object SensityBar: TTrackBar
Left = 8
Top = 37
Width = 249
Height = 17
Max = 19
Min = 1
Orientation = trHorizontal
Frequency = 1
Position = 10
SelEnd = 0
SelStart = 0
TabOrder = 0
ThumbLength = 10
TickMarks = tmBottomRight
TickStyle = tsAuto
end
end
object Button3: TButton
Left = 197
Top = 200
Width = 92
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Standart'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold, fsItalic]
ParentFont = False
TabOrder = 5
OnClick = Button3Click
end
end