unit1.dfm
来自「在Delphi语方的应用程序中响应HTML页面元素的事件」· DFM 代码 · 共 50 行
DFM
50 行
object Form1: TForm1
Left = 200
Top = 142
Width = 696
Height = 494
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object WebBrowser1: TWebBrowser
Left = 0
Top = 37
Width = 688
Height = 423
Align = alClient
TabOrder = 0
ControlData = {
4C0000001B470000B82B00000000000000000000000000000000000000000000
000000004C000000000000000000000001000000E0D057007335CF11AE690800
2B2E126208000000000000004C0000000114020000000000C000000000000046
8000000000000000000000000000000000000000000000000000000000000000
00000000000000000100000000000000000000000000000000000000}
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 688
Height = 37
Align = alTop
Caption = 'Panel1'
TabOrder = 1
object Button1: TButton
Left = 88
Top = 4
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?