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


object Form1: TForm1 
  Left = 340 
  Top = 242 
  Width = 318 
  Height = 122 
  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 = 16 
    Top = 32 
    Width = 75 
    Height = 25 
    Caption = 'REcBegin' 
    TabOrder = 0 
    OnClick = Button1Click 
  end 
  object ACMWaveOut1: TACMWaveOut 
    Left = 128 
    Top = 0 
    Width = 32 
    Height = 32 
  end 
  object RecG7291: TRecG729 
    AudioUDPServer = IdUDPServer1 
    WavOut = ACMWaveOut1 
    Left = 64 
  end 
  object IdUDPServer1: TIdUDPServer 
    Active = True 
    Bindings = <> 
    DefaultPort = 8889 
    ThreadedEvent = True 
    Left = 96 
  end 
end