home *** CD-ROM | disk | FTP | other *** search
- object ElementPars: TElementPars
- Left = 502
- Top = 195
- HelpContext = 16
- ActiveControl = Ordinal
- BorderStyle = bsToolWindow
- Caption = 'Element parameters'
- ClientHeight = 465
- ClientWidth = 416
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- OldCreateOrder = True
- PopupMenu = PopupMenu1
- Position = poScreenCenter
- ShowHint = True
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object Bevel1: TBevel
- Left = 2
- Top = 18
- Width = 407
- Height = 447
- Shape = bsFrame
- IsControl = True
- end
- object Label1: TLabel
- Left = 16
- Top = 96
- Width = 52
- Height = 16
- Caption = 'Interval'
- end
- object Label2: TLabel
- Left = 16
- Top = 128
- Width = 101
- Height = 16
- Caption = 'Next repetition'
- end
- object Label3: TLabel
- Left = 16
- Top = 160
- Width = 60
- Height = 16
- Caption = 'A-Factor'
- end
- object Label4: TLabel
- Left = 16
- Top = 192
- Width = 112
- Height = 16
- Caption = '&Forgetting index'
- FocusControl = FI
- end
- object Label5: TLabel
- Left = 16
- Top = 224
- Width = 51
- Height = 16
- Caption = 'O&rdinal'
- FocusControl = Ordinal
- end
- object Label6: TLabel
- Left = 16
- Top = 256
- Width = 68
- Height = 16
- Caption = '&Category:'
- FocusControl = AppendCombo
- end
- object Label7: TLabel
- Left = 16
- Top = 281
- Width = 69
- Height = 16
- Caption = 'Co&mment:'
- FocusControl = Comment
- end
- object Label8: TLabel
- Left = 16
- Top = 64
- Width = 55
- Height = 16
- Caption = 'Number'
- end
- object Title: TLabel
- Left = 16
- Top = 32
- Width = 32
- Height = 16
- Caption = 'Title'
- OnClick = TitleClick
- end
- object No: TLabel
- Left = 144
- Top = 64
- Width = 121
- Height = 16
- AutoSize = False
- Caption = '1'
- end
- object Bevel2: TBevel
- Left = 280
- Top = 56
- Width = 113
- Height = 185
- end
- object OKBtn: TBitBtn
- Left = 289
- Top = 63
- Width = 95
- Height = 33
- Caption = '&OK'
- TabOrder = 3
- OnClick = OKBtnClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 289
- Top = 106
- Width = 95
- Height = 33
- TabOrder = 4
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object HelpBtn: TBitBtn
- Left = 289
- Top = 148
- Width = 95
- Height = 33
- HelpContext = 16
- Caption = 'Help'
- TabOrder = 5
- Kind = bkHelp
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object Comment: TMemo
- Left = 16
- Top = 304
- Width = 385
- Height = 145
- Hint = 'Comment associated with the element'
- TabOrder = 2
- end
- object AppendCombo: TComboBox
- Left = 144
- Top = 253
- Width = 257
- Height = 24
- Hint =
- 'Name of the Contents category to which the element should be mov' +
- 'ed'
- ItemHeight = 16
- TabOrder = 1
- Text = 'No change'
- end
- object Ordinal: TEdit
- Left = 144
- Top = 221
- Width = 121
- Height = 24
- Hint =
- 'Ordinal number that can be used in sorting the pending queue, et' +
- 'c.'
- TabOrder = 0
- Text = '100'
- end
- object Interval: TEdit
- Left = 144
- Top = 92
- Width = 121
- Height = 24
- Hint = 'Current interval between last and next repetition'
- Enabled = False
- TabOrder = 7
- Text = '1'
- end
- object NextRepetition: TEdit
- Left = 144
- Top = 124
- Width = 121
- Height = 24
- Hint = 'Date of the next repetition'
- Enabled = False
- TabOrder = 8
- Text = '01.01.2000'
- end
- object AFactor: TEdit
- Left = 144
- Top = 156
- Width = 121
- Height = 24
- Hint = 'Element'#39's easiness (from 1.2 to over 6 for very easy elements)'
- Enabled = False
- TabOrder = 9
- Text = '3.0'
- end
- object FI: TEdit
- Left = 144
- Top = 189
- Width = 121
- Height = 24
- Hint =
- 'Element'#39's forgetting index (i.e. probability of forgetting at ea' +
- 'ch repetition)'
- TabOrder = 10
- Text = '10'
- end
- object History: TBitBtn
- Left = 288
- Top = 208
- Width = 97
- Height = 30
- Hint = 'Display repetition history of the element'
- Caption = '&History'
- TabOrder = 6
- OnClick = HistoryClick
- end
- object PopupMenu1: TPopupMenu
- Left = 368
- Top = 8
- object Close1: TMenuItem
- Caption = 'Close'
- ShortCut = 27
- OnClick = Close1Click
- end
- end
- end
-