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

📄 unit1.dfm

📁 能够实现汽车的车牌定位并且最终识别车牌字符
💻 DFM
字号:
object Form1: TForm1
  Left = 37
  Top = 122
  Width = 738
  Height = 449
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object ScrollBox1: TScrollBox
    Left = 0
    Top = 0
    Width = 537
    Height = 402
    TabOrder = 0
    object Image1: TImage
      Left = 0
      Top = 0
      Width = 321
      Height = 241
    end
  end
  object Button1: TButton
    Left = 552
    Top = 144
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 1
    OnClick = Button1Click
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 403
    Width = 730
    Height = 19
    Panels = <
      item
        Width = 200
      end
      item
        Width = 200
      end
      item
        Width = 50
      end>
  end
  object Edit1: TEdit
    Left = 552
    Top = 40
    Width = 121
    Height = 21
    TabOrder = 3
    Text = 'Edit1'
  end
  object OpenDialog1: TOpenDialog
    Left = 632
    Top = 152
  end
end

⌨️ 快捷键说明

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