⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.~dfm

📁 Led识别与统计系统,基于DELPHI 7.0下
💻 ~DFM
字号:
object frmMain: TfrmMain
  Left = 261
  Top = 106
  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 HVDevice: THVDevice
    Left = 0
    Top = 0
    Width = 602
    Height = 484
    ParentColor = False
    ParentFont = False
    Align = alClient
    TabOrder = 0
    OnGrabContinuousChange = HVDeviceGrabContinuousChange
    ControlData = {
      00000100383E000006320000A9000000080000800F0000800000000001000000
      020000000100010000006400000064000000000000003C000000080000000000
      00000100}
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 484
    Width = 602
    Height = 20
    Panels = <
      item
        Width = 200
      end
      item
        Width = 200
      end>
    SimplePanel = False
  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 + -