www.pudn.com > IPXControl.rar > Unit1.dfm


object Form1: TForm1 
  Left = 201 
  Top = 206 
  Width = 370 
  Height = 160 
  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 Label1: TLabel 
    Left = 32 
    Top = 8 
    Width = 42 
    Height = 13 
    Caption = 'recvdata' 
  end 
  object Label2: TLabel 
    Left = 24 
    Top = 56 
    Width = 38 
    Height = 13 
    Caption = 'sendata' 
  end 
  object Edit1: TEdit 
    Left = 24 
    Top = 32 
    Width = 225 
    Height = 21 
    TabOrder = 0 
    Text = 'Edit1' 
  end 
  object Button1: TButton 
    Left = 264 
    Top = 32 
    Width = 75 
    Height = 25 
    Caption = 'open' 
    TabOrder = 1 
    OnClick = Button1Click 
  end 
  object Edit2: TEdit 
    Left = 24 
    Top = 72 
    Width = 225 
    Height = 21 
    TabOrder = 2 
    Text = 'Edit2' 
  end 
  object Button2: TButton 
    Left = 264 
    Top = 72 
    Width = 75 
    Height = 25 
    Caption = 'send' 
    TabOrder = 3 
    OnClick = Button2Click 
  end 
  object StatusBar1: TStatusBar 
    Left = 0 
    Top = 114 
    Width = 362 
    Height = 19 
    Panels = < 
      item 
        Width = 50 
      end> 
    SimplePanel = False 
  end 
  object IPXClientSocket1: TIPXClientSocket 
    sa_nodenum = '000000000000' 
    sa_netnum = '00000001' 
    sa_socket = '2FFF' 
    OnRead = IPXClientSocket1Read 
    OnConnected = IPXClientSocket1Connected 
    OnDisConnect = IPXClientSocket1DisConnect 
    OnError = IPXClientSocket1Error 
    Left = 128 
  end 
end