rdservermain.dfm.~6~
来自「RemoteDesktop-indy远程桌面控制程序源码」· ~6~ 代码 · 共 76 行
~6~
76 行
object Form1: TForm1
Left = 0
Top = 0
Width = 658
Height = 497
Caption = 'Server'
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 ToolBar1: TToolBar
Left = 0
Top = 0
Width = 650
Height = 57
ButtonHeight = 21
ButtonWidth = 55
Caption = 'ToolBar1'
ShowCaptions = True
TabOrder = 0
object ToolButton1: TToolButton
Left = 0
Top = 2
Caption = #25171#24320#26381#21153
ImageIndex = 0
OnClick = ToolButton1Click
end
end
object ScrollBox1: TScrollBox
Left = 97
Top = 57
Width = 553
Height = 406
Align = alClient
Color = clBtnShadow
ParentColor = False
TabOrder = 1
object Image1: TImage
Left = 0
Top = 0
Width = 865
Height = 353
end
end
object Memo1: TMemo
Left = 0
Top = 57
Width = 97
Height = 406
Align = alLeft
TabOrder = 2
end
object IdTCPServer1: TIdTCPServer
Bindings = <>
CommandHandlers = <>
DefaultPort = 0
Greeting.NumericCode = 0
MaxConnectionReply.NumericCode = 0
OnConnect = IdTCPServer1Connect
OnExecute = IdTCPServer1Execute
OnDisconnect = IdTCPServer1Disconnect
ReplyExceptionCode = 0
ReplyTexts = <>
ReplyUnknownCommand.NumericCode = 0
Left = 24
Top = 72
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?