📄 rdclientmain.dfm.~3~
字号:
object Form1: TForm1
Left = 0
Top = 0
Width = 884
Height = 650
Caption = 'Client'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 0
Top = 422
Width = 876
Height = 194
Align = alBottom
TabOrder = 0
OnChange = Memo1Change
end
object ScrollBox1: TScrollBox
Left = 0
Top = 0
Width = 876
Height = 422
Align = alClient
Color = clBtnShadow
ParentColor = False
TabOrder = 1
object Image1: TImage
Left = 0
Top = 0
Width = 865
Height = 353
end
end
object IdTCPClient1: TIdTCPClient
MaxLineAction = maException
Port = 0
Left = 80
Top = 16
end
object IdTCPServer1: TIdTCPServer
Active = True
Bindings = <>
CommandHandlers = <>
DefaultPort = 1111
Greeting.NumericCode = 0
MaxConnectionReply.NumericCode = 0
OnConnect = IdTCPServer1Connect
OnExecute = IdTCPServer1Execute
OnDisconnect = IdTCPServer1Disconnect
ReplyExceptionCode = 0
ReplyTexts = <>
ReplyUnknownCommand.NumericCode = 0
Left = 40
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -