📄 frmmain.dfm
字号:
object FrmChat: TFrmChat
Left = 134
Top = 40
Width = 601
Height = 424
Caption = 'TCP'#21327#35758' '#32842#22825#24037#20855
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Panel2: TPanel
Left = 0
Top = 363
Width = 593
Height = 34
Align = alBottom
BevelInner = bvLowered
TabOrder = 1
object InputBox: TEdit
Left = 6
Top = 7
Width = 521
Height = 21
TabOrder = 0
end
object BitSend: TBitBtn
Left = 533
Top = 6
Width = 54
Height = 22
Caption = #21457#36865
Enabled = False
TabOrder = 1
OnClick = BitSendClick
end
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 593
Height = 59
Align = alTop
BevelInner = bvLowered
TabOrder = 0
object RemoteIP: TLabeledEdit
Left = 105
Top = 7
Width = 98
Height = 21
EditLabel.Width = 66
EditLabel.Height = 13
EditLabel.Caption = #26381#21153#22120'IP'#65306
LabelPosition = lpLeft
TabOrder = 0
end
object RemotePort: TLabeledEdit
Left = 340
Top = 7
Width = 98
Height = 21
EditLabel.Width = 84
EditLabel.Height = 13
EditLabel.Caption = #26381#21153#22120#31471#21475#65306
ImeMode = imClose
LabelPosition = lpLeft
TabOrder = 1
end
object NickName: TLabeledEdit
Left = 105
Top = 33
Width = 98
Height = 21
EditLabel.Width = 42
EditLabel.Height = 13
EditLabel.Caption = #26165#31216#65306
LabelPosition = lpLeft
TabOrder = 2
end
object LocalPort: TLabeledEdit
Left = 340
Top = 33
Width = 98
Height = 21
EditLabel.Width = 70
EditLabel.Height = 13
EditLabel.Caption = #26412#22320#31471#21475#65306
ImeMode = imClose
LabelPosition = lpLeft
TabOrder = 3
end
object BitConnect: TBitBtn
Left = 488
Top = 33
Width = 65
Height = 20
Caption = #36830' '#25509
TabOrder = 4
OnClick = BitConnectClick
end
object BitLogin: TBitBtn
Left = 487
Top = 5
Width = 66
Height = 23
Caption = #30331' '#24405
TabOrder = 5
OnClick = BitLoginClick
end
end
object ChatLog: TMemo
Left = 0
Top = 59
Width = 593
Height = 304
Align = alClient
TabOrder = 2
end
object IdTCPClient: TIdTCPClient
MaxLineAction = maException
ReadTimeout = 0
Port = 0
Left = 232
Top = 80
end
object IdTCPServer: TIdTCPServer
Bindings = <>
CommandHandlers = <>
DefaultPort = 5000
Greeting.NumericCode = 0
MaxConnectionReply.NumericCode = 0
OnConnect = IdTCPServerConnect
OnExecute = IdTCPServerExecute
OnDisconnect = IdTCPServerDisconnect
ReplyExceptionCode = 0
ReplyTexts = <
item
NumericCode = 0
end
item
NumericCode = 0
end>
ReplyUnknownCommand.NumericCode = 0
Left = 280
Top = 80
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -