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

  1. object ElementPars: TElementPars
  2.   Left = 502
  3.   Top = 195
  4.   HelpContext = 16
  5.   ActiveControl = Ordinal
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Element parameters'
  8.   ClientHeight = 465
  9.   ClientWidth = 416
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clBlack
  13.   Font.Height = -14
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = [fsBold]
  16.   OldCreateOrder = True
  17.   PopupMenu = PopupMenu1
  18.   Position = poScreenCenter
  19.   ShowHint = True
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   OnShow = FormShow
  23.   PixelsPerInch = 120
  24.   TextHeight = 16
  25.   object Bevel1: TBevel
  26.     Left = 2
  27.     Top = 18
  28.     Width = 407
  29.     Height = 447
  30.     Shape = bsFrame
  31.     IsControl = True
  32.   end
  33.   object Label1: TLabel
  34.     Left = 16
  35.     Top = 96
  36.     Width = 52
  37.     Height = 16
  38.     Caption = 'Interval'
  39.   end
  40.   object Label2: TLabel
  41.     Left = 16
  42.     Top = 128
  43.     Width = 101
  44.     Height = 16
  45.     Caption = 'Next repetition'
  46.   end
  47.   object Label3: TLabel
  48.     Left = 16
  49.     Top = 160
  50.     Width = 60
  51.     Height = 16
  52.     Caption = 'A-Factor'
  53.   end
  54.   object Label4: TLabel
  55.     Left = 16
  56.     Top = 192
  57.     Width = 112
  58.     Height = 16
  59.     Caption = '&Forgetting index'
  60.     FocusControl = FI
  61.   end
  62.   object Label5: TLabel
  63.     Left = 16
  64.     Top = 224
  65.     Width = 51
  66.     Height = 16
  67.     Caption = 'O&rdinal'
  68.     FocusControl = Ordinal
  69.   end
  70.   object Label6: TLabel
  71.     Left = 16
  72.     Top = 256
  73.     Width = 68
  74.     Height = 16
  75.     Caption = '&Category:'
  76.     FocusControl = AppendCombo
  77.   end
  78.   object Label7: TLabel
  79.     Left = 16
  80.     Top = 281
  81.     Width = 69
  82.     Height = 16
  83.     Caption = 'Co&mment:'
  84.     FocusControl = Comment
  85.   end
  86.   object Label8: TLabel
  87.     Left = 16
  88.     Top = 64
  89.     Width = 55
  90.     Height = 16
  91.     Caption = 'Number'
  92.   end
  93.   object Title: TLabel
  94.     Left = 16
  95.     Top = 32
  96.     Width = 32
  97.     Height = 16
  98.     Caption = 'Title'
  99.     OnClick = TitleClick
  100.   end
  101.   object No: TLabel
  102.     Left = 144
  103.     Top = 64
  104.     Width = 121
  105.     Height = 16
  106.     AutoSize = False
  107.     Caption = '1'
  108.   end
  109.   object Bevel2: TBevel
  110.     Left = 280
  111.     Top = 56
  112.     Width = 113
  113.     Height = 185
  114.   end
  115.   object OKBtn: TBitBtn
  116.     Left = 289
  117.     Top = 63
  118.     Width = 95
  119.     Height = 33
  120.     Caption = '&OK'
  121.     TabOrder = 3
  122.     OnClick = OKBtnClick
  123.     Kind = bkOK
  124.     Margin = 2
  125.     Spacing = -1
  126.     IsControl = True
  127.   end
  128.   object CancelBtn: TBitBtn
  129.     Left = 289
  130.     Top = 106
  131.     Width = 95
  132.     Height = 33
  133.     TabOrder = 4
  134.     Kind = bkCancel
  135.     Margin = 2
  136.     Spacing = -1
  137.     IsControl = True
  138.   end
  139.   object HelpBtn: TBitBtn
  140.     Left = 289
  141.     Top = 148
  142.     Width = 95
  143.     Height = 33
  144.     HelpContext = 16
  145.     Caption = 'Help'
  146.     TabOrder = 5
  147.     Kind = bkHelp
  148.     Margin = 2
  149.     Spacing = -1
  150.     IsControl = True
  151.   end
  152.   object Comment: TMemo
  153.     Left = 16
  154.     Top = 304
  155.     Width = 385
  156.     Height = 145
  157.     Hint = 'Comment associated with the element'
  158.     TabOrder = 2
  159.   end
  160.   object AppendCombo: TComboBox
  161.     Left = 144
  162.     Top = 253
  163.     Width = 257
  164.     Height = 24
  165.     Hint = 
  166.       'Name of the Contents category to which the element should be mov' +
  167.       'ed'
  168.     ItemHeight = 16
  169.     TabOrder = 1
  170.     Text = 'No change'
  171.   end
  172.   object Ordinal: TEdit
  173.     Left = 144
  174.     Top = 221
  175.     Width = 121
  176.     Height = 24
  177.     Hint = 
  178.       'Ordinal number that can be used in sorting the pending queue, et' +
  179.       'c.'
  180.     TabOrder = 0
  181.     Text = '100'
  182.   end
  183.   object Interval: TEdit
  184.     Left = 144
  185.     Top = 92
  186.     Width = 121
  187.     Height = 24
  188.     Hint = 'Current interval between last and next repetition'
  189.     Enabled = False
  190.     TabOrder = 7
  191.     Text = '1'
  192.   end
  193.   object NextRepetition: TEdit
  194.     Left = 144
  195.     Top = 124
  196.     Width = 121
  197.     Height = 24
  198.     Hint = 'Date of the next repetition'
  199.     Enabled = False
  200.     TabOrder = 8
  201.     Text = '01.01.2000'
  202.   end
  203.   object AFactor: TEdit
  204.     Left = 144
  205.     Top = 156
  206.     Width = 121
  207.     Height = 24
  208.     Hint = 'Element'#39's easiness (from 1.2 to over 6 for very easy elements)'
  209.     Enabled = False
  210.     TabOrder = 9
  211.     Text = '3.0'
  212.   end
  213.   object FI: TEdit
  214.     Left = 144
  215.     Top = 189
  216.     Width = 121
  217.     Height = 24
  218.     Hint = 
  219.       'Element'#39's forgetting index (i.e. probability of forgetting at ea' +
  220.       'ch repetition)'
  221.     TabOrder = 10
  222.     Text = '10'
  223.   end
  224.   object History: TBitBtn
  225.     Left = 288
  226.     Top = 208
  227.     Width = 97
  228.     Height = 30
  229.     Hint = 'Display repetition history of the element'
  230.     Caption = '&History'
  231.     TabOrder = 6
  232.     OnClick = HistoryClick
  233.   end
  234.   object PopupMenu1: TPopupMenu
  235.     Left = 368
  236.     Top = 8
  237.     object Close1: TMenuItem
  238.       Caption = 'Close'
  239.       ShortCut = 27
  240.       OnClick = Close1Click
  241.     end
  242.   end
  243. end
  244.