-
Notifications
You must be signed in to change notification settings - Fork 11
/
wstyles.lfm
395 lines (395 loc) · 9.74 KB
/
wstyles.lfm
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
object windowstyleform: Twindowstyleform
Left = 192
Height = 579
Top = 107
Width = 740
BorderStyle = bsSizeToolWin
Caption = 'Styles:'
ClientHeight = 579
ClientWidth = 740
Font.Height = -11
Font.Name = 'MS Sans Serif'
OnCreate = FormCreate
ShowHint = True
LCLVersion = '1.8.0.2'
object Splitter1: TSplitter
Cursor = crVSplit
Left = 0
Height = 5
Top = 239
Width = 740
Align = alTop
Beveled = True
ResizeAnchor = akTop
end
object Splitter2: TSplitter
Cursor = crVSplit
Left = 0
Height = 4
Top = 395
Width = 740
Align = alBottom
Beveled = True
ResizeAnchor = akBottom
end
object Panel2: TPanel
Left = 0
Height = 147
Top = 399
Width = 740
Align = alBottom
ClientHeight = 147
ClientWidth = 740
TabOrder = 0
object classstyles: TCheckListBox
Left = 1
Height = 120
Hint = 'Zeigt die Classstyles an. Aktive Classstyles sind mit einem Häkchen versehen. Man kann sie auch verändern. '
Top = 26
Width = 738
Align = alClient
Items.Strings = (
'Keine Window aktiv'
)
ItemHeight = 19
OnClickCheck = classstylesClickCheck
OnItemClick = windowstylesItemClick
TabOrder = 0
Data = {
0100000000
}
end
object labelcs: TPanel
Left = 1
Height = 25
Top = 1
Width = 738
Align = alTop
BevelOuter = bvNone
ClientHeight = 25
ClientWidth = 738
Font.Height = -11
Font.Name = 'MS Sans Serif'
ParentColor = False
ParentFont = False
TabOrder = 1
object Label4: TLabel
AnchorSideLeft.Control = labelcs
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = labelcs
AnchorSideTop.Side = asrCenter
Left = 332
Height = 13
Top = 6
Width = 74
Caption = 'Class styles'
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Edit4: TEdit
AnchorSideLeft.Control = Label4
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label4
AnchorSideTop.Side = asrCenter
Left = 413
Height = 23
Top = 1
Width = 80
BorderSpacing.Left = 7
OnKeyDown = Edit2KeyDown
OnKeyUp = Edit2KeyUp
TabOrder = 0
Text = '0'
end
end
end
object Panel3: TPanel
Left = 0
Height = 33
Top = 546
Width = 740
Align = alBottom
ClientHeight = 33
ClientWidth = 740
TabOrder = 1
object Button1: TButton
AnchorSideLeft.Control = Panel3
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Panel3
AnchorSideTop.Side = asrCenter
Left = 322
Height = 25
Top = 2
Width = 92
Caption = 'OK'
OnClick = Button1Click
TabOrder = 0
end
object Button2: TButton
Left = 8
Height = 25
Top = 4
Width = 75
Caption = 'refresh'
OnClick = Button2Click
TabOrder = 1
end
object CheckBox1: TCheckBox
Left = 96
Height = 18
Top = 6
Width = 56
Caption = 'inject'
TabOrder = 2
end
end
object Panel5: TPanel
Left = 0
Height = 151
Top = 244
Width = 740
Align = alClient
BevelOuter = bvNone
Caption = 'Panel5'
ClientHeight = 151
ClientWidth = 740
TabOrder = 2
object windowexstyles: TCheckListBox
Left = 0
Height = 126
Hint = 'Zeigt die Windowexstyles an. Aktive Windowexstyles sind mit einem Häkchen versehen. Man kann sie auch verändern. '
Top = 25
Width = 740
Align = alClient
Items.Strings = (
'Keine Window aktiv'
)
ItemHeight = 19
OnItemClick = windowstylesItemClick
TabOrder = 0
Data = {
0100000000
}
end
object labelwsex: TPanel
Left = 0
Height = 25
Top = 0
Width = 740
Align = alTop
BevelOuter = bvNone
ClientHeight = 25
ClientWidth = 740
ParentColor = False
ParentFont = False
TabOrder = 1
object Label3: TLabel
AnchorSideLeft.Control = labelwsex
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = labelwsex
AnchorSideTop.Side = asrCenter
Left = 279
Height = 15
Top = 5
Width = 183
Caption = 'Extended Window styles:'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Edit3: TEdit
AnchorSideLeft.Control = Label3
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label3
AnchorSideTop.Side = asrCenter
Left = 469
Height = 25
Top = 0
Width = 80
BorderSpacing.Left = 7
OnKeyDown = Edit2KeyDown
OnKeyUp = Edit2KeyUp
TabOrder = 0
Text = '0'
end
end
end
object Panel4: TPanel
Left = 0
Height = 239
Top = 0
Width = 740
Align = alTop
BevelOuter = bvNone
Caption = 'Panel4'
ClientHeight = 239
ClientWidth = 740
Font.Height = -11
Font.Name = 'MS Sans Serif'
ParentColor = False
ParentFont = False
TabOrder = 3
object Splitter3: TSplitter
Cursor = crVSplit
Left = 0
Height = 3
Top = 122
Width = 740
Align = alBottom
Beveled = True
ResizeAnchor = akBottom
end
object Panel1: TPanel
Left = 0
Height = 122
Top = 0
Width = 740
Align = alClient
BevelOuter = bvNone
Caption = 'Panel1'
ClientHeight = 122
ClientWidth = 740
TabOrder = 0
object windowstyles: TCheckListBox
Left = 0
Height = 97
Hint = 'Zeigt die Windowstyles an. Aktive Windowstyles sind mit einem Häkchen versehen. Man kann sie auch verändern. '
Top = 25
Width = 740
Align = alClient
Font.Height = -11
Font.Name = 'MS Sans Serif'
Items.Strings = (
'Keine Window aktiv'
)
ItemHeight = 19
OnClickCheck = windowstylesClickCheck
OnItemClick = windowstylesItemClick
ParentFont = False
TabOrder = 0
Data = {
0100000000
}
end
object labelws: TPanel
Left = 0
Height = 25
Top = 0
Width = 740
Align = alTop
BevelOuter = bvNone
ClientHeight = 25
ClientWidth = 740
ParentColor = False
ParentFont = False
TabOrder = 1
object Label1: TLabel
AnchorSideLeft.Control = labelws
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = labelws
AnchorSideTop.Side = asrCenter
Left = 315
Height = 15
Top = 5
Width = 110
Caption = 'Window styles:'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Edit1: TEdit
AnchorSideLeft.Control = Label1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrCenter
Left = 432
Height = 25
Top = 0
Width = 80
BorderSpacing.Left = 7
OnKeyDown = Edit2KeyDown
OnKeyUp = Edit2KeyUp
TabOrder = 0
Text = '0'
end
end
end
object extraclass: TPanel
Left = 0
Height = 114
Top = 125
Width = 740
Align = alBottom
Caption = 'extraclass'
ClientHeight = 114
ClientWidth = 740
TabOrder = 1
object extrawindowstyle: TCheckListBox
Left = 1
Height = 87
Hint = 'Zeigt die Windowstyles an. Aktive Windowstyles sind mit einem Häkchen versehen. Man kann sie auch verändern. '
Top = 26
Width = 738
Align = alClient
Font.Height = -11
Font.Name = 'MS Sans Serif'
Items.Strings = (
'Keine Window aktiv'
)
ItemHeight = 19
OnClickCheck = windowstylesClickCheck
OnItemClick = windowstylesItemClick
ParentFont = False
TabOrder = 0
Data = {
0100000000
}
end
object labeles: TPanel
Left = 1
Height = 25
Top = 1
Width = 738
Align = alTop
BevelOuter = bvNone
ClientHeight = 25
ClientWidth = 738
ParentColor = False
ParentFont = False
TabOrder = 1
object Label2: TLabel
AnchorSideLeft.Control = labeles
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = labeles
AnchorSideTop.Side = asrCenter
Left = 314
Height = 15
Top = 5
Width = 110
Caption = 'Window styles:'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Edit2: TEdit
AnchorSideLeft.Control = Label2
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label2
AnchorSideTop.Side = asrCenter
Left = 431
Height = 25
Top = 0
Width = 80
BorderSpacing.Left = 7
OnKeyDown = Edit2KeyDown
OnKeyUp = Edit2KeyUp
TabOrder = 0
Text = '0'
end
end
end
end
end