home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 January / PCWorld_2000-01_cd.bin / Komunik / News / Xnews / Xnews.exe / 0 / RCDATA / TARTICLESWINDOW / TARTICLESWINDOW.txt < prev   
Text File  |  1999-11-08  |  44KB  |  1,712 lines

  1. object ArticlesWindow: TArticlesWindow
  2.   Left = 99
  3.   Top = 65
  4.   ActiveControl = Hdrs
  5.   AutoScroll = False
  6.   ClientHeight = 554
  7.   ClientWidth = 825
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsMDIChild
  15.   Icon.Data = {<image000.ico>}
  16.   KeyPreview = True
  17.   Menu = MainMenu
  18.   OldCreateOrder = True
  19.   Position = poDefault
  20.   ShowHint = True
  21.   Visible = True
  22.   OnActivate = FormActivate
  23.   OnClose = FormClose
  24.   OnCloseQuery = FormCloseQuery
  25.   OnCreate = FormCreate
  26.   OnDestroy = FormDestroy
  27.   OnDeactivate = FormDeactivate
  28.   OnKeyDown = FormKeyDown
  29.   OnResize = FormResize
  30.   PixelsPerInch = 120
  31.   TextHeight = 16
  32.   object Panel0: TPanel
  33.     Left = 0
  34.     Top = 529
  35.     Width = 825
  36.     Height = 25
  37.     Align = alBottom
  38.     BevelOuter = bvNone
  39.     Constraints.MinWidth = 100
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clGreen
  42.     Font.Height = -13
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.     TabOrder = 1
  47.     object Panel1: TPanel
  48.       Left = 0
  49.       Top = 0
  50.       Width = 140
  51.       Height = 25
  52.       Cursor = crHandPoint
  53.       Hint = 'Switch List <-> Viewer'
  54.       Align = alLeft
  55.       Alignment = taLeftJustify
  56.       BevelInner = bvLowered
  57.       BevelOuter = bvNone
  58.       BorderStyle = bsSingle
  59.       Color = clBlack
  60.       Font.Charset = DEFAULT_CHARSET
  61.       Font.Color = clLime
  62.       Font.Height = -13
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = []
  65.       ParentFont = False
  66.       TabOrder = 4
  67.       OnClick = acvSwitchViewExecute
  68.     end
  69.     object Panel2: TPanel
  70.       Tag = 1
  71.       Left = 140
  72.       Top = 0
  73.       Width = 190
  74.       Height = 25
  75.       Cursor = crHandPoint
  76.       Hint = 'Full/Split Screen'
  77.       Align = alLeft
  78.       Alignment = taLeftJustify
  79.       BevelInner = bvLowered
  80.       BevelOuter = bvNone
  81.       BorderStyle = bsSingle
  82.       Color = clBlack
  83.       Font.Charset = DEFAULT_CHARSET
  84.       Font.Color = clLime
  85.       Font.Height = -13
  86.       Font.Name = 'MS Sans Serif'
  87.       Font.Style = []
  88.       ParentFont = False
  89.       ParentShowHint = False
  90.       ShowHint = True
  91.       TabOrder = 1
  92.       OnClick = acvFSExecute
  93.     end
  94.     object Panel3: TPanel
  95.       Left = 686
  96.       Top = 0
  97.       Width = 139
  98.       Height = 25
  99.       Align = alClient
  100.       AutoSize = True
  101.       BevelInner = bvLowered
  102.       BevelWidth = 2
  103.       TabOrder = 3
  104.       object Gauge: TProgress
  105.         Left = 4
  106.         Top = 4
  107.         Width = 131
  108.         Height = 17
  109.         Cursor = crHandPoint
  110.         Hint = 'Show Batch Progress'
  111.         Align = alClient
  112.         Color = clBlack
  113.         Font.Charset = DEFAULT_CHARSET
  114.         Font.Color = clLime
  115.         Font.Height = -13
  116.         Font.Name = 'MS Sans Serif'
  117.         Font.Style = []
  118.         ForeColor = clRed
  119.         BackColor = clBlack
  120.         ParentColor = False
  121.         ParentFont = False
  122.         Progress = 0
  123.         UseDockManager = False
  124.         DragCursor = crHandPoint
  125.         TabOrder = 0
  126.         OnClick = ShowProgressClick
  127.       end
  128.     end
  129.     object pnFilter: TPanel
  130.       Left = 546
  131.       Top = 0
  132.       Width = 140
  133.       Height = 25
  134.       Cursor = crHandPoint
  135.       Hint = 
  136.         'Left click = Remove all filters'#13#10'Right or Shift click = Switch f' +
  137.         'ilter column [S]ubject <-> [F]rom <-> [G]roup'
  138.       Align = alLeft
  139.       Alignment = taRightJustify
  140.       BevelOuter = bvNone
  141.       Caption = 'S'
  142.       Font.Charset = DEFAULT_CHARSET
  143.       Font.Color = clWindowText
  144.       Font.Height = -18
  145.       Font.Name = 'MS Sans Serif'
  146.       Font.Style = [fsBold]
  147.       ParentFont = False
  148.       ParentShowHint = False
  149.       ShowHint = True
  150.       TabOrder = 2
  151.       OnMouseUp = pnFilterMouseUp
  152.       object coFilter: TMyComboBox
  153.         Left = 20
  154.         Top = 0
  155.         Width = 106
  156.         Height = 24
  157.         Hint = 'Type in filter regex; press Enter to thread'
  158.         Ctl3D = False
  159.         DropDownCount = 10
  160.         Font.Charset = DEFAULT_CHARSET
  161.         Font.Color = clWindowText
  162.         Font.Height = -15
  163.         Font.Name = 'MS Sans Serif'
  164.         Font.Style = [fsBold]
  165.         ItemHeight = 16
  166.         ParentCtl3D = False
  167.         ParentFont = False
  168.         TabOrder = 0
  169.         OnChange = coFilterChange
  170.         OnEnter = HdrsEnter
  171.         OnExit = coFilterExit
  172.         OnKeyPress = coFilterKeyPress
  173.         RegKey = 'Software\Xnews\coFilter'
  174.       end
  175.       object bThreaded: TMyCheckBox
  176.         Left = 1
  177.         Top = 1
  178.         Width = 18
  179.         Height = 24
  180.         Hint = 
  181.           'Left click = Toggle threading'#13#10'Right or Shift click = (Re)thread' +
  182.           ' now'
  183.         TabStop = False
  184.         Caption = 'T'
  185.         Checked = True
  186.         Font.Charset = DEFAULT_CHARSET
  187.         Font.Color = clWindowText
  188.         Font.Height = -18
  189.         Font.Name = 'MS Sans Serif'
  190.         Font.Style = [fsBold]
  191.         ParentFont = False
  192.         ParentShowHint = False
  193.         ShowHint = True
  194.         State = cbChecked
  195.         TabOrder = 1
  196.         OnMouseUp = bThreadedMouseUp
  197.         LikeButton = True
  198.       end
  199.     end
  200.     object ToolBar: TToolBar
  201.       Left = 330
  202.       Top = 0
  203.       Width = 216
  204.       Height = 25
  205.       Align = alLeft
  206.       AutoSize = True
  207.       ButtonHeight = 25
  208.       ButtonWidth = 27
  209.       Ctl3D = False
  210.       EdgeBorders = []
  211.       EdgeInner = esNone
  212.       EdgeOuter = esNone
  213.       Flat = True
  214.       Font.Charset = ANSI_CHARSET
  215.       Font.Color = clWindowText
  216.       Font.Height = -13
  217.       Font.Name = 'Courier New'
  218.       Font.Style = []
  219.       Images = XnewsFrame.ToolImagesHot
  220.       ParentFont = False
  221.       ParentShowHint = False
  222.       ShowHint = True
  223.       TabOrder = 0
  224.       object bCatchUp: TToolButton
  225.         Left = 0
  226.         Top = 0
  227.         Action = acaCatchUp
  228.       end
  229.       object bStop: TToolButton
  230.         Left = 27
  231.         Top = 0
  232.         Hint = 
  233.           'Stop; (+Ctrl= stop when done with this file; +Shift=when done wi' +
  234.           'th this part)'
  235.         Enabled = False
  236.         ImageIndex = 1
  237.         OnClick = bStopClick
  238.       end
  239.       object bDecode: TToolButton
  240.         Left = 54
  241.         Top = 0
  242.         Hint = 'Decode'
  243.         Action = acaDecode
  244.       end
  245.       object bRefresh: TToolButton
  246.         Left = 81
  247.         Top = 0
  248.         Caption = 'Refresh Headers'
  249.         ImageIndex = 2
  250.         OnMouseDown = bRefreshMouseDown
  251.       end
  252.       object bArchive: TToolButton
  253.         Left = 108
  254.         Top = 0
  255.         Hint = 'Archive'
  256.         Action = acaArchive
  257.         ImageIndex = 4
  258.       end
  259.       object bSend: TToolButton
  260.         Left = 135
  261.         Top = 0
  262.         Hint = 'Send Messages'
  263.         Action = acaSend
  264.         ImageIndex = 5
  265.       end
  266.       object bEdit: TToolButton
  267.         Left = 162
  268.         Top = 0
  269.         Hint = 'Edit Message'
  270.         Action = acaEdit
  271.         ImageIndex = 6
  272.       end
  273.       object bStorage: TToolButton
  274.         Left = 189
  275.         Top = 0
  276.         AllowAllUp = True
  277.         DropdownMenu = poStorage
  278.         ImageIndex = 7
  279.       end
  280.     end
  281.   end
  282.   object Splitter: TAdvSplitter
  283.     Left = 0
  284.     Top = 0
  285.     Width = 825
  286.     Height = 529
  287.     AllowResize = True
  288.     AutoUpdate = True
  289.     BorderStyle = bsNone
  290.     Orientation = soHorizontal
  291.     ProportionalResize = True
  292.     Position = 525
  293.     SplitterColor = clBtnHighlight
  294.     SplitterStyle = ssCheckered
  295.     Thickness = 3
  296.     Align = alClient
  297.     Ctl3D = True
  298.     ParentCtl3D = False
  299.     object TAdvPane
  300.       Tag = 1
  301.       BevelWidth = 0
  302.       FrameStyle = ftNone
  303.       MinSize = 0
  304.       object Hdrs: TMyListView
  305.         Left = 0
  306.         Top = 0
  307.         Width = 825
  308.         Height = 525
  309.         Align = alClient
  310.         Columns = <
  311.           item
  312.             Caption = 'Subject'
  313.             Width = 350
  314.           end
  315.           item
  316.             Caption = 'Q'
  317.           end
  318.           item
  319.             Caption = 'Lines'
  320.             Width = 60
  321.           end
  322.           item
  323.             Caption = 'From'
  324.             Width = 150
  325.           end
  326.           item
  327.             Caption = 'Date'
  328.           end>
  329.         Font.Charset = DEFAULT_CHARSET
  330.         Font.Color = clWindowText
  331.         Font.Height = -13
  332.         Font.Name = 'MS Sans Serif'
  333.         Font.Style = []
  334.         GridLines = True
  335.         HideSelection = False
  336.         HotTrackStyles = []
  337.         MultiSelect = True
  338.         OwnerData = True
  339.         OwnerDraw = True
  340.         ReadOnly = True
  341.         RowSelect = True
  342.         ParentFont = False
  343.         PopupMenu = poHdrs
  344.         SmallImages = XnewsFrame.LVImages
  345.         TabOrder = 0
  346.         ViewStyle = vsReport
  347.         OnColumnClick = HdrsColumnClick
  348.         OnData = HdrsData
  349.         OnDrawItem = HdrsDrawItem
  350.         OnEnter = HdrsEnter
  351.         OnKeyDown = HdrsKeyDown
  352.         OnKeyPress = MemoKeyPress
  353.         OnKeyUp = HdrsKeyUp
  354.         OnMouseDown = HdrsMouseDown
  355.         OnMouseMove = HdrsMouseMove
  356.         OnMouseUp = HdrsMouseUp
  357.       end
  358.     end
  359.     object TAdvPane
  360.       Tag = 2
  361.       BevelWidth = 0
  362.       FrameStyle = ftNone
  363.       MinSize = 0
  364.       object pnMemo: TPanel
  365.         Left = 0
  366.         Top = 0
  367.         Width = 825
  368.         Height = 1
  369.         Align = alClient
  370.         AutoSize = True
  371.         BevelInner = bvLowered
  372.         BevelOuter = bvNone
  373.         ParentColor = True
  374.         TabOrder = 0
  375.         object pnTitleBase: TPanel
  376.           Left = 1
  377.           Top = 1
  378.           Width = 823
  379.           Height = 22
  380.           Align = alTop
  381.           Alignment = taLeftJustify
  382.           BevelOuter = bvNone
  383.           Font.Charset = DEFAULT_CHARSET
  384.           Font.Color = clBlue
  385.           Font.Height = -13
  386.           Font.Name = 'MS Sans Serif'
  387.           Font.Style = []
  388.           ParentColor = True
  389.           ParentFont = False
  390.           TabOrder = 1
  391.           object pnTitle: TPanel
  392.             Left = 405
  393.             Top = 0
  394.             Width = 418
  395.             Height = 22
  396.             Cursor = crHandPoint
  397.             Align = alClient
  398.             Alignment = taLeftJustify
  399.             BevelOuter = bvLowered
  400.             BorderStyle = bsSingle
  401.             Color = clBlack
  402.             Font.Charset = DEFAULT_CHARSET
  403.             Font.Color = clLime
  404.             Font.Height = -13
  405.             Font.Name = 'MS Sans Serif'
  406.             Font.Style = []
  407.             ParentFont = False
  408.             ParentShowHint = False
  409.             ShowHint = True
  410.             TabOrder = 0
  411.             OnClick = bNavClick
  412.           end
  413.           object NavBar: TToolBar
  414.             Left = 0
  415.             Top = 0
  416.             Width = 405
  417.             Height = 22
  418.             Align = alLeft
  419.             AutoSize = True
  420.             Color = clBtnFace
  421.             Ctl3D = False
  422.             EdgeBorders = []
  423.             EdgeInner = esNone
  424.             EdgeOuter = esNone
  425.             Flat = True
  426.             Font.Charset = DEFAULT_CHARSET
  427.             Font.Color = clMaroon
  428.             Font.Height = -13
  429.             Font.Name = 'MS Sans Serif'
  430.             Font.Style = []
  431.             Images = XnewsFrame.NavImagesHot
  432.             Indent = 5
  433.             ParentColor = False
  434.             ParentFont = False
  435.             ParentShowHint = False
  436.             ShowHint = True
  437.             TabOrder = 1
  438.             Wrapable = False
  439.             object bHeaders: TToolButton
  440.               Left = 5
  441.               Top = 0
  442.               Hint = 'Show All Headers'
  443.               Action = acvShowallheaders
  444.               AllowAllUp = True
  445.               ImageIndex = 2
  446.               Style = tbsCheck
  447.             end
  448.             object bFont: TToolButton
  449.               Left = 28
  450.               Top = 0
  451.               Hint = 'Use Fixed Font'
  452.               Action = acvFixedFont
  453.               AllowAllUp = True
  454.               Grouped = True
  455.               ImageIndex = 3
  456.               Style = tbsCheck
  457.             end
  458.             object ToolButton8: TToolButton
  459.               Left = 51
  460.               Top = 0
  461.               Hint = 'Raw Text'
  462.               Action = acvRaw
  463.               ImageIndex = 15
  464.             end
  465.             object bWrap: TToolButton
  466.               Left = 74
  467.               Top = 0
  468.               Hint = 'Word Wrap'
  469.               Action = acvWordWrap
  470.               AllowAllUp = True
  471.               ImageIndex = 4
  472.               Style = tbsCheck
  473.             end
  474.             object ToolButton1: TToolButton
  475.               Left = 97
  476.               Top = 0
  477.               Width = 8
  478.               ImageIndex = 10
  479.               Style = tbsSeparator
  480.             end
  481.             object bAttach: TToolButton
  482.               Left = 105
  483.               Top = 0
  484.               Hint = 'List Attachments'
  485.               Action = acvAttachments
  486.               DropdownMenu = mnAttach
  487.               Enabled = False
  488.               ImageIndex = 11
  489.               PopupMenu = mnAttach
  490.             end
  491.             object ToolButton6: TToolButton
  492.               Left = 128
  493.               Top = 0
  494.               Hint = 'Follow-Up to Newsgroup'
  495.               Action = acaFollowUp
  496.               ImageIndex = 14
  497.             end
  498.             object ToolButton7: TToolButton
  499.               Left = 151
  500.               Top = 0
  501.               Hint = 'Reply by Mail'
  502.               Action = acaMail
  503.               ImageIndex = 13
  504.             end
  505.             object ToolButton3: TToolButton
  506.               Left = 174
  507.               Top = 0
  508.               Width = 8
  509.               ImageIndex = 11
  510.               Style = tbsSeparator
  511.             end
  512.             object bBack: TToolButton
  513.               Left = 182
  514.               Top = 0
  515.               Hint = 'Go Back'
  516.               Action = acaBack
  517.               DropdownMenu = mnBack
  518.               ImageIndex = 0
  519.               Style = tbsDropDown
  520.             end
  521.             object bForw: TToolButton
  522.               Left = 224
  523.               Top = 0
  524.               Hint = 'Go Forward'
  525.               Action = acaForward
  526.               DropdownMenu = mnForw
  527.               ImageIndex = 1
  528.               Style = tbsDropDown
  529.             end
  530.             object ToolButton5: TToolButton
  531.               Left = 266
  532.               Top = 0
  533.               Width = 8
  534.               ImageIndex = 5
  535.               Style = tbsSeparator
  536.             end
  537.             object bRef: TToolButton
  538.               Left = 274
  539.               Top = 0
  540.               Hint = 'Get Parent (+Ctrl = Reconstruct Thread)'
  541.               ImageIndex = 5
  542.               OnMouseDown = bRefMouseDown
  543.             end
  544.             object bNextQ: TToolButton
  545.               Left = 297
  546.               Top = 0
  547.               Hint = 'Goto Next in Queue'
  548.               Action = acaNextQueue
  549.               ImageIndex = 10
  550.             end
  551.             object bPrevTh: TToolButton
  552.               Left = 320
  553.               Top = 0
  554.               Hint = 'Goto Prev Thread'
  555.               Action = acaPrevThread
  556.               ImageIndex = 6
  557.             end
  558.             object bNextTh: TToolButton
  559.               Left = 343
  560.               Top = 0
  561.               Hint = 'Goto Next Thread'
  562.               Action = acaNextThread
  563.               ImageIndex = 7
  564.             end
  565.             object bPrevUnread: TToolButton
  566.               Left = 366
  567.               Top = 0
  568.               Hint = 'Prev Unread (+Ctrl=Read or unread)'
  569.               ImageIndex = 8
  570.               OnClick = bNavClick
  571.             end
  572.             object bNextUnread: TToolButton
  573.               Left = 389
  574.               Top = 0
  575.               Hint = 'Next Unread (+Ctrl=Read or unread)'
  576.               ImageIndex = 9
  577.               OnClick = bNavClick
  578.             end
  579.             object ToolButton2: TToolButton
  580.               Left = 412
  581.               Top = 0
  582.               Hint = 'Skip Quoted Text'
  583.               Action = acvSkipQuote
  584.               ImageIndex = 12
  585.             end
  586.             object ToolButton4: TToolButton
  587.               Left = 435
  588.               Top = 0
  589.               Width = 8
  590.               Caption = 'ToolButton4'
  591.               ImageIndex = 13
  592.               Style = tbsSeparator
  593.             end
  594.           end
  595.         end
  596.         object Memo: TMyRichEdit
  597.           Left = 1
  598.           Top = 23
  599.           Width = 823
  600.           Height = 17
  601.           Align = alClient
  602.           Font.Charset = DEFAULT_CHARSET
  603.           Font.Color = clWindowText
  604.           Font.Height = -13
  605.           Font.Name = 'MS Sans Serif'
  606.           Font.Style = []
  607.           HideSelection = False
  608.           NoAutoVScroll = True
  609.           ParentFont = False
  610.           PlainText = True
  611.           PopupMenu = poMemo
  612.           ReadOnly = True
  613.           ScrollBars = ssBoth
  614.           TabOrder = 0
  615.           WantReturns = False
  616.           WordWrap = False
  617.           OnEnter = HdrsEnter
  618.           OnKeyDown = MemoKeyDown
  619.           OnKeyPress = MemoKeyPress
  620.           OnMouseDown = MemoMouseDown
  621.           OnMouseMove = MemoMouseMove
  622.         end
  623.       end
  624.     end
  625.   end
  626.   object FindDialog: TFindDialog
  627.     Options = [frDown, frHideMatchCase, frHideWholeWord, frHideUpDown]
  628.     OnFind = FindDialogFind
  629.     Left = 432
  630.     Top = 66
  631.   end
  632.   object MainMenu: TMainMenu
  633.     AutoMerge = True
  634.     Left = 376
  635.     Top = 145
  636.     object mnGroup: TMenuItem
  637.       Caption = '&Group'
  638.       GroupIndex = 7
  639.       object miFind: TMenuItem
  640.         Action = acaFind
  641.       end
  642.       object miFindAgain: TMenuItem
  643.         Action = acaFindAgain
  644.       end
  645.       object miXPAT: TMenuItem
  646.         Action = acaXPAT
  647.       end
  648.       object Find1: TMenuItem
  649.         Caption = '-'
  650.       end
  651.       object miRefresh: TMenuItem
  652.         Action = acaRefresh
  653.       end
  654.       object miRefreshEx: TMenuItem
  655.         Action = acaRefreshEx
  656.       end
  657.       object miStorage: TMenuItem
  658.         Action = acaStorage
  659.       end
  660.       object miPurge: TMenuItem
  661.         Action = acaPurge
  662.       end
  663.       object miCompact: TMenuItem
  664.         Action = acaCompact
  665.       end
  666.       object N6: TMenuItem
  667.         Caption = '-'
  668.       end
  669.       object Selection1: TMenuItem
  670.         Caption = 'Selection'
  671.         object SelectAll1: TMenuItem
  672.           Action = acaSelectAll
  673.         end
  674.         object acaInvertSelection1: TMenuItem
  675.           Action = acaInvertSelection
  676.         end
  677.       end
  678.       object mnMarkAll: TMenuItem
  679.         Caption = 'Mark All As'
  680.         object miMarkAllRead: TMenuItem
  681.           Action = acaMarkAllRead
  682.           Caption = 'Read'
  683.         end
  684.         object miMarkAllUnread: TMenuItem
  685.           Action = acaMarkAllUnread
  686.           Caption = 'Unread'
  687.         end
  688.         object MarkAllDelete1: TMenuItem
  689.           Action = acaMarkAllDelete
  690.           Caption = 'Delete'
  691.         end
  692.         object MarkAllUndelete1: TMenuItem
  693.           Action = acaMarkAllUndelete
  694.           Caption = 'Undelete'
  695.         end
  696.       end
  697.       object mnMarkSelected: TMenuItem
  698.         Caption = 'Mark Selected As'
  699.         object MarkRead1: TMenuItem
  700.           Action = acaMarkRead
  701.           Caption = 'Read'
  702.         end
  703.         object MarkUnread1: TMenuItem
  704.           Action = acaMarkUnread
  705.           Caption = 'Unread'
  706.         end
  707.         object MarkKeep1: TMenuItem
  708.           Action = acaMarkKeep
  709.           Caption = 'Keep'
  710.         end
  711.         object MarkUnkeep1: TMenuItem
  712.           Action = acaMarkUnkeep
  713.           Caption = 'Unkeep'
  714.         end
  715.         object MarkasHighScore1: TMenuItem
  716.           Action = acaMarkHiScore
  717.           Caption = 'High Score'
  718.         end
  719.         object Markas0Score1: TMenuItem
  720.           Action = acaMark0Score
  721.           Caption = '0 Score'
  722.         end
  723.       end
  724.       object mnCatchUp: TMenuItem
  725.         Caption = 'CatchUp'
  726.         object miCatchUp: TMenuItem
  727.           Action = acaCatchUp
  728.         end
  729.         object miCatchupNoKeep: TMenuItem
  730.           Action = acaCatchUpNoKeep
  731.         end
  732.         object miCatchUpKillXPost: TMenuItem
  733.           Action = acaCatchUpKillXPost
  734.         end
  735.         object CatchUpandPurge1: TMenuItem
  736.           Action = acaCatchUpPurge
  737.         end
  738.       end
  739.     end
  740.     object mnArticle: TMenuItem
  741.       Caption = '&Article'
  742.       GroupIndex = 7
  743.       OnClick = UpdateMenu
  744.       object miPost: TMenuItem
  745.         Action = acaPost
  746.       end
  747.       object miFollowUp: TMenuItem
  748.         Action = acaFollowUp
  749.       end
  750.       object miMail: TMenuItem
  751.         Action = acaMail
  752.       end
  753.       object miFollowUpMail: TMenuItem
  754.         Action = acaFollowUpMail
  755.       end
  756.       object miForw: TMenuItem
  757.         Action = acaForw
  758.       end
  759.       object miCancel: TMenuItem
  760.         Action = acaCancel
  761.       end
  762.       object Supersede1: TMenuItem
  763.         Action = acaSupersede
  764.       end
  765.       object miSend: TMenuItem
  766.         Action = acaSend
  767.       end
  768.       object miEdit: TMenuItem
  769.         Action = acaEdit
  770.       end
  771.       object N3: TMenuItem
  772.         Caption = '-'
  773.       end
  774.       object miQueue: TMenuItem
  775.         Caption = '(De)Queue'#9'Space'
  776.         OnClick = miQClick
  777.       end
  778.       object miArchive: TMenuItem
  779.         Action = acaArchive
  780.       end
  781.       object miDecode: TMenuItem
  782.         Action = acaDecode
  783.       end
  784.       object miSaveAs: TMenuItem
  785.         Action = acaSaveAs
  786.       end
  787.       object FetchtoStorage1: TMenuItem
  788.         Action = acaFetch
  789.       end
  790.       object miPrint: TMenuItem
  791.         Action = acaPrint
  792.       end
  793.       object GotoParent1: TMenuItem
  794.         Action = acaParent
  795.       end
  796.       object miReConsThread: TMenuItem
  797.         Action = acaReConsThread
  798.       end
  799.       object N11: TMenuItem
  800.         Caption = '-'
  801.       end
  802.       object miKill: TMenuItem
  803.         Action = acaKill
  804.       end
  805.       object Addtoscorefile1: TMenuItem
  806.         Action = acaAddToScore
  807.       end
  808.     end
  809.     object mnView: TMenuItem
  810.       Caption = '&View'
  811.       GroupIndex = 7
  812.       OnClick = UpdateMenu
  813.       object miFS: TMenuItem
  814.         Action = acvFS
  815.       end
  816.       object miToggleWidth: TMenuItem
  817.         Action = acvToggleWidth
  818.       end
  819.       object miSplitAlign: TMenuItem
  820.         Action = acvSplitAlign
  821.       end
  822.       object SwitchListViewer1: TMenuItem
  823.         Action = acvSwitchView
  824.       end
  825.       object ThreadedList1: TMenuItem
  826.         Action = acvThreaded
  827.       end
  828.       object miToggleExpand: TMenuItem
  829.         Action = acvAllExpanded
  830.         Caption = 'Expand All Threads'
  831.       end
  832.       object N5: TMenuItem
  833.         Caption = '-'
  834.       end
  835.       object AutoCollapse1: TMenuItem
  836.         Action = acvAutoCollapse
  837.       end
  838.       object miAutoBrowse: TMenuItem
  839.         Action = acvAutoBrowse
  840.       end
  841.       object miShowActive: TMenuItem
  842.         Action = acvShowActive
  843.       end
  844.       object Viewstats1: TMenuItem
  845.         Action = acvStatsForm
  846.       end
  847.       object N1: TMenuItem
  848.         Caption = '-'
  849.       end
  850.       object miQuoted: TMenuItem
  851.         Action = acvQuoted
  852.       end
  853.       object miRaw: TMenuItem
  854.         Action = acvRaw
  855.       end
  856.       object miShowallheaders: TMenuItem
  857.         Action = acvShowallheaders
  858.       end
  859.       object miWordWrap: TMenuItem
  860.         Action = acvWordWrap
  861.       end
  862.       object miFixedFont: TMenuItem
  863.         Action = acvFixedFont
  864.       end
  865.       object ROT131: TMenuItem
  866.         Action = acvROT13
  867.       end
  868.     end
  869.     object mnFilter: TMenuItem
  870.       Caption = 'F&ilter'
  871.       GroupIndex = 7
  872.       object miShowNew: TMenuItem
  873.         Action = acvShowNew
  874.       end
  875.       object miShowUnread: TMenuItem
  876.         Action = acvShowUnread
  877.       end
  878.       object miCached: TMenuItem
  879.         Action = acvShowCached
  880.       end
  881.       object miShowQ: TMenuItem
  882.         Action = acvShowQ
  883.       end
  884.       object mnShowScores: TMenuItem
  885.         Caption = 'Show Articles with Scores'
  886.         object Show9999Scores1: TMenuItem
  887.           Action = acvShowGe9999Score
  888.           Caption = '>= 9999'
  889.         end
  890.         object Show0Scores1: TMenuItem
  891.           Action = acvShowGt0Score
  892.           Caption = '> 0'
  893.         end
  894.         object Show0Scores2: TMenuItem
  895.           Action = acvShowGe0Score
  896.           Caption = '>= 0'
  897.         end
  898.         object Show9999Scores2: TMenuItem
  899.           Action = acvShowGt_9999Score
  900.           Caption = '> -9999'
  901.         end
  902.       end
  903.       object N7: TMenuItem
  904.         Caption = '-'
  905.       end
  906.       object miShowBin: TMenuItem
  907.         Action = acvShowBin
  908.       end
  909.       object ShowCompleteMultipartsOnly1: TMenuItem
  910.         Action = acvShowMBin
  911.       end
  912.       object miThNew: TMenuItem
  913.         Action = acvShowThNew
  914.       end
  915.       object miThUnread: TMenuItem
  916.         Action = acvShowThUnread
  917.       end
  918.       object miShowThQ: TMenuItem
  919.         Action = acvShowThQ
  920.       end
  921.       object miThScores: TMenuItem
  922.         Action = acvShowThGt0Score
  923.       end
  924.       object N4: TMenuItem
  925.         Caption = '-'
  926.       end
  927.       object miFilter: TMenuItem
  928.         Action = acvFilter
  929.         Caption = 'Custom Filter...'
  930.       end
  931.       object UndoLastFilter1: TMenuItem
  932.         Action = acvUndoFilter
  933.       end
  934.       object InvertFilter1: TMenuItem
  935.         Action = acvInvertFilter
  936.       end
  937.       object miRemoveFilter: TMenuItem
  938.         Action = acvRemoveFilter
  939.       end
  940.     end
  941.   end
  942.   object HintTimer: TTimer
  943.     Enabled = False
  944.     Interval = 2000
  945.     OnTimer = HintTimerTimer
  946.     Left = 152
  947.     Top = 124
  948.   end
  949.   object mnBack: TPopupMenu
  950.     Left = 40
  951.     Top = 341
  952.   end
  953.   object mnForw: TPopupMenu
  954.     Left = 112
  955.     Top = 349
  956.   end
  957.   object StatTimer: TTimer
  958.     Enabled = False
  959.     Interval = 60000
  960.     OnTimer = StatTimerTimer
  961.     Left = 88
  962.     Top = 72
  963.   end
  964.   object PrintDialog: TPrintDialog
  965.     Left = 376
  966.     Top = 192
  967.   end
  968.   object AActions: TActionList
  969.     Images = XnewsFrame.ToolImagesHot
  970.     Left = 322
  971.     Top = 379
  972.     object acaForward: TAction
  973.       Category = 'Goto'
  974.       Caption = 'Go Forward'
  975.       Enabled = False
  976.       ShortCut = 32807
  977.       OnExecute = acaGotoExecute
  978.     end
  979.     object acaBack: TAction
  980.       Category = 'Goto'
  981.       Caption = 'Go Back'
  982.       Enabled = False
  983.       ShortCut = 32805
  984.       OnExecute = acaGotoExecute
  985.     end
  986.     object acaNextUnread: TAction
  987.       Category = 'Goto'
  988.       Caption = 'Goto Next Unread'
  989.       ImageIndex = 17
  990.       ShortCut = 191
  991.       OnExecute = acaGotoExecute
  992.     end
  993.     object acaPrev: TAction
  994.       Category = 'Goto'
  995.       Caption = 'Goto Prev'
  996.       ShortCut = 8382
  997.       OnExecute = acaGotoExecute
  998.     end
  999.     object acaPrevUnread: TAction
  1000.       Category = 'Goto'
  1001.       Caption = 'Goto Prev Unread'
  1002.       ImageIndex = 16
  1003.       ShortCut = 8383
  1004.       OnExecute = acaGotoExecute
  1005.     end
  1006.     object acaSkipDown: TAction
  1007.       Category = 'Goto'
  1008.       Caption = 'Skip Down'
  1009.       ShortCut = 8414
  1010.       OnExecute = acaGotoExecute
  1011.     end
  1012.     object acaSkipDownOut: TAction
  1013.       Category = 'Goto'
  1014.       Caption = 'Skip Down and Out'
  1015.       ShortCut = 8378
  1016.       OnExecute = acaGotoExecute
  1017.     end
  1018.     object acaNextThread: TAction
  1019.       Category = 'Goto'
  1020.       Caption = 'Goto Next Thread'
  1021.       ImageIndex = 15
  1022.       ShortCut = 222
  1023.       OnExecute = acaGotoExecute
  1024.     end
  1025.     object acaPrevThread: TAction
  1026.       Category = 'Goto'
  1027.       Caption = 'Goto Prev Thread'
  1028.       ImageIndex = 14
  1029.       ShortCut = 186
  1030.       OnExecute = acaGotoExecute
  1031.     end
  1032.     object acaNextQueue: TAction
  1033.       Category = 'Goto'
  1034.       Caption = 'Goto Next in Queue'
  1035.       ImageIndex = 13
  1036.       ShortCut = 188
  1037.       OnExecute = acaGotoExecute
  1038.     end
  1039.     object acaNext: TAction
  1040.       Category = 'Goto'
  1041.       Caption = 'Goto Next'
  1042.       ShortCut = 190
  1043.       OnExecute = acaGotoExecute
  1044.     end
  1045.     object acaNextScore: TAction
  1046.       Category = 'Goto'
  1047.       Caption = 'Goto Next >0 Score'
  1048.       OnExecute = acaGotoExecute
  1049.     end
  1050.     object acaNextHiScore: TAction
  1051.       Category = 'Goto'
  1052.       Caption = 'Goto Next High Score'
  1053.       OnExecute = acaGotoExecute
  1054.     end
  1055.     object acaScanScore: TAction
  1056.       Category = 'Goto'
  1057.       Caption = 'Scan For >0 Score'
  1058.       OnExecute = acaGotoExecute
  1059.     end
  1060.     object acaParent: TAction
  1061.       Category = 'Goto'
  1062.       Caption = 'Get Parent'
  1063.       ImageIndex = 12
  1064.       ShortCut = 16392
  1065.       OnExecute = acaParentExecute
  1066.     end
  1067.     object acaNextNew: TAction
  1068.       Category = 'Goto'
  1069.       Caption = 'Goto Next New Header'
  1070.       ShortCut = 192
  1071.       OnExecute = acaGotoExecute
  1072.     end
  1073.     object acaFind: TAction
  1074.       Category = 'Article'
  1075.       Caption = 'Find'
  1076.       ShortCut = 113
  1077.       OnExecute = acaFindExecute
  1078.     end
  1079.     object acaFindAgain: TAction
  1080.       Category = 'Article'
  1081.       Caption = 'Find Again'
  1082.       ShortCut = 114
  1083.       OnExecute = acaFindAgainExecute
  1084.     end
  1085.     object acaXPAT: TAction
  1086.       Category = 'Article'
  1087.       Caption = 'XPAT Search'
  1088.       ShortCut = 16497
  1089.       OnExecute = acaXPATExecute
  1090.     end
  1091.     object acaPost: TAction
  1092.       Category = 'Article'
  1093.       Caption = 'Post to Newsgroup'
  1094.       ShortCut = 80
  1095.       OnExecute = acadoPosting
  1096.     end
  1097.     object acaFollowUp: TAction
  1098.       Category = 'Article'
  1099.       Caption = 'Follow-Up to Newsgroup'
  1100.       ShortCut = 70
  1101.       OnExecute = acadoPosting
  1102.     end
  1103.     object acaFollowUpMail: TAction
  1104.       Category = 'Article'
  1105.       Caption = 'Follow-Up and Mail Reply'
  1106.       OnExecute = acadoPosting
  1107.     end
  1108.     object acaMail: TAction
  1109.       Category = 'Article'
  1110.       Caption = 'Reply by Mail'
  1111.       ShortCut = 77
  1112.       OnExecute = acadoPosting
  1113.     end
  1114.     object acaForw: TAction
  1115.       Category = 'Article'
  1116.       Caption = 'Forward by Mail'
  1117.       ShortCut = 16461
  1118.       OnExecute = acadoPosting
  1119.     end
  1120.     object acaCancel: TAction
  1121.       Category = 'Article'
  1122.       Caption = 'Cancel Message'
  1123.       OnExecute = acaCancelExecute
  1124.     end
  1125.     object acaSupersede: TAction
  1126.       Category = 'Article'
  1127.       Caption = 'Supersede'
  1128.       OnExecute = acadoPosting
  1129.     end
  1130.     object acaSend: TAction
  1131.       Category = 'Article'
  1132.       Caption = 'Send Messages'
  1133.       ImageIndex = 0
  1134.       OnExecute = acaSendExecute
  1135.     end
  1136.     object acaEdit: TAction
  1137.       Category = 'Article'
  1138.       Caption = 'Edit Message'
  1139.       ImageIndex = 5
  1140.       ShortCut = 69
  1141.       OnExecute = acaEditExecute
  1142.     end
  1143.     object acaArchive: TAction
  1144.       Category = 'Article'
  1145.       Caption = 'Archive'
  1146.       ImageIndex = 6
  1147.       ShortCut = 65
  1148.       OnExecute = acaArchiveExecute
  1149.     end
  1150.     object acaDecode: TAction
  1151.       Category = 'Article'
  1152.       Caption = 'Decode'
  1153.       ImageIndex = 3
  1154.       ShortCut = 115
  1155.       OnExecute = acaDecodeExecute
  1156.     end
  1157.     object acaSaveAs: TAction
  1158.       Category = 'Article'
  1159.       Caption = 'Save As...'
  1160.       ShortCut = 117
  1161.       OnExecute = acaSaveAsExecute
  1162.     end
  1163.     object acaFetch: TAction
  1164.       Category = 'Article'
  1165.       Caption = 'Fetch to Storage'
  1166.       OnExecute = acaDecodeExecute
  1167.     end
  1168.     object acaPrint: TAction
  1169.       Category = 'Article'
  1170.       Caption = 'Print'
  1171.       ShortCut = 16464
  1172.       OnExecute = acaPrintExecute
  1173.     end
  1174.     object acaReConsThread: TAction
  1175.       Category = 'Article'
  1176.       Caption = 'Reconstruct Thread'
  1177.       ShortCut = 16469
  1178.       OnExecute = acaReConsThreadExecute
  1179.     end
  1180.     object acaKill: TAction
  1181.       Category = 'Article'
  1182.       Caption = 'Kill this poster (*plonk*)'
  1183.       ShortCut = 75
  1184.       OnExecute = acaKillExecute
  1185.     end
  1186.     object acaAddToScore: TAction
  1187.       Category = 'Article'
  1188.       Caption = 'Add to score file'
  1189.       OnExecute = acaAddToScoreExecute
  1190.     end
  1191.     object acaRefresh: TAction
  1192.       Category = 'Article'
  1193.       Caption = 'Refresh Headers'
  1194.       ImageIndex = 4
  1195.       ShortCut = 116
  1196.       OnExecute = acaRefreshExecute
  1197.     end
  1198.     object acaRefreshEx: TAction
  1199.       Category = 'Article'
  1200.       Caption = 'Refresh Headers Special'
  1201.       ShortCut = 16500
  1202.       OnExecute = acaRefreshExecute
  1203.     end
  1204.     object acaStorage: TAction
  1205.       Category = 'Article'
  1206.       Caption = 'Storage...'
  1207.       ShortCut = 118
  1208.       OnExecute = acaStorageExecute
  1209.     end
  1210.     object acaPurge: TAction
  1211.       Category = 'Article'
  1212.       Caption = 'Purge Folder'
  1213.       ShortCut = 16502
  1214.       OnExecute = acaPurgeExecute
  1215.     end
  1216.     object acaCompact: TAction
  1217.       Category = 'Article'
  1218.       Caption = 'Compact Folder'
  1219.       OnExecute = acaCompactExecute
  1220.     end
  1221.     object acaSelectAll: TAction
  1222.       Category = 'Article'
  1223.       Caption = 'Select All'
  1224.       ShortCut = 16449
  1225.       OnExecute = acaSelectAllExecute
  1226.     end
  1227.     object acaInvertSelection: TAction
  1228.       Category = 'Article'
  1229.       Caption = 'Invert Selection'
  1230.       OnExecute = acaInvertSelectionExecute
  1231.     end
  1232.     object acaMarkRead: TAction
  1233.       Category = 'Article'
  1234.       Caption = 'Mark Read'
  1235.       ShortCut = 219
  1236.       OnExecute = acaMarkExecute
  1237.     end
  1238.     object acaMarkUnread: TAction
  1239.       Category = 'Article'
  1240.       Caption = 'Mark Unread'
  1241.       ShortCut = 221
  1242.       OnExecute = acaMarkExecute
  1243.     end
  1244.     object acaMarkKeep: TAction
  1245.       Category = 'Article'
  1246.       Caption = 'Mark Keep'
  1247.       ShortCut = 8411
  1248.       OnExecute = acaMarkExecute
  1249.     end
  1250.     object acaMarkUnkeep: TAction
  1251.       Category = 'Article'
  1252.       Caption = 'Mark Unkeep'
  1253.       ShortCut = 8413
  1254.       OnExecute = acaMarkExecute
  1255.     end
  1256.     object acaMarkHiScore: TAction
  1257.       Category = 'Article'
  1258.       Caption = 'Mark as High Score'
  1259.       ShortCut = 57
  1260.       OnExecute = acaMarkExecute
  1261.     end
  1262.     object acaMark0Score: TAction
  1263.       Category = 'Article'
  1264.       Caption = 'Mark as 0 Score'
  1265.       ShortCut = 48
  1266.       OnExecute = acaMarkExecute
  1267.     end
  1268.     object acaToggleScore: TAction
  1269.       Category = 'Article'
  1270.       Caption = 'Toggle High/Zero Score'
  1271.       OnExecute = acaMarkExecute
  1272.     end
  1273.     object acaMarkDelete: TAction
  1274.       Category = 'Article'
  1275.       Caption = 'Delete'
  1276.       ShortCut = 46
  1277.       OnExecute = acaMarkExecute
  1278.     end
  1279.     object acaMarkUndelete: TAction
  1280.       Category = 'Article'
  1281.       Caption = 'Undelete'
  1282.       ShortCut = 8238
  1283.       OnExecute = acaMarkExecute
  1284.     end
  1285.     object acaMarkAllRead: TAction
  1286.       Category = 'Article'
  1287.       Caption = 'Mark All Read'
  1288.       ShortCut = 8311
  1289.       OnExecute = acaMarkAllExecute
  1290.     end
  1291.     object acaMarkAllUnread: TAction
  1292.       Category = 'Article'
  1293.       Caption = 'Mark All Unread'
  1294.       OnExecute = acaMarkAllExecute
  1295.     end
  1296.     object acaMarkAllDelete: TAction
  1297.       Category = 'Article'
  1298.       Caption = 'Mark All Delete'
  1299.       ShortCut = 16430
  1300.       OnExecute = acaMarkAllExecute
  1301.     end
  1302.     object acaMarkAllUndelete: TAction
  1303.       Category = 'Article'
  1304.       Caption = 'Mark All Undelete'
  1305.       OnExecute = acaMarkAllExecute
  1306.     end
  1307.     object acaCatchUp: TAction
  1308.       Category = 'Article'
  1309.       Caption = 'CatchUp'
  1310.       ImageIndex = 0
  1311.       ShortCut = 119
  1312.       OnExecute = acaCatchUpExecute
  1313.     end
  1314.     object acaCatchUpNoKeep: TAction
  1315.       Category = 'Article'
  1316.       Caption = 'CatchUp and Clear Keep'
  1317.       ImageIndex = 0
  1318.       OnExecute = acaCatchUpExecute
  1319.     end
  1320.     object acaCatchUpKillXPost: TAction
  1321.       Category = 'Article'
  1322.       Caption = 'CatchUp and Kill XPost'
  1323.       ImageIndex = 0
  1324.       OnExecute = acaCatchUpExecute
  1325.     end
  1326.     object acaCatchUpPurge: TAction
  1327.       Category = 'Article'
  1328.       Caption = 'CatchUp and Purge'
  1329.       ImageIndex = 0
  1330.       OnExecute = acaCatchUpExecute
  1331.     end
  1332.     object acvFS: TAction
  1333.       Category = 'View'
  1334.       Caption = 'Full Screen'
  1335.       ShortCut = 123
  1336.       OnExecute = acvFSExecute
  1337.     end
  1338.     object acvToggleWidth: TAction
  1339.       Category = 'View'
  1340.       Caption = 'Change Subject Width'
  1341.       ShortCut = 122
  1342.       OnExecute = acvToggleWidthExecute
  1343.     end
  1344.     object acvSplitAlign: TAction
  1345.       Category = 'View'
  1346.       Caption = 'Switch H/V Split'
  1347.       ShortCut = 16507
  1348.       OnExecute = acvSplitAlignExecute
  1349.     end
  1350.     object acvSwitchView: TAction
  1351.       Category = 'View'
  1352.       Caption = 'Switch List <-> Viewer'
  1353.       OnExecute = acvSwitchViewExecute
  1354.     end
  1355.     object acvExpand: TAction
  1356.       Category = 'View'
  1357.       Caption = 'Expand Thread'
  1358.       Checked = True
  1359.       ShortCut = 187
  1360.       OnExecute = acvExpandCollapseExecute
  1361.     end
  1362.     object acvCollapse: TAction
  1363.       Category = 'View'
  1364.       Caption = 'Collapse Thread'
  1365.       Checked = True
  1366.       ShortCut = 189
  1367.       OnExecute = acvExpandCollapseExecute
  1368.     end
  1369.     object acvExpandAll: TAction
  1370.       Category = 'View'
  1371.       Caption = 'Expand All Threads'
  1372.       Checked = True
  1373.       OnExecute = acvAllExpandedExecute
  1374.     end
  1375.     object acvCollapseAll: TAction
  1376.       Category = 'View'
  1377.       Caption = 'Collapse All Threads'
  1378.       Checked = True
  1379.       OnExecute = acvAllExpandedExecute
  1380.     end
  1381.     object acvThreaded: TAction
  1382.       Category = 'View'
  1383.       Caption = 'Threaded View'
  1384.       Checked = True
  1385.       OnExecute = acvThreadedExecute
  1386.     end
  1387.     object acvAllExpanded: TAction
  1388.       Category = 'View'
  1389.       Caption = 'Toggle All Expanded'
  1390.       Checked = True
  1391.       ShortCut = 84
  1392.       OnExecute = acvAllExpandedExecute
  1393.     end
  1394.     object acvAutoCollapse: TAction
  1395.       Category = 'View'
  1396.       Caption = 'Auto Collapse'
  1397.       OnExecute = acvAutoCollapseExecute
  1398.     end
  1399.     object acvAutoBrowse: TAction
  1400.       Category = 'View'
  1401.       Caption = 'Auto Browse'
  1402.       OnExecute = acvViewExecute
  1403.     end
  1404.     object acvShowActive: TAction
  1405.       Category = 'View'
  1406.       Caption = 'Highlight Current Acticle'
  1407.       ShortCut = 67
  1408.       OnExecute = acvShowActiveExecute
  1409.     end
  1410.     object acvQuoted: TAction
  1411.       Category = 'View'
  1412.       Caption = 'Quoted Text'
  1413.       Checked = True
  1414.       OnExecute = acvViewExecute
  1415.     end
  1416.     object acvRaw: TAction
  1417.       Category = 'View'
  1418.       Caption = 'Raw Text'
  1419.       ShortCut = 82
  1420.       OnExecute = acvViewExecute
  1421.     end
  1422.     object acvShowallheaders: TAction
  1423.       Category = 'View'
  1424.       Caption = 'Show All Headers'
  1425.       ImageIndex = 7
  1426.       ShortCut = 72
  1427.       OnExecute = acvViewExecute
  1428.     end
  1429.     object acvWordWrap: TAction
  1430.       Category = 'View'
  1431.       Caption = 'Word Wrap'
  1432.       ImageIndex = 9
  1433.       OnExecute = acvViewExecute
  1434.     end
  1435.     object acvFixedFont: TAction
  1436.       Category = 'View'
  1437.       Caption = 'Use Fixed Font'
  1438.       ImageIndex = 8
  1439.       ShortCut = 8262
  1440.       OnExecute = acvViewExecute
  1441.     end
  1442.     object acvROT13: TAction
  1443.       Category = 'View'
  1444.       Caption = 'ROT-13'
  1445.       OnExecute = acvROT13Execute
  1446.     end
  1447.     object acvShowBin: TAction
  1448.       Category = 'View'
  1449.       Caption = 'Hide Incomplete Binaries'
  1450.       ShortCut = 66
  1451.       OnExecute = acvEZFilterExecute
  1452.     end
  1453.     object acvShowMBin: TAction
  1454.       Category = 'View'
  1455.       Caption = 'Show Binaries Only'
  1456.       OnExecute = acvEZFilterExecute
  1457.     end
  1458.     object acvShowNew: TAction
  1459.       Category = 'View'
  1460.       Caption = 'Show New Headers Only'
  1461.       ShortCut = 78
  1462.       OnExecute = acvEZFilterExecute
  1463.     end
  1464.     object acvShowUnread: TAction
  1465.       Category = 'View'
  1466.       Caption = 'Show Unread Articles Only'
  1467.       ShortCut = 85
  1468.       OnExecute = acvEZFilterExecute
  1469.     end
  1470.     object acvShowCached: TAction
  1471.       Category = 'View'
  1472.       Caption = 'Show Cached Articles Only'
  1473.       OnExecute = acvEZFilterExecute
  1474.     end
  1475.     object acvShowQ: TAction
  1476.       Category = 'View'
  1477.       Caption = 'Show Queued Articles Only'
  1478.       ShortCut = 81
  1479.       OnExecute = acvEZFilterExecute
  1480.     end
  1481.     object acvShowGe9999Score: TAction
  1482.       Category = 'View'
  1483.       Caption = 'Show >= 9999 Scores'
  1484.       OnExecute = FilterScore
  1485.     end
  1486.     object acvShowGt0Score: TAction
  1487.       Category = 'View'
  1488.       Caption = 'Show > 0 Scores'
  1489.       OnExecute = FilterScore
  1490.     end
  1491.     object acvShowGe0Score: TAction
  1492.       Category = 'View'
  1493.       Caption = 'Show >= 0 Scores'
  1494.       OnExecute = FilterScore
  1495.     end
  1496.     object acvShowGt_9999Score: TAction
  1497.       Category = 'View'
  1498.       Caption = 'Show > -9999 Scores'
  1499.       OnExecute = FilterScore
  1500.     end
  1501.     object acvShowThNew: TAction
  1502.       Category = 'View'
  1503.       Caption = 'Show Threads with New Headers'
  1504.       OnExecute = acvThFilterExecute
  1505.     end
  1506.     object acvShowThUnread: TAction
  1507.       Category = 'View'
  1508.       Caption = 'Show Threads with Unread'
  1509.       OnExecute = acvThFilterExecute
  1510.     end
  1511.     object acvShowThQ: TAction
  1512.       Category = 'View'
  1513.       Caption = 'Show Threads with Queued'
  1514.       OnExecute = acvThFilterExecute
  1515.     end
  1516.     object acvShowThGt0Score: TAction
  1517.       Category = 'View'
  1518.       Caption = 'Show Threads with > 0 Scores'
  1519.       OnExecute = acvThFilterExecute
  1520.     end
  1521.     object acvStatsForm: TAction
  1522.       Category = 'View'
  1523.       Caption = 'View stats'
  1524.       ShortCut = 86
  1525.       OnExecute = acvStatsFormExecute
  1526.     end
  1527.     object acvFilter: TAction
  1528.       Category = 'View'
  1529.       Caption = 'Filter...'
  1530.       ShortCut = 120
  1531.       OnExecute = acvFilterExecute
  1532.     end
  1533.     object acvUndoFilter: TAction
  1534.       Category = 'View'
  1535.       Caption = 'Undo Last Filter'
  1536.       Enabled = False
  1537.       ShortCut = 32776
  1538.       OnExecute = acvUndoFilterExecute
  1539.     end
  1540.     object acvInvertFilter: TAction
  1541.       Category = 'View'
  1542.       Caption = 'Invert Filter'
  1543.       Enabled = False
  1544.       OnExecute = acvEZFilterExecute
  1545.     end
  1546.     object acvRemoveFilter: TAction
  1547.       Category = 'View'
  1548.       Caption = 'Remove All Filters'
  1549.       Enabled = False
  1550.       ShortCut = 16504
  1551.       OnExecute = acvRemoveFilterExecute
  1552.     end
  1553.     object acvSwitchFilterColumn: TAction
  1554.       Category = 'View'
  1555.       Caption = 'Switch Filter Column'
  1556.       OnExecute = acvSwitchFilterColumnExecute
  1557.     end
  1558.     object acvAttachments: TAction
  1559.       Category = 'View'
  1560.       Caption = 'List Attachments'
  1561.       OnExecute = acvAttachmentsExecute
  1562.     end
  1563.     object acvSkipQuote: TAction
  1564.       Category = 'View'
  1565.       Caption = 'Skip Quoted Text'
  1566.       OnExecute = acvSkipQuoteExecute
  1567.     end
  1568.     object acaThread: TAction
  1569.       Category = 'Article'
  1570.       Caption = 'Thread articles'
  1571.       OnExecute = acaThreadExecute
  1572.     end
  1573.     object acaEditSubject: TAction
  1574.       Category = 'Article'
  1575.       Caption = 'Edit Subject'
  1576.       ShortCut = 8261
  1577.       OnExecute = acaEditSubjectExecute
  1578.     end
  1579.   end
  1580.   object poScore: TPopupMenu
  1581.     Left = 458
  1582.     Top = 388
  1583.     object Filter1: TMenuItem
  1584.       Caption = 'Filter'
  1585.       OnClick = acvFilterExecute
  1586.     end
  1587.     object N8: TMenuItem
  1588.       Caption = '-'
  1589.     end
  1590.     object miFltrClear: TMenuItem
  1591.       Action = acvRemoveFilter
  1592.       Caption = 'Clear'
  1593.     end
  1594.     object N99991: TMenuItem
  1595.       Tag = 9999
  1596.       Caption = '>= 9999'
  1597.       OnClick = FilterScore
  1598.     end
  1599.     object N01: TMenuItem
  1600.       Tag = 1
  1601.       Caption = '> 0'
  1602.       OnClick = FilterScore
  1603.     end
  1604.     object N02: TMenuItem
  1605.       Caption = '>= 0'
  1606.       OnClick = FilterScore
  1607.     end
  1608.     object N99992: TMenuItem
  1609.       Tag = -9998
  1610.       Caption = '> -9999'
  1611.       OnClick = FilterScore
  1612.     end
  1613.   end
  1614.   object poStorage: TPopupMenu
  1615.     OnPopup = poStoragePopup
  1616.     Left = 450
  1617.     Top = 436
  1618.     object moDummy: TMenuItem
  1619.       Caption = 'Storage...'
  1620.       ShortCut = 118
  1621.       OnClick = acaStorageExecute
  1622.     end
  1623.     object N9: TMenuItem
  1624.       Caption = '-'
  1625.     end
  1626.     object moSaveHeaders: TMenuItem
  1627.       Caption = 'Save &headers'
  1628.       GroupIndex = 1
  1629.       RadioItem = True
  1630.       OnClick = moStorageClick
  1631.     end
  1632.     object moSaveAll: TMenuItem
  1633.       Caption = 'Save headers and &articles'
  1634.       GroupIndex = 1
  1635.       RadioItem = True
  1636.       OnClick = moStorageClick
  1637.     end
  1638.     object moSaveNone: TMenuItem
  1639.       Caption = 'Save ¬hing'
  1640.       GroupIndex = 1
  1641.       RadioItem = True
  1642.       OnClick = moStorageClick
  1643.     end
  1644.     object N10: TMenuItem
  1645.       Caption = '-'
  1646.       GroupIndex = 1
  1647.     end
  1648.     object moCompact: TMenuItem
  1649.       Caption = 'Compact file'
  1650.       GroupIndex = 1
  1651.       OnClick = moStorageClick
  1652.     end
  1653.   end
  1654.   object mnAttach: TPopupMenu
  1655.     Left = 184
  1656.     Top = 328
  1657.   end
  1658.   object poHdrs: TPopupMenu
  1659.     AutoPopup = False
  1660.     OnPopup = UpdateMenu
  1661.     Left = 168
  1662.     Top = 216
  1663.     object miQ: TMenuItem
  1664.       Caption = '(De)Queue'
  1665.       ShortCut = 32
  1666.       OnClick = miQClick
  1667.     end
  1668.     object miQAll: TMenuItem
  1669.       Caption = 'Queue All'
  1670.       ShortCut = 16416
  1671.       OnClick = miQClick
  1672.     end
  1673.     object miClearQ: TMenuItem
  1674.       Caption = 'Clear Queue'
  1675.       ShortCut = 24608
  1676.       OnClick = miQClick
  1677.     end
  1678.     object N2: TMenuItem
  1679.       Caption = '-'
  1680.     end
  1681.     object miEditSubj: TMenuItem
  1682.       Action = acaEditSubject
  1683.     end
  1684.   end
  1685.   object poMemo: TPopupMenu
  1686.     OnPopup = UpdateMenu
  1687.     Left = 160
  1688.     Top = 390
  1689.     object miCopy: TMenuItem
  1690.       Caption = '&Copy'
  1691.       OnClick = miCopyClick
  1692.     end
  1693.     object CopyAll1: TMenuItem
  1694.       Caption = 'Copy &All'
  1695.       OnClick = miCopyClick
  1696.     end
  1697.   end
  1698.   object ReconTimer: TTimer
  1699.     Enabled = False
  1700.     OnTimer = ReconTimerTimer
  1701.     Left = 48
  1702.     Top = 144
  1703.   end
  1704.   object DecodeDialog: TSaveDialogEx
  1705.     Filter = 'All files (*.*)|*.*'
  1706.     FilterIndex = 0
  1707.     Options = [ofHideReadOnly, ofPathMustExist]
  1708.     Left = 408
  1709.     Top = 264
  1710.   end
  1711. end
  1712.