unit1.dfm
来自「Windows CMD Emulator is Based Upon Creat」· DFM 代码 · 共 56 行
DFM
56 行
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 + =
减小字号Ctrl + -
显示快捷键?