home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 March / MINDWARE_MAR_2001.iso / Software / internet / netstat / NetStat.exe / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt < prev   
Encoding:
Text File  |  2000-02-28  |  24.0 KB  |  1,027 lines

  1. object FrmMain: TFrmMain
  2.   Left = 435
  3.   Top = 256
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'NetStat %s'
  7.   ClientHeight = 249
  8.   ClientWidth = 344
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Menu = MainMenu1
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object PC: TPageControl
  24.     Left = 3
  25.     Top = 1
  26.     Width = 338
  27.     Height = 244
  28.     ActivePage = TabSheet4
  29.     MultiLine = True
  30.     TabHeight = 20
  31.     TabOrder = 0
  32.     OnChange = PCChange
  33.     OnChanging = PCChanging
  34.     object TabSheet1: TTabSheet
  35.       Caption = '&Current Stats'
  36.       object GroupBox2: TGroupBox
  37.         Left = 6
  38.         Top = 3
  39.         Width = 318
  40.         Height = 205
  41.         Caption = 'Current Connection'
  42.         TabOrder = 0
  43.         object StaticText1: TStaticText
  44.           Left = 9
  45.           Top = 20
  46.           Width = 158
  47.           Height = 21
  48.           AutoSize = False
  49.           BorderStyle = sbsSunken
  50.           Caption = 'Connect Speed'
  51.           Font.Charset = DEFAULT_CHARSET
  52.           Font.Color = clWindowText
  53.           Font.Height = -11
  54.           Font.Name = 'MS Sans Serif'
  55.           Font.Style = []
  56.           ParentFont = False
  57.           TabOrder = 0
  58.         end
  59.         object Edit1: TEdit
  60.           Left = 171
  61.           Top = 20
  62.           Width = 135
  63.           Height = 21
  64.           AutoSize = False
  65.           ReadOnly = True
  66.           TabOrder = 1
  67.           Text = 'Not Connected'
  68.         end
  69.         object StaticText2: TStaticText
  70.           Left = 9
  71.           Top = 44
  72.           Width = 158
  73.           Height = 21
  74.           AutoSize = False
  75.           BorderStyle = sbsSunken
  76.           Caption = 'Duration'
  77.           Font.Charset = DEFAULT_CHARSET
  78.           Font.Color = clWindowText
  79.           Font.Height = -11
  80.           Font.Name = 'MS Sans Serif'
  81.           Font.Style = []
  82.           ParentFont = False
  83.           TabOrder = 2
  84.         end
  85.         object Edit2: TEdit
  86.           Left = 171
  87.           Top = 44
  88.           Width = 135
  89.           Height = 21
  90.           AutoSize = False
  91.           ReadOnly = True
  92.           TabOrder = 3
  93.           Text = '00:00:00'
  94.         end
  95.         object StaticText13: TStaticText
  96.           Left = 9
  97.           Top = 68
  98.           Width = 158
  99.           Height = 21
  100.           AutoSize = False
  101.           BorderStyle = sbsSunken
  102.           Caption = 'Idle Time'
  103.           Font.Charset = DEFAULT_CHARSET
  104.           Font.Color = clWindowText
  105.           Font.Height = -11
  106.           Font.Name = 'MS Sans Serif'
  107.           Font.Style = []
  108.           ParentFont = False
  109.           TabOrder = 4
  110.         end
  111.         object Edit13: TEdit
  112.           Left = 171
  113.           Top = 68
  114.           Width = 135
  115.           Height = 21
  116.           AutoSize = False
  117.           ReadOnly = True
  118.           TabOrder = 5
  119.           Text = '00:00:00'
  120.         end
  121.         object StaticText3: TStaticText
  122.           Left = 9
  123.           Top = 92
  124.           Width = 158
  125.           Height = 21
  126.           AutoSize = False
  127.           BorderStyle = sbsSunken
  128.           Caption = 'Received'
  129.           Font.Charset = DEFAULT_CHARSET
  130.           Font.Color = clWindowText
  131.           Font.Height = -11
  132.           Font.Name = 'MS Sans Serif'
  133.           Font.Style = []
  134.           ParentFont = False
  135.           TabOrder = 6
  136.         end
  137.         object Edit3: TEdit
  138.           Left = 171
  139.           Top = 92
  140.           Width = 135
  141.           Height = 21
  142.           AutoSize = False
  143.           ReadOnly = True
  144.           TabOrder = 7
  145.           Text = '0'
  146.         end
  147.         object StaticText4: TStaticText
  148.           Left = 9
  149.           Top = 115
  150.           Width = 158
  151.           Height = 21
  152.           AutoSize = False
  153.           BorderStyle = sbsSunken
  154.           Caption = 'Sent'
  155.           Font.Charset = DEFAULT_CHARSET
  156.           Font.Color = clWindowText
  157.           Font.Height = -11
  158.           Font.Name = 'MS Sans Serif'
  159.           Font.Style = []
  160.           ParentFont = False
  161.           TabOrder = 8
  162.         end
  163.         object Edit4: TEdit
  164.           Left = 171
  165.           Top = 115
  166.           Width = 135
  167.           Height = 21
  168.           AutoSize = False
  169.           ReadOnly = True
  170.           TabOrder = 9
  171.           Text = '0'
  172.         end
  173.         object StaticText5: TStaticText
  174.           Left = 9
  175.           Top = 139
  176.           Width = 158
  177.           Height = 21
  178.           AutoSize = False
  179.           BorderStyle = sbsSunken
  180.           Caption = 'Received per/sec'
  181.           Font.Charset = DEFAULT_CHARSET
  182.           Font.Color = clWindowText
  183.           Font.Height = -11
  184.           Font.Name = 'MS Sans Serif'
  185.           Font.Style = []
  186.           ParentFont = False
  187.           TabOrder = 10
  188.         end
  189.         object Edit5: TEdit
  190.           Left = 171
  191.           Top = 139
  192.           Width = 135
  193.           Height = 21
  194.           AutoSize = False
  195.           ReadOnly = True
  196.           TabOrder = 11
  197.           Text = '0'
  198.         end
  199.         object StaticText6: TStaticText
  200.           Left = 9
  201.           Top = 163
  202.           Width = 158
  203.           Height = 21
  204.           AutoSize = False
  205.           BorderStyle = sbsSunken
  206.           Caption = 'Sent per/sec'
  207.           Font.Charset = DEFAULT_CHARSET
  208.           Font.Color = clWindowText
  209.           Font.Height = -11
  210.           Font.Name = 'MS Sans Serif'
  211.           Font.Style = []
  212.           ParentFont = False
  213.           TabOrder = 12
  214.         end
  215.         object Edit6: TEdit
  216.           Left = 171
  217.           Top = 163
  218.           Width = 135
  219.           Height = 21
  220.           AutoSize = False
  221.           ReadOnly = True
  222.           TabOrder = 13
  223.           Text = '0'
  224.         end
  225.         object UpDown1: TUpDown
  226.           Left = 291
  227.           Top = 93
  228.           Width = 13
  229.           Height = 19
  230.           Min = 0
  231.           Max = 3
  232.           Position = 0
  233.           TabOrder = 14
  234.           Wrap = False
  235.         end
  236.         object UpDown2: TUpDown
  237.           Left = 291
  238.           Top = 117
  239.           Width = 13
  240.           Height = 19
  241.           Min = 0
  242.           Max = 3
  243.           Position = 0
  244.           TabOrder = 15
  245.           Wrap = False
  246.         end
  247.       end
  248.     end
  249.     object TabSheet2: TTabSheet
  250.       Caption = '&Session Stats'
  251.       ImageIndex = 1
  252.       object GroupBox3: TGroupBox
  253.         Left = 6
  254.         Top = 3
  255.         Width = 318
  256.         Height = 205
  257.         Caption = 'Windows Session Stats'
  258.         TabOrder = 0
  259.         object StaticText14: TStaticText
  260.           Left = 9
  261.           Top = 20
  262.           Width = 158
  263.           Height = 21
  264.           AutoSize = False
  265.           BorderStyle = sbsSunken
  266.           Caption = 'Windows Uptime'
  267.           Font.Charset = DEFAULT_CHARSET
  268.           Font.Color = clWindowText
  269.           Font.Height = -11
  270.           Font.Name = 'MS Sans Serif'
  271.           Font.Style = []
  272.           ParentFont = False
  273.           TabOrder = 0
  274.         end
  275.         object Edit14: TEdit
  276.           Left = 171
  277.           Top = 20
  278.           Width = 135
  279.           Height = 21
  280.           AutoSize = False
  281.           BiDiMode = bdLeftToRight
  282.           Ctl3D = True
  283.           ParentBiDiMode = False
  284.           ParentCtl3D = False
  285.           ReadOnly = True
  286.           TabOrder = 1
  287.           Text = '0'
  288.         end
  289.         object Edit12: TEdit
  290.           Left = 171
  291.           Top = 44
  292.           Width = 135
  293.           Height = 21
  294.           AutoSize = False
  295.           ReadOnly = True
  296.           TabOrder = 2
  297.           Text = '00:00:00'
  298.         end
  299.         object StaticText7: TStaticText
  300.           Left = 9
  301.           Top = 44
  302.           Width = 158
  303.           Height = 21
  304.           AutoSize = False
  305.           BorderStyle = sbsSunken
  306.           Caption = 'Duration'
  307.           Font.Charset = DEFAULT_CHARSET
  308.           Font.Color = clWindowText
  309.           Font.Height = -11
  310.           Font.Name = 'MS Sans Serif'
  311.           Font.Style = []
  312.           ParentFont = False
  313.           TabOrder = 3
  314.         end
  315.         object StaticText8: TStaticText
  316.           Left = 9
  317.           Top = 68
  318.           Width = 158
  319.           Height = 21
  320.           AutoSize = False
  321.           BorderStyle = sbsSunken
  322.           Caption = 'Received'
  323.           Font.Charset = DEFAULT_CHARSET
  324.           Font.Color = clWindowText
  325.           Font.Height = -11
  326.           Font.Name = 'MS Sans Serif'
  327.           Font.Style = []
  328.           ParentFont = False
  329.           TabOrder = 4
  330.         end
  331.         object Edit7: TEdit
  332.           Left = 171
  333.           Top = 68
  334.           Width = 135
  335.           Height = 21
  336.           AutoSize = False
  337.           ReadOnly = True
  338.           TabOrder = 5
  339.           Text = '0'
  340.         end
  341.         object Edit8: TEdit
  342.           Left = 171
  343.           Top = 92
  344.           Width = 135
  345.           Height = 21
  346.           AutoSize = False
  347.           ReadOnly = True
  348.           TabOrder = 6
  349.           Text = '0'
  350.         end
  351.         object StaticText9: TStaticText
  352.           Left = 9
  353.           Top = 92
  354.           Width = 158
  355.           Height = 21
  356.           AutoSize = False
  357.           BorderStyle = sbsSunken
  358.           Caption = 'Sent'
  359.           Font.Charset = DEFAULT_CHARSET
  360.           Font.Color = clWindowText
  361.           Font.Height = -11
  362.           Font.Name = 'MS Sans Serif'
  363.           Font.Style = []
  364.           ParentFont = False
  365.           TabOrder = 7
  366.         end
  367.         object UpDown3: TUpDown
  368.           Left = 291
  369.           Top = 94
  370.           Width = 13
  371.           Height = 19
  372.           AlignButton = udLeft
  373.           Min = 0
  374.           Max = 3
  375.           Position = 0
  376.           TabOrder = 8
  377.           Wrap = False
  378.         end
  379.         object UpDown4: TUpDown
  380.           Left = 291
  381.           Top = 70
  382.           Width = 13
  383.           Height = 19
  384.           AlignButton = udLeft
  385.           Min = 0
  386.           Max = 3
  387.           Position = 0
  388.           TabOrder = 9
  389.           Wrap = False
  390.         end
  391.         object StaticText17: TStaticText
  392.           Left = 9
  393.           Top = 115
  394.           Width = 158
  395.           Height = 21
  396.           AutoSize = False
  397.           BorderStyle = sbsSunken
  398.           Caption = 'System Resources'
  399.           Font.Charset = DEFAULT_CHARSET
  400.           Font.Color = clWindowText
  401.           Font.Height = -11
  402.           Font.Name = 'MS Sans Serif'
  403.           Font.Style = []
  404.           ParentFont = False
  405.           TabOrder = 10
  406.         end
  407.         object Edit17: TEdit
  408.           Left = 171
  409.           Top = 115
  410.           Width = 135
  411.           Height = 21
  412.           AutoSize = False
  413.           ReadOnly = True
  414.           TabOrder = 11
  415.           Text = '0'
  416.         end
  417.         object StaticText19: TStaticText
  418.           Left = 9
  419.           Top = 163
  420.           Width = 158
  421.           Height = 21
  422.           AutoSize = False
  423.           BorderStyle = sbsSunken
  424.           Caption = 'GDI Resources'
  425.           Font.Charset = DEFAULT_CHARSET
  426.           Font.Color = clWindowText
  427.           Font.Height = -11
  428.           Font.Name = 'MS Sans Serif'
  429.           Font.Style = []
  430.           ParentFont = False
  431.           TabOrder = 12
  432.         end
  433.         object StaticText18: TStaticText
  434.           Left = 9
  435.           Top = 139
  436.           Width = 158
  437.           Height = 21
  438.           AutoSize = False
  439.           BorderStyle = sbsSunken
  440.           Caption = 'User Resources'
  441.           Font.Charset = DEFAULT_CHARSET
  442.           Font.Color = clWindowText
  443.           Font.Height = -11
  444.           Font.Name = 'MS Sans Serif'
  445.           Font.Style = []
  446.           ParentFont = False
  447.           TabOrder = 13
  448.         end
  449.         object Edit19: TEdit
  450.           Left = 171
  451.           Top = 163
  452.           Width = 135
  453.           Height = 21
  454.           AutoSize = False
  455.           ReadOnly = True
  456.           TabOrder = 14
  457.           Text = '0'
  458.         end
  459.         object Edit18: TEdit
  460.           Left = 171
  461.           Top = 139
  462.           Width = 135
  463.           Height = 21
  464.           AutoSize = False
  465.           ReadOnly = True
  466.           TabOrder = 15
  467.           Text = '0'
  468.         end
  469.       end
  470.     end
  471.     object TabSheet3: TTabSheet
  472.       Caption = 'C&ustom Stats'
  473.       ImageIndex = 6
  474.       object GroupBox4: TGroupBox
  475.         Left = 6
  476.         Top = 3
  477.         Width = 318
  478.         Height = 205
  479.         Caption = 'Custom Stats'
  480.         TabOrder = 0
  481.         object StaticText10: TStaticText
  482.           Left = 9
  483.           Top = 20
  484.           Width = 158
  485.           Height = 21
  486.           AutoSize = False
  487.           BorderStyle = sbsSunken
  488.           Caption = 'Duration'
  489.           Font.Charset = DEFAULT_CHARSET
  490.           Font.Color = clWindowText
  491.           Font.Height = -11
  492.           Font.Name = 'MS Sans Serif'
  493.           Font.Style = []
  494.           ParentFont = False
  495.           TabOrder = 0
  496.         end
  497.         object Edit9: TEdit
  498.           Left = 171
  499.           Top = 20
  500.           Width = 135
  501.           Height = 21
  502.           AutoSize = False
  503.           ReadOnly = True
  504.           TabOrder = 1
  505.           Text = '00:00:00'
  506.         end
  507.         object StaticText11: TStaticText
  508.           Left = 9
  509.           Top = 44
  510.           Width = 158
  511.           Height = 21
  512.           AutoSize = False
  513.           BorderStyle = sbsSunken
  514.           Caption = 'Received'
  515.           Font.Charset = DEFAULT_CHARSET
  516.           Font.Color = clWindowText
  517.           Font.Height = -11
  518.           Font.Name = 'MS Sans Serif'
  519.           Font.Style = []
  520.           ParentFont = False
  521.           TabOrder = 2
  522.         end
  523.         object Edit10: TEdit
  524.           Left = 171
  525.           Top = 44
  526.           Width = 135
  527.           Height = 21
  528.           AutoSize = False
  529.           ReadOnly = True
  530.           TabOrder = 3
  531.           Text = '0'
  532.         end
  533.         object StaticText12: TStaticText
  534.           Left = 9
  535.           Top = 68
  536.           Width = 158
  537.           Height = 21
  538.           AutoSize = False
  539.           BorderStyle = sbsSunken
  540.           Caption = 'Sent'
  541.           Font.Charset = DEFAULT_CHARSET
  542.           Font.Color = clWindowText
  543.           Font.Height = -11
  544.           Font.Name = 'MS Sans Serif'
  545.           Font.Style = []
  546.           ParentFont = False
  547.           TabOrder = 4
  548.         end
  549.         object Edit11: TEdit
  550.           Left = 171
  551.           Top = 68
  552.           Width = 135
  553.           Height = 21
  554.           AutoSize = False
  555.           ReadOnly = True
  556.           TabOrder = 5
  557.           Text = '0'
  558.         end
  559.         object StaticText15: TStaticText
  560.           Left = 9
  561.           Top = 92
  562.           Width = 158
  563.           Height = 21
  564.           AutoSize = False
  565.           BorderStyle = sbsSunken
  566.           Caption = 'Received per/sec'
  567.           Font.Charset = DEFAULT_CHARSET
  568.           Font.Color = clWindowText
  569.           Font.Height = -11
  570.           Font.Name = 'MS Sans Serif'
  571.           Font.Style = []
  572.           ParentFont = False
  573.           TabOrder = 6
  574.         end
  575.         object Edit15: TEdit
  576.           Left = 171
  577.           Top = 92
  578.           Width = 135
  579.           Height = 21
  580.           AutoSize = False
  581.           ReadOnly = True
  582.           TabOrder = 7
  583.           Text = '0'
  584.         end
  585.         object StaticText16: TStaticText
  586.           Left = 9
  587.           Top = 115
  588.           Width = 158
  589.           Height = 21
  590.           AutoSize = False
  591.           BorderStyle = sbsSunken
  592.           Caption = 'Sent per/sec'
  593.           Font.Charset = DEFAULT_CHARSET
  594.           Font.Color = clWindowText
  595.           Font.Height = -11
  596.           Font.Name = 'MS Sans Serif'
  597.           Font.Style = []
  598.           ParentFont = False
  599.           TabOrder = 8
  600.         end
  601.         object Edit16: TEdit
  602.           Left = 171
  603.           Top = 115
  604.           Width = 135
  605.           Height = 21
  606.           AutoSize = False
  607.           ReadOnly = True
  608.           TabOrder = 9
  609.           Text = '0'
  610.         end
  611.         object bStart: TButton
  612.           Left = 8
  613.           Top = 151
  614.           Width = 62
  615.           Height = 22
  616.           Caption = 'Start'
  617.           TabOrder = 10
  618.           OnClick = bStartClick
  619.         end
  620.         object bStop: TButton
  621.           Left = 77
  622.           Top = 151
  623.           Width = 62
  624.           Height = 22
  625.           Caption = 'Stop'
  626.           Enabled = False
  627.           TabOrder = 11
  628.           OnClick = bStopClick
  629.         end
  630.         object bReset: TButton
  631.           Left = 243
  632.           Top = 151
  633.           Width = 62
  634.           Height = 22
  635.           Caption = 'Reset'
  636.           TabOrder = 12
  637.           OnClick = bResetClick
  638.         end
  639.         object UpDown5: TUpDown
  640.           Left = 291
  641.           Top = 70
  642.           Width = 13
  643.           Height = 19
  644.           Min = 0
  645.           Max = 3
  646.           Position = 0
  647.           TabOrder = 13
  648.           Wrap = False
  649.         end
  650.         object UpDown6: TUpDown
  651.           Left = 291
  652.           Top = 46
  653.           Width = 13
  654.           Height = 19
  655.           Min = 0
  656.           Max = 3
  657.           Position = 0
  658.           TabOrder = 14
  659.           Wrap = False
  660.         end
  661.       end
  662.     end
  663.     object TabSheet4: TTabSheet
  664.       Caption = '  &Meter  '
  665.       ImageIndex = 5
  666.       object FlashMeter1: TFlashMeter
  667.         Left = 0
  668.         Top = 5
  669.         Width = 324
  670.         Height = 128
  671.         PeakColor = 33023
  672.         ShowPeak = False
  673.         Value1 = 1
  674.         Value2 = 1
  675.         Font.Charset = DEFAULT_CHARSET
  676.         Font.Color = clBlack
  677.         Font.Height = -11
  678.         Font.Name = 'MS Sans Serif'
  679.         Font.Style = []
  680.         ParentFont = False
  681.       end
  682.       object Shape1: TShape
  683.         Left = 325
  684.         Top = 0
  685.         Width = 2
  686.         Height = 127
  687.       end
  688.       object Shape2: TShape
  689.         Left = 265
  690.         Top = 124
  691.         Width = 1
  692.         Height = 5
  693.       end
  694.       object Shape3: TShape
  695.         Left = 205
  696.         Top = 124
  697.         Width = 1
  698.         Height = 5
  699.       end
  700.       object Shape4: TShape
  701.         Left = 145
  702.         Top = 124
  703.         Width = 1
  704.         Height = 5
  705.       end
  706.       object Shape5: TShape
  707.         Left = 85
  708.         Top = 124
  709.         Width = 1
  710.         Height = 5
  711.       end
  712.       object GroupBox1: TGroupBox
  713.         Left = 8
  714.         Top = 133
  715.         Width = 317
  716.         Height = 77
  717.         TabOrder = 0
  718.         object Label15: TLabel
  719.           Left = 9
  720.           Top = 17
  721.           Width = 14
  722.           Height = 14
  723.           AutoSize = False
  724.           Caption = '          '
  725.           Color = clBlue
  726.           ParentColor = False
  727.         end
  728.         object Label17: TLabel
  729.           Left = 33
  730.           Top = 17
  731.           Width = 46
  732.           Height = 13
  733.           Caption = 'Received'
  734.         end
  735.         object RecvPeek: TLabel
  736.           Left = 155
  737.           Top = 24
  738.           Width = 6
  739.           Height = 13
  740.           Caption = '0'
  741.         end
  742.         object Label16: TLabel
  743.           Left = 9
  744.           Top = 54
  745.           Width = 14
  746.           Height = 14
  747.           AutoSize = False
  748.           Caption = '          '
  749.           Color = clRed
  750.           ParentColor = False
  751.         end
  752.         object Label18: TLabel
  753.           Left = 33
  754.           Top = 55
  755.           Width = 22
  756.           Height = 13
  757.           Caption = 'Sent'
  758.         end
  759.         object SendPeek: TLabel
  760.           Left = 155
  761.           Top = 61
  762.           Width = 6
  763.           Height = 13
  764.           Caption = '0'
  765.         end
  766.         object Bevel2: TBevel
  767.           Left = 6
  768.           Top = 40
  769.           Width = 306
  770.           Height = 2
  771.         end
  772.         object Recv: TLabel
  773.           Left = 155
  774.           Top = 7
  775.           Width = 6
  776.           Height = 13
  777.           Caption = '0'
  778.         end
  779.         object Send: TLabel
  780.           Left = 155
  781.           Top = 44
  782.           Width = 6
  783.           Height = 13
  784.           Caption = '0'
  785.         end
  786.         object Bevel3: TBevel
  787.           Left = 95
  788.           Top = 6
  789.           Width = 2
  790.           Height = 69
  791.         end
  792.         object Label19: TLabel
  793.           Left = 108
  794.           Top = 7
  795.           Width = 34
  796.           Height = 13
  797.           Caption = 'Current'
  798.         end
  799.         object Label20: TLabel
  800.           Left = 108
  801.           Top = 24
  802.           Width = 25
  803.           Height = 13
  804.           Caption = 'Peak'
  805.         end
  806.         object Label21: TLabel
  807.           Left = 108
  808.           Top = 44
  809.           Width = 34
  810.           Height = 13
  811.           Caption = 'Current'
  812.         end
  813.         object Label22: TLabel
  814.           Left = 108
  815.           Top = 61
  816.           Width = 25
  817.           Height = 13
  818.           Caption = 'Peak'
  819.         end
  820.       end
  821.     end
  822.     object TabSheet5: TTabSheet
  823.       Caption = 'Sc&hedule'
  824.       ImageIndex = 6
  825.       object bNew: TButton
  826.         Left = 4
  827.         Top = 184
  828.         Width = 62
  829.         Height = 22
  830.         Caption = '&New'
  831.         ModalResult = 1
  832.         TabOrder = 1
  833.         OnClick = bNewClick
  834.       end
  835.       object bDel: TButton
  836.         Left = 146
  837.         Top = 184
  838.         Width = 61
  839.         Height = 22
  840.         Cancel = True
  841.         Caption = '&Delete'
  842.         ModalResult = 2
  843.         TabOrder = 3
  844.         OnClick = bDelClick
  845.       end
  846.       object lvsched: TListView
  847.         Left = 3
  848.         Top = 4
  849.         Width = 323
  850.         Height = 172
  851.         Columns = <
  852.           item
  853.             Caption = 'Name'
  854.             Width = 120
  855.           end
  856.           item
  857.             Caption = 'Operation'
  858.             Width = 80
  859.           end
  860.           item
  861.             Caption = 'Date/Time'
  862.             Width = 119
  863.           end>
  864.         ColumnClick = False
  865.         HotTrackStyles = []
  866.         ReadOnly = True
  867.         TabOrder = 0
  868.         ViewStyle = vsReport
  869.         OnDblClick = bEditClick
  870.       end
  871.       object bEdit: TButton
  872.         Left = 76
  873.         Top = 184
  874.         Width = 61
  875.         Height = 22
  876.         Cancel = True
  877.         Caption = '&Edit'
  878.         ModalResult = 2
  879.         TabOrder = 2
  880.         OnClick = bEditClick
  881.       end
  882.     end
  883.   end
  884.   object MainMenu1: TMainMenu
  885.     Left = 34
  886.     Top = 250
  887.     object File1: TMenuItem
  888.       Caption = '&File'
  889.       object DetailedStats1: TMenuItem
  890.         Caption = '&Detailed Stats'
  891.         ShortCut = 113
  892.         OnClick = DetailsClick
  893.       end
  894.       object N7: TMenuItem
  895.         Caption = '-'
  896.       end
  897.       object Setup1: TMenuItem
  898.         Caption = '&Setup'
  899.         ShortCut = 115
  900.         OnClick = Setup1Click
  901.       end
  902.       object N2: TMenuItem
  903.         Caption = '-'
  904.       end
  905.       object Exit1: TMenuItem
  906.         Caption = 'E&xit'
  907.         OnClick = Exit1Click
  908.       end
  909.     end
  910.     object Tools1: TMenuItem
  911.       Caption = '&Options'
  912.       object RonD1: TMenuItem
  913.         Caption = 'Reconnect on Disconnect'
  914.         OnClick = RonD1Click
  915.       end
  916.       object N5: TMenuItem
  917.         Caption = '-'
  918.       end
  919.       object Peak1: TMenuItem
  920.         Caption = 'Meter Peak'
  921.         object mnuMP1: TMenuItem
  922.           Caption = 'Automatic'
  923.           Checked = True
  924.           RadioItem = True
  925.           OnClick = mnuMPClick
  926.         end
  927.         object N4: TMenuItem
  928.           Caption = '-'
  929.         end
  930.         object mnuMP2: TMenuItem
  931.           Tag = 11520
  932.           Caption = '115,200'
  933.           RadioItem = True
  934.           OnClick = mnuMPClick
  935.         end
  936.         object mnuMP3: TMenuItem
  937.           Tag = 5760
  938.           Caption = ' 57,600'
  939.           RadioItem = True
  940.           OnClick = mnuMPClick
  941.         end
  942.         object mnuMP4: TMenuItem
  943.           Tag = 3840
  944.           Caption = ' 38,400'
  945.           RadioItem = True
  946.           OnClick = mnuMPClick
  947.         end
  948.         object mnuMP5: TMenuItem
  949.           Tag = 1920
  950.           Caption = ' 19,200'
  951.           RadioItem = True
  952.           OnClick = mnuMPClick
  953.         end
  954.       end
  955.     end
  956.     object about1: TMenuItem
  957.       Caption = '&About'
  958.       object AboutNetStat1: TMenuItem
  959.         Caption = 'About NetStat..'
  960.         OnClick = AboutNetStat1Click
  961.       end
  962.     end
  963.   end
  964.   object Timer1: TTimer
  965.     OnTimer = Timer1Timer
  966.     Left = 67
  967.     Top = 251
  968.   end
  969.   object pMenu: TPopupMenu
  970.     OnPopup = pMenuPopup
  971.     Left = 131
  972.     Top = 252
  973.     object Restore1: TMenuItem
  974.       Caption = '&Restore'
  975.       Default = True
  976.       OnClick = Restore1Click
  977.     end
  978.     object N3: TMenuItem
  979.       Caption = '-'
  980.     end
  981.     object Connect1: TMenuItem
  982.       Caption = '&Connect'
  983.       object TMenuItem
  984.       end
  985.     end
  986.     object Disconnect1: TMenuItem
  987.       Caption = '&Disconnect'
  988.       object TMenuItem
  989.       end
  990.     end
  991.     object N6: TMenuItem
  992.       Caption = '-'
  993.     end
  994.     object Options1: TMenuItem
  995.       Caption = '&Options'
  996.       object RonD2: TMenuItem
  997.         Caption = 'Reconnect on Disconnect'
  998.         OnClick = RonD1Click
  999.       end
  1000.     end
  1001.     object N1: TMenuItem
  1002.       Caption = '-'
  1003.     end
  1004.     object Exit2: TMenuItem
  1005.       Caption = 'E&xit'
  1006.       OnClick = Exit1Click
  1007.     end
  1008.   end
  1009.   object DialUp1: TDialUp
  1010.     DialMode = dmAsync
  1011.     OnAsyncEvent = DialUp1AsyncEvent
  1012.     OnActiveConnection = DialUp1ActiveConnection
  1013.     Left = 3
  1014.     Top = 250
  1015.   end
  1016.   object FlashTray1: TFlashTray
  1017.     AutoRestore = True
  1018.     AutoMinimize = True
  1019.     StartMinimized = True
  1020.     Enabled = False
  1021.     OnDblClick = FlashTray1DblClick
  1022.     PopupMenu = pMenu
  1023.     Left = 99
  1024.     Top = 252
  1025.   end
  1026. end
  1027.