home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / testsoft / ntmailnt / mailmon.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1996-06-17  |  38KB  |  1,259 lines

  1. object Form1: TForm1
  2.   Left = 187
  3.   Top = 191
  4.   Width = 506
  5.   Height = 396
  6.   Caption = 'NT Mail Watch'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   OnResize = FormResize
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object PageControl: TExtPageControl
  19.     Left = 0
  20.     Top = 57
  21.     Width = 498
  22.     Height = 293
  23.     ActivePage = TabSheet1
  24.     Align = alClient
  25.     MultiLine = True
  26.     TabOrder = 0
  27.     OnChange = PageControlChange
  28.     TabActiveColor = clBtnFace
  29.     TabActiveFont.Color = clBlue
  30.     TabActiveFont.Height = -11
  31.     TabActiveFont.Name = 'MS Sans Serif'
  32.     TabActiveFont.Style = [fsBold]
  33.     TabInactiveColor = clBtnFace
  34.     TabInactiveFont.Color = clWindowText
  35.     TabInactiveFont.Height = -11
  36.     TabInactiveFont.Name = 'MS Sans Serif'
  37.     TabInactiveFont.Style = []
  38.     object TabSheet1: TTabSheet
  39.       Caption = 'SMTP Thread'
  40.       object LogSplit1: TLogSplit
  41.         Left = 0
  42.         Top = 0
  43.         Width = 490
  44.         Height = 247
  45.         AutoUpdate = False
  46.         BarWidth = 4
  47.         SyncScroll = False
  48.         Style = oxsAuto
  49.         Align = alClient
  50.         TabOrder = 0
  51.         BarPosition = 245
  52.         Orientation = oxsVert
  53.         FillTop = False
  54.         Current = 1
  55.         MaxLines = 500
  56.         Purge = 50
  57.         object ToxScrollPane
  58.           Left = 2
  59.           Top = 2
  60.           Width = 243
  61.           Height = 243
  62.           BorderStyle = bsNone
  63.           TabOrder = 0
  64.           object LogGrid1: TLogGrid
  65.             Left = 0
  66.             Top = 0
  67.             Width = 243
  68.             Height = 243
  69.             Align = alClient
  70.             ColCount = 2
  71.             DefaultRowHeight = 16
  72.             RowCount = 128
  73.             FixedRows = 0
  74.             Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
  75.             TabOrder = 0
  76.             ColWidths = (
  77.               64
  78.               115)
  79.           end
  80.         end
  81.         object ToxScrollPane
  82.           Left = 249
  83.           Top = 2
  84.           Width = 239
  85.           Height = 243
  86.           BorderStyle = bsNone
  87.           TabOrder = 1
  88.           object PPLabel2: TPPLabel
  89.             Left = 0
  90.             Top = 0
  91.             Width = 239
  92.             Height = 21
  93.             Align = alTop
  94.             BevelInner = bvNone
  95.             BevelOuter = bvRaised
  96.             BevelWidth = 1
  97.             BorderWidth = 1
  98.             BorderStyle = bsSingle
  99.             Caption = ' '
  100.             TabOrder = 0
  101.             Attributes.MinWidth = 30
  102.             Attributes.MaxWidth = -1
  103.             Attributes.MinHeight = 30
  104.             Attributes.MaxHeight = -1
  105.             Attributes.SizableTop = False
  106.             Attributes.SizableBottom = False
  107.             Attributes.SizableLeft = False
  108.             Attributes.SizableRight = False
  109.             Attributes.Movable = False
  110.             Attributes.MoveParent = False
  111.             Attributes.MoveColor = clActiveCaption
  112.             Attributes.HideChildren = True
  113.             Attributes.HideSiblings = False
  114.             Attributes.StayVisible = False
  115.             Attributes.TrackPositions = True
  116.             Attributes.EdgeOffset = 10
  117.             Attributes.CursorMoving = crArrow
  118.             Attributes.CursorSizingNS = crSizeNS
  119.             Attributes.CursorSizingEW = crSizeWE
  120.             Attributes.IniLog = False
  121.             Attributes.AllowRollup = False
  122.             Attributes.AllowBeeps = False
  123.             Attributes.GridAlignment = 1
  124.             object SmtpThread: TLabel
  125.               Left = 2
  126.               Top = 2
  127.               Width = 231
  128.               Height = 13
  129.               Align = alClient
  130.               Alignment = taCenter
  131.               Caption = 'Thread 1'
  132.             end
  133.           end
  134.           object SmtpThreadLog: TSRichEdit
  135.             Left = 0
  136.             Top = 21
  137.             Width = 239
  138.             Height = 222
  139.             Align = alClient
  140.             PopupMenu = SmtpThreadLog.
  141.             ScrollBars = ssBoth
  142.             TabOrder = 1
  143.             WordWrap = False
  144.             AutoColor = False
  145.             AutoScroll = True
  146.             MaxLines = 500
  147.             FillTop = False
  148.             Purge = 50
  149.           end
  150.         end
  151.       end
  152.     end
  153.     object TabSheet2: TTabSheet
  154.       Caption = 'SMTP Log'
  155.       object SmtpLog: TSRichEdit
  156.         Left = 0
  157.         Top = 0
  158.         Width = 490
  159.         Height = 247
  160.         Align = alClient
  161.         PopupMenu = SmtpLog.
  162.         ScrollBars = ssBoth
  163.         TabOrder = 0
  164.         WordWrap = False
  165.         AutoColor = True
  166.         AutoScroll = True
  167.         MaxLines = 500
  168.         FillTop = False
  169.         Purge = 50
  170.       end
  171.     end
  172.     object TabSheet3: TTabSheet
  173.       Caption = 'Post Thread'
  174.       object LogSplit2: TLogSplit
  175.         Left = 0
  176.         Top = 0
  177.         Width = 490
  178.         Height = 247
  179.         AutoUpdate = False
  180.         BarWidth = 4
  181.         SyncScroll = False
  182.         Style = oxsAuto
  183.         Align = alClient
  184.         TabOrder = 0
  185.         BarPosition = 245
  186.         Orientation = oxsVert
  187.         FillTop = False
  188.         Current = 1
  189.         MaxLines = 500
  190.         Purge = 50
  191.         object ToxScrollPane
  192.           Left = 2
  193.           Top = 2
  194.           Width = 243
  195.           Height = 243
  196.           BorderStyle = bsNone
  197.           TabOrder = 0
  198.           object LogGrid2: TLogGrid
  199.             Left = 0
  200.             Top = 0
  201.             Width = 205
  202.             Height = 243
  203.             Align = alClient
  204.             ColCount = 2
  205.             DefaultRowHeight = 16
  206.             RowCount = 128
  207.             FixedRows = 0
  208.             Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
  209.             TabOrder = 0
  210.             ColWidths = (
  211.               64
  212.               111)
  213.           end
  214.         end
  215.         object ToxScrollPane
  216.           Left = 249
  217.           Top = 2
  218.           Width = 239
  219.           Height = 243
  220.           BorderStyle = bsNone
  221.           TabOrder = 1
  222.           object PPLabel3: TPPLabel
  223.             Left = 0
  224.             Top = 0
  225.             Width = 239
  226.             Height = 21
  227.             Align = alTop
  228.             BevelInner = bvNone
  229.             BevelOuter = bvRaised
  230.             BevelWidth = 1
  231.             BorderWidth = 1
  232.             BorderStyle = bsSingle
  233.             Caption = ' '
  234.             TabOrder = 0
  235.             Attributes.MinWidth = 30
  236.             Attributes.MaxWidth = -1
  237.             Attributes.MinHeight = 30
  238.             Attributes.MaxHeight = -1
  239.             Attributes.SizableTop = True
  240.             Attributes.SizableBottom = True
  241.             Attributes.SizableLeft = True
  242.             Attributes.SizableRight = True
  243.             Attributes.Movable = False
  244.             Attributes.MoveParent = False
  245.             Attributes.MoveColor = clActiveCaption
  246.             Attributes.HideChildren = True
  247.             Attributes.HideSiblings = False
  248.             Attributes.StayVisible = False
  249.             Attributes.TrackPositions = True
  250.             Attributes.EdgeOffset = 10
  251.             Attributes.CursorMoving = crArrow
  252.             Attributes.CursorSizingNS = crSizeNS
  253.             Attributes.CursorSizingEW = crSizeWE
  254.             Attributes.IniLog = False
  255.             Attributes.AllowRollup = False
  256.             Attributes.AllowBeeps = False
  257.             Attributes.GridAlignment = 1
  258.             object PostThread: TLabel
  259.               Left = 2
  260.               Top = 2
  261.               Width = 43
  262.               Height = 13
  263.               Align = alClient
  264.               Alignment = taCenter
  265.               Caption = 'Thread 1'
  266.             end
  267.           end
  268.           object SRichEdit2: TSRichEdit
  269.             Left = 0
  270.             Top = 21
  271.             Width = 239
  272.             Height = 222
  273.             Align = alClient
  274.             PopupMenu = SRichEdit2.
  275.             ScrollBars = ssBoth
  276.             TabOrder = 1
  277.             WordWrap = False
  278.             AutoColor = False
  279.             AutoScroll = True
  280.             MaxLines = 500
  281.             FillTop = False
  282.             Purge = 50
  283.           end
  284.         end
  285.       end
  286.     end
  287.     object TabSheet4: TTabSheet
  288.       Caption = 'Post Log'
  289.       object SRichEdit5: TSRichEdit
  290.         Left = 0
  291.         Top = 0
  292.         Width = 490
  293.         Height = 247
  294.         Align = alClient
  295.         PopupMenu = SRichEdit5.
  296.         ScrollBars = ssBoth
  297.         TabOrder = 0
  298.         WordWrap = False
  299.         AutoColor = True
  300.         AutoScroll = True
  301.         MaxLines = 500
  302.         FillTop = False
  303.         Purge = 50
  304.       end
  305.     end
  306.     object TabSheet5: TTabSheet
  307.       Caption = 'Pop Thread'
  308.       object LogSplit3: TLogSplit
  309.         Left = 0
  310.         Top = 0
  311.         Width = 490
  312.         Height = 247
  313.         AutoUpdate = False
  314.         BarWidth = 4
  315.         SyncScroll = False
  316.         Style = oxsAuto
  317.         Align = alClient
  318.         TabOrder = 0
  319.         BarPosition = 245
  320.         Orientation = oxsVert
  321.         FillTop = False
  322.         Current = 1
  323.         MaxLines = 500
  324.         Purge = 50
  325.         object ToxScrollPane
  326.           Left = 2
  327.           Top = 2
  328.           Width = 243
  329.           Height = 243
  330.           BorderStyle = bsNone
  331.           TabOrder = 0
  332.           object LogGrid3: TLogGrid
  333.             Left = 0
  334.             Top = 0
  335.             Width = 203
  336.             Height = 243
  337.             Align = alClient
  338.             ColCount = 2
  339.             DefaultRowHeight = 16
  340.             RowCount = 128
  341.             FixedRows = 0
  342.             Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
  343.             TabOrder = 0
  344.             ColWidths = (
  345.               64
  346.               109)
  347.           end
  348.         end
  349.         object ToxScrollPane
  350.           Left = 249
  351.           Top = 2
  352.           Width = 239
  353.           Height = 243
  354.           BorderStyle = bsNone
  355.           TabOrder = 1
  356.           object PPLabel4: TPPLabel
  357.             Left = 0
  358.             Top = 0
  359.             Width = 239
  360.             Height = 21
  361.             Align = alTop
  362.             BevelInner = bvNone
  363.             BevelOuter = bvRaised
  364.             BevelWidth = 1
  365.             BorderWidth = 1
  366.             BorderStyle = bsSingle
  367.             Caption = ' '
  368.             TabOrder = 0
  369.             Attributes.MinWidth = 30
  370.             Attributes.MaxWidth = -1
  371.             Attributes.MinHeight = 30
  372.             Attributes.MaxHeight = -1
  373.             Attributes.SizableTop = True
  374.             Attributes.SizableBottom = True
  375.             Attributes.SizableLeft = True
  376.             Attributes.SizableRight = True
  377.             Attributes.Movable = False
  378.             Attributes.MoveParent = False
  379.             Attributes.MoveColor = clActiveCaption
  380.             Attributes.HideChildren = True
  381.             Attributes.HideSiblings = False
  382.             Attributes.StayVisible = False
  383.             Attributes.TrackPositions = True
  384.             Attributes.EdgeOffset = 10
  385.             Attributes.CursorMoving = crArrow
  386.             Attributes.CursorSizingNS = crSizeNS
  387.             Attributes.CursorSizingEW = crSizeWE
  388.             Attributes.IniLog = False
  389.             Attributes.AllowRollup = False
  390.             Attributes.AllowBeeps = False
  391.             Attributes.GridAlignment = 1
  392.             object PopThread: TLabel
  393.               Left = 2
  394.               Top = 2
  395.               Width = 43
  396.               Height = 13
  397.               Align = alClient
  398.               Alignment = taCenter
  399.               Caption = 'Thread 1'
  400.             end
  401.           end
  402.           object PopThreadLog: TSRichEdit
  403.             Left = 0
  404.             Top = 21
  405.             Width = 239
  406.             Height = 222
  407.             Align = alClient
  408.             PopupMenu = PopThreadLog.
  409.             ScrollBars = ssBoth
  410.             TabOrder = 1
  411.             WordWrap = False
  412.             AutoColor = False
  413.             AutoScroll = True
  414.             MaxLines = 500
  415.             FillTop = False
  416.             Purge = 50
  417.           end
  418.         end
  419.       end
  420.     end
  421.     object TabSheet6: TTabSheet
  422.       Caption = 'POP Log'
  423.       object SRichEdit6: TSRichEdit
  424.         Left = 0
  425.         Top = 0
  426.         Width = 490
  427.         Height = 247
  428.         Align = alClient
  429.         PopupMenu = SRichEdit6.
  430.         ScrollBars = ssBoth
  431.         TabOrder = 0
  432.         WordWrap = False
  433.         AutoColor = True
  434.         AutoScroll = True
  435.         MaxLines = 500
  436.         FillTop = False
  437.         Purge = 50
  438.       end
  439.     end
  440.     object TabSheet7: TTabSheet
  441.       Caption = 'Dialer Thread'
  442.       object LogSplit4: TLogSplit
  443.         Left = 0
  444.         Top = 0
  445.         Width = 490
  446.         Height = 247
  447.         AutoUpdate = False
  448.         BarWidth = 4
  449.         SyncScroll = False
  450.         Style = oxsAuto
  451.         Align = alClient
  452.         TabOrder = 0
  453.         BarPosition = 245
  454.         Orientation = oxsVert
  455.         FillTop = False
  456.         Current = 1
  457.         MaxLines = 500
  458.         Purge = 50
  459.         object ToxScrollPane
  460.           Left = 2
  461.           Top = 2
  462.           Width = 243
  463.           Height = 243
  464.           BorderStyle = bsNone
  465.           TabOrder = 0
  466.           object LogGrid4: TLogGrid
  467.             Left = 0
  468.             Top = 0
  469.             Width = 243
  470.             Height = 243
  471.             Align = alClient
  472.             ColCount = 2
  473.             DefaultRowHeight = 16
  474.             RowCount = 128
  475.             FixedRows = 0
  476.             Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
  477.             TabOrder = 0
  478.             ColWidths = (
  479.               64
  480.               149)
  481.           end
  482.         end
  483.         object ToxScrollPane
  484.           Left = 249
  485.           Top = 2
  486.           Width = 239
  487.           Height = 243
  488.           BorderStyle = bsNone
  489.           TabOrder = 1
  490.           object PPLabel5: TPPLabel
  491.             Left = 0
  492.             Top = 0
  493.             Width = 239
  494.             Height = 21
  495.             Align = alTop
  496.             BevelInner = bvNone
  497.             BevelOuter = bvRaised
  498.             BevelWidth = 1
  499.             BorderWidth = 1
  500.             BorderStyle = bsSingle
  501.             Caption = ' '
  502.             TabOrder = 0
  503.             Attributes.MinWidth = 30
  504.             Attributes.MaxWidth = -1
  505.             Attributes.MinHeight = 30
  506.             Attributes.MaxHeight = -1
  507.             Attributes.SizableTop = True
  508.             Attributes.SizableBottom = True
  509.             Attributes.SizableLeft = True
  510.             Attributes.SizableRight = True
  511.             Attributes.Movable = False
  512.             Attributes.MoveParent = False
  513.             Attributes.MoveColor = clActiveCaption
  514.             Attributes.HideChildren = True
  515.             Attributes.HideSiblings = False
  516.             Attributes.StayVisible = False
  517.             Attributes.TrackPositions = True
  518.             Attributes.EdgeOffset = 10
  519.             Attributes.CursorMoving = crArrow
  520.             Attributes.CursorSizingNS = crSizeNS
  521.             Attributes.CursorSizingEW = crSizeWE
  522.             Attributes.IniLog = False
  523.             Attributes.AllowRollup = False
  524.             Attributes.AllowBeeps = False
  525.             Attributes.GridAlignment = 1
  526.             object DialerThread: TLabel
  527.               Left = 2
  528.               Top = 2
  529.               Width = 231
  530.               Height = 13
  531.               Align = alClient
  532.               Alignment = taCenter
  533.               Caption = 'Thread 1'
  534.             end
  535.           end
  536.           object DialerThreadLog: TSRichEdit
  537.             Left = 0
  538.             Top = 21
  539.             Width = 239
  540.             Height = 222
  541.             Align = alClient
  542.             PopupMenu = DialerThreadLog.
  543.             ScrollBars = ssBoth
  544.             TabOrder = 1
  545.             WordWrap = False
  546.             AutoColor = False
  547.             AutoScroll = True
  548.             MaxLines = 500
  549.             FillTop = False
  550.             Purge = 50
  551.           end
  552.         end
  553.       end
  554.     end
  555.     object TabSheet11: TTabSheet
  556.       Caption = 'Dialer Log'
  557.       object DialerLog: TSRichEdit
  558.         Left = 0
  559.         Top = 0
  560.         Width = 490
  561.         Height = 247
  562.         Align = alClient
  563.         PopupMenu = DialerLog.
  564.         ScrollBars = ssBoth
  565.         TabOrder = 0
  566.         WordWrap = False
  567.         AutoColor = True
  568.         AutoScroll = True
  569.         MaxLines = 500
  570.         FillTop = False
  571.         Purge = 50
  572.       end
  573.     end
  574.     object Connections: TTabSheet
  575.       Caption = 'Connections'
  576.       object ConnectBox: TSectionListBox
  577.         Left = 0
  578.         Top = 0
  579.         Width = 490
  580.         Height = 247
  581.         Align = alClient
  582.         Color = clWindow
  583.         Delimiter = ';'
  584.         Enabled = True
  585.         ExtendedSelect = True
  586.         FontList.Color = clWindowText
  587.         FontList.Height = -11
  588.         FontList.Name = 'MS Sans Serif'
  589.         FontList.Style = []
  590.         FontHeader.Color = clWindowText
  591.         FontHeader.Height = -11
  592.         FontHeader.Name = 'MS Sans Serif'
  593.         FontHeader.Style = []
  594.         ItemHeight = 16
  595.         MultiSelect = False
  596.         TabOrder = 0
  597.         Sections.Sections = (
  598.           #0'170'#0'From Host                                      '
  599.           #0'42'#0'Socket'
  600.           #0'80'#0'Monitor Thread'
  601.           #0'38'#0'Status')
  602.         Sorted = False
  603.       end
  604.     end
  605.     object TabSheet10: TTabSheet
  606.       Caption = 'Event Log'
  607.       object EventLog: TSRichEdit
  608.         Left = 0
  609.         Top = 0
  610.         Width = 490
  611.         Height = 247
  612.         Align = alClient
  613.         PopupMenu = EventLog.
  614.         ScrollBars = ssBoth
  615.         TabOrder = 0
  616.         WordWrap = False
  617.         AutoColor = False
  618.         AutoScroll = True
  619.         MaxLines = 500
  620.         FillTop = False
  621.         Purge = 50
  622.       end
  623.     end
  624.     object TabSheet8: TTabSheet
  625.       Caption = 'Configuration'
  626.       object Panel1: TPanel
  627.         Left = 4
  628.         Top = 4
  629.         Width = 133
  630.         Height = 21
  631.         Alignment = taRightJustify
  632.         BevelOuter = bvLowered
  633.         Caption = 'Port to Monitor '
  634.         TabOrder = 0
  635.       end
  636.       object Panel2: TPanel
  637.         Left = 4
  638.         Top = 28
  639.         Width = 133
  640.         Height = 21
  641.         Alignment = taRightJustify
  642.         BevelOuter = bvLowered
  643.         Caption = 'Monitor on Startup '
  644.         TabOrder = 1
  645.       end
  646.       object Panel3: TPanel
  647.         Left = 4
  648.         Top = 52
  649.         Width = 133
  650.         Height = 21
  651.         Alignment = taRightJustify
  652.         BevelOuter = bvLowered
  653.         Caption = 'Monitor SMTP '
  654.         TabOrder = 2
  655.       end
  656.       object Panel4: TPanel
  657.         Left = 4
  658.         Top = 76
  659.         Width = 133
  660.         Height = 21
  661.         Alignment = taRightJustify
  662.         BevelOuter = bvLowered
  663.         Caption = 'Monitor Post '
  664.         TabOrder = 3
  665.       end
  666.       object Panel5: TPanel
  667.         Left = 4
  668.         Top = 100
  669.         Width = 133
  670.         Height = 21
  671.         Alignment = taRightJustify
  672.         BevelOuter = bvLowered
  673.         Caption = 'Monitor Pop '
  674.         TabOrder = 4
  675.       end
  676.       object Panel6: TPanel
  677.         Left = 4
  678.         Top = 124
  679.         Width = 133
  680.         Height = 21
  681.         Alignment = taRightJustify
  682.         BevelOuter = bvLowered
  683.         Caption = 'Monitor Dialer '
  684.         TabOrder = 5
  685.       end
  686.       object Panel7: TPanel
  687.         Left = 220
  688.         Top = 4
  689.         Width = 133
  690.         Height = 21
  691.         Alignment = taRightJustify
  692.         BevelOuter = bvLowered
  693.         Caption = 'Fill Logs from Top '
  694.         TabOrder = 6
  695.       end
  696.       object Panel8: TPanel
  697.         Left = 220
  698.         Top = 28
  699.         Width = 133
  700.         Height = 21
  701.         Alignment = taRightJustify
  702.         BevelOuter = bvLowered
  703.         Caption = 'Max Log Lines '
  704.         TabOrder = 7
  705.       end
  706.       object Panel9: TPanel
  707.         Left = 220
  708.         Top = 52
  709.         Width = 133
  710.         Height = 21
  711.         Alignment = taRightJustify
  712.         BevelOuter = bvLowered
  713.         Caption = 'ToolBar on Startup '
  714.         TabOrder = 8
  715.       end
  716.       object StartCheck: TBorCheck
  717.         Left = 140
  718.         Top = 28
  719.         Width = 17
  720.         Height = 20
  721.         TabOrder = 9
  722.       end
  723.       object SMTPCheck: TBorCheck
  724.         Left = 140
  725.         Top = 52
  726.         Width = 17
  727.         Height = 20
  728.         Caption = 'SMTPCheck'
  729.         TabOrder = 10
  730.       end
  731.       object PostCheck: TBorCheck
  732.         Left = 140
  733.         Top = 76
  734.         Width = 17
  735.         Height = 20
  736.         Caption = 'PostCheck'
  737.         TabOrder = 11
  738.       end
  739.       object PopCheck: TBorCheck
  740.         Left = 140
  741.         Top = 100
  742.         Width = 17
  743.         Height = 20
  744.         Caption = 'PopCheck'
  745.         TabOrder = 12
  746.       end
  747.       object DialCheck: TBorCheck
  748.         Left = 140
  749.         Top = 124
  750.         Width = 17
  751.         Height = 20
  752.         Caption = 'DialCheck'
  753.         TabOrder = 13
  754.       end
  755.       object FillTopCheck: TBorCheck
  756.         Left = 357
  757.         Top = 4
  758.         Width = 16
  759.         Height = 20
  760.         Caption = 'FillTopCheck'
  761.         TabOrder = 14
  762.       end
  763.       object ShowToolCheck: TBorCheck
  764.         Left = 356
  765.         Top = 52
  766.         Width = 17
  767.         Height = 20
  768.         Caption = 'ShowToolCheck'
  769.         TabOrder = 15
  770.       end
  771.       object PortNumber: TNumEdit
  772.         Left = 140
  773.         Top = 4
  774.         Width = 69
  775.         Height = 21
  776.         Decimals = 2
  777.         Digits = 12
  778.         Masks.PositiveMask = '#####'
  779.         NumericType = ntGeneral
  780.         TabOrder = 16
  781.         UseRounding = True
  782.         Validate = False
  783.       end
  784.       object Max: TNumEdit
  785.         Left = 360
  786.         Top = 28
  787.         Width = 41
  788.         Height = 21
  789.         Decimals = 0
  790.         Digits = 12
  791.         Masks.PositiveMask = '#####'
  792.         Max = 5000.000000000000000000
  793.         Min = 10.000000000000000000
  794.         NumericType = ntGeneral
  795.         TabOrder = 17
  796.         UseRounding = True
  797.         Value = 10.000000000000000000
  798.         Validate = False
  799.       end
  800.     end
  801.   end
  802.   object PPLabel1: TPPLabel
  803.     Left = 0
  804.     Top = 33
  805.     Width = 498
  806.     Height = 24
  807.     Align = alTop
  808.     BevelInner = bvNone
  809.     BevelOuter = bvRaised
  810.     BevelWidth = 1
  811.     BorderWidth = 1
  812.     BorderStyle = bsSingle
  813.     Caption = ' '
  814.     TabOrder = 1
  815.     Attributes.MinWidth = 30
  816.     Attributes.MaxWidth = -1
  817.     Attributes.MinHeight = 30
  818.     Attributes.MaxHeight = -1
  819.     Attributes.SizableTop = True
  820.     Attributes.SizableBottom = True
  821.     Attributes.SizableLeft = True
  822.     Attributes.SizableRight = True
  823.     Attributes.Movable = False
  824.     Attributes.MovableHorz = False
  825.     Attributes.MoveParent = False
  826.     Attributes.MoveColor = clActiveCaption
  827.     Attributes.HideChildren = True
  828.     Attributes.HideSiblings = False
  829.     Attributes.StayVisible = False
  830.     Attributes.TrackPositions = True
  831.     Attributes.EdgeOffset = 10
  832.     Attributes.CursorMoving = crArrow
  833.     Attributes.CursorSizingNS = crSizeNS
  834.     Attributes.CursorSizingEW = crSizeWE
  835.     Attributes.IniLog = False
  836.     Attributes.AllowRollup = False
  837.     Attributes.AllowBeeps = False
  838.     Attributes.GridAlignment = 1
  839.     object Label2: TLabel
  840.       Left = 2
  841.       Top = 2
  842.       Width = 490
  843.       Height = 16
  844.       Align = alClient
  845.       Caption = 'Label2'
  846.     end
  847.   end
  848.   object oxDockBar1: ToxDockBar
  849.     Left = 0
  850.     Top = 0
  851.     Width = 498
  852.     Height = 33
  853.     Dock = dkTop
  854.     Caption = 'oxDockBar1'
  855.     FloatHeight = 0
  856.     FloatLeft = 0
  857.     FloatTop = 0
  858.     FloatWidth = 0
  859.     Style = bsAuto
  860.     TabOrder = 2
  861.     TitleFont.Color = clCaptionText
  862.     TitleFont.Height = -9
  863.     TitleFont.Name = 'Small Fonts'
  864.     TitleFont.Style = []
  865.     object MenuButton1: TMenuButton
  866.       Left = 32
  867.       Top = 4
  868.       Width = 25
  869.       Height = 25
  870.       Hint = 'Pop Up Help'
  871.       Down = False
  872.       Enabled = True
  873.       Glyph.Data = {
  874.         42010000424D4201000000000000760000002800000011000000110000000100
  875.         040000000000CC00000000000000000000001000000010000000000000000000
  876.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  877.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  878.         FFFFF0000000FFFFFF00FFFFFFFFF0000000FFFFFF00FFFFFFFFF0000000FFFF
  879.         F00FFFF000FFF0000000F0FFF00FFFF000FFF0000000F00F00FFFFFFFFFFF000
  880.         0000F00000FFFFF00FFFF0000000F00000000FF00FFFF0000000F0000000FFFF
  881.         00FFF0000000F000000FFFFFF00FF0000000F00000FFF00FFF00F0000000F000
  882.         0FFF00FFFF00F0000000F000FFFF00FFFF00F0000000F00FFFFFF00FFF00F000
  883.         0000F0FFFFFFFF00000FF0000000FFFFFFFFFFFFFFFFF0000000FFFFFFFFFFFF
  884.         FFFFF0000000}
  885.       ParentShowHint = False
  886.       ShowHint = True
  887.       MenuItem = WhatsThis1
  888.       SyncDown = False
  889.       SyncEnabled = False
  890.     end
  891.     object MenuButton2: TMenuButton
  892.       Left = 4
  893.       Top = 4
  894.       Width = 25
  895.       Height = 25
  896.       Hint = 'Exit the Application'
  897.       Down = False
  898.       Enabled = True
  899.       Glyph.Data = {
  900.         56070000424D5607000000000000360400002800000028000000140000000100
  901.         0800000000002003000000000000000000000000000000000000000000000000
  902.         80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  903.         A600000000000000000000000000000000000000000000000000000000000000
  904.         0000000000000000000000000000000000000000000000000000000000000000
  905.         0000000000000000000000000000000000000000000000000000000000000000
  906.         0000000000000000000000000000000000000000000000000000000000000000
  907.         0000000000000000000000000000000000000000000000000000000000000000
  908.         0000000000000000000000000000000000000000000000000000000000000000
  909.         0000000000000000000000000000000000000000000000000000000000000000
  910.         0000000000000000000000000000000000000000000000000000000000000000
  911.         0000000000000000000000000000000000000000000000000000000000000000
  912.         0000000000000000000000000000000000000000000000000000000000000000
  913.         0000000000000000000000000000000000000000000000000000000000000000
  914.         0000000000000000000000000000000000000000000000000000000000000000
  915.         0000000000000000000000000000000000000000000000000000000000000000
  916.         0000000000000000000000000000000000000000000000000000000000000000
  917.         0000000000000000000000000000000000000000000000000000000000000000
  918.         0000000000000000000000000000000000000000000000000000000000000000
  919.         0000000000000000000000000000000000000000000000000000000000000000
  920.         0000000000000000000000000000000000000000000000000000000000000000
  921.         0000000000000000000000000000000000000000000000000000000000000000
  922.         0000000000000000000000000000000000000000000000000000000000000000
  923.         0000000000000000000000000000000000000000000000000000000000000000
  924.         0000000000000000000000000000000000000000000000000000000000000000
  925.         0000000000000000000000000000000000000000000000000000000000000000
  926.         0000000000000000000000000000000000000000000000000000000000000000
  927.         0000000000000000000000000000000000000000000000000000000000000000
  928.         0000000000000000000000000000000000000000000000000000000000000000
  929.         0000000000000000000000000000000000000000000000000000000000000000
  930.         0000000000000000000000000000000000000000000000000000000000000000
  931.         0000000000000000000000000000000000000000000000000000000000000000
  932.         000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  933.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030707070707
  934.         070707070707070707070707070703FFFFFFFFFFFFFFFFFFFFFFFF0303030303
  935.         03FFF8F8F8F8F8F8F8F8F8F8F8F8FF07FF07FF07F8F8F8F8F8F8F8F8F8F8F8F8
  936.         F8F8030303030303F8F8F8F8F8F8F8F8F8F8F8F8F80707FF07FF07F8F8F8F8F8
  937.         F8F8F8F8F8F8F8F8F8FF030303FFFFF8F8F80404040404040000F8F8F8FFFFFF
  938.         040404040404F8F8F8F8F8F8F8F8F8F8F8030303F8F8F8F8F803030303030304
  939.         FD05000007FFFFFF0403030303030303030303F8FFF8F8F8FF030303F8FF0303
  940.         030303030303030405FD0500FFFFFFFF0403030303030303030303F8F807F8F8
  941.         FF030303F8FF03030303030303030304FD05FD00FFFFFFFF0403030303030303
  942.         030303F8FFF807F8FF030303F8FF0303030303030303030405FD0500FFFEFFFE
  943.         0403030303030303030303F8F807F8F8FF030303F8FF03030303030303030304
  944.         FD05FD00FFFFFFFF0403030303030303030303F8FFF807F8FF030303F8FF0303
  945.         030303030303030405FD0500FFFEFFFE0403030303030303030303F8F807F8F8
  946.         FF030303F8FF03030303030303030304FD05FD00FFFFFFFF0403030303030303
  947.         030303F8FFF807F8FF030303F8FF0303030303030303030405FD0500FFFEFFFE
  948.         0403030303030303030303F8F807F8F8FF030303F8FF03030303030303030304
  949.         FD05FD00FEFFFEFF0403030303030303030303F8FFF807F8FF030303F8FF0303
  950.         030303030303030405FD0500FFFEFFFE0403030303030303030303F8F807F8F8
  951.         FF030303F8FF03030303030303030304FD05FD00FEFFFEFF0403030303030303
  952.         030303F8FFF8FFF8FFFFFFFFF8FF030303030303030303040404040404040404
  953.         0403030303030303030303F8F8F8F8F8F8F8F8F8F80303030303030303030303
  954.         03030303030303030303030303030303030303030303FFFFFFFFFFFF03030303
  955.         0303030303030303030000000000000303030303030303030303030303F8F8F8
  956.         F8F8F8FF0303030303030303030303030300FAFAFAFA00030303030303030303
  957.         0303030303F8FFFFFFFFF8FF0303030303030303030303030300000000000003
  958.         03030303030303030303030303F8F8F8F8F8F803030303030303}
  959.       NumGlyphs = 2
  960.       ParentShowHint = False
  961.       ShowHint = True
  962.       MenuItem = Exit1
  963.       SyncDown = False
  964.       SyncEnabled = False
  965.     end
  966.     object ListenOn: TMenuButton
  967.       Left = 60
  968.       Top = 4
  969.       Width = 25
  970.       Height = 25
  971.       Hint = 'Start the Monitor'
  972.       GroupIndex = 1
  973.       Down = True
  974.       Enabled = True
  975.       Glyph.Data = {
  976.         78010000424D7801000000000000760000002800000020000000100000000100
  977.         04000000000000000000120B0000120B00000000000000000000000000000000
  978.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  979.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  980.         033333777777777773333330777777703333333773F333773333333330888033
  981.         33333FFFF7FFF7FFFFFF0000000000000003777777777777777F0FFFFFFFFFF9
  982.         FF037F3333333337337F0F78888888887F037F33FFFFFFFFF37F0F7000000000
  983.         8F037F3777777777F37F0F70AAAAAAA08F037F37F3333337F37F0F70ADDDDDA0
  984.         8F037F37F3333337F37F0F70A99A99A08F037F37F3333337F37F0F70A99A99A0
  985.         8F037F37F3333337F37F0F70AAAAAAA08F037F37FFFFFFF7F37F0F7000000000
  986.         8F037F3777777777337F0F77777777777F037F3333333333337F0FFFFFFFFFFF
  987.         FF037FFFFFFFFFFFFF7F000000000000000377777777777777730000}
  988.       NumGlyphs = 2
  989.       ParentShowHint = False
  990.       ShowHint = True
  991.       MenuItem = MonitorOn
  992.       SyncDown = False
  993.       SyncEnabled = False
  994.     end
  995.     object ListenOff: TMenuButton
  996.       Left = 88
  997.       Top = 4
  998.       Width = 25
  999.       Height = 25
  1000.       Hint = 'Stop the Monitor'
  1001.       GroupIndex = 1
  1002.       Down = False
  1003.       Enabled = True
  1004.       Glyph.Data = {
  1005.         78010000424D7801000000000000760000002800000020000000100000000100
  1006.         04000000000000000000120B0000120B00000000000000000000000000000000
  1007.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1008.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  1009.         033333777777777773333330777777703333333773F333773333333330888033
  1010.         33333FFFF7FFF7FFFFFF0000000000000003777777777777777F0FFFFFFFFFF9
  1011.         FF037F3333333337337F0F78888888887F037F33FFFFFFFFF37F0F7000000000
  1012.         8F037F3777777777F37F0F70AAAAAAA08F037F37F3333337F37F0F70ADDDDDA0
  1013.         8F037F37F3333337F37F0F70A99A99A08F037F37F3333337F37F0F70A99A99A0
  1014.         8F037F37F3333337F37F0F70AAAAAAA08F037F37FFFFFFF7F37F0F7000000000
  1015.         8F037F3777777777337F0F77777777777F037F3333333333337F0FFFFFFFFFFF
  1016.         FF037FFFFFFFFFFFFF7F000000000000000377777777777777730000}
  1017.       NumGlyphs = 2
  1018.       ParentShowHint = False
  1019.       ShowHint = True
  1020.       MenuItem = MonitorOff
  1021.       SyncDown = False
  1022.       SyncEnabled = False
  1023.     end
  1024.   end
  1025.   object ServerSocket1: TServerSocket
  1026.     Port = '22200'
  1027.     Protocol = 'tcp'
  1028.     OnInfo = ServerSocket1Info
  1029.     OnAccept = ServerSocket1Accept
  1030.     OnDisconnect = ServerSocket1Disconnect
  1031.     OnRead = ServerSocket1Read
  1032.     Left = 304
  1033.     Top = 68
  1034.   end
  1035.   object LogHandler1: TLogHandler
  1036.     MaxLines = 500
  1037.     Purge = 50
  1038.     ListBox = ConnectBox
  1039.     FillTop = False
  1040.     Left = 56
  1041.     Top = 40
  1042.   end
  1043.   object ODSHelp1: TODSHelp
  1044.     HelpText.Strings = (
  1045.       'About1'
  1046.       'ClearAllLogs1'
  1047.       'ConnectBox'
  1048.       'Connections'
  1049.       'DialCheck'
  1050.       'DialerLog'
  1051.       'DialerThread'
  1052.       'DialerThreadLog'
  1053.       'EventLog'
  1054.       'Exit1'
  1055.       'File1'
  1056.       'FillTopCheck'
  1057.       'FormSaver1'
  1058.       'Help1'
  1059.       'JustOne321'
  1060.       'Label2'
  1061.       'ListenOff'
  1062.       'ListenOn'
  1063.       'LogGrid1'
  1064.       'LogGrid2'
  1065.       'LogGrid3'
  1066.       'LogGrid4'
  1067.       'LogHandler1'
  1068.       'LogSplit1'
  1069.       'LogSplit2'
  1070.       'LogSplit3'
  1071.       'LogSplit4'
  1072.       'MainMenu1'
  1073.       'Max'
  1074.       'MenuButton1'
  1075.       'MenuButton2'
  1076.       'MonitorOff'
  1077.       'MonitorOn'
  1078.       'ODSHelp1'
  1079.       'Options1'
  1080.       'oxDockBar1'
  1081.       'PageControl'
  1082.       'Panel1'
  1083.       'Panel2'
  1084.       'Panel3'
  1085.       'Panel4'
  1086.       'Panel5'
  1087.       'Panel6'
  1088.       'Panel7'
  1089.       'Panel8'
  1090.       'Panel9'
  1091.       'PopCheck'
  1092.       'PopThread'
  1093.       'PopThreadLog'
  1094.       'PopupMenu1'
  1095.       'PortNumber'
  1096.       'PostCheck'
  1097.       'PostThread'
  1098.       'PPLabel1'
  1099.       'PPLabel2'
  1100.       'PPLabel3'
  1101.       'PPLabel4'
  1102.       'PPLabel5'
  1103.       'PrinterSetupDialog1'
  1104.       'PrintSetup1'
  1105.       'Reg'
  1106.       'ServerSocket1'
  1107.       'ShowToolCheck'
  1108.       'SMTPCheck'
  1109.       'SmtpLog'
  1110.       'SmtpThread'
  1111.       'SmtpThreadLog'
  1112.       'SRichEdit2'
  1113.       'SRichEdit5'
  1114.       'SRichEdit6'
  1115.       'StartCheck'
  1116.       'TabSheet1'
  1117.       'TabSheet10'
  1118.       'TabSheet11'
  1119.       'TabSheet2'
  1120.       'TabSheet3'
  1121.       'TabSheet4'
  1122.       'TabSheet5'
  1123.       'TabSheet6'
  1124.       'TabSheet7'
  1125.       'TabSheet8'
  1126.       'Timer1'
  1127.       'WhatsThis1')
  1128.     HelpText.HelpData = {
  1129.       5300010000000001000000000100000000010000000001000000000100000000
  1130.       0100000000010000000001000000000100000000010000000001000000000100
  1131.       0000000100000000010000000001000000000100000000010000000001000000
  1132.       0001000000000100000000010000000001000000000100000000010000000001
  1133.       0000000001000000000100000000010000000001000000000100000000010000
  1134.       000001000015005475726E20746865204D6F6E69746F72204F66660001000000
  1135.       0001000014005475726E20746865204D6F6E69746F72206F6E00010000000001
  1136.       0000070141206C697374206F6620616374697665207468726561647320616E64
  1137.       207468656972206F75747075742066726F6D20746865204E544D61696C20534D
  1138.       5450205365727665722E2053656C656374207468652063757272656E74207468
  1139.       7265616420746F206D6F6E69746F20627920636C69636B696E67207769746820
  1140.       746865204C656674204D6F75736520627574746F6E206F6E2069742E20205269
  1141.       67687420436C69636B207769746820746865206D6F75736520627574746F6E20
  1142.       746F20636C656172207468652063757272656E74207468726561642E20536869
  1143.       667420616E6420526967687420436C69636B20636C6561727320616C6C207468
  1144.       6520746872656164732E00010000000001000000000100000000010000000001
  1145.       0000000001000014004120506F7075702068656C206D65737361676500010000
  1146.       0000010000000001000000000100000000010000000001000000000100000000
  1147.       0100000000010000000001000000000100000000010000000001000000000100
  1148.       0000000100000000010000000001000000000100000000010000000001000000
  1149.       0001000000000100000000010000000001000000000100000000010000000001
  1150.       0000000001000000000100000000010000000001000000000100000000010000
  1151.       0000010000000001000000000100000000010000000001000000000100000000
  1152.       0100000000010000000001000000000100000000010000000001000000000100
  1153.       0000000100000000010000000001000000000100000000010000000001000000
  1154.       0001000000000100000000010000000001000000000100000000010000000001
  1155.       0000000001000000000100000000010000000001000000000100000000010000
  1156.       0000010000000001000000000100000000010000000001000000000100000000
  1157.       0100000000010000000001000000000100000000010000000001000000000100
  1158.       0000000100000000010000000001000000000100000000010000000001000000
  1159.       0001000000000100000000010000000001000000000100000000010000000001
  1160.       0000000001000000000100000000010000000001000000000100000000010000
  1161.       0000010000000001000000000100000000010000000001000000000100000000
  1162.       0100000000010000000001000000000100000000010000000001000000000100
  1163.       0000000100000000010000000001000000000100000000010000000001000000
  1164.       0001000000000100000000010000000001000000000100000000010000000001
  1165.       00000000}
  1166.     Color = 15269887
  1167.     Font.Color = clWindowText
  1168.     Font.Height = -11
  1169.     Font.Name = 'MS Sans Serif'
  1170.     Font.Style = []
  1171.     ParentFont = True
  1172.     MaxWidth = 300
  1173.     MoreText = 'Click here or press F1 for more...'
  1174.     Left = 228
  1175.     Top = 40
  1176.   end
  1177.   object FormSaver1: TFormSaver
  1178.     IniFile = 'tcpmonit'
  1179.     IniSection = 'Form1'
  1180.     Left = 280
  1181.     Top = 44
  1182.   end
  1183.   object JustOne321: TJustOne32
  1184.     Left = 104
  1185.     Top = 36
  1186.   end
  1187.   object Reg: TRegFile
  1188.     RootKey = hkLocalMachine
  1189.     Left = 124
  1190.     Top = 84
  1191.   end
  1192.   object MainMenu1: TMainMenu
  1193.     Left = 172
  1194.     Top = 173
  1195.     object File1: TMenuItem
  1196.       Caption = '&File'
  1197.       ShortCut = 0
  1198.       object PrintSetup1: TMenuItem
  1199.         Caption = 'P&rint Setup'
  1200.         ShortCut = 0
  1201.         OnClick = PrintSetup1Click
  1202.       end
  1203.       object Exit1: TMenuItem
  1204.         Caption = 'E&xit'
  1205.         ShortCut = 0
  1206.         OnClick = Exit1Click
  1207.       end
  1208.     end
  1209.     object Options1: TMenuItem
  1210.       Caption = '&Options'
  1211.       ShortCut = 0
  1212.       object MonitorOn: TMenuItem
  1213.         Caption = '&Monitor On'
  1214.         ShortCut = 0
  1215.         OnClick = MonitorOnClick
  1216.       end
  1217.       object MonitorOff: TMenuItem
  1218.         Caption = 'Monitor &Off'
  1219.         Enabled = False
  1220.         ShortCut = 0
  1221.         OnClick = MonitorOffClick
  1222.       end
  1223.       object ClearAllLogs1: TMenuItem
  1224.         Caption = '&Clear All Logs'
  1225.         ShortCut = 0
  1226.         OnClick = ClearAllLogs1Click
  1227.       end
  1228.     end
  1229.     object Help1: TMenuItem
  1230.       Caption = '&Help'
  1231.       ShortCut = 0
  1232.       object WhatsThis1: TMenuItem
  1233.         Caption = '&Whats This'
  1234.         ShortCut = 0
  1235.         OnClick = WhatsThis1Click
  1236.       end
  1237.       object About1: TMenuItem
  1238.         Caption = '&About'
  1239.         ShortCut = 0
  1240.         OnClick = About1Click
  1241.       end
  1242.     end
  1243.   end
  1244.   object PrinterSetupDialog1: TPrinterSetupDialog
  1245.     Left = 436
  1246.     Top = 16
  1247.   end
  1248.   object Timer1: TTimer
  1249.     Enabled = False
  1250.     OnTimer = Timer1Timer
  1251.     Left = 184
  1252.     Top = 20
  1253.   end
  1254.   object PopupMenu1: TPopupMenu
  1255.     Left = 132
  1256.     Top = 135
  1257.   end
  1258. end
  1259.