home *** CD-ROM | disk | FTP | other *** search
- object Form4: TForm4
- Left = 575
- Top = 325
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Tutor'
- ClientHeight = 135
- ClientWidth = 190
- Color = clYellow
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- FormStyle = fsStayOnTop
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 16
- object Memo1: TMemo
- Left = 6
- Top = 5
- Width = 180
- Height = 100
- Color = clYellow
- Enabled = False
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- Lines.Strings = (
- '')
- ParentFont = False
- TabOrder = 2
- end
- object Button1: TButton
- Left = 23
- Top = 113
- Width = 61
- Height = 18
- Caption = '&Next'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 104
- Top = 113
- Width = 61
- Height = 18
- Caption = '&Cancel'
- TabOrder = 1
- OnClick = Button2Click
- end
- end
-