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


object Form1: TForm1 
  Left = 185 
  Top = 127 
  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 RecXVID1: TRecXVID 
    Left = 8 
    Top = 0 
    Width = 265 
    Height = 209 
    ScaleToWindow = False 
    StreamRate = 30 
    ScaleProportional = False 
    color = clBlack 
    VideoUDPServer = IdUDPServer1 
  end 
  object Button1: TButton 
    Left = 296 
    Top = 8 
    Width = 75 
    Height = 25 
    Caption = #20934#22791#25509#25910 
    TabOrder = 1 
    OnClick = Button1Click 
  end 
  object IdUDPServer1: TIdUDPServer 
    Active = True 
    Bindings = <> 
    DefaultPort = 8887 
    ThreadedEvent = True 
    Left = 280 
    Top = 16 
  end 
  object IdIPMCastClient1: TIdIPMCastClient 
    Bindings = <> 
    DefaultPort = 0 
    MulticastGroup = '224.0.0.1' 
    Left = 24 
    Top = 344 
  end 
end