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

  1. object ReadmeDlg: TReadmeDlg
  2.   Left = 166
  3.   Top = 91
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Read me'
  7.   ClientHeight = 355
  8.   ClientWidth = 503
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OnClick = FormClick
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ProductName: TLabel
  19.     Left = 64
  20.     Top = 0
  21.     Width = 117
  22.     Height = 33
  23.     Caption = 'AstroMart'
  24.     Font.Color = clBlack
  25.     Font.Height = -29
  26.     Font.Name = 'Times New Roman'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     IsControl = True
  30.   end
  31.   object Version: TLabel
  32.     Left = 72
  33.     Top = 32
  34.     Width = 86
  35.     Height = 21
  36.     Caption = 'Version 5.3'
  37.     Font.Color = clBlack
  38.     Font.Height = -19
  39.     Font.Name = 'Times New Roman'
  40.     Font.Style = []
  41.     ParentFont = False
  42.     IsControl = True
  43.   end
  44.   object Copyright: TLabel
  45.     Left = 224
  46.     Top = 8
  47.     Width = 154
  48.     Height = 13
  49.     Caption = 'Copyright 1987-1998 by F. Burns'
  50.     IsControl = True
  51.   end
  52.   object Label1: TLabel
  53.     Left = 224
  54.     Top = 24
  55.     Width = 192
  56.     Height = 13
  57.     Caption = 'Borland Database Engine (c) Borland Intl'
  58.     IsControl = True
  59.   end
  60.   object LicenceLbl: TLabel
  61.     Left = 224
  62.     Top = 40
  63.     Width = 90
  64.     Height = 20
  65.     Caption = 'Licenced to: '
  66.     Font.Color = clBlack
  67.     Font.Height = -16
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = []
  70.     ParentFont = False
  71.     IsControl = True
  72.   end
  73.   object OkBtn: TButton
  74.     Left = 211
  75.     Top = 320
  76.     Width = 81
  77.     Height = 29
  78.     Caption = 'Ok'
  79.     Default = True
  80.     ModalResult = 1
  81.     TabOrder = 0
  82.     OnClick = OkBtnClick
  83.   end
  84.   object Text: TGWRichEdit
  85.     Left = 0
  86.     Top = 64
  87.     Width = 503
  88.     Height = 241
  89.     ScrollBars = ssVertical
  90.     TabOrder = 1
  91.     Margins.Units = muMillimeters
  92.   end
  93.   object Timer1: TTimer
  94.     Interval = 10000
  95.     OnTimer = Timer1Timer
  96.     Left = 32
  97.     Top = 312
  98.   end
  99. end
  100.