📄 main.dfm
字号:
object frmMain: TfrmMain
Left = 175
Top = 164
Width = 610
Height = 550
Caption = 'HVDevice Ocx'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 13
object StatusBar1: TStatusBar
Left = 0
Top = 476
Width = 602
Height = 20
Panels = <
item
Width = 200
end
item
Width = 200
end>
end
object MainMenu1: TMainMenu
Left = 624
Top = 88
object File1: TMenuItem
Caption = 'File'
object SaveImage1: TMenuItem
Caption = 'Save Image..'
OnClick = SaveImage1Click
end
object Exit1: TMenuItem
Caption = 'Exit'
OnClick = Exit1Click
end
end
object Camera1: TMenuItem
Caption = 'Camera'
object SingleGrab1: TMenuItem
Caption = 'Single Grab'
OnClick = SingleGrab1Click
end
object ContinousGrab1: TMenuItem
Caption = 'Continous Grab'
OnClick = ContinousGrab1Click
end
object CancelGrab1: TMenuItem
Caption = 'Cancel Grab'
OnClick = CancelGrab1Click
end
object AutoWhiteBalance1: TMenuItem
Caption = 'Auto White Balance'
OnClick = AutoWhiteBalance1Click
end
object Properties1: TMenuItem
Caption = 'Properties'
OnClick = Properties1Click
end
end
end
object SaveDialog1: TSaveDialog
DefaultExt = 'bmp'
Left = 624
Top = 128
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -