home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #10 / K-CD-10-2002.ISO / Tools / Registry / BackupKey.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt
Encoding:
Text File  |  2001-03-24  |  1.6 KB  |  79 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 245
  3.   Top = 222
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 119
  7.   ClientWidth = 367
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object imgIcon: TImage
  20.     Left = 14
  21.     Top = 15
  22.     Width = 32
  23.     Height = 32
  24.     AutoSize = True
  25.   end
  26.   object lblVersion: TLabel
  27.     Left = 61
  28.     Top = 15
  29.     Width = 105
  30.     Height = 13
  31.     Caption = 'Program QWERTY'
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clWindowText
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.   end
  39.   object lblCopyright: TLabel
  40.     Left = 61
  41.     Top = 37
  42.     Width = 287
  43.     Height = 13
  44.     Caption = 'Copyright ∩┐╜ 1998-2001 Moon Software. All Rights Reserved.'
  45.   end
  46.   object Label1: TLabel
  47.     Left = 61
  48.     Top = 70
  49.     Width = 157
  50.     Height = 13
  51.     Caption = 'Visit our homepage for more stuff:'
  52.   end
  53.   object lblURL: TmUrlLabel
  54.     Left = 61
  55.     Top = 87
  56.     Width = 28
  57.     Height = 13
  58.     Caption = 'www'
  59.     Font.Charset = DEFAULT_CHARSET
  60.     Font.Color = clActiveCaption
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = [fsBold, fsUnderline]
  64.     ParentFont = False
  65.     Layout = tlCenter
  66.   end
  67.   object butOK: TButton
  68.     Left = 274
  69.     Top = 79
  70.     Width = 75
  71.     Height = 23
  72.     Cancel = True
  73.     Caption = 'OK'
  74.     Default = True
  75.     TabOrder = 0
  76.     OnClick = butOKClick
  77.   end
  78. end
  79.