home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / SpamDeputy / Spamdpty.exe / SpamDeputy.exe / 0 / RCDATA / TFRMHHFABOUT / TFRMHHFABOUT.txt
Text File  |  2001-04-27  |  3KB  |  163 lines

  1. object frmhhfAbout: TfrmhhfAbout
  2.   Left = 581
  3.   Top = 124
  4.   ActiveControl = btnOK
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 256
  8.   ClientWidth = 352
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image: TImage
  23.     Left = 10
  24.     Top = 10
  25.     Width = 32
  26.     Height = 32
  27.     AutoSize = True
  28.   end
  29.   object Label1: TLabel
  30.     Left = 80
  31.     Top = 85
  32.     Width = 127
  33.     Height = 13
  34.     Caption = 'This product is licenced to:'
  35.   end
  36.   object lblUser: TLabel
  37.     Left = 80
  38.     Top = 100
  39.     Width = 260
  40.     Height = 13
  41.     AutoSize = False
  42.   end
  43.   object lblOrganization: TLabel
  44.     Left = 80
  45.     Top = 115
  46.     Width = 260
  47.     Height = 13
  48.     AutoSize = False
  49.   end
  50.   object Bevel1: TBevel
  51.     Left = 75
  52.     Top = 142
  53.     Width = 270
  54.     Height = 3
  55.     Shape = bsTopLine
  56.   end
  57.   object lblTitle: TLabel
  58.     Left = 80
  59.     Top = 15
  60.     Width = 260
  61.     Height = 13
  62.     AutoSize = False
  63.   end
  64.   object lblCopyright: TLabel
  65.     Left = 80
  66.     Top = 45
  67.     Width = 260
  68.     Height = 13
  69.     AutoSize = False
  70.   end
  71.   object lblVersion: TLabel
  72.     Left = 80
  73.     Top = 30
  74.     Width = 260
  75.     Height = 13
  76.     AutoSize = False
  77.   end
  78.   object lblPhysical: TLabel
  79.     Left = 230
  80.     Top = 165
  81.     Width = 110
  82.     Height = 13
  83.     Alignment = taRightJustify
  84.     AutoSize = False
  85.   end
  86.   object lblAvailable: TLabel
  87.     Left = 230
  88.     Top = 180
  89.     Width = 110
  90.     Height = 13
  91.     Alignment = taRightJustify
  92.     AutoSize = False
  93.   end
  94.   object lblAvailPcnt: TLabel
  95.     Left = 230
  96.     Top = 195
  97.     Width = 110
  98.     Height = 13
  99.     Alignment = taRightJustify
  100.     AutoSize = False
  101.   end
  102.   object lblPercentAvailableMemory: TLabel
  103.     Left = 80
  104.     Top = 195
  105.     Width = 145
  106.     Height = 13
  107.     AutoSize = False
  108.     Caption = 'Percent of Available Memory: '
  109.   end
  110.   object lblTotalAvailableMemory: TLabel
  111.     Left = 80
  112.     Top = 180
  113.     Width = 145
  114.     Height = 13
  115.     AutoSize = False
  116.     Caption = 'Total Available Memory: '
  117.   end
  118.   object lblTotalPhysicalMemory: TLabel
  119.     Left = 80
  120.     Top = 165
  121.     Width = 145
  122.     Height = 13
  123.     AutoSize = False
  124.     Caption = 'Total Physical Memory:'
  125.   end
  126.   object lblWindowsVersion: TLabel
  127.     Left = 80
  128.     Top = 150
  129.     Width = 260
  130.     Height = 13
  131.     AutoSize = False
  132.   end
  133.   object lblWebsite: TLabel
  134.     Left = 80
  135.     Top = 60
  136.     Width = 260
  137.     Height = 13
  138.     Cursor = crHandPoint
  139.     AutoSize = False
  140.     Font.Charset = DEFAULT_CHARSET
  141.     Font.Color = clBlue
  142.     Font.Height = -11
  143.     Font.Name = 'MS Sans Serif'
  144.     Font.Style = [fsUnderline]
  145.     ParentFont = False
  146.     OnClick = lblWebsiteClick
  147.   end
  148.   object btnOK: TButton
  149.     Left = 265
  150.     Top = 222
  151.     Width = 75
  152.     Height = 25
  153.     Caption = 'OK'
  154.     Default = True
  155.     ModalResult = 1
  156.     TabOrder = 0
  157.   end
  158.   object SysInfo: TSysInfo
  159.     Left = 10
  160.     Top = 185
  161.   end
  162. end
  163.