?? ufrmmain.dfm
字號(hào):
object Form1: TForm1
Left = 7
Top = 37
Width = 1009
Height = 677
Caption = 'Sony285Demo'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 1001
Height = 617
TabOrder = 0
end
object MainMenu1: TMainMenu
Left = 472
Top = 200
object System1: TMenuItem
Caption = 'System'
object Start1: TMenuItem
Caption = 'Start'
OnClick = Start1Click
end
object Stop1: TMenuItem
Caption = 'Stop'
OnClick = Stop1Click
end
object N1: TMenuItem
Caption = '-'
end
object Exit1: TMenuItem
Caption = 'Exit'
OnClick = Exit1Click
end
end
object Setting1: TMenuItem
Caption = 'Setting'
object Capture1: TMenuItem
Caption = 'Capture'
OnClick = Capture1Click
end
end
object Resolution1: TMenuItem
Caption = 'Resolution'
object FULL1: TMenuItem
Caption = 'FULL'
OnClick = FULL1Click
end
object N2X21: TMenuItem
Caption = '2X2'
OnClick = N2X21Click
end
object N4X41: TMenuItem
Caption = '4X4'
OnClick = N4X41Click
end
end
end
object savePic: TSaveDialog
DefaultExt = '.jpg'
Filter = 'JPEG(*.jpg)|*.jpg|BMP(*.bmp)|*.bmp|RAW(*.raw)|*.raw'
Left = 256
Top = 152
end
end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -