www.pudn.com > NetAudioVideo.v3.0.rar > Unit1.dfm


object Form1: TForm1 
  Left = 339 
  Top = 111 
  Width = 696 
  Height = 480 
  Caption = 'Form1' 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Button1: TButton 
    Left = 440 
    Top = 96 
    Width = 75 
    Height = 25 
    Caption = 'Button1' 
    TabOrder = 0 
    OnClick = Button1Click 
  end 
  object NetSendWindow1: TNetSendWindow 
    Left = 64 
    Top = 104 
    Width = 265 
    Height = 225 
    VMROptions.Mode = vmrWindowed 
    Color = clBlack 
    DriverIndex = 0 
    VideoDriverList.Strings = ( 
      'Luminositi Softcam [VFW]') 
    Pack.Strings = ( 
      'WMVideo9 Encoder DMO' 
      'MSScreen 9 encoder DMO' 
      'DV Video Encoder' 
      'ffdshow video encoder' 
      'Indeo? video 5.10 Compression Filter' 
      'Indeo? Video 5.2 Compression Filter' 
      'MJPEG Compressor' 
      'Autodesk FLC Compressor' 
      'Autodesk FLI Compressor' 
      'Cinepak Codec by Radius' 
      'DivX MPEG-4 (Low-Motion)' 
      'DivX MPEG-4 (Fast-Motion)' 
      'DivX? 5.2.0 Codec' 
      'ffdshow Video Codec' 
      'Intel 4:2:0 Video V2.50' 
      'Intel Indeo(R) Video R3.2' 
      'Intel Indeo? Video 4.5' 
      'Ligos Indeo? XP Video 5.2' 
      '' 
      'Microsoft H.261 Video Codec' 
      'Microsoft H.263 Video Codec' 
      'Microsoft MPEG-4  VKI  Codec V2' 
      'Microsoft MPEG-4  VKI  Codec V3' 
      'Microsoft MPEG-4  VKI  Codec V1' 
      'Microsoft RLE' 
      'Microsoft Video 1' 
      'Luminositi SoftCam Codec V1.0' 
      'Haotel H264 Video Codec(HT264)' 
      'VP60? Simple Profile ' 
      'VP61? Advanced Profile' 
      'VP62? Heightened Sharpness Profile' 
      'VP70 Codec ' 
      'XviD MPEG-4 Codec' 
      'Toshiba YUV Codec') 
    PackDriverIndex = 0 
  end 
  object FilterGraph1: TFilterGraph 
    GraphEdit = False 
    LinearVolume = True 
    Left = 72 
    Top = 48 
  end 
end