www.pudn.com > PlateDSP.rar > main.dfm


object Form1: TForm1 
  Left = 205 
  Top = 114 
  Width = 749 
  Height = 537 
  Caption = 'PlateDSP演示程序' 
  Color = clBtnFace 
  Font.Charset = ANSI_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -12 
  Font.Name = '宋体' 
  Font.Style = [] 
  Menu = MainMenu1 
  OldCreateOrder = False 
  Position = poScreenCenter 
  OnShow = FormShow 
  PixelsPerInch = 96 
  TextHeight = 12 
  object ImageCar: TImage 
    Left = 464 
    Top = 12 
    Width = 269 
    Height = 180 
    Stretch = True 
  end 
  object LabelPlateNumber: TLabel 
    Left = 464 
    Top = 280 
    Width = 179 
    Height = 34 
    Caption = 'PlateNumber' 
    Font.Charset = ANSI_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -29 
    Font.Name = 'Arial' 
    Font.Style = [fsBold] 
    ParentFont = False 
  end 
  object ImagePlate: TImage 
    Left = 464 
    Top = 200 
    Width = 269 
    Height = 49 
    ParentShowHint = False 
    ShowHint = True 
    Stretch = True 
    OnMouseMove = ImagePlateMouseMove 
  end 
  object LabelPlateType: TLabel 
    Left = 468 
    Top = 332 
    Width = 54 
    Height = 12 
    Caption = 'PlateType' 
  end 
  object LabelPlateColor: TLabel 
    Left = 468 
    Top = 360 
    Width = 60 
    Height = 12 
    Caption = 'PlateColor' 
  end 
  object LabelPlatePercent: TLabel 
    Left = 468 
    Top = 388 
    Width = 72 
    Height = 12 
    Caption = 'PlatePercent' 
  end 
  object PlateDSPX1: TPlateDSPX 
    Left = 4 
    Top = 12 
    Width = 453 
    Height = 457 
    ParentFont = False 
    TabStop = True 
    TabOrder = 0 
    OnRecoged = PlateDSPX1Recoged 
    ControlData = { 
      545046300A54506C6174654453505809506C61746544535058044C6566740204 
      03546F70020C05576964746803C5010648656967687403C9010743617074696F 
      6E0609506C6174654453505805436F6C6F720709636C42746E466163650C466F 
      6E742E43686172736574070F44454641554C545F434841525345540A466F6E74 
      2E436F6C6F72070C636C57696E646F77546578740B466F6E742E486569676874 
      02F509466F6E742E4E616D65060D4D532053616E732053657269660A466F6E74 
      2E5374796C650B000E4F6C644372656174654F72646572080D506978656C7350 
      6572496E636802600A54657874486569676874020D0000} 
  end 
  object MainMenu1: TMainMenu 
    AutoHotkeys = maManual 
    Left = 340 
    Top = 20 
    object N1: TMenuItem 
      Caption = '文件' 
      object NBMPFile: TMenuItem 
        Caption = '图片文件识别' 
        OnClick = NBMPFileClick 
      end 
      object NMPGFile: TMenuItem 
        Caption = '录像文件识别' 
        OnClick = NMPGFileClick 
      end 
      object N3: TMenuItem 
        Caption = '-' 
      end 
      object NClose: TMenuItem 
        Caption = '关闭' 
        OnClick = NCloseClick 
      end 
    end 
    object N2: TMenuItem 
      Caption = '设置' 
      object NRecogSet: TMenuItem 
        Caption = '识别设置' 
        OnClick = NRecogSetClick 
      end 
      object NControlSet: TMenuItem 
        Caption = '控制设置' 
        OnClick = NControlSetClick 
      end 
    end 
    object NVideoRestart: TMenuItem 
      Caption = '视频' 
      OnClick = NVideoRestartClick 
    end 
    object NAbout: TMenuItem 
      Caption = '关于' 
      OnClick = NAboutClick 
    end 
  end 
end