📄 unitshell.dfm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -