object Form1: TForm1 Left = 370 Top = 255 Width = 232 Height = 127 Caption = 'HTTPServ' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True PixelsPerInch = 120 TextHeight = 16 object Button1: TButton Left = 9 Top = 14 Width = 192 Height = 24 Caption = 'Run HTTP Server' TabOrder = 0 OnClick = Button1Click end end