pmain.dfm

来自「网络对站平台」· DFM 代码 · 共 49 行

DFM
49
字号
object FMain: TFMain
  Left = 287
  Top = 216
  Width = 457
  Height = 346
  Caption = #23567#33609#23545#25112#24179#21488#26381#21153#31471
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 0
    Top = 0
    Width = 449
    Height = 319
    Align = alClient
    Ctl3D = False
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ParentCtl3D = False
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object GameServer: TIdTCPServer
    Active = True
    Bindings = <>
    CommandHandlers = <>
    DefaultPort = 8300
    Greeting.NumericCode = 0
    MaxConnectionReply.NumericCode = 0
    OnConnect = GameServerConnect
    OnExecute = GameServerExecute
    OnDisconnect = GameServerDisconnect
    OnException = GameServerException
    OnListenException = GameServerListenException
    ReplyExceptionCode = 0
    ReplyTexts = <>
    ReplyUnknownCommand.NumericCode = 0
    Left = 120
    Top = 160
  end
end

⌨️ 快捷键说明

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