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

📄 u_client.~dfm

📁 Socket编程
💻 ~DFM
字号:
object Form1: TForm1
  Left = 367
  Top = 130
  Width = 474
  Height = 539
  Caption = #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 Label2: TLabel
    Left = 10
    Top = 19
    Width = 120
    Height = 13
    Caption = #25509#25910#26381#21153#31471#21457#36865#30340#28040#24687
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label1: TLabel
    Left = 9
    Top = 288
    Width = 96
    Height = 13
    Caption = #21457#36865#28040#24687#21040#26381#21153#31471
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 144
    Top = 12
    Width = 75
    Height = 25
    Caption = #36830#25509#26381#21153#22120
    TabOrder = 0
    OnClick = Button1Click
  end
  object MemReadMsg: TMemo
    Left = 8
    Top = 40
    Width = 449
    Height = 229
    ScrollBars = ssVertical
    TabOrder = 1
  end
  object btnSend: TButton
    Left = 329
    Top = 397
    Width = 128
    Height = 25
    Caption = #21457#36865#28040#24687#21040#26381#21153#31471
    TabOrder = 2
    OnClick = btnSendClick
  end
  object MemSendMsg: TMemo
    Left = 8
    Top = 309
    Width = 449
    Height = 76
    Lines.Strings = (
      #20320#22909#65281#26381#21153#31471#65281#65306#65289)
    TabOrder = 3
  end
  object ClientSocket: TClientSocket
    Active = False
    ClientType = ctNonBlocking
    Host = '127.0.0.1'
    Port = 987987
    OnRead = ClientSocketRead
    Left = 240
    Top = 8
  end
  object IdUDPClient1: TIdUDPClient
    Host = '127.0.0.1'
    Port = 987987
    Left = 296
    Top = 8
  end
end

⌨️ 快捷键说明

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