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

📄 unit1.~dfm

📁 利用delphi 中的IDTCPSERVER空间编写的网络聊天服务器端程序
💻 ~DFM
字号:
object Form1: TForm1
  Left = 235
  Top = 214
  Width = 696
  Height = 433
  Caption = 'Form1'
  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 TLabel
    Left = 64
    Top = 28
    Width = 41
    Height = 21
    Caption = #31471#21475
  end
  object Label1: TLabel
    Left = 88
    Top = 88
    Width = 65
    Height = 13
    Caption = #25910#21040#28040#24687
  end
  object Label2: TLabel
    Left = 88
    Top = 176
    Width = 57
    Height = 13
    Caption = #35760' '#24405
  end
  object EdtPort: TEdit
    Left = 132
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object EdtData: TEdit
    Left = 88
    Top = 124
    Width = 249
    Height = 21
    TabOrder = 1
  end
  object LbLog: TListBox
    Left = 88
    Top = 220
    Width = 253
    Height = 153
    ItemHeight = 13
    TabOrder = 2
  end
  object BtnStart: TButton
    Left = 560
    Top = 108
    Width = 75
    Height = 25
    Caption = #21551#21160
    TabOrder = 3
    OnClick = BtnStartClick
  end
  object BtnStop: TButton
    Left = 560
    Top = 184
    Width = 75
    Height = 25
    Caption = #20572#27490
    TabOrder = 4
    OnClick = BtnStopClick
  end
  object Button3: TButton
    Left = 548
    Top = 272
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 5
  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 = 440
    Top = 40
  end
end

⌨️ 快捷键说明

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