⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tcpmsgserver.~dfm

📁 使用delphi自带的控件
💻 ~DFM
字号:
object dmeMsgServer: TdmeMsgServer
  OldCreateOrder = True
  OnCreate = DataModuleCreate
  Left = 302
  Top = 136
  Height = 333
  Width = 539
  object tcpMsgServer: TIdTCPServer
    Bindings = <>
    CommandHandlers = <
      item
        CmdDelimiter = ' '
        Command = 'Login'
        Disconnect = False
        Name = 'Login'
        OnCommand = tcpMsgServerLoginCommand
        ParamDelimiter = ' '
        ReplyExceptionCode = 0
        ReplyNormal.NumericCode = 0
        Tag = 0
      end
      item
        CmdDelimiter = ' '
        Command = 'Logoff'
        Disconnect = False
        Name = 'Logoff'
        OnCommand = tcpMsgServerLogoffCommand
        ParamDelimiter = ' '
        ReplyExceptionCode = 0
        ReplyNormal.NumericCode = 0
        Tag = 0
      end>
    DefaultPort = 10555
    Greeting.NumericCode = 0
    MaxConnectionReply.NumericCode = 0
    OnNoCommandHandler = tcpMsgServerNoCommandHandler
    ReplyExceptionCode = 0
    ReplyTexts = <>
    ReplyUnknownCommand.NumericCode = 0
    Left = 80
    Top = 56
  end
end

⌨️ 快捷键说明

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