home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / NET32_B1.ZIP / NETMODEM.EXE / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  1997-10-04  |  5.0 KB  |  240 lines

  1. object Form2: TForm2
  2.   Left = 378
  3.   Top = 147
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Server Statistics'
  7.   ClientHeight = 260
  8.   ClientWidth = 227
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnDeactivate = FormDeactivate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object StatOK: TButton
  20.     Left = 83
  21.     Top = 234
  22.     Width = 61
  23.     Height = 22
  24.     Cancel = True
  25.     Caption = 'OK'
  26.     Default = True
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -12
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ModalResult = 1
  33.     ParentFont = False
  34.     TabOrder = 0
  35.     OnClick = StatOKClick
  36.   end
  37.   object GroupBox1: TGroupBox
  38.     Left = 8
  39.     Top = 7
  40.     Width = 210
  41.     Height = 98
  42.     Caption = ' Server Status '
  43.     TabOrder = 1
  44.     object Label2: TLabel
  45.       Left = 7
  46.       Top = 39
  47.       Width = 76
  48.       Height = 13
  49.       Caption = 'Ports Running : '
  50.     end
  51.     object PortsR: TLabel
  52.       Left = 195
  53.       Top = 39
  54.       Width = 3
  55.       Height = 13
  56.       Alignment = taRightJustify
  57.       Font.Charset = DEFAULT_CHARSET
  58.       Font.Color = clWindowText
  59.       Font.Height = -12
  60.       Font.Name = 'MS Sans Serif'
  61.       Font.Style = []
  62.       ParentFont = False
  63.     end
  64.     object Label3: TLabel
  65.       Left = 7
  66.       Top = 59
  67.       Width = 49
  68.       Height = 13
  69.       Caption = 'Caller ID : '
  70.     end
  71.     object TCallerID: TLabel
  72.       Left = 195
  73.       Top = 59
  74.       Width = 3
  75.       Height = 13
  76.       Alignment = taRightJustify
  77.       Font.Charset = DEFAULT_CHARSET
  78.       Font.Color = clWindowText
  79.       Font.Height = -12
  80.       Font.Name = 'MS Sans Serif'
  81.       Font.Style = []
  82.       ParentFont = False
  83.     end
  84.     object OnLine: TLabel
  85.       Left = 7
  86.       Top = 20
  87.       Width = 3
  88.       Height = 13
  89.       Font.Charset = DEFAULT_CHARSET
  90.       Font.Color = clWindowText
  91.       Font.Height = -12
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Style = []
  94.       ParentFont = False
  95.     end
  96.     object Label4: TLabel
  97.       Left = 7
  98.       Top = 78
  99.       Width = 47
  100.       Height = 13
  101.       Caption = 'Logging : '
  102.     end
  103.     object TLogging: TLabel
  104.       Left = 195
  105.       Top = 78
  106.       Width = 3
  107.       Height = 13
  108.       Alignment = taRightJustify
  109.       Font.Charset = DEFAULT_CHARSET
  110.       Font.Color = clWindowText
  111.       Font.Height = -12
  112.       Font.Name = 'MS Sans Serif'
  113.       Font.Style = []
  114.       ParentFont = False
  115.     end
  116.     object GroupBox2: TGroupBox
  117.       Left = 195
  118.       Top = 98
  119.       Width = 150
  120.       Height = 85
  121.       Caption = 'GroupBox2'
  122.       TabOrder = 0
  123.     end
  124.   end
  125.   object GroupBox3: TGroupBox
  126.     Left = 8
  127.     Top = 111
  128.     Width = 210
  129.     Height = 117
  130.     Caption = ' Server Statistics '
  131.     TabOrder = 2
  132.     object Label5: TLabel
  133.       Left = 7
  134.       Top = 20
  135.       Width = 101
  136.       Height = 13
  137.       Caption = 'Active Connections : '
  138.     end
  139.     object ActiveC: TLabel
  140.       Left = 195
  141.       Top = 20
  142.       Width = 3
  143.       Height = 13
  144.       Alignment = taRightJustify
  145.       Font.Charset = DEFAULT_CHARSET
  146.       Font.Color = clWindowText
  147.       Font.Height = -12
  148.       Font.Name = 'MS Sans Serif'
  149.       Font.Style = []
  150.       ParentFont = False
  151.     end
  152.     object TotalCn: TLabel
  153.       Left = 195
  154.       Top = 39
  155.       Width = 3
  156.       Height = 13
  157.       Alignment = taRightJustify
  158.       Font.Charset = DEFAULT_CHARSET
  159.       Font.Color = clWindowText
  160.       Font.Height = -12
  161.       Font.Name = 'MS Sans Serif'
  162.       Font.Style = []
  163.       ParentFont = False
  164.     end
  165.     object Label1: TLabel
  166.       Left = 7
  167.       Top = 39
  168.       Width = 95
  169.       Height = 13
  170.       Caption = 'Total Connections : '
  171.     end
  172.     object TotalBR: TLabel
  173.       Left = 195
  174.       Top = 59
  175.       Width = 3
  176.       Height = 13
  177.       Alignment = taRightJustify
  178.       Font.Charset = DEFAULT_CHARSET
  179.       Font.Color = clWindowText
  180.       Font.Height = -12
  181.       Font.Name = 'MS Sans Serif'
  182.       Font.Style = []
  183.       ParentFont = False
  184.     end
  185.     object Label6: TLabel
  186.       Left = 7
  187.       Top = 59
  188.       Width = 111
  189.       Height = 13
  190.       Caption = 'Total Bytes Received : '
  191.     end
  192.     object TotalBS: TLabel
  193.       Left = 195
  194.       Top = 78
  195.       Width = 3
  196.       Height = 13
  197.       Alignment = taRightJustify
  198.       Font.Charset = DEFAULT_CHARSET
  199.       Font.Color = clWindowText
  200.       Font.Height = -12
  201.       Font.Name = 'MS Sans Serif'
  202.       Font.Style = []
  203.       ParentFont = False
  204.     end
  205.     object Label7: TLabel
  206.       Left = 7
  207.       Top = 78
  208.       Width = 87
  209.       Height = 13
  210.       Caption = 'Total Bytes Sent : '
  211.     end
  212.     object TErrors: TLabel
  213.       Left = 195
  214.       Top = 98
  215.       Width = 3
  216.       Height = 13
  217.       Alignment = taRightJustify
  218.       Font.Charset = DEFAULT_CHARSET
  219.       Font.Color = clWindowText
  220.       Font.Height = -12
  221.       Font.Name = 'MS Sans Serif'
  222.       Font.Style = []
  223.       ParentFont = False
  224.     end
  225.     object Label8: TLabel
  226.       Left = 7
  227.       Top = 98
  228.       Width = 70
  229.       Height = 13
  230.       Caption = 'Server Errors : '
  231.     end
  232.   end
  233.   object Timer1: TTimer
  234.     Enabled = False
  235.     OnTimer = FormShow
  236.     Left = 9
  237.     Top = 231
  238.   end
  239. end
  240.