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


object Form1: TForm1 
  Left = 196 
  Top = 173 
  Width = 354 
  Height = 176 
  Caption = 'Form1' 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  OnDestroy = FormDestroy 
  PixelsPerInch = 96 
  TextHeight = 13 
  object StatusBar1: TStatusBar 
    Left = 0 
    Top = 130 
    Width = 346 
    Height = 19 
    Panels = < 
      item 
        Width = 50 
      end> 
    SimplePanel = False 
  end 
  object Button1: TButton 
    Left = 256 
    Top = 32 
    Width = 75 
    Height = 25 
    Caption = 'open' 
    TabOrder = 1 
    OnClick = Button1Click 
  end 
  object Button2: TButton 
    Left = 256 
    Top = 88 
    Width = 75 
    Height = 25 
    Caption = 'send' 
    TabOrder = 2 
    OnClick = Button2Click 
  end 
  object Edit1: TEdit 
    Left = 56 
    Top = 32 
    Width = 121 
    Height = 21 
    TabOrder = 3 
    Text = 'Edit1' 
  end 
  object Edit2: TEdit 
    Left = 56 
    Top = 88 
    Width = 121 
    Height = 21 
    TabOrder = 4 
    Text = 'Edit2' 
  end 
  object IPXServerSocket1: TIPXServerSocket 
    sa_socket = '2FFF' 
    OnListen = IPXServerSocket1Listen 
    OnRead = IPXServerSocket1Read 
    OnClientConnected = IPXServerSocket1ClientConnected 
    OnClientDisconnect = IPXServerSocket1ClientDisconnect 
    OnError = IPXServerSocket1Error 
    Left = 80 
    Top = 56 
  end 
end