home *** CD-ROM | disk | FTP | other *** search
- object ReadmeForm: TReadmeForm
- Left = 201
- Top = 97
- ActiveControl = Next
- BorderStyle = bsDialog
- Caption = 'Readme information'
- ClientHeight = 348
- ClientWidth = 382
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnPaint = FormPaint
- PixelsPerInch = 96
- TextHeight = 13
- object CaptionLabel: TLabel
- Left = 15
- Top = 5
- Width = 361
- Height = 36
- AutoSize = False
- Caption =
- 'Please read this information carefully. Use the PAGE DOWN key or' +
- ' the scroll bars to view the rest of the text.'
- WordWrap = True
- end
- object Editor: TRichEdit
- Left = 5
- Top = 45
- Width = 371
- Height = 266
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 0
- end
- object Next: TButton
- Left = 265
- Top = 320
- Width = 75
- Height = 25
- Caption = '&Next >'
- TabOrder = 1
- OnClick = NextClick
- end
- object Cancel: TButton
- Left = 190
- Top = 320
- Width = 75
- Height = 25
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = CancelClick
- end
- object Back: TButton
- Left = 115
- Top = 320
- Width = 75
- Height = 25
- Caption = '< &Back'
- TabOrder = 3
- OnClick = BackClick
- end
- object Print: TButton
- Left = 10
- Top = 320
- Width = 75
- Height = 25
- Caption = '&Print'
- TabOrder = 4
- OnClick = PrintClick
- end
- object PrintDialog: TPrintDialog
- Left = 350
- Top = 320
- end
- object Copyright: TWidget
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Glyph = '�'
- Hint = 'Information'
- OffsetLeft = 0
- OffsetTop = -1
- ShowHint = True
- OnClick = CopyrightClick
- Left = 350
- Top = 290
- end
- end
-