climain.dfm

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

DFM
44
字号
object FrmAccServer: TFrmAccServer
  Left = 453
  Top = 112
  Width = 207
  Height = 145
  Caption = 'FrmAccServer'
  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 SServer: TServerSocket
    Active = False
    Port = 3100
    ServerType = stNonBlocking
    Left = 28
    Top = 16
  end
  object DecodeTimer: TTimer
    Interval = 1
    OnTimer = DecodeTimerTimer
    Left = 64
    Top = 16
  end
  object TimeOutTimer: TTimer
    OnTimer = TimeOutTimerTimer
    Left = 96
    Top = 16
  end
  object CheckTimeoutTimer: TTimer
    Enabled = False
    OnTimer = CheckTimeoutTimerTimer
    Left = 64
    Top = 52
  end
end

⌨️ 快捷键说明

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