udpclient.dfm

来自「一个用C++ builder6.0做的UDP通信测试程序」· DFM 代码 · 共 94 行

DFM
94
字号
object LANForm: TLANForm
  Left = 202
  Top = 130
  Width = 559
  Height = 411
  Caption = 'LANForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 16
    Width = 529
    Height = 89
    TabOrder = 0
    object Label1: TLabel
      Left = 32
      Top = 24
      Width = 24
      Height = 13
      Caption = #22320#22336
    end
    object Label2: TLabel
      Left = 256
      Top = 24
      Width = 36
      Height = 13
      Caption = #31471#21475#21495
    end
    object Label3: TLabel
      Left = 31
      Top = 56
      Width = 48
      Height = 13
      Caption = #36890#20449#21327#35758
    end
    object Addr: TEdit
      Left = 112
      Top = 24
      Width = 121
      Height = 21
      TabOrder = 0
      Text = '192.168.1.188'
    end
    object Prot: TComboBox
      Left = 112
      Top = 54
      Width = 122
      Height = 21
      ItemHeight = 13
      ItemIndex = 0
      TabOrder = 1
      Text = 'TCP'
      Items.Strings = (
        'TCP'
        'UDP')
    end
    object Port: TEdit
      Left = 328
      Top = 24
      Width = 121
      Height = 21
      TabOrder = 2
      Text = '1600'
    end
    object Button1: TButton
      Left = 344
      Top = 56
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 3
      OnClick = Button1Click
    end
  end
  object TxtEdit: TMemo
    Left = 8
    Top = 112
    Width = 529
    Height = 201
    Lines.Strings = (
      'TxtEdit')
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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