📄 frmmain.dfm
字号:
object FrmChat: TFrmChat
Left = 210
Top = 103
Width = 567
Height = 402
Caption = #32842#22825#24037#20855'-UDP'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 559
Height = 59
Align = alTop
BevelInner = bvLowered
TabOrder = 0
DesignSize = (
559
59)
object RemoteIP: TLabeledEdit
Left = 91
Top = 7
Width = 98
Height = 21
EditLabel.Width = 52
EditLabel.Height = 13
EditLabel.Caption = #36828#31243'IP'#65306
LabelPosition = lpLeft
TabOrder = 0
Text = '127.0.0.1'
end
object RemotePort: TLabeledEdit
Left = 355
Top = 7
Width = 113
Height = 21
Anchors = [akLeft, akTop, akRight, akBottom]
EditLabel.Width = 70
EditLabel.Height = 13
EditLabel.Caption = #36828#31243#31471#21475#65306
LabelPosition = lpLeft
TabOrder = 1
Text = '6000'
end
object NickName: TLabeledEdit
Left = 91
Top = 33
Width = 98
Height = 21
EditLabel.Width = 42
EditLabel.Height = 13
EditLabel.Caption = #26165#31216#65306
LabelPosition = lpLeft
TabOrder = 2
Text = #37027#26102
end
object LocalPort: TLabeledEdit
Left = 355
Top = 33
Width = 113
Height = 21
Anchors = [akLeft, akTop, akRight, akBottom]
EditLabel.Width = 70
EditLabel.Height = 13
EditLabel.Caption = #26412#22320#31471#21475#65306
LabelPosition = lpLeft
TabOrder = 3
Text = '6000'
end
object BitSet: TBitBtn
Left = 480
Top = 13
Width = 60
Height = 33
Caption = #35774' '#23450
TabOrder = 4
OnClick = BitSetClick
end
end
object Panel2: TPanel
Left = 0
Top = 343
Width = 559
Height = 32
Align = alBottom
BevelInner = bvLowered
TabOrder = 1
object InputBox: TEdit
Left = 7
Top = 7
Width = 477
Height = 21
TabOrder = 0
end
object BitSend: TBitBtn
Left = 496
Top = 7
Width = 57
Height = 20
Caption = #21457' '#36865
Enabled = False
TabOrder = 1
OnClick = BitSendClick
end
end
object ChatLog: TMemo
Left = 0
Top = 59
Width = 559
Height = 284
Align = alClient
TabOrder = 2
end
object IdUDPClient: TIdUDPClient
Port = 0
ReceiveTimeout = 0
Left = 240
Top = 16
end
object IdUDPServer: TIdUDPServer
Bindings = <>
DefaultPort = 0
OnUDPRead = IdUDPServerUDPRead
Left = 288
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -