idsrvclient.dfm
来自「2009最新 传奇汉化0599代码 传奇汉化」· DFM 代码 · 共 38 行
DFM
38 行
object FrmIDSoc: TFrmIDSoc
Left = 315
Top = 175
Width = 187
Height = 122
Caption = 'FrmIDSoc'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object IDSocket: TClientSocket
Active = False
ClientType = ctNonBlocking
Port = 0
OnConnect = IDSocketConnect
OnDisconnect = IDSocketDisconnect
OnRead = IDSocketRead
OnError = IDSocketError
Left = 56
Top = 36
end
object Timer1: TTimer
Enabled = False
Interval = 30000
OnTimer = Timer1Timer
Left = 104
Top = 36
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?