unitshell.dfm
来自「不错的远程控制程序」· DFM 代码 · 共 42 行
DFM
42 行
object Shell: TShell
Left = 323
Top = 131
AutoScroll = False
BorderIcons = [biSystemMenu, biMaximize]
Caption = #36229#32423#32456#31471
ClientHeight = 459
ClientWidth = 609
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnClose = FormClose
OnCreate = FormCreate
OnDeactivate = FormDeactivate
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 0
Top = 0
Width = 609
Height = 459
Cursor = crHourGlass
Align = alClient
Color = clBlack
Font.Charset = ANSI_CHARSET
Font.Color = clSilver
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
ScrollBars = ssBoth
TabOrder = 0
WordWrap = False
OnKeyPress = Memo1KeyPress
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?