object Form1: TForm1 Left = 198 Top = 124 Width = 434 Height = 220 Caption = ' 04 - HTTP Server' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 40 Top = 16 Width = 297 Height = 33 AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clTeal Font.Height = -16 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 56 Top = 72 Width = 145 Height = 16 Caption = 'HTTP Server is running...' end object Button1: TButton Left = 88 Top = 120 Width = 75 Height = 25 Caption = 'Quit' TabOrder = 0 OnClick = Button1Click end end