object fMain: TfMain Left = 523 Top = 139 Width = 430 Height = 254 Caption = 'GMUtant Simple Server' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Menu = menuMain Position = poScreenCenter OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object sbarMain: TStatusBar Left = 0 Top = 189 Width = 422 Height = 19 Panels = < item Text = 'Status' Width = 250 end item Text = 'Time' Width = 50 end> SimplePanel = False OnClick = sbarMainClick OnResize = sbarMainResize end object memoMain: TMemo Left = 0 Top = 0 Width = 422 Height = 189 Align = alClient ScrollBars = ssVertical TabOrder = 1 end object menuMain: TMainMenu Left = 208 Top = 16 object File1: TMenuItem Caption = '&File' ShortCut = 0 object maStart: TMenuItem Caption = '&Start Server' ShortCut = 0 OnClick = maStartClick end object maStop: TMenuItem Caption = 'S&top Server' ShortCut = 0 OnClick = maStopClick end object N2: TMenuItem Caption = '-' ShortCut = 0 end object maClearLogs: TMenuItem Caption = '&Clear Logs' ShortCut = 0 OnClick = maClearLogsClick end object N1: TMenuItem Caption = '-' ShortCut = 0 end object maExit: TMenuItem Caption = '&Exit' ShortCut = 16472 OnClick = maExitClick end end object maConfig: TMenuItem Caption = '&Configuration' ShortCut = 0 OnClick = maConfigClick end object maAbout: TMenuItem Caption = '&About' ShortCut = 0 OnClick = maAboutClick end end object timer1Sec: TTimer OnTimer = timer1SecTimer Left = 176 Top = 16 end object timerAutoStart: TTimer Enabled = False Interval = 100 OnTimer = timerAutoStartTimer Left = 240 Top = 16 end end