myvideocapture.dfm

来自「OpenCV1.0 + C++Builder6 example of findi」· DFM 代码 · 共 53 行

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