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

  1. object AnalysisDlg: TAnalysisDlg
  2.   Left = 433
  3.   Top = 137
  4.   HelpContext = 5
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Analysis'
  8.   ClientHeight = 565
  9.   ClientWidth = 793
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -16
  14.   Font.Name = 'System'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   PopupMenu = PopupMenu1
  18.   Position = poScreenCenter
  19.   ShowHint = True
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   PixelsPerInch = 120
  24.   TextHeight = 20
  25.   object TabbedNotebook1: TTabbedNotebook
  26.     Left = 0
  27.     Top = 0
  28.     Width = 793
  29.     Height = 530
  30.     Align = alClient
  31.     PageIndex = 2
  32.     Font.Charset = ANSI_CHARSET
  33.     Font.Color = clWindowText
  34.     Font.Height = -15
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     TabFont.Charset = DEFAULT_CHARSET
  38.     TabFont.Color = clBtnText
  39.     TabFont.Height = -12
  40.     TabFont.Name = 'MS Sans Serif'
  41.     TabFont.Style = []
  42.     TabOrder = 0
  43.     OnClick = TabbedNotebook1Click
  44.     object TTabPage
  45.       Left = 4
  46.       Top = 27
  47.       Caption = '&Distributions'
  48.       object DistrPaintBox: TPaintBox
  49.         Left = 0
  50.         Top = 0
  51.         Width = 785
  52.         Height = 478
  53.         Align = alClient
  54.         OnPaint = DistrPaintBoxPaint
  55.       end
  56.       object DistrTabSet: TTabSet
  57.         Left = 0
  58.         Top = 478
  59.         Width = 785
  60.         Height = 21
  61.         Align = alBottom
  62.         Font.Charset = DEFAULT_CHARSET
  63.         Font.Color = clWindowText
  64.         Font.Height = -15
  65.         Font.Name = 'MS Sans Serif'
  66.         Font.Style = []
  67.         Tabs.Strings = (
  68.           '&Intervals'
  69.           'A-&Factors'
  70.           '&Repetitions'
  71.           '&Lapses')
  72.         TabIndex = 0
  73.         OnClick = DistrTabSetClick
  74.       end
  75.     end
  76.     object TTabPage
  77.       Left = 4
  78.       Top = 27
  79.       Caption = '&Curves'
  80.       object CurvePaintBox: TPaintBox
  81.         Left = 0
  82.         Top = 0
  83.         Width = 785
  84.         Height = 438
  85.         Align = alClient
  86.         OnPaint = CurvePaintBoxPaint
  87.       end
  88.       object RepTabSet: TTabSet
  89.         Left = 0
  90.         Top = 478
  91.         Width = 785
  92.         Height = 21
  93.         Align = alBottom
  94.         Font.Charset = DEFAULT_CHARSET
  95.         Font.Color = clWindowText
  96.         Font.Height = -15
  97.         Font.Name = 'MS Sans Serif'
  98.         Font.Style = []
  99.         Tabs.Strings = (
  100.           'Repetition: 1'
  101.           '2'
  102.           '3'
  103.           '4'
  104.           '5'
  105.           '6'
  106.           '7'
  107.           '8'
  108.           '9'
  109.           '10'
  110.           '11'
  111.           '12'
  112.           '13'
  113.           '14'
  114.           '15'
  115.           '16'
  116.           '17'
  117.           '18'
  118.           '19'
  119.           '20')
  120.         TabIndex = 0
  121.         OnChange = RepTabSetChange
  122.       end
  123.       object LapsesTabSet: TTabSet
  124.         Left = 0
  125.         Top = 438
  126.         Width = 785
  127.         Height = 20
  128.         Align = alBottom
  129.         Font.Charset = DEFAULT_CHARSET
  130.         Font.Color = clWindowText
  131.         Font.Height = -15
  132.         Font.Name = 'MS Sans Serif'
  133.         Font.Style = []
  134.         Tabs.Strings = (
  135.           'Lapses: 0'
  136.           '1'
  137.           '2'
  138.           '3'
  139.           '4'
  140.           '5'
  141.           '6'
  142.           '7'
  143.           '8'
  144.           '9'
  145.           '10')
  146.         TabIndex = 0
  147.         OnChange = LapsesTabSetChange
  148.       end
  149.       object AFTabSet: TTabSet
  150.         Left = 0
  151.         Top = 458
  152.         Width = 785
  153.         Height = 20
  154.         Align = alBottom
  155.         Font.Charset = DEFAULT_CHARSET
  156.         Font.Color = clWindowText
  157.         Font.Height = -15
  158.         Font.Name = 'MS Sans Serif'
  159.         Font.Style = []
  160.         Tabs.Strings = (
  161.           'A-Factor: 1.2'
  162.           '1.5'
  163.           '1.8'
  164.           '2.1'
  165.           '2.4'
  166.           '2.7'
  167.           '3.0'
  168.           '3.3'
  169.           '3.6'
  170.           '3.9'
  171.           '4.2'
  172.           '4.5'
  173.           '4.8'
  174.           '5.1'
  175.           '5.4'
  176.           '5.7'
  177.           '6.0'
  178.           '6.3'
  179.           '6.6'
  180.           '6.9')
  181.         TabIndex = 0
  182.         Visible = False
  183.         OnChange = AFTabSetChange
  184.       end
  185.     end
  186.     object TTabPage
  187.       Left = 4
  188.       Top = 27
  189.       Caption = '&Graphs'
  190.       object GraphPaintBox: TPaintBox
  191.         Left = 0
  192.         Top = 0
  193.         Width = 785
  194.         Height = 478
  195.         Align = alClient
  196.         OnPaint = GraphPaintBoxPaint
  197.       end
  198.       object GraphTabset: TTabSet
  199.         Left = 0
  200.         Top = 478
  201.         Width = 785
  202.         Height = 21
  203.         Align = alBottom
  204.         Font.Charset = DEFAULT_CHARSET
  205.         Font.Color = clWindowText
  206.         Font.Height = -15
  207.         Font.Name = 'MS Sans Serif'
  208.         Font.Style = []
  209.         Tabs.Strings = (
  210.           'First Grade vs A-Factor'
  211.           'Grade vs Forgetting Index'
  212.           'D-Factor vs A-Factor'
  213.           'First Interval')
  214.         TabIndex = 0
  215.         OnClick = GraphTabsetClick
  216.       end
  217.     end
  218.     object TTabPage
  219.       Left = 4
  220.       Top = 27
  221.       Caption = '&3-D Graphs'
  222.       object Image1: TImage
  223.         Left = 0
  224.         Top = 0
  225.         Width = 785
  226.         Height = 478
  227.         Align = alClient
  228.       end
  229.       object Image2: TImage
  230.         Left = 0
  231.         Top = 0
  232.         Width = 785
  233.         Height = 478
  234.         Align = alClient
  235.       end
  236.       object Image3: TImage
  237.         Left = 0
  238.         Top = 0
  239.         Width = 785
  240.         Height = 478
  241.         Align = alClient
  242.       end
  243.       object Image4: TImage
  244.         Left = 0
  245.         Top = 0
  246.         Width = 785
  247.         Height = 478
  248.         Align = alClient
  249.       end
  250.       object ThreeDTabSet: TTabSet
  251.         Left = 0
  252.         Top = 478
  253.         Width = 785
  254.         Height = 21
  255.         Align = alBottom
  256.         Font.Charset = DEFAULT_CHARSET
  257.         Font.Color = clWindowText
  258.         Font.Height = -15
  259.         Font.Name = 'MS Sans Serif'
  260.         Font.Style = []
  261.         Tabs.Strings = (
  262.           'R-Factor Matrix'
  263.           'O-Factor Matrix'
  264.           'Cases')
  265.         TabIndex = 0
  266.         OnClick = ThreeDTabSetClick
  267.       end
  268.     end
  269.     object TTabPage
  270.       Left = 4
  271.       Top = 27
  272.       Caption = '&Matrices'
  273.       object MatrixTabSet: TTabSet
  274.         Left = 0
  275.         Top = 478
  276.         Width = 785
  277.         Height = 21
  278.         Align = alBottom
  279.         Font.Charset = DEFAULT_CHARSET
  280.         Font.Color = clWindowText
  281.         Font.Height = -15
  282.         Font.Name = 'MS Sans Serif'
  283.         Font.Style = []
  284.         Tabs.Strings = (
  285.           '&OF Matrix'
  286.           '&RF Matrix'
  287.           '&Cases'
  288.           '&Intervals'
  289.           '&D-Factors')
  290.         TabIndex = 0
  291.         OnClick = MatrixTabSetClick
  292.       end
  293.       object StringGrid1: TStringGrid
  294.         Left = 0
  295.         Top = 0
  296.         Width = 785
  297.         Height = 478
  298.         Align = alClient
  299.         Color = clWhite
  300.         ColCount = 21
  301.         DefaultColWidth = 35
  302.         DefaultRowHeight = 20
  303.         RowCount = 21
  304.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goTabs]
  305.         TabOrder = 1
  306.         OnDblClick = StringGrid1DblClick
  307.         OnSetEditText = StringGrid1SetEditText
  308.       end
  309.     end
  310.     object TTabPage
  311.       Left = 4
  312.       Top = 27
  313.       Caption = '&Approximations'
  314.       object ApxPaintBox: TPaintBox
  315.         Left = 0
  316.         Top = 0
  317.         Width = 785
  318.         Height = 478
  319.         Align = alClient
  320.         OnPaint = ApxPaintBoxPaint
  321.       end
  322.       object ApxTabSet: TTabSet
  323.         Left = 0
  324.         Top = 478
  325.         Width = 785
  326.         Height = 21
  327.         Align = alBottom
  328.         Font.Charset = DEFAULT_CHARSET
  329.         Font.Color = clWindowText
  330.         Font.Height = -15
  331.         Font.Name = 'MS Sans Serif'
  332.         Font.Style = []
  333.         Tabs.Strings = (
  334.           '1.2'
  335.           '1.5'
  336.           '1.8'
  337.           '2.1'
  338.           '2.4'
  339.           '2.7'
  340.           '3.0'
  341.           '3.3'
  342.           '3.6'
  343.           '3.9'
  344.           '4.2'
  345.           '4.5'
  346.           '4.8'
  347.           '5.1'
  348.           '5.4'
  349.           '5.7'
  350.           '6.0'
  351.           '6.3'
  352.           '6.6'
  353.           '6.9')
  354.         TabIndex = 0
  355.         OnClick = ApxTabSetClick
  356.       end
  357.     end
  358.   end
  359.   object Bottom: TPanel
  360.     Left = 0
  361.     Top = 530
  362.     Width = 793
  363.     Height = 35
  364.     Align = alBottom
  365.     Font.Charset = ANSI_CHARSET
  366.     Font.Color = clWindowText
  367.     Font.Height = -15
  368.     Font.Name = 'MS Sans Serif'
  369.     Font.Style = []
  370.     ParentFont = False
  371.     TabOrder = 1
  372.     object OKBtn: TBitBtn
  373.       Left = 506
  374.       Top = 2
  375.       Width = 90
  376.       Height = 30
  377.       Caption = '&OK'
  378.       Font.Charset = DEFAULT_CHARSET
  379.       Font.Color = clBtnText
  380.       Font.Height = -15
  381.       Font.Name = 'MS Sans Serif'
  382.       Font.Style = []
  383.       ParentFont = False
  384.       TabOrder = 0
  385.       OnClick = OKBtnClick
  386.       Kind = bkOK
  387.       Margin = 2
  388.       Spacing = -1
  389.     end
  390.     object HelpBtn: TBitBtn
  391.       Left = 692
  392.       Top = 2
  393.       Width = 90
  394.       Height = 30
  395.       HelpContext = 5
  396.       Font.Charset = DEFAULT_CHARSET
  397.       Font.Color = clBtnText
  398.       Font.Height = -15
  399.       Font.Name = 'MS Sans Serif'
  400.       Font.Style = []
  401.       ParentFont = False
  402.       TabOrder = 1
  403.       Kind = bkHelp
  404.       Margin = 2
  405.       Spacing = -1
  406.     end
  407.     object BitBtn1: TBitBtn
  408.       Left = 600
  409.       Top = 2
  410.       Width = 90
  411.       Height = 30
  412.       Caption = '&Cancel'
  413.       Font.Charset = DEFAULT_CHARSET
  414.       Font.Color = clBtnText
  415.       Font.Height = -15
  416.       Font.Name = 'MS Sans Serif'
  417.       Font.Style = []
  418.       ParentFont = False
  419.       TabOrder = 2
  420.       OnClick = BitBtn1Click
  421.       Kind = bkCancel
  422.     end
  423.     object BitBtn2: TBitBtn
  424.       Left = 382
  425.       Top = 2
  426.       Width = 90
  427.       Height = 30
  428.       Caption = 'Print'
  429.       TabOrder = 3
  430.       OnClick = BitBtn2Click
  431.       Glyph.Data = {
  432.         72010000424D7201000000000000760000002800000015000000150000000100
  433.         040000000000FC00000000000000000000001000000010000000000000000000
  434.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  435.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  436.         FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF000000000000FFFFF000FFF0
  437.         8888888888880FFFF000FF0888888888888880FFF000FF07777777777770880F
  438.         F000FF0888888888888080FFF000FF08888888BBB880880FF000FF0888888877
  439.         78808880F000FF000000000000000880F000FF088888888888808080F000FFF0
  440.         0000000000080880F000FFFF0FFFFFFFFFF08080F000FFFF0FFFFFFFFFF00800
  441.         F000FFFFF0F000000FFF000FF000FFFFF0FFFFFFFFFF0FFFF000FFFFFF0F0000
  442.         000F0FFFF000FFFFFF0FFFFFFFFFF0FFF000FFFFFF00FFFFFFFFF0FFF000FFFF
  443.         FFF000000000000FF000FFFFFFFFFFFFFFFFFFFFF000}
  444.       Margin = 2
  445.     end
  446.     object Rotate: TBitBtn
  447.       Left = 288
  448.       Top = 2
  449.       Width = 90
  450.       Height = 30
  451.       Hint = 'Rotate 3-D graphs'
  452.       Caption = '&Rotate'
  453.       Enabled = False
  454.       TabOrder = 4
  455.       OnClick = RotateClick
  456.       Glyph.Data = {
  457.         DE010000424DDE01000000000000760000002800000024000000120000000100
  458.         0400000000006801000000000000000000001000000010000000000000000000
  459.         80000080000000808000800000008000800080800000C0C0C000808080000000
  460.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333444444
  461.         33333333333F8888883F33330000324334222222443333388F3833333388F333
  462.         000032244222222222433338F8833FFFFF338F3300003222222AAAAA22243338
  463.         F333F88888F338F30000322222A33333A2224338F33F8333338F338F00003222
  464.         223333333A224338F33833333338F38F00003222222333333A444338FFFF8F33
  465.         3338888300003AAAAAAA33333333333888888833333333330000333333333333
  466.         333333333333333333FFFFFF000033333333333344444433FFFF333333888888
  467.         00003A444333333A22222438888F333338F3333800003A2243333333A2222438
  468.         F38F333333833338000033A224333334422224338338FFFFF8833338000033A2
  469.         22444442222224338F3388888333FF380000333A2222222222AA243338FF3333
  470.         33FF88F800003333AA222222AA33A3333388FFFFFF8833830000333333AAAAAA
  471.         3333333333338888883333330000333333333333333333333333333333333333
  472.         0000}
  473.       NumGlyphs = 2
  474.     end
  475.   end
  476.   object PopupMenu1: TPopupMenu
  477.     Left = 40
  478.     Top = 532
  479.     object Next1: TMenuItem
  480.       Caption = '&Next'
  481.       ShortCut = 16393
  482.       OnClick = Next1Click
  483.     end
  484.     object Previous1: TMenuItem
  485.       Caption = '&Previous'
  486.       ShortCut = 24585
  487.       OnClick = Previous1Click
  488.     end
  489.     object First1: TMenuItem
  490.       Caption = '&First'
  491.       ShortCut = 36
  492.       OnClick = First1Click
  493.     end
  494.   end
  495. end
  496.