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

📄 uclient.dfm

📁 基于Indy的网络聊天
💻 DFM
字号:
object frmMain: TfrmMain
  Left = 246
  Top = 181
  Width = 434
  Height = 296
  Caption = #32593#32476#32842#22825#30340#23458#25143#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 lblHost: TLabel
    Left = 16
    Top = 24
    Width = 32
    Height = 13
    AutoSize = False
    Caption = #20027#26426#65306
  end
  object lblPort: TLabel
    Left = 200
    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 = #24453#21457#36865#30340#25968#25454#65306
  end
  object lblLog: TLabel
    Left = 16
    Top = 112
    Width = 32
    Height = 13
    AutoSize = False
    Caption = #35760#24405#65306
  end
  object edtHost: TEdit
    Left = 56
    Top = 20
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object edtPort: TEdit
    Left = 240
    Top = 20
    Width = 65
    Height = 21
    TabOrder = 1
  end
  object edtData: TEdit
    Left = 16
    Top = 80
    Width = 289
    Height = 21
    TabOrder = 2
  end
  object lbLog: TListBox
    Left = 16
    Top = 128
    Width = 289
    Height = 129
    ItemHeight = 13
    TabOrder = 3
  end
  object btnConnect: TButton
    Left = 328
    Top = 16
    Width = 75
    Height = 25
    Caption = #36830#25509
    TabOrder = 4
    OnClick = btnConnectClick
  end
  object btnDisconnect: TButton
    Left = 328
    Top = 64
    Width = 75
    Height = 25
    Caption = #26029#24320
    TabOrder = 5
    OnClick = btnDisconnectClick
  end
  object btnSend: TButton
    Left = 328
    Top = 112
    Width = 75
    Height = 25
    Caption = #21457#36865
    TabOrder = 6
    OnClick = btnSendClick
  end
  object btnExit: TButton
    Left = 328
    Top = 224
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 7
    OnClick = btnExitClick
  end
  object IdTCPClient: TIdTCPClient
    MaxLineAction = maException
    ReadTimeout = 0
    Port = 0
    Left = 336
    Top = 160
  end
end

⌨️ 快捷键说明

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