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

📄 unit1.~dfm

📁 采用delphi自带udp控制做的一个udp server
💻 ~DFM
字号:
object UDPSEVER: TUDPSEVER
  Left = 439
  Top = 332
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'UDPSEVER'
  ClientHeight = 118
  ClientWidth = 213
  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 = 16
    Width = 73
    Height = 13
    Caption = #20027#26426'IP'#22320#22336#65306' '
  end
  object Label2: TLabel
    Left = 18
    Top = 40
    Width = 63
    Height = 13
    Caption = #20027#26426#31471#21475#65306' '
  end
  object Label3: TLabel
    Left = 18
    Top = 64
    Width = 63
    Height = 13
    Caption = #26412#22320#31471#21475#65306' '
  end
  object Label4: TLabel
    Left = 18
    Top = 88
    Width = 60
    Height = 13
    Caption = #25509#25910#27425#25968#65306
  end
  object rxconst: TLabel
    Left = 86
    Top = 88
    Width = 6
    Height = 13
    Caption = '0'
  end
  object sendtx: TEdit
    Left = 88
    Top = 33
    Width = 121
    Height = 21
    TabOrder = 0
    Text = '2003'
  end
  object send: TButton
    Left = 136
    Top = 88
    Width = 75
    Height = 25
    Caption = 'open'
    TabOrder = 1
    OnClick = sendClick
  end
  object Edit1: TEdit
    Left = 88
    Top = 10
    Width = 121
    Height = 21
    TabOrder = 2
    Text = '192.168.1.23'
  end
  object Edit2: TEdit
    Left = 88
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 3
    Text = '2002'
  end
  object IdUDPServer: TIdUDPServer
    Bindings = <>
    DefaultPort = 2003
    OnUDPRead = IdUDPServerUDPRead
    Top = 24
  end
end

⌨️ 快捷键说明

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