📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 114
Width = 544
Height = 373
Caption = 'CMD Example'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
DesignSize = (
536
339)
PixelsPerInch = 96
TextHeight = 13
object mOutput: TMemo
Left = 8
Top = 40
Width = 521
Height = 265
Anchors = [akLeft, akTop, akRight, akBottom]
Enabled = False
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 0
end
object edCommand: TEdit
Left = 8
Top = 312
Width = 521
Height = 21
Anchors = [akLeft, akRight, akBottom]
Enabled = False
TabOrder = 1
OnKeyDown = edCommandKeyDown
end
object Button2: TButton
Left = 424
Top = 8
Width = 105
Height = 25
Anchors = [akTop, akRight]
Caption = 'Enable'
TabOrder = 2
TabStop = False
OnClick = Button2Click
end
object XPManifest1: TXPManifest
Left = 392
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -