Unit1.~dfm
上传用户:doudou6666
上传日期:2022-05-28
资源大小:363k
文件大小:1k
源码类别:

视频捕捉/采集

开发平台:

Visual C++

  1. object Form1: TForm1
  2.   Left = 454
  3.   Top = 302
  4.   Width = 870
  5.   Height = 640
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Button1: TButton
  17.     Left = 184
  18.     Top = 112
  19.     Width = 75
  20.     Height = 25
  21.     Caption = 'Button1'
  22.     TabOrder = 0
  23.     OnClick = Button1Click
  24.   end
  25.   object Camera: TComboBox
  26.     Left = 176
  27.     Top = 64
  28.     Width = 337
  29.     Height = 21
  30.     ItemHeight = 13
  31.     TabOrder = 1
  32.     Text = 'Camera'
  33.   end
  34.   object Button2: TButton
  35.     Left = 192
  36.     Top = 208
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'Button2'
  40.     TabOrder = 2
  41.     OnClick = Button2Click
  42.   end
  43.   object Panel2: TPanel
  44.     Left = 568
  45.     Top = 64
  46.     Width = 225
  47.     Height = 209
  48.     Caption = 'Panel2'
  49.     TabOrder = 3
  50.   end
  51. end