www.pudn.com > getscreen.rar > vServer.dfm


object Form1: TForm1 
  Left = 131 
  Top = 143 
  Width = 714 
  Height = 487 
  Caption = 'Form1' 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  OnCreate = FormCreate 
  OnDestroy = FormDestroy 
  DesignSize = ( 
    706 
    453) 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Label1: TLabel 
    Left = 136 
    Top = 8 
    Width = 57 
    Height = 13 
    Caption = #19978':'#19979':'#24038':'#21491 
  end 
  object Label2: TLabel 
    Left = 344 
    Top = 8 
    Width = 70 
    Height = 13 
    Caption = #29233#25511#26426'IP'#22320#22336 
  end 
  object Label3: TLabel 
    Left = 552 
    Top = 8 
    Width = 48 
    Height = 13 
    Caption = #21387#32553#27604#20363 
  end 
  object ScrollBox1: TScrollBox 
    Left = 8 
    Top = 40 
    Width = 681 
    Height = 401 
    Anchors = [akLeft, akTop, akRight, akBottom] 
    TabOrder = 0 
    object Image1: TImage 
      Left = 0 
      Top = 0 
      Width = 677 
      Height = 281 
      AutoSize = True 
    end 
  end 
  object Button1: TButton 
    Left = 40 
    Top = 8 
    Width = 75 
    Height = 25 
    Caption = #25130#23631 
    TabOrder = 1 
    OnClick = Button1Click 
  end 
  object Edit1: TEdit 
    Left = 216 
    Top = 8 
    Width = 121 
    Height = 21 
    TabOrder = 2 
    Text = '0:0:100:100' 
  end 
  object Edit2: TEdit 
    Left = 440 
    Top = 8 
    Width = 105 
    Height = 21 
    TabOrder = 3 
    Text = '127.0.0.1' 
  end 
  object Edit3: TEdit 
    Left = 608 
    Top = 8 
    Width = 41 
    Height = 21 
    TabOrder = 4 
    Text = '50' 
  end 
  object SUDP: TNMUDP 
    RemotePort = 1111 
    LocalPort = 2222 
    ReportLevel = 1 
    OnDataReceived = SUDPDataReceived 
    Left = 8 
  end 
end