unit1.dfm
来自「NTP timer server based on Indy.」· DFM 代码 · 共 46 行
DFM
46 行
object Form1: TForm1
Left = 732
Top = 113
Width = 173
Height = 73
Caption = 'NTP Server'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 21
Height = 13
Caption = 'Hits:'
end
object lblStatus: TLabel
Left = 56
Top = 8
Width = 24
Height = 13
Caption = 'none'
end
object IdTimeServer1: TIdTimeServer
Bindings = <>
CommandHandlers = <>
Greeting.NumericCode = 0
MaxConnectionReply.NumericCode = 0
OnConnect = IdTimeServer1Connect
OnDisconnect = IdTimeServer1Disconnect
ReplyExceptionCode = 0
ReplyTexts = <>
ReplyUnknownCommand.NumericCode = 0
BaseDate = 2.000000000000000000
Left = 8
Top = 24
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?