📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 248
Height = 131
Caption = 'BCB VCL UDP Message Receiver'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 54
Height = 13
Caption = 'Local Port: '
end
object Label2: TLabel
Left = 8
Top = 32
Width = 46
Height = 13
Caption = 'Message:'
end
object Label3: TLabel
Left = 8
Top = 56
Width = 29
Height = 13
Caption = 'From: '
end
object StatusBar1: TStatusBar
Left = 0
Top = 85
Width = 240
Height = 19
Panels = <>
SimplePanel = False
end
object Edit1: TEdit
Left = 64
Top = 8
Width = 169
Height = 21
TabOrder = 1
Text = '4000'
end
object Edit2: TEdit
Left = 64
Top = 32
Width = 169
Height = 21
TabOrder = 2
end
object Edit3: TEdit
Left = 64
Top = 56
Width = 169
Height = 21
TabOrder = 3
end
object NMUDP1: TNMUDP
RemoteHost = '127.0.0.1'
RemotePort = 4000
LocalPort = 0
ReportLevel = 1
OnDataReceived = NMUDP1DataReceived
Left = 184
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -