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

📄 unit1.dfm

📁 delphi+socket通讯的例子
💻 DFM
字号:
object Form1: TForm1
  Left = 0
  Top = 0
  Caption = #23458#25143#31471
  ClientHeight = 427
  ClientWidth = 589
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object ztai: TStatusBar
    Left = 0
    Top = 408
    Width = 589
    Height = 19
    Panels = <
      item
        Width = 100
      end
      item
        Width = 100
      end
      item
        Width = 50
      end>
    ExplicitLeft = -8
    ExplicitTop = 194
    ExplicitWidth = 339
  end
  object GroupBox1: TGroupBox
    Left = 364
    Top = 262
    Width = 217
    Height = 113
    Caption = #36830#25509#35774#32622
    TabOrder = 1
    object Label1: TLabel
      Left = 16
      Top = 28
      Width = 50
      Height = 13
      Caption = #26381#21153#31471'IP:'
    end
    object Label2: TLabel
      Left = 16
      Top = 60
      Width = 48
      Height = 13
      Caption = #36830#25509#31471#21475
    end
    object Edit1: TEdit
      Left = 72
      Top = 25
      Width = 121
      Height = 21
      TabOrder = 0
      Text = '127.0.0.1'
    end
    object Button1: TButton
      Left = 118
      Top = 85
      Width = 75
      Height = 25
      Caption = #35774#32622
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 21
      Top = 85
      Width = 75
      Height = 25
      Caption = #36830#25509
      Enabled = False
      TabOrder = 2
      OnClick = Button2Click
    end
    object Edit2: TEdit
      Left = 70
      Top = 58
      Width = 121
      Height = 21
      TabOrder = 3
      Text = '1987'
    end
  end
  object GroupBox2: TGroupBox
    Left = 364
    Top = 0
    Width = 217
    Height = 256
    Caption = #26085#24535
    TabOrder = 2
    object Memo1: TMemo
      Left = 3
      Top = 16
      Width = 208
      Height = 237
      Align = alCustom
      Color = clBlack
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clLime
      Font.Height = -11
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
  end
  object GroupBox3: TGroupBox
    Left = 0
    Top = 8
    Width = 345
    Height = 273
    Caption = #32842#22825#35760#24405
    Enabled = False
    TabOrder = 3
    object Memo2: TMemo
      Left = 3
      Top = 16
      Width = 339
      Height = 254
      Enabled = False
      TabOrder = 0
    end
  end
  object GroupBox4: TGroupBox
    Left = 0
    Top = 284
    Width = 358
    Height = 57
    Caption = #21457#36865#28040#24687
    Enabled = False
    TabOrder = 4
    object Button3: TButton
      Left = 288
      Top = 18
      Width = 62
      Height = 25
      Caption = #21457#36865
      Enabled = False
      TabOrder = 0
      OnClick = Button3Click
    end
    object memo3: TEdit
      Left = 4
      Top = 20
      Width = 278
      Height = 21
      TabOrder = 1
      OnKeyDown = memo3KeyDown
    end
  end
  object ClientSocket1: TClientSocket
    Active = False
    ClientType = ctNonBlocking
    Port = 0
    OnConnect = ClientSocket1Connect
    OnDisconnect = ClientSocket1Disconnect
    OnRead = ClientSocket1Read
    Left = 544
    Top = 256
  end
end

⌨️ 快捷键说明

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