home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 5.7 / 2000-04_Disc_5.7.bin / Databases / databases.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-12-08  |  3KB  |  120 lines

  1. object AboutBox: TAboutBox
  2.   Left = 312
  3.   Top = 160
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 262
  7.   ClientWidth = 367
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 10
  19.     Top = 10
  20.     Width = 346
  21.     Height = 198
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     ParentColor = True
  25.     TabOrder = 0
  26.     object ProgramIcon: TImage
  27.       Left = 10
  28.       Top = 10
  29.       Width = 147
  30.       Height = 28
  31.       AutoSize = True
  32.       Center = True
  33.       Picture.Data = {<image000.TMetafile>}
  34.       Stretch = True
  35.       IsControl = True
  36.     end
  37.     object ProductName: TLabel
  38.       Left = 108
  39.       Top = 44
  40.       Width = 219
  41.       Height = 24
  42.       Caption = 'PCGamer CD Database'
  43.       Font.Charset = ANSI_CHARSET
  44.       Font.Color = clWindowText
  45.       Font.Height = -20
  46.       Font.Name = 'Arial'
  47.       Font.Style = [fsBold, fsItalic]
  48.       ParentFont = False
  49.       IsControl = True
  50.     end
  51.     object Version: TLabel
  52.       Left = 108
  53.       Top = 73
  54.       Width = 66
  55.       Height = 16
  56.       Caption = 'Version 1.0'
  57.       IsControl = True
  58.     end
  59.     object Copyright: TLabel
  60.       Left = 11
  61.       Top = 95
  62.       Width = 58
  63.       Height = 16
  64.       Caption = 'Code by'
  65.       Font.Charset = DEFAULT_CHARSET
  66.       Font.Color = clWindowText
  67.       Font.Height = -13
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = [fsItalic]
  70.       ParentFont = False
  71.       IsControl = True
  72.     end
  73.     object Comments: TLabel
  74.       Left = 11
  75.       Top = 141
  76.       Width = 139
  77.       Height = 16
  78.       Caption = 'Alberto "Lomax" Quario'
  79.       IsControl = True
  80.     end
  81.     object Label1: TLabel
  82.       Left = 12
  83.       Top = 120
  84.       Width = 108
  85.       Height = 16
  86.       Caption = 'Giovanni Zanetti &&'
  87.       IsControl = True
  88.     end
  89.     object Label2: TLabel
  90.       Left = 21
  91.       Top = 168
  92.       Width = 303
  93.       Height = 13
  94.       Caption = '(c) 1998 Studio Consulenza EDP - Studioedp@technologist.com'
  95.       Font.Charset = DEFAULT_CHARSET
  96.       Font.Color = clWindowText
  97.       Font.Height = -11
  98.       Font.Name = 'MS Sans Serif'
  99.       Font.Style = []
  100.       ParentFont = False
  101.     end
  102.   end
  103.   object OKButton: TButton
  104.     Left = 137
  105.     Top = 222
  106.     Width = 92
  107.     Height = 30
  108.     Caption = 'OK'
  109.     Default = True
  110.     ModalResult = 1
  111.     TabOrder = 1
  112.   end
  113.   object RxGradientCaption1: TRxGradientCaption
  114.     Captions = <>
  115.     FormCaption = 'About'
  116.     Left = 32
  117.     Top = 224
  118.   end
  119. end
  120.