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