home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / delphi / kompon / d23456 / WAVICAP.ZIP / avicap / Unit1.dfm / Unit1.txt
Encoding:
Text File  |  2002-04-04  |  4.0 KB  |  194 lines

  1. object Form1: TForm1
  2.   Left = 220
  3.   Top = 105
  4.   Width = 469
  5.   Height = 362
  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 Image1: TImage
  17.     Left = 120
  18.     Top = 224
  19.     Width = 153
  20.     Height = 105
  21.     Stretch = True
  22.   end
  23.   object Button1: TButton
  24.     Left = 8
  25.     Top = 224
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'Connect'
  29.     TabOrder = 1
  30.     OnClick = Button1Click
  31.   end
  32.   object Panel1: TPanel
  33.     Left = 308
  34.     Top = 0
  35.     Width = 153
  36.     Height = 335
  37.     Align = alRight
  38.     TabOrder = 0
  39.     Visible = False
  40.     object Bevel1: TBevel
  41.       Left = 16
  42.       Top = 152
  43.       Width = 121
  44.       Height = 9
  45.       Shape = bsTopLine
  46.     end
  47.     object Button2: TButton
  48.       Left = 40
  49.       Top = 16
  50.       Width = 75
  51.       Height = 25
  52.       Caption = 'Compression'
  53.       TabOrder = 0
  54.       OnClick = Button2Click
  55.     end
  56.     object Button3: TButton
  57.       Left = 40
  58.       Top = 47
  59.       Width = 75
  60.       Height = 25
  61.       Caption = 'Display'
  62.       TabOrder = 1
  63.       OnClick = Button3Click
  64.     end
  65.     object Button4: TButton
  66.       Left = 40
  67.       Top = 78
  68.       Width = 75
  69.       Height = 25
  70.       Caption = 'Format'
  71.       TabOrder = 2
  72.       OnClick = Button4Click
  73.     end
  74.     object Button5: TButton
  75.       Left = 40
  76.       Top = 109
  77.       Width = 75
  78.       Height = 25
  79.       Caption = 'Source'
  80.       TabOrder = 3
  81.       OnClick = Button5Click
  82.     end
  83.     object Button6: TButton
  84.       Left = 40
  85.       Top = 171
  86.       Width = 75
  87.       Height = 25
  88.       Caption = 'AVI capture'
  89.       TabOrder = 4
  90.       OnClick = Button6Click
  91.     end
  92.     object Button7: TButton
  93.       Left = 39
  94.       Top = 279
  95.       Width = 75
  96.       Height = 25
  97.       Caption = 'To file'
  98.       TabOrder = 5
  99.       OnClick = Button7Click
  100.     end
  101.     object Button8: TButton
  102.       Left = 40
  103.       Top = 201
  104.       Width = 75
  105.       Height = 25
  106.       Caption = 'To clipboard'
  107.       TabOrder = 6
  108.       OnClick = Button8Click
  109.     end
  110.     object Button9: TButton
  111.       Left = 40
  112.       Top = 232
  113.       Width = 75
  114.       Height = 25
  115.       Caption = 'To TImage'
  116.       TabOrder = 7
  117.       OnClick = Button9Click
  118.     end
  119.     object Edit1: TEdit
  120.       Left = 8
  121.       Top = 312
  122.       Width = 137
  123.       Height = 21
  124.       TabOrder = 8
  125.       Text = 'C:\Picture.bmp'
  126.     end
  127.   end
  128.   object AviCap1: TAviCap
  129.     Left = 0
  130.     Top = 0
  131.     Width = 289
  132.     Height = 216
  133.     cap_Connected = False
  134.     cap_DlgVideoCompression = False
  135.     cap_DlgVideoSourece = False
  136.     cap_DlgVideoDisplay = False
  137.     cap_DlgVideoFormat = False
  138.     cap_AviFileName = 'C:\CAPTURE.AVI'
  139.     cap_Overlay = True
  140.     cap_Scale = False
  141.     cap_OptRequestMicroSecPerFrame = 66667
  142.     cap_OptMakeUserHitOKToCapture = False
  143.     cap_OptPercentDropForError = 10
  144.     cap_OptYield = False
  145.     cap_OptIndexSize = 34952
  146.     cap_OptChunkGranularity = 0
  147.     cap_OptUsingDOSMemory = False
  148.     cap_OptNumVideoRequested = 5
  149.     cap_OptCaptureAudio = True
  150.     cap_OptNumAudioRequested = 4
  151.     cap_OptKeyAbort = 27
  152.     cap_OptAbortLeftMouse = True
  153.     cap_OptAbortRightMouse = True
  154.     cap_OptLimitEnabled = False
  155.     cap_OptTimeLimit = 0
  156.     cap_OptMCIControl = False
  157.     cap_OptStepMCIDevice = False
  158.     cap_OptMCIStartTime = 0
  159.     cap_OptMCIStopTime = 0
  160.     cap_OptStepCaptureAt2x = False
  161.     cap_OptStepCaptureAverageFrames = 0
  162.     cap_OptAudioBufferSize = 0
  163.     cap_OptDisableWriteCache = False
  164.     cap_OptAVStreamMaster = 0
  165.     cap_Driver = 'Hauppauge Win/TV Video Capture Driver'
  166.     OnMouseMove = AviCap1MouseMove
  167.     OnMouseDown = AviCap1MouseDown
  168.     _4_to_3 = True
  169.     ShowBlackScreen = False
  170.   end
  171.   object Button10: TButton
  172.     Left = 8
  173.     Top = 264
  174.     Width = 75
  175.     Height = 25
  176.     Caption = 'Black'
  177.     TabOrder = 3
  178.     OnClick = Button10Click
  179.   end
  180.   object PopupMenu1: TPopupMenu
  181.     Left = 120
  182.     Top = 280
  183.     object Item11: TMenuItem
  184.       Caption = 'Item 1'
  185.     end
  186.     object Item21: TMenuItem
  187.       Caption = 'Item 2'
  188.     end
  189.     object Item31: TMenuItem
  190.       Caption = 'Item 3'
  191.     end
  192.   end
  193. end
  194.