www.pudn.com > UDPp2P.rar > MainUnit.dfm


object Server: TServer 
  Left = 294 
  Top = 164 
  Width = 260 
  Height = 162 
  BorderIcons = [biSystemMenu, biMinimize] 
  Caption = 'tQServer' 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  OnCreate = FormCreate 
  DesignSize = ( 
    252 
    135) 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Button1: TButton 
    Left = 167 
    Top = 106 
    Width = 75 
    Height = 25 
    Anchors = [akRight, akBottom] 
    Caption = 'Exit' 
    TabOrder = 0 
    OnClick = Button1Click 
  end 
  object Memo1: TMemo 
    Left = 0 
    Top = 8 
    Width = 245 
    Height = 90 
    Anchors = [akLeft, akTop, akRight, akBottom] 
    BevelKind = bkTile 
    BorderStyle = bsNone 
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256 
    ReadOnly = True 
    ScrollBars = ssVertical 
    TabOrder = 1 
  end 
  object UDPServer: TIdUDPServer 
    Bindings = <> 
    DefaultPort = 0 
    OnUDPRead = UDPServerUDPRead 
    Left = 56 
    Top = 16 
  end 
end