home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / AstroMart / _SETUP.1 / Astro5.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Encoding:
Text File  |  1998-05-13  |  2.4 KB  |  120 lines

  1. object AboutBox: TAboutBox
  2.   Left = 192
  3.   Top = 119
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 222
  8.   ClientWidth = 298
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 281
  21.     Height = 169
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 8
  26.       Top = 8
  27.       Width = 65
  28.       Height = 57
  29.       IsControl = True
  30.     end
  31.     object ProductName: TLabel
  32.       Left = 112
  33.       Top = 8
  34.       Width = 117
  35.       Height = 33
  36.       Caption = 'AstroMart'
  37.       Font.Color = clBlack
  38.       Font.Height = -29
  39.       Font.Name = 'Times New Roman'
  40.       Font.Style = []
  41.       ParentFont = False
  42.       IsControl = True
  43.     end
  44.     object Version: TLabel
  45.       Left = 128
  46.       Top = 40
  47.       Width = 86
  48.       Height = 21
  49.       Caption = 'Version 5.3'
  50.       Font.Color = clBlack
  51.       Font.Height = -19
  52.       Font.Name = 'Times New Roman'
  53.       Font.Style = []
  54.       ParentFont = False
  55.       IsControl = True
  56.     end
  57.     object Copyright: TLabel
  58.       Left = 8
  59.       Top = 72
  60.       Width = 154
  61.       Height = 13
  62.       Caption = 'Copyright 1987-1998 by F. Burns'
  63.       IsControl = True
  64.     end
  65.     object Comments: TLabel
  66.       Left = 8
  67.       Top = 88
  68.       Width = 127
  69.       Height = 13
  70.       Caption = '17, rue de la Croix Blanche'
  71.       WordWrap = True
  72.       IsControl = True
  73.     end
  74.     object Label1: TLabel
  75.       Left = 8
  76.       Top = 120
  77.       Width = 185
  78.       Height = 17
  79.       Caption = 'Phone + fax: (33) 04 66 60 20 65 '
  80.       WordWrap = True
  81.       IsControl = True
  82.     end
  83.     object Label2: TLabel
  84.       Left = 8
  85.       Top = 104
  86.       Width = 168
  87.       Height = 13
  88.       Caption = '30430 St Jean de Maru∩┐╜jols France'
  89.       WordWrap = True
  90.       IsControl = True
  91.     end
  92.     object Label3: TLabel
  93.       Left = 8
  94.       Top = 136
  95.       Width = 178
  96.       Height = 13
  97.       Caption = 'EMail: BurnsFrank@compuserve.com'
  98.     end
  99.     object Label4: TLabel
  100.       Left = 9
  101.       Top = 152
  102.       Width = 192
  103.       Height = 13
  104.       Caption = 'Borland Database Engine (c) Borland Intl'
  105.       IsControl = True
  106.     end
  107.   end
  108.   object OKButton: TButton
  109.     Left = 120
  110.     Top = 186
  111.     Width = 65
  112.     Height = 33
  113.     Caption = 'OK'
  114.     Default = True
  115.     ModalResult = 1
  116.     TabOrder = 1
  117.     IsControl = True
  118.   end
  119. end
  120.