vclient.~dfm

来自「远程桌面」· ~DFM 代码 · 共 87 行

~DFM
87
字号
object Form1: TForm1
  Left = 241
  Top = 202
  Width = 380
  Height = 232
  Caption = 'Form1'
  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 Button1: TButton
    Left = 64
    Top = 0
    Width = 129
    Height = 25
    Caption = #24191#25773#28040#24687#26412#26426#32852#32593
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 64
    Top = 24
    Width = 121
    Height = 25
    Caption = #26522#20030#31383#21475
    TabOrder = 1
    OnClick = Button2Click
  end
  object ListBox1: TListBox
    Left = 0
    Top = 64
    Width = 369
    Height = 113
    ItemHeight = 13
    TabOrder = 2
  end
  object Button3: TButton
    Left = 184
    Top = 24
    Width = 75
    Height = 25
    Caption = #31995#32479#36827#31243
    TabOrder = 3
    OnClick = Button3Click
  end
  object Edit1: TEdit
    Left = 192
    Top = 0
    Width = 121
    Height = 21
    TabOrder = 4
    Text = 'Edit1'
  end
  object CUDP: TNMUDP
    RemotePort = 2222
    LocalPort = 1111
    ReportLevel = 1
    OnDataReceived = CUDPDataReceived
  end
  object IdUDPClient1: TIdUDPClient
    Active = True
    BroadcastEnabled = True
    Port = 5566
    Left = 32
  end
  object Timer1: TTimer
    Interval = 2000
    OnTimer = Timer1Timer
    Left = 32
    Top = 32
  end
  object NMUDP1: TNMUDP
    RemotePort = 1112
    LocalPort = 2221
    ReportLevel = 1
    OnDataReceived = NMUDP1DataReceived
    Top = 32
  end
end

⌨️ 快捷键说明

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