📄 cnfindwndmain.~dfm
字号:
object frmMain: TfrmMain
Left = 312
Top = 232
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = '控件查看器'
ClientHeight = 216
ClientWidth = 404
Color = 14087167
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
ShowHint = True
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 12
object SpeedButton1: TSpeedButton
Left = 328
Top = 16
Width = 73
Height = 22
Action = actHelp
Flat = True
end
object SpeedButton2: TSpeedButton
Left = 331
Top = 48
Width = 73
Height = 22
Action = actAbout
Flat = True
end
object SpeedButton3: TSpeedButton
Left = 331
Top = 80
Width = 73
Height = 22
Action = actWebsite
Flat = True
end
object SpeedButton4: TSpeedButton
Left = 331
Top = 112
Width = 73
Height = 22
Action = actExit
Flat = True
end
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 313
Height = 201
Caption = 'Window Finder'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 0
object Image1: TImage
Left = 48
Top = 67
Width = 32
Height = 32
AutoSize = True
OnMouseDown = Image1MouseDown
OnMouseUp = Image1MouseUp
end
object Label1: TLabel
Left = 8
Top = 107
Width = 55
Height = 13
Caption = 'Handle:'
end
object Label2: TLabel
Left = 8
Top = 131
Width = 62
Height = 13
Caption = 'Caption:'
end
object Label3: TLabel
Left = 8
Top = 155
Width = 48
Height = 13
Caption = 'Class:'
end
object Label4: TLabel
Left = 8
Top = 77
Width = 39
Height = 13
Caption = '工具:'
end
object Label5: TLabel
Left = 8
Top = 179
Width = 41
Height = 13
Caption = 'Rect:'
end
object lblHelp: TLabel
Left = 2
Top = 15
Width = 309
Height = 39
Align = alTop
AutoSize = False
Caption =
' 拖拽工具图标或者切换到非拖拽查看方式,即可'#13#10#13#10'查看控件的Hand' +
'le、Caption、Class、Rect属性。'
end
object HandleEdit: TEdit
Left = 80
Top = 107
Width = 209
Height = 18
TabStop = False
BorderStyle = bsNone
Color = 14087167
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 0
end
object TextEdit: TEdit
Left = 80
Top = 131
Width = 209
Height = 18
TabStop = False
BorderStyle = bsNone
Color = 14087167
ReadOnly = True
TabOrder = 1
end
object ClassEdit: TEdit
Left = 80
Top = 155
Width = 209
Height = 18
TabStop = False
BorderStyle = bsNone
Color = 14087167
ReadOnly = True
TabOrder = 2
end
object CheckBox1: TCheckBox
Left = 192
Top = 72
Width = 89
Height = 22
Caption = '总在最前面'
TabOrder = 3
OnClick = CheckBox1Click
end
object CheckBox2: TCheckBox
Left = 88
Top = 72
Width = 105
Height = 22
Caption = '拖拽查看方式'
TabOrder = 4
OnClick = CheckBox2Click
end
object edtRect: TEdit
Left = 80
Top = 179
Width = 209
Height = 18
Hint = '格式:(Left,Top)-(Right,Bottom) Width,Height'
TabStop = False
BorderStyle = bsNone
Color = 14087167
ReadOnly = True
TabOrder = 5
end
end
object Timer1: TTimer
Interval = 300
OnTimer = Timer1Timer
Left = 88
Top = 120
end
object ImageList1: TImageList
Height = 28
Width = 31
Left = 120
Top = 120
Bitmap = {
494C01010200040004001F001C00FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
00000000000036000000280000007C0000001C00000001002000000000004036
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000
0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -