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

📄 userver.dfm

📁 基于Indy的网络聊天
💻 DFM
字号:
object frmMain: TfrmMain
  Left = 335
  Top = 240
  Width = 428
  Height = 295
  Caption = #32593#32476#20256#36755#30340#26381#21153#31471#31243#24207
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object lblPort: TLabel
    Left = 16
    Top = 24
    Width = 32
    Height = 13
    AutoSize = False
    Caption = #31471#21475#65306
  end
  object lblData: TLabel
    Left = 16
    Top = 56
    Width = 113
    Height = 17
    AutoSize = False
    Caption = #25509#25910#21040#30340#25968#25454#65306
  end
  object lblLog: TLabel
    Left = 16
    Top = 112
    Width = 32
    Height = 13
    AutoSize = False
    Caption = #35760#24405#65306
  end
  object edtPort: TEdit
    Left = 56
    Top = 20
    Width = 65
    Height = 21
    TabOrder = 0
  end
  object edtData: TEdit
    Left = 16
    Top = 80
    Width = 289
    Height = 21
    TabOrder = 1
  end
  object lbLog: TListBox
    Left = 16
    Top = 128
    Width = 289
    Height = 129
    ItemHeight = 13
    TabOrder = 2
  end
  object btnStart: TButton
    Left = 328
    Top = 16
    Width = 75
    Height = 25
    Caption = #21551#21160
    TabOrder = 3
    OnClick = btnStartClick
  end
  object btnStop: TButton
    Left = 328
    Top = 64
    Width = 75
    Height = 25
    Caption = #20572#27490
    TabOrder = 4
    OnClick = btnStopClick
  end
  object btnExit: TButton
    Left = 328
    Top = 224
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 5
    OnClick = btnExitClick
  end
  object IdTCPServer: TIdTCPServer
    Bindings = <>
    CommandHandlers = <>
    DefaultPort = 0
    Greeting.NumericCode = 0
    MaxConnectionReply.NumericCode = 0
    OnConnect = IdTCPServerConnect
    OnExecute = IdTCPServerExecute
    ReplyExceptionCode = 0
    ReplyTexts = <>
    ReplyUnknownCommand.NumericCode = 0
    Left = 344
    Top = 136
  end
end

⌨️ 快捷键说明

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