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

📄 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 Panel1: TPanel
    Left = 0
    Top = 450
    Width = 466
    Height = 62
    Align = alBottom
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    object Memo1: TMemo
      Left = 1
      Top = 1
      Width = 464
      Height = 60
      Align = alClient
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      Lines.Strings = (
        #26377#31354#20809#20020#24800#23433#20248#20248#32593#65306' '#12304' www.uu987.com  '#12305' '#36716#36733#26102#35831#20445#30041#30456#20851#20449#24687#65292#35874#35874#21512#20316#65281
        #20027#25512#36719#20214#65306#12304#20449#24687#25910#38598#29579#12305' '#30418#23376#20250#21592#20813#36153#25552#20379#27880#20876#30721','#36719#20214#21487#29992#20110#25910#38598#20195#30721#36164#26009'......'
        #20171#32461#28436#31034#65306' http://www.uu987.com/shownews.asp?news_id=25'
        '')
      ParentFont = False
      TabOrder = 0
    end
  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 + -