forked from benibela/apim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
windowpropertysheet.lfm
688 lines (688 loc) · 16.1 KB
/
windowpropertysheet.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
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
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
object WindowPropertySheetFrm: TWindowPropertySheetFrm
Left = 395
Height = 556
Top = 114
Width = 604
HorzScrollBar.Page = 586
VertScrollBar.Page = 555
VertScrollBar.Range = 532
BorderStyle = bsSizeToolWin
Caption = 'Eigenschaften'
ClientHeight = 556
ClientWidth = 604
KeyPreview = True
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
OnKeyUp = FormKeyUp
OnMouseDown = FormMouseDown
OnMouseUp = FormMouseUp
LCLVersion = '1.8.0.2'
object messageresult: TLabel
Left = 58
Height = 15
Top = 544
Width = 44
Caption = 'Result:'
ParentColor = False
end
object windowPropertyPanel: TPanel
Left = 1
Height = 537
Top = 4
Width = 600
Anchors = [akTop, akLeft, akRight]
BevelOuter = bvNone
ClientHeight = 537
ClientWidth = 600
TabOrder = 0
OnClick = windowPropertyPanelClick
object Label8: TLabel
Left = 10
Height = 15
Top = 62
Width = 33
Caption = 'Titel:'
ParentColor = False
end
object Label9: TLabel
Left = 445
Height = 15
Top = 12
Width = 67
Caption = 'ThreadID: '
ParentColor = False
end
object Label13: TLabel
Left = 308
Height = 15
Top = 12
Width = 72
Caption = 'ProcessID: '
ParentColor = False
end
object labclassname: TLabel
Left = 10
Height = 15
Hint = 'Zeigt den Classnamen des aktuellen Fensters an'
Top = 88
Width = 47
Caption = 'Klasse:'
ParentColor = False
end
object Label15: TLabel
Left = 10
Height = 15
Top = 37
Width = 45
Caption = 'Parent:'
ParentColor = False
end
object Label23: TLabel
Left = 10
Height = 15
Top = 12
Width = 123
Caption = 'Gewähltes Handle:'
ParentColor = False
end
object Label2: TLabel
Left = 8
Height = 15
Top = 162
Width = 45
Caption = 'Status:'
ParentColor = False
end
object Label24: TLabel
Left = 10
Height = 15
Top = 137
Width = 56
Caption = 'Position:'
ParentColor = False
end
object colorKeyShape: TShape
AnchorSideTop.Control = colorkey_cb
AnchorSideTop.Side = asrCenter
Left = 346
Height = 22
Top = 388
Width = 65
OnMouseUp = colorKeyShapeMouseUp
end
object Label25: TLabel
Left = 10
Height = 15
Top = 303
Width = 100
Caption = 'Win-Properties:'
ParentColor = False
end
object Label22: TLabel
Left = 106
Height = 15
Top = 422
Width = 26
Caption = 'Typ:'
ParentColor = False
end
object labwparam: TLabel
Left = 58
Height = 15
Top = 468
Width = 58
Caption = 'WParam:'
ParentColor = False
end
object lablparam: TLabel
Left = 58
Height = 15
Top = 495
Width = 52
Caption = 'LParam:'
ParentColor = False
end
object Label33: TLabel
Left = 10
Height = 15
Top = 188
Width = 63
Caption = 'Userdata:'
ParentColor = False
end
object Label34: TLabel
AnchorSideTop.Control = Label33
AnchorSideTop.Side = asrCenter
Left = 258
Height = 15
Top = 188
Width = 73
Caption = 'WNDPROC:'
ParentColor = False
end
object Label35: TLabel
Left = 10
Height = 15
Top = 226
Width = 44
Caption = 'Styles:'
ParentColor = False
end
object Label36: TLabel
AnchorSideTop.Control = Label15
AnchorSideTop.Side = asrCenter
Left = 453
Height = 15
Top = 37
Width = 46
Caption = 'Owner:'
ParentColor = False
end
object Label37: TLabel
AnchorSideTop.Control = Label24
AnchorSideTop.Side = asrCenter
Left = 284
Height = 15
Top = 137
Width = 43
Caption = 'Größe:'
ParentColor = False
end
object Label38: TLabel
AnchorSideTop.Control = Label24
AnchorSideTop.Side = asrCenter
Left = 176
Height = 15
Top = 137
Width = 5
Caption = '-'
ParentColor = False
end
object Label1: TLabel
Left = 110
Height = 15
Top = 212
Width = 99
Caption = 'Window styles:'
ParentColor = False
end
object Label3: TLabel
Left = 336
Height = 15
Top = 211
Width = 164
Caption = 'Extended Window styles:'
ParentColor = False
end
object alphatrans_cb: TCheckBox
Tag = 1
Left = 10
Height = 18
Top = 390
Width = 100
Caption = 'Transparent:'
OnChange = propertyChanged
TabOrder = 12
end
object enabledCb: TCheckBox
Tag = 1
AnchorSideTop.Control = visibleCb
AnchorSideTop.Side = asrCenter
Left = 82
Height = 18
Hint = 'Zeigt an und stell ein, ob das gewählte Fenster enable ist'
Top = 110
Width = 72
Caption = 'enabled'
OnChange = propertyChanged
TabOrder = 0
end
object visibleCb: TCheckBox
Tag = 1
Left = 10
Height = 18
Hint = 'Zeigt an und stell ein, ob das gewählte Fenster sichtbar ist'
Top = 110
Width = 63
Caption = 'visible'
OnChange = propertyChanged
TabOrder = 1
end
object unicodeCb: TCheckBox
Tag = 1
AnchorSideTop.Control = visibleCb
AnchorSideTop.Side = asrCenter
Left = 162
Height = 18
Hint = 'Zeigt an , ob das gewählte Fenster ein unicode Fenster ist'
Top = 110
Width = 71
Caption = 'unicode'
Enabled = False
OnChange = propertyChanged
TabOrder = 2
end
object showStateCmb: TComboBox
Tag = 1
AnchorSideTop.Control = Label2
AnchorSideTop.Side = asrCenter
Left = 104
Height = 25
Hint = 'Hier kann man auswählen, ob das gewählte Fenster minimieziert, maximiert oder normal sein soll.'
Top = 157
Width = 145
ItemHeight = 0
Items.Strings = (
'normal'
'minimiert'
'maximiert'
)
OnSelect = propertyChanged
Style = csDropDownList
TabOrder = 3
end
object messageSend_btn: TButton
Left = 10
Height = 25
Hint = 'Schick dem gewählten Fenster eine Nachricht'
Top = 434
Width = 90
Caption = 'Nachricht senden:'
OnClick = messageSend_btnClick
TabOrder = 4
end
object windowtextEdt: TEdit
Tag = 1
AnchorSideTop.Control = Label8
AnchorSideTop.Side = asrCenter
Left = 104
Height = 25
Hint = 'Zeigt und ändern den Text des Fensters.'
Top = 57
Width = 437
Anchors = [akTop, akLeft, akRight]
OnKeyUp = updatePropertyKeyUp
TabOrder = 5
end
object Button5: TButton
Left = 20
Height = 25
Top = 248
Width = 75
Caption = 'erweitert'
OnClick = Button5Click
TabOrder = 6
end
object handleEdt: TEdit
Tag = 1
AnchorSideTop.Control = Label23
AnchorSideTop.Side = asrCenter
Left = 104
Height = 25
Top = 7
Width = 118
OnKeyUp = updatePropertyKeyUp
TabOrder = 7
end
object classNameEdt: TEdit
Tag = 1
AnchorSideTop.Control = labclassname
AnchorSideTop.Side = asrCenter
Left = 104
Height = 25
Top = 83
Width = 489
Anchors = [akTop, akLeft, akRight]
Color = clBtnFace
ReadOnly = True
TabOrder = 8
end
object stayOnTopCb: TCheckBox
Tag = 1
AnchorSideTop.Control = visibleCb
AnchorSideTop.Side = asrCenter
Left = 234
Height = 18
Top = 110
Width = 167
Caption = 'immer im Vordergrund'
OnChange = propertyChanged
TabOrder = 9
end
object posLTEdt: TEdit
Tag = 1
AnchorSideTop.Control = Label24
AnchorSideTop.Side = asrCenter
Left = 104
Height = 25
Hint = 'Zeigt die Position des Fensters an'
Top = 132
Width = 66
OnKeyUp = updatePropertyKeyUp
TabOrder = 10
Text = '(0,0)'
end
object parentWndCmb: TComboBox
Tag = 1
AnchorSideTop.Control = Label15
AnchorSideTop.Side = asrCenter
Left = 104
Height = 25
Top = 32
Width = 336
Font.Color = clNavy
Font.Style = [fsUnderline]
ItemHeight = 0
OnDblClick = jumptoWndDblClick
OnKeyUp = updatePropertyKeyUp
ParentFont = False
TabOrder = 11
end
object alphatrans_sp: TSpinEdit
Tag = -1
AnchorSideTop.Control = alphatrans_cb
AnchorSideTop.Side = asrCenter
Left = 104
Height = 25
Top = 387
Width = 145
MaxValue = 255
OnKeyUp = updatePropertyKeyUp
TabOrder = 13
Value = 128
end
object colorkey_cb: TCheckBox
AnchorSideTop.Control = alphatrans_cb
AnchorSideTop.Side = asrCenter
Left = 258
Height = 18
Top = 390
Width = 81
Caption = 'ColorKey:'
OnChange = propertyChanged
TabOrder = 14
end
object windowPropertyList: TListView
Tag = 1
Left = 104
Height = 75
Top = 303
Width = 489
Anchors = [akTop, akLeft, akRight]
Columns = <
item
Caption = 'Name'
Width = 150
end
item
Caption = 'Value'
Width = 320
end>
PopupMenu = windowPropertyListPopup
TabOrder = 15
ViewStyle = vsReport
OnChange = windowPropertyListChange
end
object messagemes_cb: TComboBox
Left = 106
Height = 25
Top = 438
Width = 192
ItemHeight = 0
OnKeyUp = messagemes_cbKeyUp
TabOrder = 16
end
object messagewparam_edt: TEdit
AnchorSideTop.Control = labwparam
AnchorSideTop.Side = asrCenter
Left = 106
Height = 25
Top = 463
Width = 487
Anchors = [akTop, akLeft, akRight]
TabOrder = 17
end
object messagelparam_edt: TEdit
AnchorSideTop.Control = lablparam
AnchorSideTop.Side = asrCenter
Left = 106
Height = 25
Top = 490
Width = 487
Anchors = [akTop, akLeft, akRight]
TabOrder = 18
end
object userdata_edt: TEdit
Tag = 1
AnchorSideTop.Control = Label33
AnchorSideTop.Side = asrCenter
Left = 104
Height = 25
Top = 183
Width = 146
OnKeyUp = updatePropertyKeyUp
TabOrder = 19
end
object wndproc_edt: TEdit
Tag = 1
AnchorSideTop.Control = Label34
AnchorSideTop.Side = asrCenter
Left = 322
Height = 25
Top = 183
Width = 145
Color = clBtnFace
ReadOnly = True
TabOrder = 20
end
object windowStyles: TCheckListBox
Tag = 1
Left = 104
Height = 64
Top = 231
Width = 218
ItemHeight = 0
OnItemClick = windowStylesItemClick
TabOrder = 21
TopIndex = -1
end
object windowExStyles: TCheckListBox
Tag = 1
Left = 334
Height = 65
Top = 230
Width = 259
Anchors = [akTop, akLeft, akRight]
ItemHeight = 0
OnItemClick = windowStylesItemClick
TabOrder = 22
TopIndex = -1
end
object ownerWnd_edt: TEdit
Tag = 1
AnchorSideTop.Control = Label36
AnchorSideTop.Side = asrCenter
Left = 500
Height = 25
Top = 32
Width = 93
Anchors = [akTop, akLeft, akRight]
Color = clBtnFace
Font.Color = clNavy
Font.Style = [fsUnderline]
OnDblClick = jumptoWndDblClick
ParentFont = False
ReadOnly = True
TabOrder = 23
Text = '0'
end
object sizeEdt: TEdit
AnchorSideTop.Control = Label24
AnchorSideTop.Side = asrCenter
Left = 325
Height = 25
Top = 132
Width = 145
OnKeyUp = updatePropertyKeyUp
TabOrder = 24
Text = '0x0'
end
object posRBEdt: TEdit
AnchorSideTop.Control = Label24
AnchorSideTop.Side = asrCenter
Left = 181
Height = 25
Hint = 'Zeigt die Position des Fensters an'
Top = 132
Width = 66
OnKeyUp = updatePropertyKeyUp
TabOrder = 25
Text = '(0,0)'
end
object blinkWindow: TButton
Left = 269
Height = 23
Top = 8
Width = 35
Caption = 'blink'
OnClick = blinkWindowClick
TabOrder = 26
end
object windowProcessIDedt: TEdit
Tag = 1
AnchorSideTop.Control = Label13
AnchorSideTop.Side = asrCenter
Left = 364
Height = 25
Top = 7
Width = 76
Color = clBtnFace
Font.Color = clNavy
Font.Style = [fsUnderline]
OnDblClick = windowProcessIDedtDblClick
ParentFont = False
ReadOnly = True
TabOrder = 27
Text = '0'
end
object windowThreadIdEdt: TEdit
AnchorSideTop.Control = Label9
AnchorSideTop.Side = asrCenter
Left = 500
Height = 25
Top = 7
Width = 93
Anchors = [akTop, akLeft, akRight]
Color = clBtnFace
Font.Color = clNavy
Font.Style = [fsUnderline]
ParentFont = False
ReadOnly = True
TabOrder = 28
Text = '0'
end
object Button1: TButton
Left = 225
Height = 23
Top = 8
Width = 43
Caption = 'children'
OnClick = Button1Click
TabOrder = 29
end
object Button2: TButton
Left = 541
Height = 23
Top = 58
Width = 52
Anchors = [akTop, akRight]
Caption = 'injected'
OnClick = Button2Click
TabOrder = 30
end
object messageInject: TCheckBox
Left = 58
Height = 18
Top = 517
Width = 107
Caption = 'send injected'
TabOrder = 31
end
object windowStyles_edt: TEdit
AnchorSideLeft.Control = Label1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrCenter
Left = 211
Height = 25
Top = 207
Width = 82
BorderSpacing.Around = 2
OnKeyUp = updatePropertyKeyUp
TabOrder = 32
end
object windowExStyles_edt: TEdit
AnchorSideLeft.Control = Label3
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label3
AnchorSideTop.Side = asrCenter
Left = 504
Height = 25
Top = 206
Width = 76
BorderSpacing.Around = 4
OnKeyUp = updatePropertyKeyUp
TabOrder = 33
end
end
object windowPropertyListPopup: TPopupMenu
Left = 224
Top = 324
object windowAddProperty: TMenuItem
Caption = 'Hinzufügen'
OnClick = windowAddPropertyClick
end
object windowPropChange: TMenuItem
Caption = 'Ändern'
OnClick = windowAddPropertyClick
end
object windowPropRemoveItem: TMenuItem
Caption = 'Löschen'
OnClick = windowPropRemoveItemClick
end
end
object ColorDialog1: TColorDialog
Color = clBlack
CustomColors.Strings = (
'ColorA=000000'
'ColorB=000080'
'ColorC=008000'
'ColorD=008080'
'ColorE=800000'
'ColorF=800080'
'ColorG=808000'
'ColorH=808080'
'ColorI=C0C0C0'
'ColorJ=0000FF'
'ColorK=00FF00'
'ColorL=00FFFF'
'ColorM=FF0000'
'ColorN=FF00FF'
'ColorO=FFFF00'
'ColorP=FFFFFF'
'ColorQ=C0DCC0'
'ColorR=F0CAA6'
'ColorS=F0FBFF'
'ColorT=A4A0A0'
)
Left = 376
Top = 388
end
object autorefreshtimer: TTimer
OnTimer = autorefreshtimerTimer
Left = 253
Top = 324
end
end