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

  1. object SimulationDlg: TSimulationDlg
  2.   Left = 323
  3.   Top = 144
  4.   BorderStyle = bsDialog
  5.   Caption = 'Simulation of the learning process'
  6.   ClientHeight = 552
  7.   ClientWidth = 790
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object PaintBox1: TPaintBox
  21.     Left = 8
  22.     Top = 304
  23.     Width = 777
  24.     Height = 209
  25.     OnPaint = PaintBox1Paint
  26.   end
  27.   object Bevel2: TBevel
  28.     Left = 8
  29.     Top = 144
  30.     Width = 505
  31.     Height = 129
  32.   end
  33.   object Bevel1: TBevel
  34.     Left = 8
  35.     Top = 8
  36.     Width = 777
  37.     Height = 129
  38.   end
  39.   object Label1: TLabel
  40.     Left = 16
  41.     Top = 16
  42.     Width = 601
  43.     Height = 16
  44.     Caption = 
  45.       'This dialog simulates the learning process over the next 15 year' +
  46.       's given the following input parameters:'
  47.   end
  48.   object Label3: TLabel
  49.     Left = 312
  50.     Top = 72
  51.     Width = 98
  52.     Height = 16
  53.     Caption = 'Forgetting index:'
  54.   end
  55.   object FILabel: TLabel
  56.     Left = 448
  57.     Top = 72
  58.     Width = 26
  59.     Height = 16
  60.     Caption = '10%'
  61.   end
  62.   object Label5: TLabel
  63.     Left = 312
  64.     Top = 48
  65.     Width = 167
  66.     Height = 16
  67.     Caption = 'Planned repetitions per day:'
  68.   end
  69.   object Label2: TLabel
  70.     Left = 16
  71.     Top = 152
  72.     Width = 29
  73.     Height = 16
  74.     Caption = 'Date'
  75.   end
  76.   object DateLabel: TLabel
  77.     Left = 136
  78.     Top = 152
  79.     Width = 4
  80.     Height = 16
  81.     Caption = '-'
  82.   end
  83.   object Label7: TLabel
  84.     Left = 16
  85.     Top = 176
  86.     Width = 68
  87.     Height = 16
  88.     Caption = 'Repetitions'
  89.   end
  90.   object Label8: TLabel
  91.     Left = 136
  92.     Top = 176
  93.     Width = 4
  94.     Height = 16
  95.     Caption = '-'
  96.   end
  97.   object Label9: TLabel
  98.     Left = 16
  99.     Top = 200
  100.     Width = 65
  101.     Height = 16
  102.     Caption = 'New items:'
  103.   end
  104.   object Label10: TLabel
  105.     Left = 136
  106.     Top = 200
  107.     Width = 4
  108.     Height = 16
  109.     Caption = '-'
  110.   end
  111.   object Label11: TLabel
  112.     Left = 16
  113.     Top = 224
  114.     Width = 34
  115.     Height = 16
  116.     Caption = 'Time:'
  117.   end
  118.   object Label12: TLabel
  119.     Left = 136
  120.     Top = 224
  121.     Width = 4
  122.     Height = 16
  123.     Caption = '-'
  124.   end
  125.   object Label13: TLabel
  126.     Left = 216
  127.     Top = 176
  128.     Width = 169
  129.     Height = 16
  130.     Caption = 'Average repetitions per day:'
  131.   end
  132.   object AvgRepetitions: TLabel
  133.     Left = 448
  134.     Top = 176
  135.     Width = 4
  136.     Height = 16
  137.     Caption = '-'
  138.   end
  139.   object Label15: TLabel
  140.     Left = 216
  141.     Top = 200
  142.     Width = 166
  143.     Height = 16
  144.     Caption = 'Average new items per day:'
  145.   end
  146.   object AvgNewRepetitions: TLabel
  147.     Left = 448
  148.     Top = 200
  149.     Width = 4
  150.     Height = 16
  151.     Caption = '-'
  152.   end
  153.   object Label17: TLabel
  154.     Left = 216
  155.     Top = 224
  156.     Width = 132
  157.     Height = 16
  158.     Caption = 'Average time per day:'
  159.   end
  160.   object AvgTime: TLabel
  161.     Left = 448
  162.     Top = 224
  163.     Width = 4
  164.     Height = 16
  165.     Caption = '-'
  166.   end
  167.   object Label19: TLabel
  168.     Left = 520
  169.     Top = 176
  170.     Width = 63
  171.     Height = 16
  172.     Caption = 'Chart type:'
  173.   end
  174.   object Label20: TLabel
  175.     Left = 24
  176.     Top = 528
  177.     Width = 52
  178.     Height = 16
  179.     Caption = 'Memory:'
  180.   end
  181.   object Memory: TLabel
  182.     Left = 84
  183.     Top = 528
  184.     Width = 4
  185.     Height = 16
  186.     Caption = '-'
  187.   end
  188.   object Label14: TLabel
  189.     Left = 216
  190.     Top = 152
  191.     Width = 25
  192.     Height = 16
  193.     Caption = 'Day'
  194.   end
  195.   object DayLabel: TLabel
  196.     Left = 448
  197.     Top = 152
  198.     Width = 4
  199.     Height = 16
  200.     Caption = '-'
  201.   end
  202.   object HundredPercent: TLabel
  203.     Left = 8
  204.     Top = 280
  205.     Width = 33
  206.     Height = 16
  207.     Caption = '100%'
  208.   end
  209.   object LastDate: TLabel
  210.     Left = 719
  211.     Top = 280
  212.     Width = 58
  213.     Height = 16
  214.     Alignment = taRightJustify
  215.     Caption = 'Last date:'
  216.   end
  217.   object ChartType: TLabel
  218.     Left = 528
  219.     Top = 200
  220.     Width = 181
  221.     Height = 16
  222.     Caption = 'New items memorized per day'
  223.   end
  224.   object Label6: TLabel
  225.     Left = 16
  226.     Top = 248
  227.     Width = 70
  228.     Height = 16
  229.     Caption = 'Memorized:'
  230.   end
  231.   object Label16: TLabel
  232.     Left = 136
  233.     Top = 248
  234.     Width = 4
  235.     Height = 16
  236.     Caption = '-'
  237.   end
  238.   object Label18: TLabel
  239.     Left = 216
  240.     Top = 248
  241.     Width = 60
  242.     Height = 16
  243.     Caption = 'Retention:'
  244.   end
  245.   object Label21: TLabel
  246.     Left = 448
  247.     Top = 248
  248.     Width = 4
  249.     Height = 16
  250.     Caption = '-'
  251.   end
  252.   object FIBar: TTrackBar
  253.     Left = 488
  254.     Top = 65
  255.     Width = 289
  256.     Height = 40
  257.     Max = 90
  258.     Min = 3
  259.     Orientation = trHorizontal
  260.     Frequency = 1
  261.     Position = 10
  262.     SelEnd = 0
  263.     SelStart = 0
  264.     TabOrder = 0
  265.     ThumbLength = 20
  266.     TickMarks = tmTopLeft
  267.     TickStyle = tsAuto
  268.     OnChange = FIBarChange
  269.   end
  270.   object RepsPerDayEdit: TEdit
  271.     Left = 528
  272.     Top = 40
  273.     Width = 65
  274.     Height = 24
  275.     TabOrder = 1
  276.     Text = '200'
  277.   end
  278.   object GroupBox1: TGroupBox
  279.     Left = 16
  280.     Top = 40
  281.     Width = 289
  282.     Height = 89
  283.     Caption = 'Strategy'
  284.     TabOrder = 2
  285.     object OnlyRepeat: TRadioButton
  286.       Left = 5
  287.       Top = 32
  288.       Width = 281
  289.       Height = 17
  290.       Caption = 'Repeat only memorized items'
  291.       TabOrder = 0
  292.       OnClick = OnlyRepeatClick
  293.     end
  294.     object LearnNew: TRadioButton
  295.       Left = 5
  296.       Top = 56
  297.       Width = 281
  298.       Height = 17
  299.       Caption = 'Learn new items in remaining time'
  300.       Checked = True
  301.       TabOrder = 1
  302.       TabStop = True
  303.       OnClick = LearnNewClick
  304.     end
  305.   end
  306.   object Start: TButton
  307.     Left = 464
  308.     Top = 520
  309.     Width = 75
  310.     Height = 30
  311.     Caption = '&Start'
  312.     TabOrder = 3
  313.     OnClick = StartClick
  314.   end
  315.   object Stop: TButton
  316.     Left = 544
  317.     Top = 520
  318.     Width = 75
  319.     Height = 30
  320.     Caption = 'St&op'
  321.     TabOrder = 4
  322.     OnClick = StopClick
  323.   end
  324.   object Close: TButton
  325.     Left = 704
  326.     Top = 520
  327.     Width = 75
  328.     Height = 30
  329.     Cancel = True
  330.     Caption = '&Close'
  331.     ModalResult = 2
  332.     TabOrder = 5
  333.   end
  334.   object Resume: TButton
  335.     Left = 624
  336.     Top = 520
  337.     Width = 75
  338.     Height = 30
  339.     Caption = '&Resume'
  340.     TabOrder = 6
  341.     OnClick = ResumeClick
  342.   end
  343.   object OriginalFI: TCheckBox
  344.     Left = 312
  345.     Top = 112
  346.     Width = 449
  347.     Height = 17
  348.     Caption = 'Use the actual forgetting index of memorized items'
  349.     TabOrder = 7
  350.   end
  351.   object UpdateTimer: TTimer
  352.     Enabled = False
  353.     OnTimer = UpdateTimerTimer
  354.     Left = 544
  355.     Top = 232
  356.   end
  357. end
  358.