home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Comunicatii / xns / xns53p_setup.exe / xns5.exe / 0 / RCDATA / TFRMWEBSERV / TFRMWEBSERV.txt
Text File  |  2005-05-02  |  3KB  |  116 lines

  1. object frmWebServ: TfrmWebServ
  2.   Left = 296
  3.   Top = 253
  4.   BorderStyle = bsSingle
  5.   Caption = 'XNS Webserver'
  6.   ClientHeight = 192
  7.   ClientWidth = 412
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Menu = MainMenu1
  16.   OldCreateOrder = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnKeyPress = FormKeyPress
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Memo1: TMemo
  23.     Left = 0
  24.     Top = 0
  25.     Width = 412
  26.     Height = 149
  27.     Align = alClient
  28.     Font.Charset = ANSI_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -12
  31.     Font.Name = 'Courier New'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     ReadOnly = True
  35.     ScrollBars = ssVertical
  36.     TabOrder = 0
  37.     OnChange = Memo1Change
  38.   end
  39.   object stat: TStatusBar
  40.     Left = 0
  41.     Top = 173
  42.     Width = 412
  43.     Height = 19
  44.     Panels = <>
  45.     SimplePanel = True
  46.   end
  47.   object Panel1: TPanel
  48.     Left = 0
  49.     Top = 149
  50.     Width = 412
  51.     Height = 24
  52.     Align = alBottom
  53.     BevelOuter = bvNone
  54.     TabOrder = 2
  55.     object Label1: TLabel
  56.       Left = 8
  57.       Top = 6
  58.       Width = 121
  59.       Height = 13
  60.       Caption = 'Server is not running.'
  61.       Font.Charset = DEFAULT_CHARSET
  62.       Font.Color = clWindowText
  63.       Font.Height = -11
  64.       Font.Name = 'Tahoma'
  65.       Font.Style = [fsBold]
  66.       ParentFont = False
  67.     end
  68.     object Label2: TLabel
  69.       Left = 248
  70.       Top = 6
  71.       Width = 60
  72.       Height = 13
  73.       Caption = '0 requests'
  74.       Font.Charset = DEFAULT_CHARSET
  75.       Font.Color = clWindowText
  76.       Font.Height = -11
  77.       Font.Name = 'Tahoma'
  78.       Font.Style = [fsBold]
  79.       ParentFont = False
  80.     end
  81.   end
  82.   object wserve: TIdHTTPServer
  83.     OnStatus = wserveStatus
  84.     Bindings = <>
  85.     CommandHandlers = <>
  86.     DefaultPort = 11131
  87.     Greeting.NumericCode = 0
  88.     MaxConnectionReply.NumericCode = 0
  89.     ReplyExceptionCode = 0
  90.     ReplyTexts = <>
  91.     ReplyUnknownCommand.NumericCode = 0
  92.     AutoStartSession = True
  93.     ServerSoftware = 'X-NetStat 5.0 Professional'
  94.     SessionTimeOut = 1200000
  95.     OnCommandGet = wserveCommandGet
  96.     Left = 328
  97.     Top = 136
  98.   end
  99.   object MainMenu1: TMainMenu
  100.     Left = 88
  101.     Top = 8
  102.     object StopServer1: TMenuItem
  103.       Caption = 'Stop Server'
  104.       OnClick = StopServer1Click
  105.     end
  106.     object ShowReport1: TMenuItem
  107.       Caption = 'Show Report'
  108.       OnClick = ShowReport1Click
  109.     end
  110.     object HideThisWindow1: TMenuItem
  111.       Caption = 'Hide This Window'
  112.       OnClick = HideThisWindow1Click
  113.     end
  114.   end
  115. end
  116.