home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / TemaCD / xnews / Xnews.exe / 0 / RCDATA / TFMSTATS / TFMSTATS.txt
Text File  |  2001-01-31  |  7KB  |  376 lines

  1. object fmStats: TfmStats
  2.   Left = 202
  3.   Top = 157
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 419
  7.   ClientWidth = 498
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBtnText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object gbSet: TGroupBox
  21.     Left = 9
  22.     Top = 7
  23.     Width = 481
  24.     Height = 217
  25.     Caption = 'Lowest unread article number'
  26.     Color = clBtnFace
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clBtnText
  29.     Font.Height = -13
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentColor = False
  33.     ParentFont = False
  34.     TabOrder = 0
  35.     object imKills: TImage
  36.       Left = 95
  37.       Top = 89
  38.       Width = 290
  39.       Height = 11
  40.     end
  41.     object imReads: TImage
  42.       Left = 95
  43.       Top = 76
  44.       Width = 290
  45.       Height = 11
  46.     end
  47.     object lbFrom: TLabel
  48.       Left = 12
  49.       Top = 28
  50.       Width = 69
  51.       Height = 16
  52.       AutoSize = False
  53.     end
  54.     object lbTo: TLabel
  55.       Left = 400
  56.       Top = 28
  57.       Width = 69
  58.       Height = 16
  59.       AutoSize = False
  60.     end
  61.     object Label3: TLabel
  62.       Left = 185
  63.       Top = 157
  64.       Width = 52
  65.       Height = 16
  66.       Caption = 'articles'
  67.       Font.Charset = DEFAULT_CHARSET
  68.       Font.Color = clBtnText
  69.       Font.Height = -13
  70.       Font.Name = 'MS Sans Serif'
  71.       Font.Style = [fsBold]
  72.       ParentFont = False
  73.     end
  74.     object imXovers: TImage
  75.       Left = 95
  76.       Top = 62
  77.       Width = 290
  78.       Height = 11
  79.     end
  80.     object Label4: TLabel
  81.       Left = 15
  82.       Top = 58
  83.       Width = 69
  84.       Height = 16
  85.       Alignment = taRightJustify
  86.       AutoSize = False
  87.       Caption = 'Retrieved'
  88.     end
  89.     object Label5: TLabel
  90.       Left = 403
  91.       Top = 73
  92.       Width = 69
  93.       Height = 16
  94.       AutoSize = False
  95.       Caption = 'Read'
  96.     end
  97.     object Label1: TLabel
  98.       Left = 20
  99.       Top = 119
  100.       Width = 52
  101.       Height = 16
  102.       Caption = 'Set point'
  103.     end
  104.     object lbEst: TLabel
  105.       Left = 162
  106.       Top = 189
  107.       Width = 3
  108.       Height = 16
  109.     end
  110.     object Label6: TLabel
  111.       Left = 16
  112.       Top = 188
  113.       Width = 125
  114.       Height = 16
  115.       Caption = 'Server total estimate:'
  116.     end
  117.     object Label2: TLabel
  118.       Left = 48
  119.       Top = 86
  120.       Width = 36
  121.       Height = 16
  122.       Alignment = taRightJustify
  123.       AutoSize = False
  124.       Caption = 'Killed'
  125.     end
  126.     object Trackbar: TTrackBarNoSel
  127.       Left = 83
  128.       Top = 19
  129.       Width = 314
  130.       Height = 33
  131.       Min = -10
  132.       Orientation = trHorizontal
  133.       Frequency = 2
  134.       Position = -10
  135.       TabOrder = 0
  136.       TickMarks = tmBottomRight
  137.       TickStyle = tsAuto
  138.     end
  139.     object edNum: TSpinEdit
  140.       Left = 82
  141.       Top = 114
  142.       Width = 103
  143.       Height = 26
  144.       Color = clBlack
  145.       Font.Charset = DEFAULT_CHARSET
  146.       Font.Color = clLime
  147.       Font.Height = -13
  148.       Font.Name = 'MS Sans Serif'
  149.       Font.Style = [fsBold]
  150.       MaxLength = 9
  151.       MaxValue = 10
  152.       MinValue = -10
  153.       ParentFont = False
  154.       TabOrder = 2
  155.       Value = 0
  156.     end
  157.     object edTotal: TEdit
  158.       Left = 80
  159.       Top = 153
  160.       Width = 103
  161.       Height = 24
  162.       Color = clBlack
  163.       Font.Charset = DEFAULT_CHARSET
  164.       Font.Color = clLime
  165.       Font.Height = -13
  166.       Font.Name = 'MS Sans Serif'
  167.       Font.Style = [fsBold]
  168.       ParentFont = False
  169.       TabOrder = 3
  170.       OnChange = edTotalChange
  171.     end
  172.     object rgOptions: TRadioGroup
  173.       Left = 242
  174.       Top = 106
  175.       Width = 222
  176.       Height = 97
  177.       Caption = 'Options'
  178.       ItemIndex = 1
  179.       Items.Strings = (
  180.         'Set read and retrieve headers'
  181.         'Retrieve headers only'
  182.         'Set read only'
  183.         'Do nothing')
  184.       TabOrder = 4
  185.     end
  186.     object bClear: TButton
  187.       Left = 5
  188.       Top = 86
  189.       Width = 41
  190.       Height = 16
  191.       Hint = 'Clear killed'
  192.       Caption = 'Clear'
  193.       TabOrder = 1
  194.       OnClick = bClearClick
  195.     end
  196.   end
  197.   object bOk: TButton
  198.     Left = 299
  199.     Top = 384
  200.     Width = 80
  201.     Height = 28
  202.     Caption = 'Okay'
  203.     Default = True
  204.     ModalResult = 1
  205.     TabOrder = 1
  206.   end
  207.   object Button1: TButton
  208.     Left = 400
  209.     Top = 384
  210.     Width = 80
  211.     Height = 28
  212.     Cancel = True
  213.     Caption = 'Cancel'
  214.     Default = True
  215.     ModalResult = 2
  216.     TabOrder = 2
  217.   end
  218.   object gbAllStats: TGroupBox
  219.     Left = 8
  220.     Top = 232
  221.     Width = 235
  222.     Height = 142
  223.     Caption = 'All Stats'
  224.     TabOrder = 3
  225.     object Label7: TLabel
  226.       Left = 7
  227.       Top = 32
  228.       Width = 121
  229.       Height = 16
  230.       Alignment = taRightJustify
  231.       AutoSize = False
  232.       Caption = 'Total articles:'
  233.     end
  234.     object Label8: TLabel
  235.       Left = 7
  236.       Top = 54
  237.       Width = 121
  238.       Height = 16
  239.       Alignment = taRightJustify
  240.       AutoSize = False
  241.       Caption = 'Unread articles:'
  242.     end
  243.     object Label11: TLabel
  244.       Left = 7
  245.       Top = 94
  246.       Width = 121
  247.       Height = 16
  248.       Alignment = taRightJustify
  249.       AutoSize = False
  250.       Caption = 'Multipart binaries:'
  251.     end
  252.     object Label12: TLabel
  253.       Left = 7
  254.       Top = 110
  255.       Width = 121
  256.       Height = 16
  257.       Alignment = taRightJustify
  258.       AutoSize = False
  259.       Caption = 'Complete multiparts:'
  260.     end
  261.     object Label15: TLabel
  262.       Left = 7
  263.       Top = 70
  264.       Width = 121
  265.       Height = 16
  266.       Alignment = taRightJustify
  267.       AutoSize = False
  268.       Caption = 'Killed articles:'
  269.     end
  270.     object lbxTotal: TLabel
  271.       Left = 136
  272.       Top = 27
  273.       Width = 3
  274.       Height = 16
  275.     end
  276.     object lbmTotal: TLabel
  277.       Left = 136
  278.       Top = 32
  279.       Width = 3
  280.       Height = 16
  281.     end
  282.     object lbmUnread: TLabel
  283.       Left = 136
  284.       Top = 54
  285.       Width = 3
  286.       Height = 16
  287.     end
  288.     object lbmKilled: TLabel
  289.       Left = 136
  290.       Top = 70
  291.       Width = 3
  292.       Height = 16
  293.     end
  294.     object lbmMulti: TLabel
  295.       Left = 136
  296.       Top = 94
  297.       Width = 3
  298.       Height = 16
  299.     end
  300.     object lbmCompl: TLabel
  301.       Left = 136
  302.       Top = 110
  303.       Width = 3
  304.       Height = 16
  305.     end
  306.   end
  307.   object GroupBox1: TGroupBox
  308.     Left = 256
  309.     Top = 232
  310.     Width = 235
  311.     Height = 142
  312.     Caption = 'Stats of last filter'
  313.     TabOrder = 4
  314.     object Label9: TLabel
  315.       Left = 10
  316.       Top = 32
  317.       Width = 120
  318.       Height = 16
  319.       Alignment = taRightJustify
  320.       AutoSize = False
  321.       Caption = 'Total articles:'
  322.     end
  323.     object Label10: TLabel
  324.       Left = 10
  325.       Top = 64
  326.       Width = 120
  327.       Height = 16
  328.       Alignment = taRightJustify
  329.       AutoSize = False
  330.       Caption = 'Unread articles:'
  331.     end
  332.     object Label13: TLabel
  333.       Left = 11
  334.       Top = 111
  335.       Width = 120
  336.       Height = 16
  337.       Alignment = taRightJustify
  338.       AutoSize = False
  339.       Caption = 'Complete multiparts:'
  340.     end
  341.     object Label14: TLabel
  342.       Left = 10
  343.       Top = 93
  344.       Width = 120
  345.       Height = 16
  346.       Alignment = taRightJustify
  347.       AutoSize = False
  348.       Caption = 'Multipart binaries:'
  349.     end
  350.     object lbfTotal: TLabel
  351.       Left = 136
  352.       Top = 32
  353.       Width = 3
  354.       Height = 16
  355.     end
  356.     object lbfUnread: TLabel
  357.       Left = 136
  358.       Top = 64
  359.       Width = 3
  360.       Height = 16
  361.     end
  362.     object lbfMulti: TLabel
  363.       Left = 136
  364.       Top = 93
  365.       Width = 3
  366.       Height = 16
  367.     end
  368.     object lbfCompl: TLabel
  369.       Left = 136
  370.       Top = 110
  371.       Width = 3
  372.       Height = 16
  373.     end
  374.   end
  375. end
  376.