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


object Form1: TForm1 
  Left = 217 
  Top = 176 
  Width = 332 
  Height = 151 
  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 ACMWaveIn1: TACMWaveIn 
    Left = 136 
    Top = 0 
    Width = 32 
    Height = 32 
  end 
  object Button1: TButton 
    Left = 16 
    Top = 40 
    Width = 75 
    Height = 25 
    Caption = 'Send' 
    TabOrder = 1 
    OnClick = Button1Click 
  end 
  object Edit1: TEdit 
    Left = 104 
    Top = 48 
    Width = 121 
    Height = 21 
    TabOrder = 2 
    Text = '127.0.0.1' 
  end 
  object SendG7291: TSendG729 
    ACMIn = ACMWaveIn1 
    VideoUDPClient = IdUDPClient1 
    Left = 96 
    Top = 8 
  end 
  object IdUDPClient1: TIdUDPClient 
    Host = '127.0.0.1' 
    Port = 8889 
    Left = 176 
  end 
end