home *** CD-ROM | disk | FTP | other *** search
- object ReadmeDlg: TReadmeDlg
- Left = 166
- Top = 91
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Read me'
- ClientHeight = 355
- ClientWidth = 503
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OnClick = FormClick
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object ProductName: TLabel
- Left = 64
- Top = 0
- Width = 117
- Height = 33
- Caption = 'AstroMart'
- Font.Color = clBlack
- Font.Height = -29
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- IsControl = True
- end
- object Version: TLabel
- Left = 72
- Top = 32
- Width = 86
- Height = 21
- Caption = 'Version 5.3'
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- IsControl = True
- end
- object Copyright: TLabel
- Left = 224
- Top = 8
- Width = 154
- Height = 13
- Caption = 'Copyright 1987-1998 by F. Burns'
- IsControl = True
- end
- object Label1: TLabel
- Left = 224
- Top = 24
- Width = 192
- Height = 13
- Caption = 'Borland Database Engine (c) Borland Intl'
- IsControl = True
- end
- object LicenceLbl: TLabel
- Left = 224
- Top = 40
- Width = 90
- Height = 20
- Caption = 'Licenced to: '
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- IsControl = True
- end
- object OkBtn: TButton
- Left = 211
- Top = 320
- Width = 81
- Height = 29
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = OkBtnClick
- end
- object Text: TGWRichEdit
- Left = 0
- Top = 64
- Width = 503
- Height = 241
- ScrollBars = ssVertical
- TabOrder = 1
- Margins.Units = muMillimeters
- end
- object Timer1: TTimer
- Interval = 10000
- OnTimer = Timer1Timer
- Left = 32
- Top = 312
- end
- end
-