📄 unitclient.dfm
字号:
object FormClient: TFormClient
Left = 161
Top = 408
Width = 415
Height = 263
Caption = 'Client'
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 = 96
Top = 88
Width = 47
Height = 13
Caption = 'Server IP:'
end
object Gauge1: TGauge
Left = 0
Top = 199
Width = 407
Height = 37
Align = alBottom
Progress = 0
end
object Edit1: TEdit
Left = 152
Top = 88
Width = 121
Height = 21
TabOrder = 0
Text = '127.0.0.1'
end
object Button1: TButton
Left = 136
Top = 128
Width = 75
Height = 25
Caption = 'Send'
TabOrder = 1
OnClick = Button1Click
end
object IdUDPClient1: TIdUDPClient
Active = True
Port = 8090
ReceiveTimeout = 20000
Left = 24
Top = 16
end
object OpenDialog1: TOpenDialog
Left = 144
Top = 32
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -