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

📄 clientunit.dfm

📁 TCPSocket通信编程 TCPSocket编程的简单实例
💻 DFM
字号:
object Form1: TForm1
  Left = 233
  Top = 148
  Width = 486
  Height = 403
  Caption = 'Client'#23454#20363'-Delphi'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 352
    Top = 32
    Width = 42
    Height = 14
    Caption = #26080#36830#25509
  end
  object Label2: TLabel
    Left = 240
    Top = 96
    Width = 28
    Height = 14
    Caption = #25910#21040
  end
  object Label3: TLabel
    Left = 24
    Top = 312
    Width = 42
    Height = 14
    Caption = #23383#31526#25968
  end
  object BitBtn1: TBitBtn
    Left = 248
    Top = 24
    Width = 75
    Height = 25
    Caption = #36830#25509
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object Memo1: TMemo
    Left = 24
    Top = 120
    Width = 201
    Height = 185
    Lines.Strings = (
      '0123456789'#36890#35759#32534#31243#28436#31034)
    TabOrder = 1
  end
  object Button1: TButton
    Left = 24
    Top = 88
    Width = 75
    Height = 25
    Caption = #21457#36865
    Enabled = False
    TabOrder = 2
    OnClick = Button1Click
  end
  object Memo2: TMemo
    Left = 240
    Top = 120
    Width = 225
    Height = 185
    TabOrder = 3
  end
  object Button2: TButton
    Left = 248
    Top = 56
    Width = 75
    Height = 25
    Caption = #26029#24320
    TabOrder = 4
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 344
    Top = 56
    Width = 75
    Height = 25
    Caption = #25171#24320
    TabOrder = 5
    OnClick = Button3Click
  end
  object LabeledEdit1: TLabeledEdit
    Left = 88
    Top = 24
    Width = 145
    Height = 22
    EditLabel.Width = 63
    EditLabel.Height = 14
    EditLabel.Caption = 'Server IP'
    LabelPosition = lpLeft
    LabelSpacing = 3
    TabOrder = 6
    Text = '222.24.1.199'
  end
  object LabeledEdit2: TLabeledEdit
    Left = 88
    Top = 56
    Width = 145
    Height = 22
    EditLabel.Width = 77
    EditLabel.Height = 14
    EditLabel.Caption = 'Server Port'
    LabelPosition = lpLeft
    LabelSpacing = 3
    TabOrder = 7
  end
  object ClientSocket1: TClientSocket
    Active = False
    ClientType = ctNonBlocking
    Port = 2222
    OnConnect = ClientSocket1Connect
    OnDisconnect = ClientSocket1Disconnect
    OnRead = ClientSocket1Read
    Left = 424
    Top = 8
  end
end

⌨️ 快捷键说明

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