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

📄 unit1.~dfm

📁 send data using udp
💻 ~DFM
字号:
object Form1: TForm1
  Left = 285
  Top = 227
  Width = 506
  Height = 405
  Caption = #21457#36865#29992#25143#25968#25454#25253#31995#32479
  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 = 8
    Top = 8
    Width = 35
    Height = 13
    AutoSize = False
    Caption = #20027#26426':'
  end
  object Label2: TLabel
    Left = 8
    Top = 56
    Width = 27
    Height = 13
    AutoSize = False
    Caption = #31471#21475':'
  end
  object Label3: TLabel
    Left = 200
    Top = 8
    Width = 35
    Height = 17
    AutoSize = False
    Caption = #36755#20986':'
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 361
    Width = 497
    Height = 19
    Panels = <>
    SimplePanel = False
  end
  object Host: TEdit
    Left = 8
    Top = 24
    Width = 185
    Height = 21
    Hint = #36828#31243#20027#26426#30340'IP'#22320#22336#25110#22495#21517
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    ParentShowHint = False
    ShowHint = True
    TabOrder = 1
    Text = '198.186.239.109'
  end
  object Port: TEdit
    Left = 0
    Top = 72
    Width = 185
    Height = 21
    Hint = #22312#27492#36755#20837#36828#31243#20027#26426#30340#31471#21475#21495
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    ParentShowHint = False
    ShowHint = True
    TabOrder = 2
    Text = '1000'
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 104
    Width = 185
    Height = 121
    Caption = #21457#36865#29992#25143#25968#25454#25253#28040#24687
    TabOrder = 3
    object UDPMsg: TEdit
      Left = 8
      Top = 24
      Width = 161
      Height = 21
      Hint = #35201#21457#36865#30340#25968#25454
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
      Text = #35201#21457#36865#30340#25968#25454
    end
    object BtSendMsg: TButton
      Left = 24
      Top = 64
      Width = 105
      Height = 33
      Caption = #21457' '#36865' '#25968' '#25454
      TabOrder = 1
      OnClick = BtSendMsgClick
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 232
    Width = 185
    Height = 129
    Caption = #21457#36865#29992#25143#25968#25454#25253#27969
    TabOrder = 4
    object UDPStream: TEdit
      Left = 16
      Top = 24
      Width = 145
      Height = 21
      Hint = #21333#20987'"'#36733#20837#27969'"'#25353#38062#21152#20837#19968#20010#35201#21457#36865#30340#25991#20214
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
    end
    object BtLoadFile: TButton
      Left = 24
      Top = 56
      Width = 121
      Height = 25
      Caption = #36733#20837#27969
      TabOrder = 1
      OnClick = BtLoadFileClick
    end
    object BtSendStream: TButton
      Left = 24
      Top = 96
      Width = 121
      Height = 25
      Caption = #21457#36865#27969
      TabOrder = 2
      OnClick = BtSendStreamClick
    end
  end
  object Output: TRichEdit
    Left = 200
    Top = 24
    Width = 297
    Height = 337
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    Lines.Strings = (
      '')
    ParentFont = False
    ReadOnly = True
    TabOrder = 5
  end
  object NMUDP1: TNMUDP
    RemotePort = 0
    LocalPort = 1000
    ReportLevel = 1
    OnDataReceived = NMUDP1DataReceived
    OnDataSend = NMUDP1DataSend
    OnStatus = NMUDP1Status
    OnInvalidHost = NMUDP1InvalidHost
    OnStreamInvalid = NMUDP1StreamInvalid
    Left = 232
    Top = 8
  end
  object OpenDialog1: TOpenDialog
    Filter = 'All File (*.*)|*.*'
    Left = 272
    Top = 8
  end
end

⌨️ 快捷键说明

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