monsoc.dfm

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

DFM
33
字号
object FrmMonSoc: TFrmMonSoc
  Left = 260
  Top = 103
  Width = 210
  Height = 163
  Caption = 'FrmMonSoc'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object MonSocket: TServerSocket
    Active = False
    Address = '0.0.0.0'
    Port = 0
    ServerType = stNonBlocking
    OnClientError = MonSocketClientError
    Left = 64
    Top = 48
  end
  object MonTimer: TTimer
    Interval = 5000
    OnTimer = MonTimerTimer
    Left = 96
    Top = 48
  end
end

⌨️ 快捷键说明

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