home *** CD-ROM | disk | FTP | other *** search
- object SimulationDlg: TSimulationDlg
- Left = 323
- Top = 144
- BorderStyle = bsDialog
- Caption = 'Simulation of the learning process'
- ClientHeight = 552
- ClientWidth = 790
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 120
- TextHeight = 16
- object PaintBox1: TPaintBox
- Left = 8
- Top = 304
- Width = 777
- Height = 209
- OnPaint = PaintBox1Paint
- end
- object Bevel2: TBevel
- Left = 8
- Top = 144
- Width = 505
- Height = 129
- end
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 777
- Height = 129
- end
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 601
- Height = 16
- Caption =
- 'This dialog simulates the learning process over the next 15 year' +
- 's given the following input parameters:'
- end
- object Label3: TLabel
- Left = 312
- Top = 72
- Width = 98
- Height = 16
- Caption = 'Forgetting index:'
- end
- object FILabel: TLabel
- Left = 448
- Top = 72
- Width = 26
- Height = 16
- Caption = '10%'
- end
- object Label5: TLabel
- Left = 312
- Top = 48
- Width = 167
- Height = 16
- Caption = 'Planned repetitions per day:'
- end
- object Label2: TLabel
- Left = 16
- Top = 152
- Width = 29
- Height = 16
- Caption = 'Date'
- end
- object DateLabel: TLabel
- Left = 136
- Top = 152
- Width = 4
- Height = 16
- Caption = '-'
- end
- object Label7: TLabel
- Left = 16
- Top = 176
- Width = 68
- Height = 16
- Caption = 'Repetitions'
- end
- object Label8: TLabel
- Left = 136
- Top = 176
- Width = 4
- Height = 16
- Caption = '-'
- end
- object Label9: TLabel
- Left = 16
- Top = 200
- Width = 65
- Height = 16
- Caption = 'New items:'
- end
- object Label10: TLabel
- Left = 136
- Top = 200
- Width = 4
- Height = 16
- Caption = '-'
- end
- object Label11: TLabel
- Left = 16
- Top = 224
- Width = 34
- Height = 16
- Caption = 'Time:'
- end
- object Label12: TLabel
- Left = 136
- Top = 224
- Width = 4
- Height = 16
- Caption = '-'
- end
- object Label13: TLabel
- Left = 216
- Top = 176
- Width = 169
- Height = 16
- Caption = 'Average repetitions per day:'
- end
- object AvgRepetitions: TLabel
- Left = 448
- Top = 176
- Width = 4
- Height = 16
- Caption = '-'
- end
- object Label15: TLabel
- Left = 216
- Top = 200
- Width = 166
- Height = 16
- Caption = 'Average new items per day:'
- end
- object AvgNewRepetitions: TLabel
- Left = 448
- Top = 200
- Width = 4
- Height = 16
- Caption = '-'
- end
- object Label17: TLabel
- Left = 216
- Top = 224
- Width = 132
- Height = 16
- Caption = 'Average time per day:'
- end
- object AvgTime: TLabel
- Left = 448
- Top = 224
- Width = 4
- Height = 16
- Caption = '-'
- end
- object Label19: TLabel
- Left = 520
- Top = 176
- Width = 63
- Height = 16
- Caption = 'Chart type:'
- end
- object Label20: TLabel
- Left = 24
- Top = 528
- Width = 52
- Height = 16
- Caption = 'Memory:'
- end
- object Memory: TLabel
- Left = 84
- Top = 528
- Width = 4
- Height = 16
- Caption = '-'
- end
- object Label14: TLabel
- Left = 216
- Top = 152
- Width = 25
- Height = 16
- Caption = 'Day'
- end
- object DayLabel: TLabel
- Left = 448
- Top = 152
- Width = 4
- Height = 16
- Caption = '-'
- end
- object HundredPercent: TLabel
- Left = 8
- Top = 280
- Width = 33
- Height = 16
- Caption = '100%'
- end
- object LastDate: TLabel
- Left = 719
- Top = 280
- Width = 58
- Height = 16
- Alignment = taRightJustify
- Caption = 'Last date:'
- end
- object ChartType: TLabel
- Left = 528
- Top = 200
- Width = 181
- Height = 16
- Caption = 'New items memorized per day'
- end
- object Label6: TLabel
- Left = 16
- Top = 248
- Width = 70
- Height = 16
- Caption = 'Memorized:'
- end
- object Label16: TLabel
- Left = 136
- Top = 248
- Width = 4
- Height = 16
- Caption = '-'
- end
- object Label18: TLabel
- Left = 216
- Top = 248
- Width = 60
- Height = 16
- Caption = 'Retention:'
- end
- object Label21: TLabel
- Left = 448
- Top = 248
- Width = 4
- Height = 16
- Caption = '-'
- end
- object FIBar: TTrackBar
- Left = 488
- Top = 65
- Width = 289
- Height = 40
- Max = 90
- Min = 3
- Orientation = trHorizontal
- Frequency = 1
- Position = 10
- SelEnd = 0
- SelStart = 0
- TabOrder = 0
- ThumbLength = 20
- TickMarks = tmTopLeft
- TickStyle = tsAuto
- OnChange = FIBarChange
- end
- object RepsPerDayEdit: TEdit
- Left = 528
- Top = 40
- Width = 65
- Height = 24
- TabOrder = 1
- Text = '200'
- end
- object GroupBox1: TGroupBox
- Left = 16
- Top = 40
- Width = 289
- Height = 89
- Caption = 'Strategy'
- TabOrder = 2
- object OnlyRepeat: TRadioButton
- Left = 5
- Top = 32
- Width = 281
- Height = 17
- Caption = 'Repeat only memorized items'
- TabOrder = 0
- OnClick = OnlyRepeatClick
- end
- object LearnNew: TRadioButton
- Left = 5
- Top = 56
- Width = 281
- Height = 17
- Caption = 'Learn new items in remaining time'
- Checked = True
- TabOrder = 1
- TabStop = True
- OnClick = LearnNewClick
- end
- end
- object Start: TButton
- Left = 464
- Top = 520
- Width = 75
- Height = 30
- Caption = '&Start'
- TabOrder = 3
- OnClick = StartClick
- end
- object Stop: TButton
- Left = 544
- Top = 520
- Width = 75
- Height = 30
- Caption = 'St&op'
- TabOrder = 4
- OnClick = StopClick
- end
- object Close: TButton
- Left = 704
- Top = 520
- Width = 75
- Height = 30
- Cancel = True
- Caption = '&Close'
- ModalResult = 2
- TabOrder = 5
- end
- object Resume: TButton
- Left = 624
- Top = 520
- Width = 75
- Height = 30
- Caption = '&Resume'
- TabOrder = 6
- OnClick = ResumeClick
- end
- object OriginalFI: TCheckBox
- Left = 312
- Top = 112
- Width = 449
- Height = 17
- Caption = 'Use the actual forgetting index of memorized items'
- TabOrder = 7
- end
- object UpdateTimer: TTimer
- Enabled = False
- OnTimer = UpdateTimerTimer
- Left = 544
- Top = 232
- end
- end
-