ufrmmain.~dfm

来自「285摄像机源码,学习练习之用」· ~DFM 代码 · 共 76 行

~DFM
76
字号
object Form1: TForm1
  Left = 512
  Top = 554
  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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?