📄 srvmain.dfm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -