home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / system / speedfan / installspeedfan428.exe / speedfan.exe / 0 / RCDATA / TFRMSTATISTICS / TFRMSTATISTICS.txt
Text File  |  2006-02-08  |  7KB  |  387 lines

  1. object frmStatistics: TfrmStatistics
  2.   Left = 203
  3.   Top = 103
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   BorderWidth = 6
  7.   Caption = 'Translation Statistics for <%s>'
  8.   ClientHeight = 485
  9.   ClientWidth = 500
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 0
  24.     Width = 47
  25.     Height = 13
  26.     Caption = 'General:'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'Tahoma'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.   end
  34.   object Bevel1: TBevel
  35.     Left = 8
  36.     Top = 16
  37.     Width = 484
  38.     Height = 5
  39.     Anchors = [akLeft, akTop, akRight]
  40.     Shape = bsBottomLine
  41.   end
  42.   object labLanguages: TLabel
  43.     Left = 24
  44.     Top = 28
  45.     Width = 76
  46.     Height = 13
  47.     Caption = 'Languages: %d'
  48.   end
  49.   object labHandled: TLabel
  50.     Left = 24
  51.     Top = 52
  52.     Width = 115
  53.     Height = 13
  54.     Caption = 'Properties Handled: %d'
  55.   end
  56.   object labStandard: TLabel
  57.     Left = 24
  58.     Top = 76
  59.     Width = 98
  60.     Height = 13
  61.     Caption = 'Standard Items: %d'
  62.   end
  63.   object labExtended: TLabel
  64.     Left = 24
  65.     Top = 140
  66.     Width = 100
  67.     Height = 13
  68.     Caption = 'Extended Items: %d'
  69.   end
  70.   object labTranslatedStd: TLabel
  71.     Left = 176
  72.     Top = 76
  73.     Width = 133
  74.     Height = 13
  75.     Caption = 'Translated: %d (%.2f%%)'
  76.   end
  77.   object labTranslatedExt: TLabel
  78.     Left = 176
  79.     Top = 140
  80.     Width = 133
  81.     Height = 13
  82.     Caption = 'Translated: %d (%.2f%%)'
  83.   end
  84.   object labTotal: TLabel
  85.     Left = 24
  86.     Top = 204
  87.     Width = 55
  88.     Height = 13
  89.     Caption = 'Total: %d'
  90.     Font.Charset = DEFAULT_CHARSET
  91.     Font.Color = clWindowText
  92.     Font.Height = -11
  93.     Font.Name = 'Tahoma'
  94.     Font.Style = [fsBold, fsUnderline]
  95.     ParentFont = False
  96.   end
  97.   object labTranslatedTotal: TLabel
  98.     Left = 176
  99.     Top = 204
  100.     Width = 121
  101.     Height = 13
  102.     Caption = 'Total: %d (%.2f%%)'
  103.     Font.Charset = DEFAULT_CHARSET
  104.     Font.Color = clWindowText
  105.     Font.Height = -11
  106.     Font.Name = 'Tahoma'
  107.     Font.Style = [fsBold, fsUnderline]
  108.     ParentFont = False
  109.   end
  110.   object Bevel2: TBevel
  111.     Left = 8
  112.     Top = 244
  113.     Width = 484
  114.     Height = 5
  115.     Anchors = [akLeft, akTop, akRight]
  116.     Shape = bsBottomLine
  117.   end
  118.   object Label10: TLabel
  119.     Left = 8
  120.     Top = 228
  121.     Width = 100
  122.     Height = 13
  123.     Caption = 'Language Details:'
  124.     Font.Charset = DEFAULT_CHARSET
  125.     Font.Color = clWindowText
  126.     Font.Height = -11
  127.     Font.Name = 'Tahoma'
  128.     Font.Style = [fsBold]
  129.     ParentFont = False
  130.   end
  131.   object Label11: TLabel
  132.     Left = 24
  133.     Top = 256
  134.     Width = 51
  135.     Height = 13
  136.     Caption = '&Language:'
  137.     FocusControl = cbLanguages
  138.   end
  139.   object labNonEmpty: TLabel
  140.     Left = 24
  141.     Top = 280
  142.     Width = 77
  143.     Height = 13
  144.     Caption = 'Non-empty: %d'
  145.   end
  146.   object labEmpty: TLabel
  147.     Left = 176
  148.     Top = 280
  149.     Width = 112
  150.     Height = 13
  151.     Caption = 'Empty: %d (%.2f%%)'
  152.   end
  153.   object labWordCount: TLabel
  154.     Left = 24
  155.     Top = 300
  156.     Width = 87
  157.     Height = 13
  158.     Caption = 'Words Count: %d'
  159.   end
  160.   object Label15: TLabel
  161.     Left = 8
  162.     Top = 324
  163.     Width = 115
  164.     Height = 13
  165.     Caption = 'Translations Details:'
  166.     Font.Charset = DEFAULT_CHARSET
  167.     Font.Color = clWindowText
  168.     Font.Height = -11
  169.     Font.Name = 'Tahoma'
  170.     Font.Style = [fsBold]
  171.     ParentFont = False
  172.   end
  173.   object Bevel3: TBevel
  174.     Left = 8
  175.     Top = 340
  176.     Width = 484
  177.     Height = 5
  178.     Anchors = [akLeft, akTop, akRight]
  179.     Shape = bsBottomLine
  180.   end
  181.   object Label16: TLabel
  182.     Left = 24
  183.     Top = 352
  184.     Width = 57
  185.     Height = 13
  186.     Caption = '&Translation:'
  187.     FocusControl = cbTranslations
  188.   end
  189.   object labPartialStd: TLabel
  190.     Left = 176
  191.     Top = 96
  192.     Width = 112
  193.     Height = 13
  194.     Caption = 'Partial: %d (%.2f%%)'
  195.   end
  196.   object labPartialExt: TLabel
  197.     Left = 176
  198.     Top = 160
  199.     Width = 112
  200.     Height = 13
  201.     Caption = 'Partial: %d (%.2f%%)'
  202.   end
  203.   object labTransTranslatedItems: TLabel
  204.     Left = 24
  205.     Top = 376
  206.     Width = 133
  207.     Height = 13
  208.     Caption = 'Translated: %d (%.2f%%)'
  209.   end
  210.   object labTransTranslatedWords: TLabel
  211.     Left = 24
  212.     Top = 400
  213.     Width = 154
  214.     Height = 13
  215.     Caption = 'Words Count in Translation: %d'
  216.   end
  217.   object labTransRemainingWords: TLabel
  218.     Left = 24
  219.     Top = 420
  220.     Width = 168
  221.     Height = 13
  222.     Caption = 'Remaining Words to Translate: %d'
  223.   end
  224.   object Bevel4: TBevel
  225.     Left = 8
  226.     Top = 444
  227.     Width = 484
  228.     Height = 5
  229.     Anchors = [akLeft, akTop, akRight]
  230.     Shape = bsBottomLine
  231.   end
  232.   object labEmptyStd: TLabel
  233.     Left = 176
  234.     Top = 116
  235.     Width = 112
  236.     Height = 13
  237.     Caption = 'Empty: %d (%.2f%%)'
  238.   end
  239.   object labEmptyExt: TLabel
  240.     Left = 176
  241.     Top = 180
  242.     Width = 112
  243.     Height = 13
  244.     Caption = 'Empty: %d (%.2f%%)'
  245.   end
  246.   object Button1: TButton
  247.     Left = 425
  248.     Top = 462
  249.     Width = 75
  250.     Height = 23
  251.     Anchors = [akRight, akBottom]
  252.     Cancel = True
  253.     Caption = 'OK'
  254.     Default = True
  255.     ModalResult = 1
  256.     TabOrder = 0
  257.   end
  258.   object pbStandard: TProgressBar
  259.     Left = 328
  260.     Top = 76
  261.     Width = 150
  262.     Height = 16
  263.     Min = 0
  264.     Max = 100
  265.     Smooth = True
  266.     TabOrder = 1
  267.   end
  268.   object pbExtended: TProgressBar
  269.     Left = 328
  270.     Top = 140
  271.     Width = 150
  272.     Height = 16
  273.     Min = 0
  274.     Max = 100
  275.     Smooth = True
  276.     TabOrder = 2
  277.   end
  278.   object pbTotal: TProgressBar
  279.     Left = 328
  280.     Top = 204
  281.     Width = 150
  282.     Height = 16
  283.     Min = 0
  284.     Max = 100
  285.     Smooth = True
  286.     TabOrder = 3
  287.   end
  288.   object cbLanguages: TComboBox
  289.     Left = 128
  290.     Top = 252
  291.     Width = 350
  292.     Height = 21
  293.     Style = csDropDownList
  294.     ItemHeight = 13
  295.     TabOrder = 4
  296.     OnChange = cbLanguagesChange
  297.   end
  298.   object pbEmpty: TProgressBar
  299.     Left = 328
  300.     Top = 280
  301.     Width = 150
  302.     Height = 16
  303.     Min = 0
  304.     Max = 100
  305.     Smooth = True
  306.     TabOrder = 5
  307.   end
  308.   object cbTranslations: TComboBox
  309.     Left = 128
  310.     Top = 348
  311.     Width = 350
  312.     Height = 21
  313.     Style = csDropDownList
  314.     ItemHeight = 13
  315.     TabOrder = 6
  316.     OnChange = cbTranslationsChange
  317.   end
  318.   object pbPartialStd: TProgressBar
  319.     Left = 328
  320.     Top = 96
  321.     Width = 150
  322.     Height = 16
  323.     Min = 0
  324.     Max = 100
  325.     Smooth = True
  326.     TabOrder = 7
  327.   end
  328.   object pbPartialExt: TProgressBar
  329.     Left = 328
  330.     Top = 160
  331.     Width = 150
  332.     Height = 16
  333.     Min = 0
  334.     Max = 100
  335.     Smooth = True
  336.     TabOrder = 8
  337.   end
  338.   object pbTranslation: TProgressBar
  339.     Left = 176
  340.     Top = 376
  341.     Width = 150
  342.     Height = 16
  343.     Min = 0
  344.     Max = 100
  345.     Smooth = True
  346.     TabOrder = 9
  347.   end
  348.   object pbEmptyStd: TProgressBar
  349.     Left = 328
  350.     Top = 116
  351.     Width = 150
  352.     Height = 16
  353.     Min = 0
  354.     Max = 100
  355.     Smooth = True
  356.     TabOrder = 10
  357.   end
  358.   object pbEmptyExt: TProgressBar
  359.     Left = 328
  360.     Top = 180
  361.     Width = 150
  362.     Height = 16
  363.     Min = 0
  364.     Max = 100
  365.     Smooth = True
  366.     TabOrder = 11
  367.   end
  368.   object edLanguages: TEdit
  369.     Left = 176
  370.     Top = 24
  371.     Width = 302
  372.     Height = 21
  373.     Color = clBtnFace
  374.     ReadOnly = True
  375.     TabOrder = 12
  376.   end
  377.   object edProperties: TEdit
  378.     Left = 176
  379.     Top = 48
  380.     Width = 302
  381.     Height = 21
  382.     Color = clBtnFace
  383.     ReadOnly = True
  384.     TabOrder = 13
  385.   end
  386. end
  387.