home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 February / PCWorld_1999-02_cd.bin / temacd / RegView / Regview.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt
Encoding:
Text File  |  1998-09-18  |  4.7 KB  |  238 lines

  1. object AboutForm: TAboutForm
  2.   Left = 343
  3.   Top = 105
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About RegView'
  7.   ClientHeight = 223
  8.   ClientWidth = 355
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS sans serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 355
  24.     Height = 223
  25.     HelpContext = 75
  26.     Align = alClient
  27.     BevelOuter = bvNone
  28.     Caption = 'Panel1'
  29.     TabOrder = 0
  30.     object LabelICVersion: TLabel
  31.       Left = 52
  32.       Top = 16
  33.       Width = 293
  34.       Height = 17
  35.       AutoSize = False
  36.       Caption = 'RegView version 2.21a'
  37.       Font.Charset = DEFAULT_CHARSET
  38.       Font.Color = clBlack
  39.       Font.Height = -11
  40.       Font.Name = 'MS sans serif'
  41.       Font.Style = [fsBold]
  42.       ParentFont = False
  43.     end
  44.     object Line1: TBevel
  45.       Left = 52
  46.       Top = 52
  47.       Width = 273
  48.       Height = 9
  49.       Shape = bsTopLine
  50.     end
  51.     object Image1: TImage
  52.       Left = 8
  53.       Top = 16
  54.       Width = 32
  55.       Height = 32
  56.     end
  57.     object TLabel
  58.       Left = 52
  59.       Top = 32
  60.       Width = 241
  61.       Height = 17
  62.       AutoSize = False
  63.       Caption = 'Written by Vincent K. Chiu'
  64.     end
  65.     object Label1: TLabel
  66.       Left = 52
  67.       Top = 136
  68.       Width = 52
  69.       Height = 13
  70.       Caption = 'CPU Type:'
  71.     end
  72.     object LabelCPU: TLabel
  73.       Left = 278
  74.       Top = 136
  75.       Width = 48
  76.       Height = 13
  77.       Alignment = taRightJustify
  78.       Caption = 'LabelCPU'
  79.     end
  80.     object LabelRegFlag: TLabel
  81.       Left = 44
  82.       Top = 170
  83.       Width = 293
  84.       Height = 17
  85.       Alignment = taCenter
  86.       AutoSize = False
  87.       Caption = 'Unregistered Version'
  88.       Font.Charset = DEFAULT_CHARSET
  89.       Font.Color = clBlack
  90.       Font.Height = -11
  91.       Font.Name = 'MS sans serif'
  92.       Font.Style = [fsBold]
  93.       ParentFont = False
  94.       Visible = False
  95.     end
  96.     object BitBtn1: TBitBtn
  97.       Left = 148
  98.       Top = 192
  99.       Width = 77
  100.       Height = 23
  101.       Caption = 'OK'
  102.       ModalResult = 1
  103.       ParentShowHint = False
  104.       ShowHint = False
  105.       TabOrder = 0
  106.       NumGlyphs = 2
  107.     end
  108.     object PhysMemory: TPanel
  109.       Left = 212
  110.       Top = 104
  111.       Width = 113
  112.       Height = 17
  113.       HelpContext = 70
  114.       Alignment = taRightJustify
  115.       BevelOuter = bvNone
  116.       Caption = 'PhysMemory'
  117.       TabOrder = 1
  118.     end
  119.     object ValueLoad: TPanel
  120.       Left = 212
  121.       Top = 120
  122.       Width = 113
  123.       Height = 17
  124.       HelpContext = 71
  125.       Alignment = taRightJustify
  126.       BevelOuter = bvNone
  127.       Caption = 'ValueLoad'
  128.       TabOrder = 2
  129.     end
  130.     object TPanel
  131.       Left = 52
  132.       Top = 104
  133.       Width = 185
  134.       Height = 17
  135.       HelpContext = 70
  136.       Alignment = taLeftJustify
  137.       BevelOuter = bvNone
  138.       Caption = 'Physical Memory Available: '
  139.       TabOrder = 3
  140.     end
  141.     object TPanel
  142.       Left = 52
  143.       Top = 120
  144.       Width = 201
  145.       Height = 17
  146.       HelpContext = 71
  147.       Alignment = taLeftJustify
  148.       BevelOuter = bvNone
  149.       Caption = 'Memory Load:'
  150.       TabOrder = 4
  151.     end
  152.   end
  153.   object lblUserName: TPanel
  154.     Left = 52
  155.     Top = 72
  156.     Width = 185
  157.     Height = 17
  158.     HelpContext = 70
  159.     Alignment = taLeftJustify
  160.     BevelOuter = bvNone
  161.     Caption = 'User Name:'
  162.     TabOrder = 1
  163.   end
  164.   object UserName: TPanel
  165.     Left = 124
  166.     Top = 72
  167.     Width = 201
  168.     Height = 17
  169.     HelpContext = 70
  170.     Alignment = taRightJustify
  171.     BevelOuter = bvNone
  172.     Caption = 'UserName'
  173.     TabOrder = 2
  174.   end
  175.   object lblFreeSpace: TPanel
  176.     Left = 52
  177.     Top = 88
  178.     Width = 185
  179.     Height = 17
  180.     HelpContext = 70
  181.     Alignment = taLeftJustify
  182.     BevelOuter = bvNone
  183.     Caption = 'Free Space(C:):'
  184.     TabOrder = 3
  185.   end
  186.   object FreeSpace: TPanel
  187.     Left = 148
  188.     Top = 88
  189.     Width = 177
  190.     Height = 17
  191.     HelpContext = 70
  192.     Alignment = taRightJustify
  193.     BevelOuter = bvNone
  194.     Caption = 'FreeSpace'
  195.     TabOrder = 4
  196.   end
  197.   object WinVer: TPanel
  198.     Left = 52
  199.     Top = 56
  200.     Width = 273
  201.     Height = 17
  202.     HelpContext = 70
  203.     Alignment = taLeftJustify
  204.     BevelOuter = bvNone
  205.     Caption = 'WinVer'
  206.     TabOrder = 5
  207.   end
  208.   object Panel4: TPanel
  209.     Left = 52
  210.     Top = 152
  211.     Width = 185
  212.     Height = 17
  213.     HelpContext = 70
  214.     Alignment = taLeftJustify
  215.     BevelOuter = bvNone
  216.     Caption = 'Free System Resources:'
  217.     TabOrder = 6
  218.     Visible = False
  219.   end
  220.   object FreeResources: TPanel
  221.     Left = 212
  222.     Top = 152
  223.     Width = 113
  224.     Height = 17
  225.     HelpContext = 70
  226.     Alignment = taRightJustify
  227.     BevelOuter = bvNone
  228.     Caption = 'FreeResources'
  229.     TabOrder = 7
  230.     Visible = False
  231.   end
  232.   object Timer1: TTimer
  233.     OnTimer = Timer1Timer
  234.     Left = 292
  235.     Top = 40
  236.   end
  237. end
  238.