Unit1.dfm 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. object Form1: TForm1
  2. Left = 198
  3. Top = 114
  4. Width = 367
  5. Height = 242
  6. Caption = 'Simple SnapShot'
  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. OnClose = FormClose
  15. PixelsPerInch = 96
  16. TextHeight = 13
  17. object Image: TImage
  18. Left = 176
  19. Top = 8
  20. Width = 153
  21. Height = 121
  22. Stretch = True
  23. end
  24. object VideoWindow: TVideoWindow
  25. Left = 8
  26. Top = 8
  27. Width = 160
  28. Height = 120
  29. FilterGraph = FilterGraph
  30. VMROptions.Mode = vmrWindowed
  31. VMROptions.Streams = 1
  32. VMROptions.Preferences = []
  33. Color = clBlack
  34. end
  35. object OpenPlay: TButton
  36. Left = 8
  37. Top = 136
  38. Width = 75
  39. Height = 25
  40. Caption = 'Open - Play'
  41. TabOrder = 1
  42. OnClick = OpenPlayClick
  43. end
  44. object Snapshot: TButton
  45. Left = 176
  46. Top = 136
  47. Width = 75
  48. Height = 25
  49. Caption = 'Snapshot'
  50. TabOrder = 2
  51. OnClick = SnapshotClick
  52. end
  53. object CallBack: TCheckBox
  54. Left = 176
  55. Top = 168
  56. Width = 97
  57. Height = 17
  58. Caption = 'Callback Event'
  59. TabOrder = 3
  60. end
  61. object FilterGraph: TFilterGraph
  62. GraphEdit = True
  63. LinearVolume = True
  64. Left = 16
  65. Top = 16
  66. end
  67. object SampleGrabber: TSampleGrabber
  68. OnBuffer = SampleGrabberBuffer
  69. FilterGraph = FilterGraph
  70. MediaType.data = {
  71. 7669647300001000800000AA00389B717DEB36E44F52CE119F530020AF0BA770
  72. FFFFFFFF0000000001000000809F580556C3CE11BF0100AA0055595A00000000
  73. 0000000000000000}
  74. Left = 184
  75. Top = 16
  76. end
  77. object OpenDialog: TOpenDialog
  78. Left = 16
  79. Top = 80
  80. end
  81. end