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


object Form1: TForm1 
  Left = 234 
  Top = 114 
  Width = 443 
  Height = 526 
  Caption = '按计数大小读取结果 示例' 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  OnShow = FormShow 
  PixelsPerInch = 96 
  TextHeight = 13 
  object LabelPlate1: TLabel 
    Left = 8 
    Top = 368 
    Width = 15 
    Height = 32 
    Caption = '1' 
    Font.Charset = ANSI_CHARSET 
    Font.Color = clRed 
    Font.Height = -27 
    Font.Name = 'Arial' 
    Font.Style = [] 
    ParentFont = False 
  end 
  object Label3: TLabel 
    Left = 8 
    Top = 348 
    Width = 108 
    Height = 13 
    Caption = '统计上最好的结果:' 
  end 
  object LabelCount1: TLabel 
    Left = 128 
    Top = 348 
    Width = 12 
    Height = 13 
    Caption = '11' 
  end 
  object PlateDSPX1: TPlateDSPX 
    Left = 4 
    Top = 4 
    Width = 425 
    Height = 329 
    ParentFont = False 
    TabStop = True 
    TabOrder = 0 
    OnRecoged = PlateDSPX1Recoged 
    ControlData = { 
      545046300A54506C6174654453505809506C61746544535058044C6566740204 
      03546F70020405576964746803A901064865696768740349010743617074696F 
      6E0609506C6174654453505805436F6C6F720709636C42746E466163650C466F 
      6E742E43686172736574070F44454641554C545F434841525345540A466F6E74 
      2E436F6C6F72070C636C57696E646F77546578740B466F6E742E486569676874 
      02F509466F6E742E4E616D65060D4D532053616E732053657269660A466F6E74 
      2E5374796C650B000E4F6C644372656174654F7264657208094F6E4B6579446F 
      776E0711416374697665466F726D4B6579446F776E0D506978656C7350657249 
      6E636802600A54657874486569676874020D0000} 
  end 
end