📄 udpserver.~dfm
字号:
object PSTNForm: TPSTNForm
Left = 287
Top = 158
Width = 548
Height = 432
Caption = 'PSTNForm'
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 = 16
Top = 16
Width = 505
Height = 97
TabOrder = 0
object Label1: TLabel
Left = 64
Top = 24
Width = 24
Height = 13
Caption = #22320#22336
end
object Label2: TLabel
Left = 273
Top = 29
Width = 24
Height = 13
Caption = #31471#21475
end
object Label3: TLabel
Left = 64
Top = 61
Width = 24
Height = 13
Caption = #21327#35758
end
object Edit1: TEdit
Left = 112
Top = 24
Width = 121
Height = 21
TabOrder = 0
Text = '192.168.1.188'
end
object Port: TEdit
Left = 328
Top = 24
Width = 121
Height = 21
TabOrder = 1
Text = '1200'
end
object Prot: TComboBox
Left = 113
Top = 56
Width = 121
Height = 21
ItemHeight = 13
ItemIndex = 0
TabOrder = 2
Text = 'TCP'
Items.Strings = (
'TCP'
'UDP')
end
object Button1: TButton
Left = 264
Top = 56
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 3
OnClick = Button1Click
end
object Button2: TButton
Left = 360
Top = 56
Width = 75
Height = 25
Caption = 'Button2'
TabOrder = 4
OnClick = Button2Click
end
end
object Memo1: TMemo
Left = 16
Top = 120
Width = 505
Height = 257
Lines.Strings = (
'Memo1')
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -