idsoccli.dfm

来自「2009最新 传奇汉化0599代码 传奇汉化」· DFM 代码 · 共 42 行

DFM
42
字号
object FrmIDSoc: TFrmIDSoc
  Left = 239
  Top = 94
  Width = 169
  Height = 160
  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
    OnRead = IDSocketRead
    OnError = IDSocketError
    Left = 44
    Top = 40
  end
  object Timer1: TTimer
    Interval = 30000
    OnTimer = Timer1Timer
    Left = 80
    Top = 40
  end
  object KeepAliveTimer: TTimer
    Enabled = False
    Interval = 3000
    OnTimer = KeepAliveTimerTimer
    Left = 80
    Top = 64
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?