unit1.dfm

来自「采用delphi自带udp控制做的一个udp server」· DFM 代码 · 共 93 行

DFM
93
字号
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 + =
减小字号Ctrl + -
显示快捷键?