intermsgclient.dfm

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

DFM
28
字号
object FrmMsgClient: TFrmMsgClient
  Left = 543
  Top = 288
  Width = 170
  Height = 96
  Caption = 'FrmMsgClient'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object MsgClient: TClientSocket
    Active = False
    ClientType = ctNonBlocking
    Port = 0
    OnConnect = MsgClientConnect
    OnRead = MsgClientRead
    OnError = MsgClientError
    Left = 21
    Top = 17
  end
end

⌨️ 快捷键说明

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