address.~dfm
来自「查询某网址是否正确」· ~DFM 代码 · 共 71 行
~DFM
71 行
object Form1: TForm1
Left = 247
Top = 311
Width = 315
Height = 152
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnActivate = FormActivate
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 16
Width = 69
Height = 13
Caption = '输入网址 : '
end
object Edit1: TEdit
Left = 16
Top = 40
Width = 273
Height = 21
TabOrder = 0
Text = 'Edit1'
OnKeyDown = Edit1KeyDown
end
object Button1: TButton
Left = 104
Top = 72
Width = 89
Height = 25
Caption = '验证'
TabOrder = 1
OnClick = Button1Click
end
object StatusBar1: TStatusBar
Left = 0
Top = 105
Width = 307
Height = 19
Panels = <>
SimplePanel = False
end
object NMHTTP1: TNMHTTP
Port = 0
ReportLevel = 0
OnConnect = NMHTTP1Connect
OnInvalidHost = NMHTTP1InvalidHost
OnHostResolved = NMHTTP1HostResolved
OnConnectionFailed = NMHTTP1ConnectionFailed
Body = 'Default.htm'
Header = 'Head.txt'
InputFileMode = False
OutputFileMode = False
OnSuccess = NMHTTP1Success
OnFailure = NMHTTP1Failure
OnRedirect = NMHTTP1Redirect
OnAuthenticationNeeded = NMHTTP1AuthenticationNeeded
ProxyPort = 0
Left = 216
Top = 8
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?