📄 unit1.dfm
字号:
object Form1: TForm1
Left = -1
Top = 119
Width = 343
Height = 317
Caption = 'TCP/IP'#36890#20449
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 Edit1: TLabeledEdit
Left = 8
Top = 16
Width = 121
Height = 21
BiDiMode = bdLeftToRight
EditLabel.Width = 64
EditLabel.Height = 16
EditLabel.BiDiMode = bdLeftToRight
EditLabel.Caption = #26412#22320#20027#26426
EditLabel.Font.Charset = ANSI_CHARSET
EditLabel.Font.Color = clWindowText
EditLabel.Font.Height = -16
EditLabel.Font.Name = #23435#20307
EditLabel.Font.Style = []
EditLabel.ParentBiDiMode = False
EditLabel.ParentFont = False
LabelPosition = lpAbove
LabelSpacing = 3
ParentBiDiMode = False
TabOrder = 0
Text = '127.0.0.1'
end
object Edit2: TLabeledEdit
Left = 8
Top = 56
Width = 121
Height = 21
BiDiMode = bdLeftToRight
EditLabel.Width = 64
EditLabel.Height = 16
EditLabel.BiDiMode = bdLeftToRight
EditLabel.Caption = #26412#22320#31471#21475
EditLabel.Font.Charset = ANSI_CHARSET
EditLabel.Font.Color = clWindowText
EditLabel.Font.Height = -16
EditLabel.Font.Name = #23435#20307
EditLabel.Font.Style = []
EditLabel.ParentBiDiMode = False
EditLabel.ParentFont = False
LabelPosition = lpAbove
LabelSpacing = 3
ParentBiDiMode = False
TabOrder = 1
Text = '8888'
end
object Edit3: TLabeledEdit
Left = 8
Top = 96
Width = 121
Height = 21
BiDiMode = bdLeftToRight
EditLabel.Width = 64
EditLabel.Height = 16
EditLabel.BiDiMode = bdLeftToRight
EditLabel.Caption = #36828#31243#20027#26426
EditLabel.Font.Charset = ANSI_CHARSET
EditLabel.Font.Color = clWindowText
EditLabel.Font.Height = -16
EditLabel.Font.Name = #23435#20307
EditLabel.Font.Style = []
EditLabel.ParentBiDiMode = False
EditLabel.ParentFont = False
LabelPosition = lpAbove
LabelSpacing = 3
ParentBiDiMode = False
TabOrder = 2
Text = '127.0.0.1'
end
object Edit4: TLabeledEdit
Left = 8
Top = 136
Width = 121
Height = 21
BiDiMode = bdLeftToRight
EditLabel.Width = 64
EditLabel.Height = 16
EditLabel.BiDiMode = bdLeftToRight
EditLabel.Caption = #36828#31243#31471#21475
EditLabel.Font.Charset = ANSI_CHARSET
EditLabel.Font.Color = clWindowText
EditLabel.Font.Height = -16
EditLabel.Font.Name = #23435#20307
EditLabel.Font.Style = []
EditLabel.ParentBiDiMode = False
EditLabel.ParentFont = False
LabelPosition = lpAbove
LabelSpacing = 3
ParentBiDiMode = False
TabOrder = 3
Text = '8888'
end
object Memo1: TMemo
Left = 144
Top = 0
Width = 185
Height = 145
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 4
end
object Button1: TButton
Left = 216
Top = 264
Width = 75
Height = 25
Caption = #21457#36865
Default = True
TabOrder = 5
OnClick = Button1Click
end
object Button2: TButton
Left = 48
Top = 200
Width = 75
Height = 25
Caption = #36830#25509
TabOrder = 6
OnClick = Button2Click
end
object Memo2: TMemo
Left = 144
Top = 152
Width = 185
Height = 105
TabOrder = 7
end
object UDP1: TNMUDP
RemoteHost = '127.0.0.1'
RemotePort = 8888
LocalPort = 8888
ReportLevel = 1
OnDataReceived = UDP1DataReceived
Left = 8
Top = 168
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -