home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 January / PCWorld_2000-01_cd.bin / Komunik / News / Xnews / Xnews.exe / 0 / RCDATA / TFMSTATS / TFMSTATS.txt
Text File  |  1999-11-08  |  7KB  |  366 lines

  1. object fmStats: TfmStats
  2.   Left = 202
  3.   Top = 157
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 414
  7.   ClientWidth = 500
  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.   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 = 210
  25.     Caption = 'Lowest unread article number'
  26.     Color = clBtnFace
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  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 = 155
  64.       Width = 52
  65.       Height = 16
  66.       Caption = 'articles'
  67.       Font.Charset = DEFAULT_CHARSET
  68.       Font.Color = clWindowText
  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 = 11
  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 = 117
  100.       Width = 52
  101.       Height = 16
  102.       Caption = 'Set point'
  103.     end
  104.     object lbEst: TLabel
  105.       Left = 162
  106.       Top = 186
  107.       Width = 3
  108.       Height = 16
  109.     end
  110.     object Label6: TLabel
  111.       Left = 16
  112.       Top = 186
  113.       Width = 125
  114.       Height = 16
  115.       Caption = 'Server total estimate:'
  116.     end
  117.     object Label2: TLabel
  118.       Left = 11
  119.       Top = 86
  120.       Width = 69
  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 = 112
  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 = 1
  155.       Value = 0
  156.     end
  157.     object edTotal: TEdit
  158.       Left = 80
  159.       Top = 151
  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 = 2
  170.       OnChange = edTotalChange
  171.     end
  172.     object rgOptions: TRadioGroup
  173.       Left = 242
  174.       Top = 104
  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 = 3
  185.     end
  186.   end
  187.   object bOk: TButton
  188.     Left = 299
  189.     Top = 377
  190.     Width = 80
  191.     Height = 28
  192.     Caption = 'Okay'
  193.     Default = True
  194.     ModalResult = 1
  195.     TabOrder = 1
  196.   end
  197.   object Button1: TButton
  198.     Left = 400
  199.     Top = 377
  200.     Width = 80
  201.     Height = 28
  202.     Cancel = True
  203.     Caption = 'Cancel'
  204.     Default = True
  205.     ModalResult = 2
  206.     TabOrder = 2
  207.   end
  208.   object gbAllStats: TGroupBox
  209.     Left = 8
  210.     Top = 227
  211.     Width = 235
  212.     Height = 142
  213.     Caption = 'All Stats'
  214.     TabOrder = 3
  215.     object Label7: TLabel
  216.       Left = 7
  217.       Top = 32
  218.       Width = 121
  219.       Height = 16
  220.       Alignment = taRightJustify
  221.       AutoSize = False
  222.       Caption = 'Total articles:'
  223.     end
  224.     object Label8: TLabel
  225.       Left = 7
  226.       Top = 54
  227.       Width = 121
  228.       Height = 16
  229.       Alignment = taRightJustify
  230.       AutoSize = False
  231.       Caption = 'Unread articles:'
  232.     end
  233.     object Label11: TLabel
  234.       Left = 7
  235.       Top = 94
  236.       Width = 121
  237.       Height = 16
  238.       Alignment = taRightJustify
  239.       AutoSize = False
  240.       Caption = 'Multipart binaries:'
  241.     end
  242.     object Label12: TLabel
  243.       Left = 7
  244.       Top = 110
  245.       Width = 121
  246.       Height = 16
  247.       Alignment = taRightJustify
  248.       AutoSize = False
  249.       Caption = 'Complete multiparts:'
  250.     end
  251.     object Label15: TLabel
  252.       Left = 7
  253.       Top = 70
  254.       Width = 121
  255.       Height = 16
  256.       Alignment = taRightJustify
  257.       AutoSize = False
  258.       Caption = 'Killed articles:'
  259.     end
  260.     object lbxTotal: TLabel
  261.       Left = 136
  262.       Top = 27
  263.       Width = 3
  264.       Height = 16
  265.     end
  266.     object lbmTotal: TLabel
  267.       Left = 136
  268.       Top = 32
  269.       Width = 3
  270.       Height = 16
  271.     end
  272.     object lbmUnread: TLabel
  273.       Left = 136
  274.       Top = 54
  275.       Width = 3
  276.       Height = 16
  277.     end
  278.     object lbmKilled: TLabel
  279.       Left = 136
  280.       Top = 70
  281.       Width = 3
  282.       Height = 16
  283.     end
  284.     object lbmMulti: TLabel
  285.       Left = 136
  286.       Top = 94
  287.       Width = 3
  288.       Height = 16
  289.     end
  290.     object lbmCompl: TLabel
  291.       Left = 136
  292.       Top = 110
  293.       Width = 3
  294.       Height = 16
  295.     end
  296.   end
  297.   object GroupBox1: TGroupBox
  298.     Left = 256
  299.     Top = 227
  300.     Width = 235
  301.     Height = 142
  302.     Caption = 'Stats of last filter'
  303.     TabOrder = 4
  304.     object Label9: TLabel
  305.       Left = 10
  306.       Top = 32
  307.       Width = 120
  308.       Height = 16
  309.       Alignment = taRightJustify
  310.       AutoSize = False
  311.       Caption = 'Total articles:'
  312.     end
  313.     object Label10: TLabel
  314.       Left = 10
  315.       Top = 64
  316.       Width = 120
  317.       Height = 16
  318.       Alignment = taRightJustify
  319.       AutoSize = False
  320.       Caption = 'Unread articles:'
  321.     end
  322.     object Label13: TLabel
  323.       Left = 11
  324.       Top = 111
  325.       Width = 120
  326.       Height = 16
  327.       Alignment = taRightJustify
  328.       AutoSize = False
  329.       Caption = 'Complete multiparts:'
  330.     end
  331.     object Label14: TLabel
  332.       Left = 10
  333.       Top = 93
  334.       Width = 120
  335.       Height = 16
  336.       Alignment = taRightJustify
  337.       AutoSize = False
  338.       Caption = 'Multipart binaries:'
  339.     end
  340.     object lbfTotal: TLabel
  341.       Left = 136
  342.       Top = 32
  343.       Width = 3
  344.       Height = 16
  345.     end
  346.     object lbfUnread: TLabel
  347.       Left = 136
  348.       Top = 64
  349.       Width = 3
  350.       Height = 16
  351.     end
  352.     object lbfMulti: TLabel
  353.       Left = 136
  354.       Top = 93
  355.       Width = 3
  356.       Height = 16
  357.     end
  358.     object lbfCompl: TLabel
  359.       Left = 136
  360.       Top = 110
  361.       Width = 3
  362.       Height = 16
  363.     end
  364.   end
  365. end
  366.