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

📄 unit1.dfm

📁 首先综述了手写体汉字识别问题及其研究现状
💻 DFM
字号:
object Form1: TForm1
  Left = 52
  Top = 71
  AutoScroll = False
  Caption = 'OCR Delphi'#20363#23376
  ClientHeight = 405
  ClientWidth = 679
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -10
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 10
  object PageControl1: TPageControl
    Left = 0
    Top = 44
    Width = 679
    Height = 361
    ActivePage = TabSheet1
    Align = alClient
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #22270#29255
      object Image1: TImage
        Left = 0
        Top = 0
        Width = 671
        Height = 333
        Align = alClient
      end
    end
    object TabSheet2: TTabSheet
      Caption = #32467#26524
      ImageIndex = 1
      object Memo1: TMemo
        Left = 0
        Top = 0
        Width = 671
        Height = 333
        Align = alClient
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = 12
        Font.Name = #23435#20307
        Font.Style = []
        ImeName = #26216#26342#20116#31508'5.0'
        ParentFont = False
        TabOrder = 0
        WordWrap = False
      end
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 679
    Height = 44
    Align = alTop
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    object Button1: TButton
      Left = 86
      Top = 9
      Width = 67
      Height = 27
      Caption = #35782#21035#20840#37096
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 161
      Top = 9
      Width = 81
      Height = 27
      Caption = #35782#21035#25351#23450#21306#22495
      TabOrder = 1
      OnClick = Button2Click
    end
    object Buttontif2bmp: TButton
      Left = 250
      Top = 10
      Width = 66
      Height = 25
      Caption = 'tif'#36716'bmp'
      TabOrder = 2
      OnClick = Buttontif2bmpClick
    end
    object ButtonScan: TButton
      Left = 322
      Top = 10
      Width = 66
      Height = 25
      Caption = #25195#25551#21333#39029
      TabOrder = 3
      OnClick = ButtonScanClick
    end
    object ButtonScanAll: TButton
      Left = 394
      Top = 10
      Width = 66
      Height = 25
      Caption = #25195#25551#22810#39029
      TabOrder = 4
      OnClick = ButtonScanAllClick
    end
    object Button3: TButton
      Left = 467
      Top = 10
      Width = 66
      Height = 25
      Caption = #36716#20026#21333#33394
      TabOrder = 5
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 540
      Top = 9
      Width = 91
      Height = 25
      Caption = #20445#30041#25351#23450#39068#33394
      TabOrder = 6
      OnClick = Button4Click
    end
    object Button5: TButton
      Left = 8
      Top = 8
      Width = 75
      Height = 25
      Caption = #25171#24320#22270#20687
      TabOrder = 7
      OnClick = Button5Click
    end
  end
  object OpenDialog1: TOpenDialog
    Filter = '*.bmp|*.bmp'
    Left = 84
    Top = 132
  end
end

⌨️ 快捷键说明

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