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

📄 unit1.dfm

📁 delphi 实现SCOKET通信的源代码已经测试无误可以使用
💻 DFM
字号:
object Form1: TForm1
  Left = 272
  Top = 250
  Width = 696
  Height = 480
  Caption = #31616#21333#30340'tcp'#23458#25143#31471
  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 Label1: TLabel
    Left = 32
    Top = 80
    Width = 57
    Height = 33
    AutoSize = False
    Caption = #20027#26426#65306
  end
  object Label2: TLabel
    Left = 304
    Top = 80
    Width = 57
    Height = 25
    AutoSize = False
    Caption = #31471#21475#65306
  end
  object Label3: TLabel
    Left = 32
    Top = 160
    Width = 81
    Height = 33
    AutoSize = False
    Caption = #24453#21457#36865#25968#25454#65306
  end
  object Label4: TLabel
    Left = 32
    Top = 232
    Width = 36
    Height = 13
    AutoSize = False
    Caption = #35760#24405#65306
  end
  object EdtHost: TEdit
    Left = 128
    Top = 80
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object EdtPort: TEdit
    Left = 400
    Top = 80
    Width = 65
    Height = 21
    TabOrder = 1
  end
  object EdtData: TEdit
    Left = 128
    Top = 160
    Width = 353
    Height = 21
    TabOrder = 2
  end
  object LbLog: TEdit
    Left = 128
    Top = 232
    Width = 217
    Height = 21
    TabOrder = 3
  end
  object BtnConnect: TButton
    Left = 552
    Top = 104
    Width = 57
    Height = 25
    Caption = #36830#25509
    TabOrder = 4
    OnClick = BtnConnectClick
  end
  object BtnSend: TButton
    Left = 552
    Top = 184
    Width = 57
    Height = 25
    Caption = #21457#36865
    TabOrder = 5
    OnClick = BtnSendClick
  end
  object BtnDisconnect: TButton
    Left = 552
    Top = 256
    Width = 57
    Height = 25
    Caption = #26029#24320
    TabOrder = 6
    OnClick = BtnDisconnectClick
  end
  object IdAntiFreeze1: TIdAntiFreeze
    Left = 56
    Top = 16
  end
  object IdTCPClient: TIdTCPClient
    MaxLineAction = maException
    ReadTimeout = 0
    Port = 0
    Left = 16
    Top = 16
  end
end

⌨️ 快捷键说明

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