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

📄 serverfrmmainunit.dfm

📁 some Indy demo 3
💻 DFM
字号:
object ServerFrmMain: TServerFrmMain
  Left = 192
  Top = 107
  BorderStyle = bsDialog
  Caption = 'Test-Server'
  ClientHeight = 187
  ClientWidth = 446
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  DesignSize = (
    446
    187)
  PixelsPerInch = 96
  TextHeight = 13
  object CBServerActive: TCheckBox
    Left = 4
    Top = 4
    Width = 57
    Height = 17
    Caption = 'active'
    TabOrder = 0
    OnClick = CBServerActiveClick
  end
  object Protocol: TMemo
    Left = 4
    Top = 28
    Width = 437
    Height = 161
    Anchors = [akLeft, akTop, akRight, akBottom]
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Lucida Console'
    Font.Pitch = fpFixed
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    ScrollBars = ssVertical
    TabOrder = 1
  end
  object Server: TIdTCPServer
    Bindings = <>
    CommandHandlers = <>
    DefaultPort = 47110
    Greeting.NumericCode = 0
    MaxConnectionReply.NumericCode = 0
    OnConnect = ServerConnect
    OnExecute = ServerExecute
    OnDisconnect = ServerDisconnect
    ReplyExceptionCode = 0
    ReplyTexts = <>
    ReplyUnknownCommand.NumericCode = 0
    ThreadMgr = IdThreadMgrDefault1
    Left = 184
    Top = 76
  end
  object IdThreadMgrDefault1: TIdThreadMgrDefault
    Left = 224
    Top = 76
  end
end

⌨️ 快捷键说明

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