home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win95 / g4p.exe / Gui4PGP.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt
Text File  |  1997-03-22  |  2KB  |  105 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 369
  3.   Top = 237
  4.   ActiveControl = cmdOK
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Info ∩┐╜ber Gui4PGP'
  8.   ClientHeight = 206
  9.   ClientWidth = 340
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnKeyDown = FormKeyDown
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object imgIcon: TImage
  22.     Left = 10
  23.     Top = 10
  24.     Width = 32
  25.     Height = 32
  26.   end
  27.   object bev1: TBevel
  28.     Left = 77
  29.     Top = 155
  30.     Width = 242
  31.     Height = 2
  32.   end
  33.   object lblApp: TLabel
  34.     Left = 77
  35.     Top = 17
  36.     Width = 95
  37.     Height = 16
  38.     Caption = 'Gui4PGP v2.0'
  39.     Font.Color = clBlue
  40.     Font.Height = -13
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.     Transparent = True
  45.   end
  46.   object lblCopyright: TLabel
  47.     Left = 77
  48.     Top = 36
  49.     Width = 180
  50.     Height = 13
  51.     Caption = 'Copyright ∩┐╜ 1996-1997 by Sascha Ott'
  52.     Transparent = True
  53.   end
  54.   object lblReg: TLabel
  55.     Left = 77
  56.     Top = 87
  57.     Width = 68
  58.     Height = 13
  59.     Caption = 'Registriert auf:'
  60.   end
  61.   object lblUserName: TLabel
  62.     Left = 77
  63.     Top = 106
  64.     Width = 111
  65.     Height = 13
  66.     Caption = '-UNREGISTRIERT-'
  67.     Font.Color = clBlack
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = [fsBold]
  71.     ParentFont = False
  72.     Transparent = True
  73.   end
  74.   object lbHome: TLabel
  75.     Left = 77
  76.     Top = 138
  77.     Width = 212
  78.     Height = 13
  79.     Caption = 'http://www.lanobis.de~sascha/gui4pgp.html'
  80.     Font.Color = clBlack
  81.     Font.Height = -11
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = []
  84.     ParentFont = False
  85.   end
  86.   object Label1: TLabel
  87.     Left = 78
  88.     Top = 51
  89.     Width = 83
  90.     Height = 13
  91.     Caption = 'All rights reserved'
  92.   end
  93.   object cmdOK: TButton
  94.     Left = 254
  95.     Top = 173
  96.     Width = 75
  97.     Height = 23
  98.     Cancel = True
  99.     Caption = 'OK'
  100.     Default = True
  101.     ModalResult = 1
  102.     TabOrder = 0
  103.   end
  104. end
  105.