📄 unit1.dfm
字号:
object Form1: TForm1
Left = 562
Top = 91
Width = 434
Height = 308
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 120
TextHeight = 16
object GroupBox1: TGroupBox
Left = 24
Top = 16
Width = 185
Height = 185
Caption = #25429#33719#28040#24687#20110#65306
TabOrder = 0
object CBox1: TCheckBox
Left = 24
Top = 40
Width = 97
Height = 17
Caption = 'OnMessage'
TabOrder = 0
OnClick = CBox4Click
end
object CBox2: TCheckBox
Left = 24
Top = 72
Width = 97
Height = 17
Caption = 'WndProc'
TabOrder = 1
OnClick = CBox4Click
end
object CBox3: TCheckBox
Left = 24
Top = 104
Width = 153
Height = 17
Caption = 'Message Procedure'
TabOrder = 2
OnClick = CBox4Click
end
object CBox4: TCheckBox
Left = 24
Top = 136
Width = 129
Height = 17
Caption = 'Default Handler'
TabOrder = 3
OnClick = CBox4Click
end
end
object FilterBox: TCheckBox
Left = 224
Top = 24
Width = 97
Height = 17
Caption = #23631#34109#28040#24687
TabOrder = 1
OnClick = FilterBoxClick
end
object GroupBox2: TGroupBox
Left = 224
Top = 64
Width = 185
Height = 137
Caption = #23631#34109#28040#24687#20110
TabOrder = 2
object FRB1: TRadioButton
Left = 24
Top = 32
Width = 113
Height = 17
Caption = 'OnMessage'
TabOrder = 0
end
object FRB2: TRadioButton
Left = 24
Top = 56
Width = 113
Height = 17
Caption = 'WndProc'
TabOrder = 1
end
object FRB3: TRadioButton
Left = 24
Top = 80
Width = 153
Height = 17
Caption = 'Message Procedure'
TabOrder = 2
end
object FRB4: TRadioButton
Left = 24
Top = 104
Width = 121
Height = 17
Caption = 'Default Handler'
TabOrder = 3
end
end
object PostButton: TButton
Left = 48
Top = 216
Width = 89
Height = 25
Caption = 'Post '#28040#24687
TabOrder = 3
OnClick = PostButtonClick
end
object SendButton: TButton
Left = 256
Top = 216
Width = 89
Height = 25
Caption = 'Send '#28040#24687
TabOrder = 4
OnClick = SendButtonClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -