home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Bin / DCLITE50.BPL / 0 / RCDATA / TFRMSTATS / TFRMSTATS.txt
Encoding:
Text File  |  1999-08-11  |  6.0 KB  |  307 lines

  1. object frmStats: TfrmStats
  2.   Left = 534
  3.   Top = 420
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Processed'
  7.   ClientHeight = 234
  8.   ClientWidth = 403
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object btnOK: TButton
  16.     Left = 164
  17.     Top = 202
  18.     Width = 75
  19.     Height = 25
  20.     Cancel = True
  21.     Caption = 'OK'
  22.     Default = True
  23.     ModalResult = 1
  24.     TabOrder = 0
  25.   end
  26.   object GroupBox1: TGroupBox
  27.     Left = 16
  28.     Top = 58
  29.     Width = 176
  30.     Height = 132
  31.     Caption = 'Files'
  32.     TabOrder = 1
  33.     object lblFilesTotal: TLabel
  34.       Left = 40
  35.       Top = 113
  36.       Width = 112
  37.       Height = 13
  38.       Alignment = taRightJustify
  39.       AutoSize = False
  40.       Caption = '0'
  41.     end
  42.     object Label2: TLabel
  43.       Left = 18
  44.       Top = 113
  45.       Width = 27
  46.       Height = 13
  47.       Caption = 'Total:'
  48.     end
  49.     object Bevel2: TBevel
  50.       Left = 15
  51.       Top = 109
  52.       Width = 146
  53.       Height = 2
  54.       Shape = bsTopLine
  55.       Style = bsRaised
  56.     end
  57.     object ScrollBox1: TScrollBox
  58.       Left = 2
  59.       Top = 20
  60.       Width = 172
  61.       Height = 81
  62.       HorzScrollBar.Visible = False
  63.       VertScrollBar.Tracking = True
  64.       BorderStyle = bsNone
  65.       TabOrder = 0
  66.     end
  67.   end
  68.   object GroupBox2: TGroupBox
  69.     Left = 210
  70.     Top = 58
  71.     Width = 176
  72.     Height = 132
  73.     Caption = 'Items'
  74.     TabOrder = 2
  75.     object lblItemsTotal: TLabel
  76.       Left = 40
  77.       Top = 113
  78.       Width = 112
  79.       Height = 13
  80.       Alignment = taRightJustify
  81.       AutoSize = False
  82.       Caption = '0'
  83.     end
  84.     object Label4: TLabel
  85.       Left = 18
  86.       Top = 113
  87.       Width = 27
  88.       Height = 13
  89.       Caption = 'Total:'
  90.     end
  91.     object Bevel1: TBevel
  92.       Left = 15
  93.       Top = 109
  94.       Width = 146
  95.       Height = 2
  96.       Shape = bsTopLine
  97.       Style = bsRaised
  98.     end
  99.     object Panel7: TPanel
  100.       Left = 19
  101.       Top = 63
  102.       Width = 138
  103.       Height = 20
  104.       BevelInner = bvRaised
  105.       BevelOuter = bvNone
  106.       BorderStyle = bsSingle
  107.       TabOrder = 0
  108.       object Panel15: TPanel
  109.         Left = 3
  110.         Top = 1
  111.         Width = 128
  112.         Height = 14
  113.         BevelOuter = bvNone
  114.         TabOrder = 0
  115.         object Label13: TLabel
  116.           Left = 0
  117.           Top = 0
  118.           Width = 59
  119.           Height = 14
  120.           Align = alLeft
  121.           Caption = 'Unchanged:'
  122.         end
  123.         object lblUnchangedCount: TLabel
  124.           Left = 122
  125.           Top = 0
  126.           Width = 6
  127.           Height = 14
  128.           Align = alRight
  129.           Caption = '0'
  130.         end
  131.       end
  132.     end
  133.     object Panel8: TPanel
  134.       Left = 19
  135.       Top = 84
  136.       Width = 138
  137.       Height = 20
  138.       BevelInner = bvRaised
  139.       BevelOuter = bvNone
  140.       BorderStyle = bsSingle
  141.       TabOrder = 1
  142.       object Panel16: TPanel
  143.         Left = 3
  144.         Top = 1
  145.         Width = 128
  146.         Height = 14
  147.         BevelOuter = bvNone
  148.         TabOrder = 0
  149.         object Label15: TLabel
  150.           Left = 0
  151.           Top = 0
  152.           Width = 40
  153.           Height = 14
  154.           Align = alLeft
  155.           Caption = 'Unused:'
  156.         end
  157.         object lblUnusedCount: TLabel
  158.           Left = 122
  159.           Top = 0
  160.           Width = 6
  161.           Height = 14
  162.           Align = alRight
  163.           Caption = '0'
  164.         end
  165.       end
  166.     end
  167.     object Panel5: TPanel
  168.       Left = 19
  169.       Top = 20
  170.       Width = 138
  171.       Height = 20
  172.       BevelInner = bvRaised
  173.       BevelOuter = bvNone
  174.       BorderStyle = bsSingle
  175.       TabOrder = 2
  176.       object Panel13: TPanel
  177.         Left = 3
  178.         Top = 1
  179.         Width = 128
  180.         Height = 14
  181.         BevelOuter = bvNone
  182.         TabOrder = 0
  183.         object Label9: TLabel
  184.           Left = 0
  185.           Top = 0
  186.           Width = 25
  187.           Height = 14
  188.           Align = alLeft
  189.           Caption = 'New:'
  190.         end
  191.         object lblNewCount: TLabel
  192.           Left = 122
  193.           Top = 0
  194.           Width = 6
  195.           Height = 14
  196.           Align = alRight
  197.           Caption = '0'
  198.         end
  199.       end
  200.     end
  201.     object Panel6: TPanel
  202.       Left = 19
  203.       Top = 41
  204.       Width = 138
  205.       Height = 20
  206.       BevelInner = bvRaised
  207.       BevelOuter = bvNone
  208.       BorderStyle = bsSingle
  209.       TabOrder = 3
  210.       object Panel14: TPanel
  211.         Left = 3
  212.         Top = 1
  213.         Width = 128
  214.         Height = 14
  215.         BevelOuter = bvNone
  216.         TabOrder = 0
  217.         object Label11: TLabel
  218.           Left = 0
  219.           Top = 0
  220.           Width = 46
  221.           Height = 14
  222.           Align = alLeft
  223.           Caption = 'Changed:'
  224.         end
  225.         object lblChangedCount: TLabel
  226.           Left = 122
  227.           Top = 0
  228.           Width = 6
  229.           Height = 14
  230.           Align = alRight
  231.           Caption = '0'
  232.         end
  233.       end
  234.     end
  235.   end
  236.   object Panel17: TPanel
  237.     Left = 132
  238.     Top = 7
  239.     Width = 138
  240.     Height = 20
  241.     BevelInner = bvRaised
  242.     BevelOuter = bvNone
  243.     BorderStyle = bsSingle
  244.     Caption = 'Panel17'
  245.     TabOrder = 3
  246.     object Panel18: TPanel
  247.       Left = 3
  248.       Top = 1
  249.       Width = 128
  250.       Height = 14
  251.       BevelOuter = bvNone
  252.       TabOrder = 0
  253.       object Label10: TLabel
  254.         Left = 0
  255.         Top = 0
  256.         Width = 41
  257.         Height = 14
  258.         Align = alLeft
  259.         Caption = 'Projects:'
  260.       end
  261.       object lblProjCount: TLabel
  262.         Left = 122
  263.         Top = 0
  264.         Width = 6
  265.         Height = 14
  266.         Align = alRight
  267.         Caption = '0'
  268.       end
  269.     end
  270.   end
  271.   object Panel19: TPanel
  272.     Left = 132
  273.     Top = 32
  274.     Width = 138
  275.     Height = 20
  276.     BevelInner = bvRaised
  277.     BevelOuter = bvNone
  278.     BorderStyle = bsSingle
  279.     Caption = 'Panel17'
  280.     TabOrder = 4
  281.     object Panel20: TPanel
  282.       Left = 3
  283.       Top = 1
  284.       Width = 128
  285.       Height = 14
  286.       BevelOuter = bvNone
  287.       TabOrder = 0
  288.       object Label14: TLabel
  289.         Left = 0
  290.         Top = 0
  291.         Width = 56
  292.         Height = 14
  293.         Align = alLeft
  294.         Caption = 'Languages:'
  295.       end
  296.       object lblLangCount: TLabel
  297.         Left = 122
  298.         Top = 0
  299.         Width = 6
  300.         Height = 14
  301.         Align = alRight
  302.         Caption = '0'
  303.       end
  304.     end
  305.   end
  306. end
  307.