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

📄 myvideocapture.dfm

📁 Simple ellipse fitting example on C++Builder6 + OpenCV1.0.
💻 DFM
字号:
object Form1: TForm1
  Left = 314
  Top = 141
  Width = 510
  Height = 675
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 24
    Top = 320
    Width = 345
    Height = 289
    FullRepaint = False
    TabOrder = 0
  end
  object TrackBar1: TTrackBar
    Left = 376
    Top = 320
    Width = 45
    Height = 297
    Max = 100
    Orientation = trVertical
    Frequency = 1
    Position = 50
    SelEnd = 0
    SelStart = 0
    TabOrder = 1
    TickMarks = tmBottomRight
    TickStyle = tsAuto
    OnChange = TrackBar1Change
  end
  object CheckBox1: TCheckBox
    Left = 400
    Top = 8
    Width = 97
    Height = 17
    Caption = #1048#1085#1074#1077#1088#1089#1080#1103
    Checked = True
    State = cbChecked
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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