📄 main.dfm
字号:
object FrmMain: TFrmMain
Left = 204
Top = 130
Width = 748
Height = 530
Caption = 'HVStoreAvi'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
Position = poDesktopCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object MainMenu1: TMainMenu
Left = 104
Top = 40
object AviBtn: TMenuItem
Caption = 'Avi'
object StartBtn: TMenuItem
Caption = 'Start'
OnClick = StartBtnClick
end
object StopBtn: TMenuItem
Caption = 'Stop'
OnClick = StopBtnClick
end
end
end
object SaveDialog1: TSaveDialog
DefaultExt = 'avi'
Left = 200
Top = 56
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -