📄 main.dfm
字号:
object MainFrm: TMainFrm
Left = 237
Top = 170
Width = 523
Height = 351
BorderWidth = 2
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
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object MainMenu1: TMainMenu
Left = 168
Top = 56
object Avi1: TMenuItem
Caption = 'Avi'
object Start1: TMenuItem
Caption = 'Start'
OnClick = Start1Click
end
object Stop1: TMenuItem
Caption = 'Stop'
OnClick = Stop1Click
end
end
end
object SaveDialog1: TSaveDialog
DefaultExt = 'avi'
Left = 280
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -