📄 vclient.~dfm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -