videoview.dfm
来自「多媒体视频程序设计--使用Delphi 第八章 源碼 ==== 8-1 静」· DFM 代码 · 共 23 行
DFM
23 行
object VideoViewForm: TVideoViewForm
Left = 106
Top = 99
Width = 648
Height = 507
BorderIcons = [biSystemMenu, biMaximize]
Caption = 'VIDEO VIEW'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
Scaled = False
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?