📄 mainfrm.dfm
字号:
object frmMain: TfrmMain
Left = 195
Top = 108
Width = 536
Height = 381
Caption = #35843#29992#20013#38388#20214#30340#27979#35797#31243#24207
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 14
object Panel1: TPanel
Left = 364
Top = 0
Width = 164
Height = 354
Align = alRight
TabOrder = 0
object btnClientOpen: TButton
Left = 13
Top = 8
Width = 140
Height = 25
Caption = #23458#25143#31471#21021#22987#21270
TabOrder = 0
OnClick = btnClientOpenClick
end
object btnServerOpen: TButton
Left = 13
Top = 52
Width = 140
Height = 25
Caption = #26381#21153#22120#31471#21021#22987#21270
TabOrder = 1
OnClick = btnServerOpenClick
end
object btnClientSend: TButton
Left = 13
Top = 97
Width = 140
Height = 25
Caption = #23458#25143#31471#21457#36865#24320#22987
TabOrder = 2
OnClick = btnClientSendClick
end
object btnServerRecv: TButton
Left = 13
Top = 141
Width = 140
Height = 25
Caption = #26381#21153#22120#31471#25509#25910#24320#22987
TabOrder = 3
OnClick = btnServerRecvClick
end
object btnClientStop: TButton
Left = 13
Top = 186
Width = 140
Height = 25
Caption = #23458#25143#31471#21457#36865#32456#27490
TabOrder = 4
OnClick = btnClientStopClick
end
object btnServerStop: TButton
Left = 13
Top = 230
Width = 140
Height = 25
Caption = #26381#21153#22120#31471#25509#25910#32456#27490
TabOrder = 5
OnClick = btnServerStopClick
end
object btnClientClose: TButton
Left = 13
Top = 275
Width = 140
Height = 25
Caption = #23458#25143#31471#20851#38381
TabOrder = 6
OnClick = btnClientCloseClick
end
object btnServerClose: TButton
Left = 13
Top = 320
Width = 140
Height = 25
Caption = #26381#21153#22120#31471#20851#38381
TabOrder = 7
OnClick = btnServerCloseClick
end
end
object GroupBox1: TGroupBox
Left = 0
Top = 0
Width = 177
Height = 352
Caption = #23458#25143#31471#21457#36865#30340#25968#25454
TabOrder = 1
object mmoSend: TMemo
Left = 2
Top = 16
Width = 173
Height = 334
Align = alClient
ScrollBars = ssVertical
TabOrder = 0
end
end
object GroupBox2: TGroupBox
Left = 179
Top = 0
Width = 185
Height = 354
Align = alRight
Caption = #26381#21153#22120#31471#25509#25910#30340#25968#25454
TabOrder = 2
object mmoRecv: TMemo
Left = 2
Top = 16
Width = 181
Height = 336
Align = alClient
ScrollBars = ssVertical
TabOrder = 0
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -