www.pudn.com > Testexecl.rar > Unit1.xfm


object Form1: TForm1
  Left = 227
  Top = 184
  Width = 696
  Height = 480
  HorzScrollBar.Range = 395
  VertScrollBar.Range = 185
  ActiveControl = Button1
  Caption = 'Form1'
  Color = clBackground
  PixelsPerInch = 75
  TextHeight = 15
  TextWidth = 7
  object Button1: TButton
    Left = 320
    Top = 160
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Label1: TLabel
    Left = 136
    Top = 48
    Width = 42
    Height = 15
    Caption = 'Label1'
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 208
    Top = 144
  end
  object IdTCPServer1: TIdTCPServer
    Bindings = <>
    CommandHandlers = <>
    DefaultPort = 5555
    Greeting.NumericCode = 0
    MaxConnectionReply.NumericCode = 0
    ReplyExceptionCode = 0
    ReplyTexts = <>
    ReplyUnknownCommand.NumericCode = 0
    Left = 120
    Top = 240
  end
end