home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 May / PCWorld_1999-05_cd.bin / NOVINKY / SuperMem / SM98 / SM98.EXE / 0 / RCDATA / TQODDLG / TQODDLG.txt
Encoding:
Text File  |  1999-03-17  |  2.1 KB  |  107 lines

  1. object QODDlg: TQODDlg
  2.   Left = 495
  3.   Top = 243
  4.   ActiveControl = NextQuestion
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Question of the Day'
  8.   ClientHeight = 331
  9.   ClientWidth = 504
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   ShowHint = True
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   PixelsPerInch = 120
  23.   TextHeight = 16
  24.   object Label1: TLabel
  25.     Left = 16
  26.     Top = 8
  27.     Width = 53
  28.     Height = 16
  29.     Caption = 'Question'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 16
  33.     Top = 136
  34.     Width = 44
  35.     Height = 16
  36.     Caption = 'Answer'
  37.   end
  38.   object Question: TMemo
  39.     Left = 16
  40.     Top = 32
  41.     Width = 481
  42.     Height = 97
  43.     ReadOnly = True
  44.     TabOrder = 0
  45.   end
  46.   object Answer: TMemo
  47.     Left = 16
  48.     Top = 160
  49.     Width = 481
  50.     Height = 105
  51.     ReadOnly = True
  52.     TabOrder = 1
  53.   end
  54.   object Remember: TButton
  55.     Left = 138
  56.     Top = 296
  57.     Width = 117
  58.     Height = 25
  59.     Hint = 'Add this question to standard repetitions in SuperMemo'
  60.     Caption = '&Remember'
  61.     TabOrder = 4
  62.     OnClick = RememberClick
  63.   end
  64.   object NextQuestion: TButton
  65.     Left = 17
  66.     Top = 296
  67.     Width = 117
  68.     Height = 25
  69.     Hint = 'Show this question again later'
  70.     Caption = '&Next question'
  71.     Default = True
  72.     TabOrder = 3
  73.     OnClick = NextQuestionClick
  74.   end
  75.   object DeleteBtn: TButton
  76.     Left = 259
  77.     Top = 296
  78.     Width = 117
  79.     Height = 25
  80.     Hint = 'Delete this question from the question set'
  81.     Caption = '&Delete'
  82.     TabOrder = 5
  83.     OnClick = DeleteBtnClick
  84.   end
  85.   object CloseBtn: TButton
  86.     Left = 380
  87.     Top = 296
  88.     Width = 117
  89.     Height = 25
  90.     Hint = 'Close the Question of the Day'
  91.     Cancel = True
  92.     Caption = 'Cl&ose'
  93.     ModalResult = 1
  94.     TabOrder = 6
  95.     OnClick = CloseBtnClick
  96.   end
  97.   object ShowTipsBox: TCheckBox
  98.     Left = 16
  99.     Top = 272
  100.     Width = 481
  101.     Height = 17
  102.     Caption = '&Show Question of the Day on starting SuperMemo'
  103.     TabOrder = 2
  104.     OnClick = ShowTipsBoxClick
  105.   end
  106. end
  107.