unit1.dfm

来自「TRY2LPR-1.0开源的车牌识别核心」· DFM 代码 · 共 68 行

DFM
68
字号
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 + =
减小字号Ctrl + -
显示快捷键?