home *** CD-ROM | disk | FTP | other *** search
- object QODDlg: TQODDlg
- Left = 495
- Top = 243
- ActiveControl = NextQuestion
- BorderIcons = [biSystemMenu]
- BorderStyle = bsToolWindow
- Caption = 'Question of the Day'
- ClientHeight = 331
- ClientWidth = 504
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = True
- Position = poScreenCenter
- ShowHint = True
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 53
- Height = 16
- Caption = 'Question'
- end
- object Label2: TLabel
- Left = 16
- Top = 136
- Width = 44
- Height = 16
- Caption = 'Answer'
- end
- object Question: TMemo
- Left = 16
- Top = 32
- Width = 481
- Height = 97
- ReadOnly = True
- TabOrder = 0
- end
- object Answer: TMemo
- Left = 16
- Top = 160
- Width = 481
- Height = 105
- ReadOnly = True
- TabOrder = 1
- end
- object Remember: TButton
- Left = 138
- Top = 296
- Width = 117
- Height = 25
- Hint = 'Add this question to standard repetitions in SuperMemo'
- Caption = '&Remember'
- TabOrder = 4
- OnClick = RememberClick
- end
- object NextQuestion: TButton
- Left = 17
- Top = 296
- Width = 117
- Height = 25
- Hint = 'Show this question again later'
- Caption = '&Next question'
- Default = True
- TabOrder = 3
- OnClick = NextQuestionClick
- end
- object DeleteBtn: TButton
- Left = 259
- Top = 296
- Width = 117
- Height = 25
- Hint = 'Delete this question from the question set'
- Caption = '&Delete'
- TabOrder = 5
- OnClick = DeleteBtnClick
- end
- object CloseBtn: TButton
- Left = 380
- Top = 296
- Width = 117
- Height = 25
- Hint = 'Close the Question of the Day'
- Cancel = True
- Caption = 'Cl&ose'
- ModalResult = 1
- TabOrder = 6
- OnClick = CloseBtnClick
- end
- object ShowTipsBox: TCheckBox
- Left = 16
- Top = 272
- Width = 481
- Height = 17
- Caption = '&Show Question of the Day on starting SuperMemo'
- TabOrder = 2
- OnClick = ShowTipsBoxClick
- end
- end
-