main.dfm
来自「大恒摄像机开发范例程序 有利于大家二次开发」· DFM 代码 · 共 33 行
DFM
33 行
object MainFrm: TMainFrm
Left = 173
Top = 122
Width = 762
Height = 562
BorderWidth = 2
Caption = 'HVSnapSingle'
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 = 168
Top = 56
object Snap1: TMenuItem
Caption = 'SnapShot'
object SnapShot1: TMenuItem
Caption = 'SnapShot'
OnClick = SnapShot1Click
end
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?