frmlkdemo.dfm

来自「Delphi版本的OpenCV头文件库(以及诸多实例)」· DFM 代码 · 共 54 行

DFM
54
字号
object fLkdemo: TfLkdemo
  Left = 321
  Top = 186
  Width = 380
  Height = 405
  Caption = 'LK demo'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -10
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnKeyPress = FormKeyPress
  PixelsPerInch = 96
  TextHeight = 13
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 372
    Height = 49
    Align = alTop
    TabOrder = 0
  end
  object Panel1: TPanel
    Left = 0
    Top = 49
    Width = 372
    Height = 322
    Align = alClient
    TabOrder = 1
    object formImage: TImage
      Left = 1
      Top = 1
      Width = 370
      Height = 320
      Align = alClient
      Stretch = True
      OnMouseDown = formImageMouseDown
      OnMouseUp = formImageMouseUp
    end
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 50
    OnTimer = Timer1Timer
    Left = 480
    Top = 40
  end
end

⌨️ 快捷键说明

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