srvmain.~dfm
来自「更新希网动态域名(8866.org)的服务程序」· ~DFM 代码 · 共 31 行
~DFM
31 行
object DynDNS: TDynDNS
OldCreateOrder = False
OnCreate = ServiceCreate
AllowPause = False
DisplayName = #24076#32593#21160#24577#22495#21517#26356#26032
OnStart = ServiceStart
OnStop = ServiceStop
Left = 278
Top = 107
Height = 150
Width = 215
object Timer1: TTimer
Enabled = False
OnTimer = Timer1Timer
Left = 88
Top = 32
end
object http: TIdHTTP
AllowCookies = True
ProxyParams.BasicAuthentication = False
ProxyParams.ProxyPort = 0
Request.ContentLength = -1
Request.Accept = 'text/html, */*'
Request.BasicAuthentication = False
Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
HTTPOptions = [hoForceEncodeParams]
Left = 40
Top = 48
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?