home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / shareware / Wiscy / _SETUP.1 / WiSCy.exe / 0 / RCDATA / TFMCALC / TFMCALC.txt
Encoding:
Text File  |  1998-02-28  |  86.5 KB  |  3,491 lines

  1. object fmCalc: TfmCalc
  2.   Left = 260
  3.   Top = 96
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'WiSCy'
  7.   ClientHeight = 324
  8.   ClientWidth = 478
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -12
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnKeyDown = FormKeyDown
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 15
  21.   object lbDigits: TLabel
  22.     Left = 8
  23.     Top = 0
  24.     Width = 2
  25.     Height = 14
  26.     Caption = '|'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clBlack
  29.     Font.Height = -11
  30.     Font.Name = 'Arial'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object Label1: TLabel
  35.     Left = 109
  36.     Top = 0
  37.     Width = 363
  38.     Height = 16
  39.     Alignment = taRightJustify
  40.     Caption = '∩┐╜ Copyright  1988-98 by Igor I.Evsikov  && Sergey Yu. Shmakov'
  41.     Font.Charset = ANSI_CHARSET
  42.     Font.Color = clRed
  43.     Font.Height = -13
  44.     Font.Name = 'Arial'
  45.     Font.Style = []
  46.     ParentFont = False
  47.   end
  48.   object Label45: TLabel
  49.     Left = 406
  50.     Top = 70
  51.     Width = 52
  52.     Height = 14
  53.     Alignment = taRightJustify
  54.     Caption = 'Assisstant'
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clBlack
  57.     Font.Height = -11
  58.     Font.Name = 'Arial'
  59.     Font.Style = []
  60.     ParentFont = False
  61.   end
  62.   object cbHistory: TComboBox
  63.     Left = 4
  64.     Top = 48
  65.     Width = 469
  66.     Height = 23
  67.     TabStop = False
  68.     Font.Charset = DEFAULT_CHARSET
  69.     Font.Color = clBlue
  70.     Font.Height = -12
  71.     Font.Name = 'Arial'
  72.     Font.Style = []
  73.     ItemHeight = 15
  74.     ParentFont = False
  75.     ParentShowHint = False
  76.     ShowHint = False
  77.     TabOrder = 1
  78.     OnChange = cbHistoryChange
  79.     OnKeyDown = cbHistoryKeyDown
  80.   end
  81.   object Edit1: TEdit
  82.     Left = 6
  83.     Top = 51
  84.     Width = 449
  85.     Height = 18
  86.     HelpContext = 3
  87.     AutoSelect = False
  88.     BorderStyle = bsNone
  89.     Font.Charset = DEFAULT_CHARSET
  90.     Font.Color = clBlue
  91.     Font.Height = -12
  92.     Font.Name = 'Arial'
  93.     Font.Style = []
  94.     ParentFont = False
  95.     TabOrder = 3
  96.     OnChange = Edit1Change
  97.     OnClick = Edit1Click
  98.     OnMouseMove = Edit1MouseMove
  99.   end
  100.   object cbResults: TComboBox
  101.     Left = 4
  102.     Top = 18
  103.     Width = 470
  104.     Height = 23
  105.     Font.Charset = DEFAULT_CHARSET
  106.     Font.Color = clBlack
  107.     Font.Height = -12
  108.     Font.Name = 'Arial'
  109.     Font.Style = []
  110.     ItemHeight = 15
  111.     ParentFont = False
  112.     TabOrder = 2
  113.     Text = 'cbResults'
  114.     OnChange = cbResultsChange
  115.     OnKeyDown = cbResultsKeyDown
  116.   end
  117.   object Edit2: TEdit
  118.     Left = 6
  119.     Top = 21
  120.     Width = 450
  121.     Height = 18
  122.     TabStop = False
  123.     AutoSelect = False
  124.     BorderStyle = bsNone
  125.     Font.Charset = DEFAULT_CHARSET
  126.     Font.Color = clBlue
  127.     Font.Height = -12
  128.     Font.Name = 'Arial'
  129.     Font.Style = []
  130.     OEMConvert = True
  131.     ParentFont = False
  132.     ReadOnly = True
  133.     TabOrder = 0
  134.     OnClick = Edit2Click
  135.     OnKeyDown = Edit2KeyDown
  136.   end
  137.   object Panel1: TPanel
  138.     Left = 0
  139.     Top = 317
  140.     Width = 478
  141.     Height = 7
  142.     Align = alBottom
  143.     BevelInner = bvLowered
  144.     TabOrder = 4
  145.     object Gauge: TGauge
  146.       Left = 2
  147.       Top = 2
  148.       Width = 474
  149.       Height = 3
  150.       Align = alClient
  151.       Color = 12639424
  152.       Font.Charset = DEFAULT_CHARSET
  153.       Font.Color = clSilver
  154.       Font.Height = -12
  155.       Font.Name = 'Arial'
  156.       Font.Style = []
  157.       BorderStyle = bsNone
  158.       ForeColor = clPurple
  159.       BackColor = clBtnFace
  160.       ParentColor = False
  161.       ParentFont = False
  162.       Progress = 0
  163.     end
  164.   end
  165.   object pcCalc: TPageControl
  166.     Left = 0
  167.     Top = 82
  168.     Width = 478
  169.     Height = 235
  170.     ActivePage = tsMain
  171.     Align = alBottom
  172.     Font.Charset = DEFAULT_CHARSET
  173.     Font.Color = clBlack
  174.     Font.Height = -11
  175.     Font.Name = 'Arial'
  176.     Font.Style = []
  177.     ParentFont = False
  178.     ParentShowHint = False
  179.     ShowHint = False
  180.     TabOrder = 5
  181.     OnChange = pcCalcChange
  182.     object tsMain: TTabSheet
  183.       Caption = 'Calculator'
  184.       object Bevel1: TBevel
  185.         Left = 1
  186.         Top = 4
  187.         Width = 197
  188.         Height = 161
  189.         Shape = bsFrame
  190.       end
  191.       object Label2: TLabel
  192.         Left = 9
  193.         Top = -1
  194.         Width = 47
  195.         Height = 14
  196.         Caption = 'Functions'
  197.       end
  198.       object Bevel2: TBevel
  199.         Left = 201
  200.         Top = 4
  201.         Width = 129
  202.         Height = 161
  203.         Shape = bsFrame
  204.       end
  205.       object Label3: TLabel
  206.         Left = 213
  207.         Top = -1
  208.         Width = 26
  209.         Height = 14
  210.         Caption = 'Digits'
  211.         Font.Charset = DEFAULT_CHARSET
  212.         Font.Color = clRed
  213.         Font.Height = -11
  214.         Font.Name = 'Arial'
  215.         Font.Style = []
  216.         ParentFont = False
  217.       end
  218.       object Label4: TLabel
  219.         Left = 237
  220.         Top = -1
  221.         Width = 3
  222.         Height = 14
  223.         Caption = '/'
  224.       end
  225.       object Label5: TLabel
  226.         Left = 241
  227.         Top = -1
  228.         Width = 53
  229.         Height = 14
  230.         Caption = 'Operations'
  231.         Font.Charset = DEFAULT_CHARSET
  232.         Font.Color = clBlue
  233.         Font.Height = -11
  234.         Font.Name = 'Arial'
  235.         Font.Style = []
  236.         ParentFont = False
  237.       end
  238.       object sbNNumUp: TSpeedButton
  239.         Left = 301
  240.         Top = 120
  241.         Width = 25
  242.         Height = 17
  243.         Hint = '+ digits'
  244.         Glyph.Data = {
  245.           DE000000424DDE00000000000000360000002800000009000000060000000100
  246.           180000000000A800000000000000000000000000000000000000007F7F007F7F
  247.           007F7F007F7F007F7F007F7F007F7F007F7F007F7F00007F7F00000000000000
  248.           0000000000000000000000000000007F7F00007F7F007F7F0000000000000000
  249.           00000000000000007F7F007F7F00007F7F007F7F007F7F000000000000000000
  250.           007F7F007F7F007F7F00007F7F007F7F007F7F007F7F000000007F7F007F7F00
  251.           7F7F007F7F37007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  252.           7FF7}
  253.         ParentShowHint = False
  254.         ShowHint = True
  255.         OnClick = sbNNumUpClick
  256.       end
  257.       object spNNumDn: TSpeedButton
  258.         Left = 301
  259.         Top = 140
  260.         Width = 25
  261.         Height = 18
  262.         Hint = '- digits'
  263.         Glyph.Data = {
  264.           DE000000424DDE00000000000000360000002800000009000000060000000100
  265.           180000000000A800000000000000000000000000000000000000007F7F007F7F
  266.           007F7F007F7F007F7F007F7F007F7F007F7F007F7F00007F7F007F7F007F7F00
  267.           7F7F000000007F7F007F7F007F7F007F7F00007F7F007F7F007F7F0000000000
  268.           00000000007F7F007F7F007F7F00007F7F007F7F000000000000000000000000
  269.           000000007F7F007F7F00007F7F00000000000000000000000000000000000000
  270.           0000007F7F00007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  271.           7F00}
  272.         ParentShowHint = False
  273.         ShowHint = True
  274.         OnClick = spNNumDnClick
  275.       end
  276.       object Bevel4: TBevel
  277.         Left = 144
  278.         Top = 168
  279.         Width = 326
  280.         Height = 33
  281.         Shape = bsFrame
  282.       end
  283.       object Bevel5: TBevel
  284.         Left = 1
  285.         Top = 168
  286.         Width = 113
  287.         Height = 33
  288.         Shape = bsFrame
  289.       end
  290.       object sbShow: TSpeedButton
  291.         Left = 41
  292.         Top = 172
  293.         Width = 33
  294.         Height = 25
  295.         Hint = 'Show plots'
  296.         Enabled = False
  297.         Glyph.Data = {
  298.           76010000424D7601000000000000760000002800000020000000100000000100
  299.           04000000000000010000120B0000120B00001000000000000000000000000000
  300.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  301.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  302.           003337777777777777F330FFFFFFFFFFF033373F3F3F3F3F3733330F0F0F0F0F
  303.           03333F7F737373737FFF0000FFFFFFF0000377773FFFFFF7777F0FF800000008
  304.           FF037F3F77777773FF7F0F9FFFFFFFF000037F7333333337777F0FFFFFFFFFFF
  305.           FF0373FFFFFFFFFFFF7330000000000000333777777777777733333000000000
  306.           3333333777777777F3333330FFFFFFF033333337F3FFFFF7F3333330F00000F0
  307.           33333337F77777F7F3333330F0AAE0F033333337F7F337F7F3333330F0DAD0F0
  308.           33333337F7FFF7F7F3333330F00000F033333337F7777737F3333330FFFFFFF0
  309.           33333337FFFFFFF7F33333300000000033333337777777773333}
  310.         NumGlyphs = 2
  311.         ParentShowHint = False
  312.         ShowHint = True
  313.         OnClick = sbShowClick
  314.       end
  315.       object sbStop: TSpeedButton
  316.         Left = 77
  317.         Top = 172
  318.         Width = 33
  319.         Height = 25
  320.         Hint = 'Break culculation'
  321.         Glyph.Data = {
  322.           CE070000424DCE07000000000000360000002800000024000000120000000100
  323.           1800000000009807000000000000000000000000000000000000007F7F007F7F
  324.           007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  325.           7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  326.           7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  327.           007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F007F7F007F7F007F
  328.           7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  329.           7F7F007F7F007F7F007F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F
  330.           007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF0000
  331.           7F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F0000FF7F7F7F007F7F00
  332.           7F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7FFFFFFF007F7F
  333.           007F7F007F7F007F7F007F7F007F7FFFFFFF007F7F007F7F007F7F007F7F007F
  334.           7F007F7F007F7F0000FF00007F00007F00007F7F7F7F007F7F007F7F007F7F00
  335.           00FF00007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F
  336.           FFFFFF007F7F7F7F7FFFFFFF007F7F007F7F007F7FFFFFFF7F7F7F7F7F7FFFFF
  337.           FF007F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F00007F00007F00
  338.           007F7F7F7F007F7F0000FF00007F00007F00007F00007F7F7F7F007F7F007F7F
  339.           007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F7F7F7FFFFFFF007F7FFFFF
  340.           FF7F7F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F00
  341.           7F7F0000FF00007F00007F00007F00007F7F7F7F00007F00007F00007F00007F
  342.           00007F7F7F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F
  343.           7F007F7F7F7F7FFFFFFF7F7F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF00
  344.           7F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F00007F00007F00007F
  345.           00007F00007F00007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F
  346.           7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F7F7F7F007F7F007F7F007F7F00
  347.           7F7FFFFFFF7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  348.           0000FF00007F00007F00007F00007F00007F00007F7F7F7F007F7F007F7F007F
  349.           7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F00
  350.           7F7F007F7F007F7F007F7FFFFFFF7F7F7F007F7F007F7F007F7F007F7F007F7F
  351.           007F7F007F7F007F7F007F7F007F7F00007F00007F00007F00007F00007F7F7F
  352.           7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  353.           7F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F7F7F7F007F7F007F7F
  354.           007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF0000
  355.           7F00007F00007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  356.           7F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F
  357.           7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  358.           7F007F7F0000FF00007F00007F00007F00007F00007F7F7F7F007F7F007F7F00
  359.           7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F
  360.           007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F
  361.           7F007F7F007F7F007F7F007F7F0000FF00007F00007F00007F7F7F7F00007F00
  362.           007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  363.           007F7F007F7F7F7F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F
  364.           7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F00007F00
  365.           007F7F7F7F007F7F0000FF00007F00007F00007F7F7F7F007F7F007F7F007F7F
  366.           007F7F007F7F007F7F007F7F007F7F7F7F7F007F7F007F7F007F7F7F7F7FFFFF
  367.           FF007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F00
  368.           7F7F0000FF00007F00007F7F7F7F007F7F007F7F007F7F0000FF00007F00007F
  369.           00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F
  370.           7F007F7F7F7F7F007F7F7F7F7FFFFFFF007F7F007F7F7F7F7FFFFFFF007F7F00
  371.           7F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F007F7F007F7F007F7F
  372.           007F7F007F7F0000FF00007F00007F00007F007F7F007F7F007F7F007F7F007F
  373.           7F007F7F7F7F7FFFFFFFFFFFFF7F7F7F007F7F007F7F007F7F7F7F7FFFFFFF00
  374.           7F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  375.           007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F0000FF007F
  376.           7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F007F7F007F7F00
  377.           7F7F007F7F007F7F7F7F7FFFFFFFFFFFFFFFFFFF7F7F7F007F7F007F7F007F7F
  378.           007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  379.           7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  380.           7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F7F7F7F
  381.           007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  382.           7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  383.           7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  384.           007F7F007F7F007F7F007F7F007F7F007F7F}
  385.         NumGlyphs = 2
  386.         ParentShowHint = False
  387.         ShowHint = True
  388.         OnClick = sbStopClick
  389.       end
  390.       object sbSIN: TSpeedButton
  391.         Tag = 1
  392.         Left = 8
  393.         Top = 20
  394.         Width = 26
  395.         Height = 18
  396.         Hint = 'Sine of (...)'
  397.         Caption = 'sin'
  398.         ParentShowHint = False
  399.         ShowHint = True
  400.         OnClick = Clicker
  401.       end
  402.       object sbCOS: TSpeedButton
  403.         Tag = 12
  404.         Left = 5
  405.         Top = 40
  406.         Width = 29
  407.         Height = 18
  408.         Hint = 'Cosine of(...)'
  409.         Caption = 'cos'
  410.         ParentShowHint = False
  411.         ShowHint = True
  412.         OnClick = Clicker
  413.       end
  414.       object sbTAN: TSpeedButton
  415.         Tag = 13
  416.         Left = 5
  417.         Top = 60
  418.         Width = 29
  419.         Height = 18
  420.         Hint = 'Tangent of (...)'
  421.         Caption = 'tan'
  422.         ParentShowHint = False
  423.         ShowHint = True
  424.         OnClick = Clicker
  425.       end
  426.       object sbASIN: TSpeedButton
  427.         Tag = 2
  428.         Left = 5
  429.         Top = 80
  430.         Width = 29
  431.         Height = 18
  432.         Hint = 'Arc sine of (...)'
  433.         Caption = 'asin'
  434.         ParentShowHint = False
  435.         ShowHint = True
  436.         OnClick = Clicker
  437.       end
  438.       object sbACOS: TSpeedButton
  439.         Tag = 3
  440.         Left = 5
  441.         Top = 100
  442.         Width = 29
  443.         Height = 18
  444.         Hint = 'Arc cosine oof (...)'
  445.         Caption = 'acos'
  446.         ParentShowHint = False
  447.         ShowHint = True
  448.         OnClick = Clicker
  449.       end
  450.       object sbATAN: TSpeedButton
  451.         Tag = 4
  452.         Left = 5
  453.         Top = 120
  454.         Width = 29
  455.         Height = 18
  456.         Hint = 'Arc tangent of (...)'
  457.         Caption = 'atan'
  458.         ParentShowHint = False
  459.         ShowHint = True
  460.         OnClick = Clicker
  461.       end
  462.       object sbLOG: TSpeedButton
  463.         Tag = 17
  464.         Left = 70
  465.         Top = 20
  466.         Width = 29
  467.         Height = 18
  468.         Hint = 'Logarithm (..)'
  469.         Caption = 'log'
  470.         ParentShowHint = False
  471.         ShowHint = True
  472.         OnClick = Clicker
  473.       end
  474.       object sbLN: TSpeedButton
  475.         Tag = 16
  476.         Left = 70
  477.         Top = 40
  478.         Width = 29
  479.         Height = 18
  480.         Hint = 'Natural logarithm (..)'
  481.         Caption = 'ln'
  482.         ParentShowHint = False
  483.         ShowHint = True
  484.         OnClick = Clicker
  485.       end
  486.       object sb10A: TSpeedButton
  487.         Tag = 87
  488.         Left = 102
  489.         Top = 20
  490.         Width = 29
  491.         Height = 18
  492.         Hint = '10 to the power of (..)'
  493.         Caption = '10∩┐╜'
  494.         Font.Charset = DEFAULT_CHARSET
  495.         Font.Color = clNavy
  496.         Font.Height = -11
  497.         Font.Name = 'Arial'
  498.         Font.Style = []
  499.         ParentFont = False
  500.         ParentShowHint = False
  501.         ShowHint = True
  502.         OnClick = Clicker
  503.       end
  504.       object sbEXP: TSpeedButton
  505.         Tag = 14
  506.         Left = 102
  507.         Top = 40
  508.         Width = 29
  509.         Height = 18
  510.         Hint = 'Exponent'
  511.         Caption = 'exp'
  512.         Font.Charset = DEFAULT_CHARSET
  513.         Font.Color = clNavy
  514.         Font.Height = -11
  515.         Font.Name = 'Arial'
  516.         Font.Style = []
  517.         ParentFont = False
  518.         ParentShowHint = False
  519.         ShowHint = True
  520.         OnClick = Clicker
  521.       end
  522.       object sbSqr: TSpeedButton
  523.         Tag = 40
  524.         Left = 70
  525.         Top = 60
  526.         Width = 29
  527.         Height = 18
  528.         Hint = 'square of a number'
  529.         Caption = 'a∩┐╜'
  530.         ParentShowHint = False
  531.         ShowHint = True
  532.         OnClick = Clicker
  533.       end
  534.       object sbSQRT: TSpeedButton
  535.         Tag = 15
  536.         Left = 102
  537.         Top = 60
  538.         Width = 29
  539.         Height = 18
  540.         Hint = 'Positive square root of (..)'
  541.         Caption = '∩┐╜'
  542.         Font.Charset = DEFAULT_CHARSET
  543.         Font.Color = clNavy
  544.         Font.Height = -11
  545.         Font.Name = 'Symbol'
  546.         Font.Style = []
  547.         ParentFont = False
  548.         ParentShowHint = False
  549.         ShowHint = True
  550.         OnClick = Clicker
  551.       end
  552.       object sbGAMMA: TSpeedButton
  553.         Tag = 26
  554.         Left = 165
  555.         Top = 80
  556.         Width = 29
  557.         Height = 18
  558.         Hint = 'Gamma function at (..)'
  559.         Caption = 'G'
  560.         Font.Charset = DEFAULT_CHARSET
  561.         Font.Color = clBlack
  562.         Font.Height = -11
  563.         Font.Name = 'Symbol'
  564.         Font.Style = []
  565.         ParentFont = False
  566.         ParentShowHint = False
  567.         ShowHint = True
  568.         OnClick = Clicker
  569.       end
  570.       object sbSi: TSpeedButton
  571.         Tag = 24
  572.         Left = 69
  573.         Top = 80
  574.         Width = 29
  575.         Height = 18
  576.         Hint = 'Integral Sine of (..)'
  577.         Caption = 'Si'
  578.         ParentShowHint = False
  579.         ShowHint = True
  580.         OnClick = Clicker
  581.       end
  582.       object sbCi: TSpeedButton
  583.         Tag = 23
  584.         Left = 101
  585.         Top = 80
  586.         Width = 29
  587.         Height = 18
  588.         Hint = 'Integral Cosine of (..)'
  589.         Caption = 'Ci'
  590.         Font.Charset = DEFAULT_CHARSET
  591.         Font.Color = clNavy
  592.         Font.Height = -11
  593.         Font.Name = 'Arial'
  594.         Font.Style = []
  595.         ParentFont = False
  596.         ParentShowHint = False
  597.         ShowHint = True
  598.         OnClick = Clicker
  599.       end
  600.       object sbSOLV: TSpeedButton
  601.         Tag = 22
  602.         Left = 133
  603.         Top = 100
  604.         Width = 29
  605.         Height = 18
  606.         Hint = 'Solve equation of f(X) = 0'
  607.         Caption = 'solv'
  608.         ParentShowHint = False
  609.         ShowHint = True
  610.         OnClick = Clicker
  611.       end
  612.       object sbERF: TSpeedButton
  613.         Tag = 25
  614.         Left = 165
  615.         Top = 60
  616.         Width = 29
  617.         Height = 18
  618.         Hint = 'Error function with normal distribution'
  619.         Caption = 'erf'
  620.         ParentShowHint = False
  621.         ShowHint = True
  622.         OnClick = Clicker
  623.       end
  624.       object sbSINH: TSpeedButton
  625.         Tag = 8
  626.         Left = 37
  627.         Top = 20
  628.         Width = 30
  629.         Height = 18
  630.         Hint = 'Hyperbolic sine of (..)'
  631.         Caption = 'sinh'
  632.         Font.Charset = DEFAULT_CHARSET
  633.         Font.Color = clMaroon
  634.         Font.Height = -11
  635.         Font.Name = 'Arial'
  636.         Font.Style = []
  637.         ParentFont = False
  638.         ParentShowHint = False
  639.         ShowHint = True
  640.         OnClick = Clicker
  641.       end
  642.       object sbCOSH: TSpeedButton
  643.         Tag = 9
  644.         Left = 37
  645.         Top = 40
  646.         Width = 30
  647.         Height = 18
  648.         Hint = 'Hyperbolic cosine of (..)'
  649.         Caption = 'cosh'
  650.         Font.Charset = DEFAULT_CHARSET
  651.         Font.Color = clMaroon
  652.         Font.Height = -11
  653.         Font.Name = 'Arial'
  654.         Font.Style = []
  655.         ParentFont = False
  656.         ParentShowHint = False
  657.         ShowHint = True
  658.         OnClick = Clicker
  659.       end
  660.       object sbTANH: TSpeedButton
  661.         Tag = 10
  662.         Left = 37
  663.         Top = 60
  664.         Width = 30
  665.         Height = 18
  666.         Hint = 'Hyperbolic tangent of (..)'
  667.         Caption = 'tanh'
  668.         Font.Charset = DEFAULT_CHARSET
  669.         Font.Color = clMaroon
  670.         Font.Height = -11
  671.         Font.Name = 'Arial'
  672.         Font.Style = []
  673.         ParentFont = False
  674.         ParentShowHint = False
  675.         ShowHint = True
  676.         OnClick = Clicker
  677.       end
  678.       object sbASNH: TSpeedButton
  679.         Tag = 5
  680.         Left = 37
  681.         Top = 80
  682.         Width = 30
  683.         Height = 18
  684.         Hint = 'Inverse hyperbolic sine of (..)'
  685.         Caption = 'asnh'
  686.         Font.Charset = DEFAULT_CHARSET
  687.         Font.Color = clMaroon
  688.         Font.Height = -11
  689.         Font.Name = 'Arial'
  690.         Font.Style = []
  691.         ParentFont = False
  692.         ParentShowHint = False
  693.         ShowHint = True
  694.         OnClick = Clicker
  695.       end
  696.       object sbACSH: TSpeedButton
  697.         Tag = 6
  698.         Left = 37
  699.         Top = 100
  700.         Width = 30
  701.         Height = 18
  702.         Hint = 'Inverse hyperbolic cosine of (..)'
  703.         Caption = 'acsh'
  704.         Font.Charset = DEFAULT_CHARSET
  705.         Font.Color = clMaroon
  706.         Font.Height = -11
  707.         Font.Name = 'Arial'
  708.         Font.Style = []
  709.         ParentFont = False
  710.         ParentShowHint = False
  711.         ShowHint = True
  712.         OnClick = Clicker
  713.       end
  714.       object sbATNH: TSpeedButton
  715.         Tag = 7
  716.         Left = 37
  717.         Top = 120
  718.         Width = 30
  719.         Height = 18
  720.         Hint = 'Inverse hyperbolic tangent of (..)'
  721.         Caption = 'atnh'
  722.         Font.Charset = DEFAULT_CHARSET
  723.         Font.Color = clMaroon
  724.         Font.Height = -11
  725.         Font.Name = 'Arial'
  726.         Font.Style = []
  727.         ParentFont = False
  728.         ParentShowHint = False
  729.         ShowHint = True
  730.         OnClick = Clicker
  731.       end
  732.       object sbIn: TSpeedButton
  733.         Tag = 20
  734.         Left = 133
  735.         Top = 20
  736.         Width = 29
  737.         Height = 18
  738.         Hint = 'Bessel function I (..th, ..)'
  739.         Caption = 'In'
  740.         Font.Charset = DEFAULT_CHARSET
  741.         Font.Color = clBlack
  742.         Font.Height = -11
  743.         Font.Name = 'Arial'
  744.         Font.Style = [fsItalic]
  745.         ParentFont = False
  746.         ParentShowHint = False
  747.         ShowHint = True
  748.         OnClick = Clicker
  749.       end
  750.       object sbYn: TSpeedButton
  751.         Tag = 19
  752.         Left = 165
  753.         Top = 20
  754.         Width = 29
  755.         Height = 18
  756.         Hint = 'Modified Bessel function Y (..th, of..)'
  757.         Caption = 'Yn'
  758.         Font.Charset = DEFAULT_CHARSET
  759.         Font.Color = clPurple
  760.         Font.Height = -11
  761.         Font.Name = 'Arial'
  762.         Font.Style = [fsItalic]
  763.         ParentFont = False
  764.         ParentShowHint = False
  765.         ShowHint = True
  766.         OnClick = Clicker
  767.       end
  768.       object sbJn: TSpeedButton
  769.         Tag = 18
  770.         Left = 133
  771.         Top = 40
  772.         Width = 29
  773.         Height = 18
  774.         Hint = 'Bessel function J (..th, ..)'
  775.         Caption = 'Jn'
  776.         Font.Charset = DEFAULT_CHARSET
  777.         Font.Color = clBlack
  778.         Font.Height = -11
  779.         Font.Name = 'Arial'
  780.         Font.Style = [fsItalic]
  781.         ParentFont = False
  782.         ParentShowHint = False
  783.         ShowHint = True
  784.         OnClick = Clicker
  785.       end
  786.       object sbKn: TSpeedButton
  787.         Tag = 21
  788.         Left = 165
  789.         Top = 40
  790.         Width = 29
  791.         Height = 18
  792.         Hint = 'Modified Bessel function K (..th, of ..)'
  793.         Caption = 'Kn'
  794.         Font.Charset = DEFAULT_CHARSET
  795.         Font.Color = clPurple
  796.         Font.Height = -11
  797.         Font.Name = 'Arial'
  798.         Font.Style = [fsItalic]
  799.         ParentFont = False
  800.         ParentShowHint = False
  801.         ShowHint = True
  802.         OnClick = Clicker
  803.       end
  804.       object sbNf: TSpeedButton
  805.         Tag = 31
  806.         Left = 133
  807.         Top = 80
  808.         Width = 29
  809.         Height = 18
  810.         Hint = 'Factarial of (..)'
  811.         Caption = 'n!'
  812.         ParentShowHint = False
  813.         ShowHint = True
  814.         OnClick = Clicker
  815.       end
  816.       object sbeFD: TSpeedButton
  817.         Tag = 32
  818.         Left = 133
  819.         Top = 60
  820.         Width = 29
  821.         Height = 18
  822.         Hint = 'Fermi - Dirak function'
  823.         Caption = 'eFD'
  824.         ParentShowHint = False
  825.         ShowHint = True
  826.         OnClick = Clicker
  827.       end
  828.       object sbMin: TSpeedButton
  829.         Left = 69
  830.         Top = 100
  831.         Width = 29
  832.         Height = 18
  833.         Hint = 'Absolute Minimum search of (..)'
  834.         Caption = 'min'
  835.         ParentShowHint = False
  836.         ShowHint = True
  837.         OnClick = Clicker
  838.       end
  839.       object sbMax: TSpeedButton
  840.         Tag = 37
  841.         Left = 101
  842.         Top = 100
  843.         Width = 29
  844.         Height = 18
  845.         Hint = 'Absolute Maximum search of (..)'
  846.         Caption = 'max'
  847.         Font.Charset = DEFAULT_CHARSET
  848.         Font.Color = clNavy
  849.         Font.Height = -11
  850.         Font.Name = 'Arial'
  851.         Font.Style = []
  852.         ParentFont = False
  853.         ParentShowHint = False
  854.         ShowHint = True
  855.         OnClick = Clicker
  856.       end
  857.       object sbRand: TSpeedButton
  858.         Tag = 11
  859.         Left = 165
  860.         Top = 120
  861.         Width = 29
  862.         Height = 18
  863.         Hint = 'Random number 0..1.0'
  864.         Caption = 'rand'
  865.         ParentShowHint = False
  866.         ShowHint = True
  867.         OnClick = Clicker
  868.       end
  869.       object scAbs: TSpeedButton
  870.         Tag = 33
  871.         Left = 133
  872.         Top = 120
  873.         Width = 29
  874.         Height = 18
  875.         Hint = 'Absolute value of (..)'
  876.         Caption = 'abs'
  877.         ParentShowHint = False
  878.         ShowHint = True
  879.         OnClick = Clicker
  880.       end
  881.       object sbXn: TSpeedButton
  882.         Tag = 38
  883.         Left = 69
  884.         Top = 120
  885.         Width = 29
  886.         Height = 18
  887.         Hint = 'Mean value of (..,.. ..)'
  888.         Caption = 'mean'
  889.         Font.Charset = DEFAULT_CHARSET
  890.         Font.Color = clBlack
  891.         Font.Height = -11
  892.         Font.Name = 'Arial'
  893.         Font.Style = []
  894.         ParentFont = False
  895.         ParentShowHint = False
  896.         ShowHint = True
  897.         OnClick = Clicker
  898.       end
  899.       object sbSx: TSpeedButton
  900.         Tag = 39
  901.         Left = 101
  902.         Top = 120
  903.         Width = 29
  904.         Height = 18
  905.         Hint = 'Standard deviation (..,.. ..)'
  906.         Caption = 'std'
  907.         Font.Charset = DEFAULT_CHARSET
  908.         Font.Color = clNavy
  909.         Font.Height = -11
  910.         Font.Name = 'Arial'
  911.         Font.Style = []
  912.         ParentFont = False
  913.         ParentShowHint = False
  914.         ShowHint = True
  915.         OnClick = Clicker
  916.       end
  917.       object sbLoop: TSpeedButton
  918.         Left = 5
  919.         Top = 172
  920.         Width = 33
  921.         Height = 25
  922.         Hint = 'for J to K step M do()'
  923.         Caption = 'Loop'
  924.         NumGlyphs = 2
  925.         ParentShowHint = False
  926.         ShowHint = True
  927.         OnClick = sbLoopClick
  928.       end
  929.       object sb7: TSpeedButton
  930.         Left = 205
  931.         Top = 20
  932.         Width = 29
  933.         Height = 18
  934.         Caption = '7'
  935.         Font.Charset = DEFAULT_CHARSET
  936.         Font.Color = clRed
  937.         Font.Height = -11
  938.         Font.Name = 'Arial'
  939.         Font.Style = []
  940.         NumGlyphs = 2
  941.         ParentFont = False
  942.         ParentShowHint = False
  943.         ShowHint = False
  944.         OnClick = sb7Click
  945.       end
  946.       object sb4: TSpeedButton
  947.         Left = 205
  948.         Top = 40
  949.         Width = 29
  950.         Height = 18
  951.         Caption = '4'
  952.         Font.Charset = DEFAULT_CHARSET
  953.         Font.Color = clRed
  954.         Font.Height = -11
  955.         Font.Name = 'Arial'
  956.         Font.Style = []
  957.         NumGlyphs = 2
  958.         ParentFont = False
  959.         ParentShowHint = False
  960.         ShowHint = False
  961.         OnClick = sb4Click
  962.       end
  963.       object sb1: TSpeedButton
  964.         Left = 205
  965.         Top = 60
  966.         Width = 29
  967.         Height = 18
  968.         Caption = '1'
  969.         Font.Charset = DEFAULT_CHARSET
  970.         Font.Color = clRed
  971.         Font.Height = -11
  972.         Font.Name = 'Arial'
  973.         Font.Style = []
  974.         NumGlyphs = 2
  975.         ParentFont = False
  976.         ParentShowHint = False
  977.         ShowHint = False
  978.         OnClick = sb1Click
  979.       end
  980.       object sb0: TSpeedButton
  981.         Left = 205
  982.         Top = 80
  983.         Width = 29
  984.         Height = 18
  985.         Caption = '0'
  986.         Font.Charset = DEFAULT_CHARSET
  987.         Font.Color = clRed
  988.         Font.Height = -11
  989.         Font.Name = 'Arial'
  990.         Font.Style = []
  991.         NumGlyphs = 2
  992.         ParentFont = False
  993.         ParentShowHint = False
  994.         ShowHint = False
  995.         OnClick = sb0Click
  996.       end
  997.       object sbPrev: TSpeedButton
  998.         Left = 205
  999.         Top = 100
  1000.         Width = 29
  1001.         Height = 18
  1002.         Hint = 'Last Result'
  1003.         Caption = '?'
  1004.         Font.Charset = DEFAULT_CHARSET
  1005.         Font.Color = clBlue
  1006.         Font.Height = -11
  1007.         Font.Name = 'Arial'
  1008.         Font.Style = []
  1009.         NumGlyphs = 2
  1010.         ParentFont = False
  1011.         ParentShowHint = False
  1012.         ShowHint = True
  1013.         OnClick = sbPrevClick
  1014.       end
  1015.       object sbXOR: TSpeedButton
  1016.         Left = 205
  1017.         Top = 120
  1018.         Width = 29
  1019.         Height = 18
  1020.         Hint = 'Logical XOR'
  1021.         Caption = 'xor'
  1022.         Font.Charset = DEFAULT_CHARSET
  1023.         Font.Color = clBlue
  1024.         Font.Height = -11
  1025.         Font.Name = 'Arial'
  1026.         Font.Style = []
  1027.         NumGlyphs = 2
  1028.         ParentFont = False
  1029.         ParentShowHint = False
  1030.         ShowHint = False
  1031.         OnClick = sbXORClick
  1032.       end
  1033.       object sb8: TSpeedButton
  1034.         Left = 237
  1035.         Top = 20
  1036.         Width = 29
  1037.         Height = 18
  1038.         Caption = '8'
  1039.         Font.Charset = DEFAULT_CHARSET
  1040.         Font.Color = clRed
  1041.         Font.Height = -11
  1042.         Font.Name = 'Arial'
  1043.         Font.Style = []
  1044.         NumGlyphs = 2
  1045.         ParentFont = False
  1046.         ParentShowHint = False
  1047.         ShowHint = False
  1048.         OnClick = sb8Click
  1049.       end
  1050.       object sb5: TSpeedButton
  1051.         Left = 237
  1052.         Top = 40
  1053.         Width = 29
  1054.         Height = 18
  1055.         Caption = '5'
  1056.         Font.Charset = DEFAULT_CHARSET
  1057.         Font.Color = clRed
  1058.         Font.Height = -11
  1059.         Font.Name = 'Arial'
  1060.         Font.Style = []
  1061.         NumGlyphs = 2
  1062.         ParentFont = False
  1063.         ParentShowHint = False
  1064.         ShowHint = False
  1065.         OnClick = sb5Click
  1066.       end
  1067.       object sb2: TSpeedButton
  1068.         Left = 237
  1069.         Top = 60
  1070.         Width = 29
  1071.         Height = 18
  1072.         Caption = '2'
  1073.         Font.Charset = DEFAULT_CHARSET
  1074.         Font.Color = clRed
  1075.         Font.Height = -11
  1076.         Font.Name = 'Arial'
  1077.         Font.Style = []
  1078.         NumGlyphs = 2
  1079.         ParentFont = False
  1080.         ParentShowHint = False
  1081.         ShowHint = False
  1082.         OnClick = sb2Click
  1083.       end
  1084.       object sbPoint: TSpeedButton
  1085.         Left = 237
  1086.         Top = 80
  1087.         Width = 29
  1088.         Height = 18
  1089.         Caption = '.'
  1090.         Font.Charset = DEFAULT_CHARSET
  1091.         Font.Color = clRed
  1092.         Font.Height = -11
  1093.         Font.Name = 'Arial'
  1094.         Font.Style = []
  1095.         NumGlyphs = 2
  1096.         ParentFont = False
  1097.         ParentShowHint = False
  1098.         ShowHint = False
  1099.         OnClick = sbPointClick
  1100.       end
  1101.       object sbPersent: TSpeedButton
  1102.         Left = 237
  1103.         Top = 100
  1104.         Width = 29
  1105.         Height = 18
  1106.         Hint = 'Per cent'
  1107.         Caption = '%'
  1108.         Font.Charset = DEFAULT_CHARSET
  1109.         Font.Color = clBlue
  1110.         Font.Height = -11
  1111.         Font.Name = 'Arial'
  1112.         Font.Style = []
  1113.         NumGlyphs = 2
  1114.         ParentFont = False
  1115.         ParentShowHint = False
  1116.         ShowHint = True
  1117.         OnClick = sbPersentClick
  1118.       end
  1119.       object sbOr: TSpeedButton
  1120.         Left = 237
  1121.         Top = 120
  1122.         Width = 29
  1123.         Height = 18
  1124.         Hint = 'Logical OR'
  1125.         Caption = 'or'
  1126.         Font.Charset = DEFAULT_CHARSET
  1127.         Font.Color = clBlue
  1128.         Font.Height = -11
  1129.         Font.Name = 'Arial'
  1130.         Font.Style = []
  1131.         NumGlyphs = 2
  1132.         ParentFont = False
  1133.         ParentShowHint = False
  1134.         ShowHint = False
  1135.         OnClick = sbOrClick
  1136.       end
  1137.       object sb9: TSpeedButton
  1138.         Left = 269
  1139.         Top = 20
  1140.         Width = 29
  1141.         Height = 18
  1142.         Caption = '9'
  1143.         Font.Charset = DEFAULT_CHARSET
  1144.         Font.Color = clRed
  1145.         Font.Height = -11
  1146.         Font.Name = 'Arial'
  1147.         Font.Style = []
  1148.         NumGlyphs = 2
  1149.         ParentFont = False
  1150.         ParentShowHint = False
  1151.         ShowHint = False
  1152.         OnClick = sb9Click
  1153.       end
  1154.       object sb6: TSpeedButton
  1155.         Left = 269
  1156.         Top = 40
  1157.         Width = 29
  1158.         Height = 18
  1159.         Caption = '6'
  1160.         Font.Charset = DEFAULT_CHARSET
  1161.         Font.Color = clRed
  1162.         Font.Height = -11
  1163.         Font.Name = 'Arial'
  1164.         Font.Style = []
  1165.         NumGlyphs = 2
  1166.         ParentFont = False
  1167.         ParentShowHint = False
  1168.         ShowHint = False
  1169.         OnClick = sb6Click
  1170.       end
  1171.       object sb3: TSpeedButton
  1172.         Left = 269
  1173.         Top = 60
  1174.         Width = 29
  1175.         Height = 18
  1176.         Caption = '3'
  1177.         Font.Charset = DEFAULT_CHARSET
  1178.         Font.Color = clRed
  1179.         Font.Height = -11
  1180.         Font.Name = 'Arial'
  1181.         Font.Style = []
  1182.         NumGlyphs = 2
  1183.         ParentFont = False
  1184.         ParentShowHint = False
  1185.         ShowHint = False
  1186.         OnClick = sb3Click
  1187.       end
  1188.       object sbDel: TSpeedButton
  1189.         Left = 269
  1190.         Top = 80
  1191.         Width = 29
  1192.         Height = 18
  1193.         Caption = '/'
  1194.         Font.Charset = DEFAULT_CHARSET
  1195.         Font.Color = clBlue
  1196.         Font.Height = -11
  1197.         Font.Name = 'Arial'
  1198.         Font.Style = []
  1199.         NumGlyphs = 2
  1200.         ParentFont = False
  1201.         ParentShowHint = False
  1202.         ShowHint = False
  1203.         OnClick = sbDelClick
  1204.       end
  1205.       object sbPower: TSpeedButton
  1206.         Left = 269
  1207.         Top = 100
  1208.         Width = 29
  1209.         Height = 18
  1210.         Hint = 'Power'
  1211.         Caption = '^'
  1212.         Font.Charset = DEFAULT_CHARSET
  1213.         Font.Color = clBlue
  1214.         Font.Height = -11
  1215.         Font.Name = 'Arial'
  1216.         Font.Style = []
  1217.         NumGlyphs = 2
  1218.         ParentFont = False
  1219.         ParentShowHint = False
  1220.         ShowHint = True
  1221.         OnClick = sbPowerClick
  1222.       end
  1223.       object sbAnd: TSpeedButton
  1224.         Left = 269
  1225.         Top = 120
  1226.         Width = 29
  1227.         Height = 18
  1228.         Hint = 'Logical AND'
  1229.         Caption = 'and'
  1230.         Font.Charset = DEFAULT_CHARSET
  1231.         Font.Color = clBlue
  1232.         Font.Height = -11
  1233.         Font.Name = 'Arial'
  1234.         Font.Style = []
  1235.         NumGlyphs = 2
  1236.         ParentFont = False
  1237.         ParentShowHint = False
  1238.         ShowHint = False
  1239.         OnClick = sbAndClick
  1240.       end
  1241.       object sbMinus: TSpeedButton
  1242.         Left = 301
  1243.         Top = 60
  1244.         Width = 25
  1245.         Height = 18
  1246.         Caption = '-'
  1247.         Font.Charset = DEFAULT_CHARSET
  1248.         Font.Color = clBlue
  1249.         Font.Height = -11
  1250.         Font.Name = 'Arial'
  1251.         Font.Style = []
  1252.         NumGlyphs = 2
  1253.         ParentFont = False
  1254.         ParentShowHint = False
  1255.         ShowHint = False
  1256.         OnClick = sbMinusClick
  1257.       end
  1258.       object sbPlus: TSpeedButton
  1259.         Left = 301
  1260.         Top = 79
  1261.         Width = 25
  1262.         Height = 18
  1263.         Caption = '+'
  1264.         Font.Charset = DEFAULT_CHARSET
  1265.         Font.Color = clBlue
  1266.         Font.Height = -11
  1267.         Font.Name = 'Arial'
  1268.         Font.Style = []
  1269.         NumGlyphs = 2
  1270.         ParentFont = False
  1271.         ParentShowHint = False
  1272.         ShowHint = False
  1273.         OnClick = sbPlusClick
  1274.       end
  1275.       object sbEQ: TSpeedButton
  1276.         Left = 301
  1277.         Top = 20
  1278.         Width = 25
  1279.         Height = 37
  1280.         Caption = '='
  1281.         Font.Charset = DEFAULT_CHARSET
  1282.         Font.Color = clBlue
  1283.         Font.Height = -16
  1284.         Font.Name = 'Arial'
  1285.         Font.Style = [fsBold]
  1286.         NumGlyphs = 2
  1287.         ParentFont = False
  1288.         ParentShowHint = False
  1289.         ShowHint = False
  1290.         OnClick = sbEQClick
  1291.       end
  1292.       object sbMult: TSpeedButton
  1293.         Left = 301
  1294.         Top = 100
  1295.         Width = 25
  1296.         Height = 18
  1297.         Hint = 'Multiply'
  1298.         Caption = '*'
  1299.         Font.Charset = DEFAULT_CHARSET
  1300.         Font.Color = clBlue
  1301.         Font.Height = -11
  1302.         Font.Name = 'Arial'
  1303.         Font.Style = []
  1304.         NumGlyphs = 2
  1305.         ParentFont = False
  1306.         ParentShowHint = False
  1307.         ShowHint = False
  1308.         OnClick = sbMultClick
  1309.       end
  1310.       object sbClMem: TSpeedButton
  1311.         Left = 339
  1312.         Top = 85
  1313.         Width = 58
  1314.         Height = 19
  1315.         Caption = 'Clear All'
  1316.         Font.Charset = DEFAULT_CHARSET
  1317.         Font.Color = clRed
  1318.         Font.Height = -11
  1319.         Font.Name = 'Arial'
  1320.         Font.Style = []
  1321.         ParentFont = False
  1322.         OnClick = sbClMemClick
  1323.       end
  1324.       object sbIntegral: TSpeedButton
  1325.         Tag = 27
  1326.         Left = 133
  1327.         Top = 140
  1328.         Width = 29
  1329.         Height = 18
  1330.         Hint = 'Numerical Integration of f(x)'
  1331.         Caption = '∩┐╜(∩┐╜)'
  1332.         Font.Charset = SYMBOL_CHARSET
  1333.         Font.Color = clBlack
  1334.         Font.Height = -11
  1335.         Font.Name = 'Symbol'
  1336.         Font.Style = []
  1337.         ParentFont = False
  1338.         ParentShowHint = False
  1339.         ShowHint = True
  1340.         OnClick = Clicker
  1341.       end
  1342.       object sbRound: TSpeedButton
  1343.         Tag = 34
  1344.         Left = 5
  1345.         Top = 140
  1346.         Width = 29
  1347.         Height = 18
  1348.         Hint = 'Round of (...)'
  1349.         Caption = 'round'
  1350.         Font.Charset = DEFAULT_CHARSET
  1351.         Font.Color = clBlack
  1352.         Font.Height = -9
  1353.         Font.Name = 'Arial'
  1354.         Font.Style = []
  1355.         ParentFont = False
  1356.         ParentShowHint = False
  1357.         ShowHint = True
  1358.         OnClick = Clicker
  1359.       end
  1360.       object sbFrac: TSpeedButton
  1361.         Tag = 35
  1362.         Left = 37
  1363.         Top = 140
  1364.         Width = 30
  1365.         Height = 18
  1366.         Hint = 'Fractional part of(...)'
  1367.         Caption = 'frac'
  1368.         Font.Charset = DEFAULT_CHARSET
  1369.         Font.Color = clMaroon
  1370.         Font.Height = -11
  1371.         Font.Name = 'Arial'
  1372.         Font.Style = []
  1373.         ParentFont = False
  1374.         ParentShowHint = False
  1375.         ShowHint = True
  1376.         OnClick = Clicker
  1377.       end
  1378.       object sbSum: TSpeedButton
  1379.         Tag = 41
  1380.         Left = 165
  1381.         Top = 140
  1382.         Width = 29
  1383.         Height = 18
  1384.         Hint = 'Sum of (a1,a2, ... ,aN)'
  1385.         Caption = 'sum'
  1386.         Font.Charset = DEFAULT_CHARSET
  1387.         Font.Color = clBlack
  1388.         Font.Height = -11
  1389.         Font.Name = 'Arial'
  1390.         Font.Style = []
  1391.         ParentFont = False
  1392.         ParentShowHint = False
  1393.         ShowHint = True
  1394.         OnClick = Clicker
  1395.       end
  1396.       object sbGauss: TSpeedButton
  1397.         Tag = 42
  1398.         Left = 101
  1399.         Top = 140
  1400.         Width = 29
  1401.         Height = 18
  1402.         Hint = 'random numbers with Gaussian distribution of (Mean,STDV)'
  1403.         Caption = 'gauss'
  1404.         Font.Charset = DEFAULT_CHARSET
  1405.         Font.Color = clNavy
  1406.         Font.Height = -9
  1407.         Font.Name = 'Arial'
  1408.         Font.Style = []
  1409.         ParentFont = False
  1410.         ParentShowHint = False
  1411.         ShowHint = True
  1412.         OnClick = Clicker
  1413.       end
  1414.       object sbPoly: TSpeedButton
  1415.         Tag = 43
  1416.         Left = 165
  1417.         Top = 100
  1418.         Width = 29
  1419.         Height = 18
  1420.         Hint = 'uniform polynomial of one variable  (value,a1,...,aN)'
  1421.         Caption = 'poly'
  1422.         ParentShowHint = False
  1423.         ShowHint = True
  1424.         OnClick = Clicker
  1425.       end
  1426.       object sbStat: TSpeedButton
  1427.         Tag = 44
  1428.         Left = 69
  1429.         Top = 140
  1430.         Width = 29
  1431.         Height = 18
  1432.         Hint = 'statistical variance of (x1,..,xN)'
  1433.         Caption = 'stat'
  1434.         ParentShowHint = False
  1435.         ShowHint = True
  1436.         OnClick = Clicker
  1437.       end
  1438.       object sb_2: TSpeedButton
  1439.         Left = 205
  1440.         Top = 140
  1441.         Width = 29
  1442.         Height = 18
  1443.         Hint = 'Squared'
  1444.         Caption = '∩┐╜'
  1445.         Font.Charset = DEFAULT_CHARSET
  1446.         Font.Color = clFuchsia
  1447.         Font.Height = -13
  1448.         Font.Name = 'Arial'
  1449.         Font.Style = [fsBold]
  1450.         NumGlyphs = 2
  1451.         ParentFont = False
  1452.         ParentShowHint = False
  1453.         ShowHint = True
  1454.         OnClick = sb_2Click
  1455.       end
  1456.       object sb_3: TSpeedButton
  1457.         Left = 237
  1458.         Top = 140
  1459.         Width = 29
  1460.         Height = 18
  1461.         Hint = 'Cubed'
  1462.         Caption = '∩┐╜'
  1463.         Font.Charset = DEFAULT_CHARSET
  1464.         Font.Color = clFuchsia
  1465.         Font.Height = -13
  1466.         Font.Name = 'Arial'
  1467.         Font.Style = []
  1468.         NumGlyphs = 2
  1469.         ParentFont = False
  1470.         ParentShowHint = False
  1471.         ShowHint = False
  1472.         OnClick = sb_3Click
  1473.       end
  1474.       object SpeedButton3: TSpeedButton
  1475.         Left = 269
  1476.         Top = 140
  1477.         Width = 29
  1478.         Height = 18
  1479.         Hint = 'Square root'
  1480.         Caption = '∩┐╜'
  1481.         Font.Charset = DEFAULT_CHARSET
  1482.         Font.Color = clFuchsia
  1483.         Font.Height = -13
  1484.         Font.Name = 'Arial'
  1485.         Font.Style = []
  1486.         NumGlyphs = 2
  1487.         ParentFont = False
  1488.         ParentShowHint = False
  1489.         ShowHint = False
  1490.         OnClick = SpeedButton3Click
  1491.       end
  1492.       object sbCopy: TSpeedButton
  1493.         Left = 339
  1494.         Top = 43
  1495.         Width = 58
  1496.         Height = 19
  1497.         Caption = 'Copy'
  1498.         Font.Charset = DEFAULT_CHARSET
  1499.         Font.Color = clTeal
  1500.         Font.Height = -11
  1501.         Font.Name = 'Arial'
  1502.         Font.Style = []
  1503.         ParentFont = False
  1504.         OnClick = sbCopyClick
  1505.       end
  1506.       object sbPaste: TSpeedButton
  1507.         Left = 339
  1508.         Top = 64
  1509.         Width = 58
  1510.         Height = 19
  1511.         Caption = 'Paste'
  1512.         Font.Charset = DEFAULT_CHARSET
  1513.         Font.Color = clTeal
  1514.         Font.Height = -11
  1515.         Font.Name = 'Arial'
  1516.         Font.Style = []
  1517.         ParentFont = False
  1518.         OnClick = sbPasteClick
  1519.       end
  1520.       object sbCut: TSpeedButton
  1521.         Left = 339
  1522.         Top = 22
  1523.         Width = 58
  1524.         Height = 19
  1525.         Caption = 'Cut'
  1526.         Font.Charset = DEFAULT_CHARSET
  1527.         Font.Color = clTeal
  1528.         Font.Height = -11
  1529.         Font.Name = 'Arial'
  1530.         Font.Style = []
  1531.         ParentFont = False
  1532.         OnClick = sbCutClick
  1533.       end
  1534.       object Image: TImage
  1535.         Left = 112
  1536.         Top = 8
  1537.         Width = 25
  1538.         Height = 9
  1539.         Visible = False
  1540.       end
  1541.       object rgBase: TRadioGroup
  1542.         Left = 341
  1543.         Top = 104
  1544.         Width = 53
  1545.         Height = 61
  1546.         Caption = 'Base'
  1547.         Font.Charset = DEFAULT_CHARSET
  1548.         Font.Color = clBlue
  1549.         Font.Height = -11
  1550.         Font.Name = 'Arial'
  1551.         Font.Style = []
  1552.         ItemIndex = 0
  1553.         Items.Strings = (
  1554.           'dec'
  1555.           'hex'
  1556.           'bin ')
  1557.         ParentFont = False
  1558.         TabOrder = 0
  1559.         OnClick = rgBaseClick
  1560.       end
  1561.       object rgNotation: TRadioGroup
  1562.         Left = 405
  1563.         Top = -2
  1564.         Width = 65
  1565.         Height = 99
  1566.         Caption = 'Notatation'
  1567.         Font.Charset = DEFAULT_CHARSET
  1568.         Font.Color = clMaroon
  1569.         Font.Height = -11
  1570.         Font.Name = 'Arial'
  1571.         Font.Style = []
  1572.         ItemIndex = 0
  1573.         Items.Strings = (
  1574.           'Scn'
  1575.           'Fix'
  1576.           'Eng'
  1577.           'Sxg')
  1578.         ParentFont = False
  1579.         TabOrder = 1
  1580.         OnClick = rgNotationClick
  1581.       end
  1582.       object rgAngle: TRadioGroup
  1583.         Left = 401
  1584.         Top = 104
  1585.         Width = 69
  1586.         Height = 61
  1587.         Caption = 'Angle'
  1588.         Font.Charset = DEFAULT_CHARSET
  1589.         Font.Color = clGreen
  1590.         Font.Height = -11
  1591.         Font.Name = 'Arial'
  1592.         Font.Style = []
  1593.         ItemIndex = 0
  1594.         Items.Strings = (
  1595.           'Rad'
  1596.           'Deg')
  1597.         ParentFont = False
  1598.         TabOrder = 2
  1599.         OnClick = rgAngleClick
  1600.       end
  1601.       object btX: TBitBtn
  1602.         Left = 223
  1603.         Top = 172
  1604.         Width = 24
  1605.         Height = 25
  1606.         Caption = 'X'
  1607.         Font.Charset = DEFAULT_CHARSET
  1608.         Font.Color = clMaroon
  1609.         Font.Height = -11
  1610.         Font.Name = 'Arial'
  1611.         Font.Style = []
  1612.         ParentFont = False
  1613.         TabOrder = 3
  1614.         TabStop = False
  1615.         OnClick = btXClick
  1616.       end
  1617.       object btY: TBitBtn
  1618.         Left = 247
  1619.         Top = 172
  1620.         Width = 24
  1621.         Height = 25
  1622.         Caption = 'Y'
  1623.         Font.Charset = DEFAULT_CHARSET
  1624.         Font.Color = clMaroon
  1625.         Font.Height = -11
  1626.         Font.Name = 'Arial'
  1627.         Font.Style = []
  1628.         ParentFont = False
  1629.         TabOrder = 4
  1630.         TabStop = False
  1631.         OnClick = btYClick
  1632.       end
  1633.       object btZ: TBitBtn
  1634.         Left = 271
  1635.         Top = 172
  1636.         Width = 24
  1637.         Height = 25
  1638.         Caption = 'Z'
  1639.         Font.Charset = DEFAULT_CHARSET
  1640.         Font.Color = clMaroon
  1641.         Font.Height = -11
  1642.         Font.Name = 'Arial'
  1643.         Font.Style = []
  1644.         ParentFont = False
  1645.         TabOrder = 5
  1646.         TabStop = False
  1647.         OnClick = btZClick
  1648.       end
  1649.       object btV: TBitBtn
  1650.         Left = 295
  1651.         Top = 172
  1652.         Width = 24
  1653.         Height = 25
  1654.         Caption = 'V'
  1655.         Font.Charset = DEFAULT_CHARSET
  1656.         Font.Color = clMaroon
  1657.         Font.Height = -11
  1658.         Font.Name = 'Arial'
  1659.         Font.Style = []
  1660.         ParentFont = False
  1661.         TabOrder = 6
  1662.         TabStop = False
  1663.         OnClick = btVClick
  1664.       end
  1665.       object btW: TBitBtn
  1666.         Left = 319
  1667.         Top = 172
  1668.         Width = 24
  1669.         Height = 25
  1670.         Caption = ' W '
  1671.         Font.Charset = DEFAULT_CHARSET
  1672.         Font.Color = clMaroon
  1673.         Font.Height = -11
  1674.         Font.Name = 'Arial'
  1675.         Font.Style = []
  1676.         ParentFont = False
  1677.         TabOrder = 7
  1678.         TabStop = False
  1679.         OnClick = btWClick
  1680.       end
  1681.       object btI: TBitBtn
  1682.         Left = 343
  1683.         Top = 172
  1684.         Width = 24
  1685.         Height = 25
  1686.         Caption = 'I'
  1687.         Font.Charset = DEFAULT_CHARSET
  1688.         Font.Color = clMaroon
  1689.         Font.Height = -11
  1690.         Font.Name = 'Arial'
  1691.         Font.Style = []
  1692.         ParentFont = False
  1693.         TabOrder = 8
  1694.         TabStop = False
  1695.         OnClick = btIClick
  1696.       end
  1697.       object btJ: TBitBtn
  1698.         Left = 367
  1699.         Top = 172
  1700.         Width = 24
  1701.         Height = 25
  1702.         Caption = 'J'
  1703.         Font.Charset = DEFAULT_CHARSET
  1704.         Font.Color = clMaroon
  1705.         Font.Height = -11
  1706.         Font.Name = 'Arial'
  1707.         Font.Style = []
  1708.         ParentFont = False
  1709.         TabOrder = 9
  1710.         TabStop = False
  1711.         OnClick = btJClick
  1712.       end
  1713.       object btK: TBitBtn
  1714.         Left = 391
  1715.         Top = 172
  1716.         Width = 24
  1717.         Height = 25
  1718.         Caption = 'K'
  1719.         Font.Charset = DEFAULT_CHARSET
  1720.         Font.Color = clMaroon
  1721.         Font.Height = -11
  1722.         Font.Name = 'Arial'
  1723.         Font.Style = []
  1724.         ParentFont = False
  1725.         TabOrder = 10
  1726.         TabStop = False
  1727.         OnClick = btKClick
  1728.       end
  1729.       object btM: TBitBtn
  1730.         Left = 415
  1731.         Top = 172
  1732.         Width = 24
  1733.         Height = 25
  1734.         Caption = 'M'
  1735.         Font.Charset = DEFAULT_CHARSET
  1736.         Font.Color = clMaroon
  1737.         Font.Height = -11
  1738.         Font.Name = 'Arial'
  1739.         Font.Style = []
  1740.         ParentFont = False
  1741.         TabOrder = 11
  1742.         TabStop = False
  1743.         OnClick = btMClick
  1744.       end
  1745.       object btN: TBitBtn
  1746.         Left = 439
  1747.         Top = 172
  1748.         Width = 24
  1749.         Height = 25
  1750.         Caption = 'N'
  1751.         Font.Charset = DEFAULT_CHARSET
  1752.         Font.Color = clMaroon
  1753.         Font.Height = -11
  1754.         Font.Name = 'Arial'
  1755.         Font.Style = []
  1756.         ParentFont = False
  1757.         TabOrder = 12
  1758.         TabStop = False
  1759.         OnClick = btNClick
  1760.       end
  1761.       object cbEval: TCheckBox
  1762.         Left = 153
  1763.         Top = 176
  1764.         Width = 63
  1765.         Height = 17
  1766.         TabStop = False
  1767.         Caption = 'Evaluate'
  1768.         State = cbChecked
  1769.         TabOrder = 13
  1770.       end
  1771.       object SpinButton1: TSpinButton
  1772.         Left = 119
  1773.         Top = 173
  1774.         Width = 20
  1775.         Height = 25
  1776.         Hint = 'Font size'
  1777.         DownGlyph.Data = {
  1778.           AE000000424DAE00000000000000360000002800000009000000060000000100
  1779.           1000000000007800000000000000000000000000000000000000E03DE03DE03D
  1780.           E03DE03DE03DE03DE03DE03D0300E03DE03DE03DE03D0000E03DE03DE03DE03D
  1781.           5B02E03DE03DE03D000000000000E03DE03DE03D0200E03DE03D000000000000
  1782.           00000000E03DE03DC900E03D0000000000000000000000000000E03D0400E03D
  1783.           E03DE03DE03DE03DE03DE03DE03DE03D4F00}
  1784.         ParentShowHint = False
  1785.         ShowHint = True
  1786.         TabOrder = 14
  1787.         UpGlyph.Data = {
  1788.           AE000000424DAE00000000000000360000002800000009000000060000000100
  1789.           1000000000007800000000000000000000000000000000000000E03DE03DE03D
  1790.           E03DE03DE03DE03DE03DE03D0200E03D0000000000000000000000000000E03D
  1791.           7D00E03DE03D00000000000000000000E03DE03D00F0E03DE03DE03D00000000
  1792.           0000E03DE03DE03D0200E03DE03DE03DE03D0000E03DE03DE03DE03DFA03E03D
  1793.           E03DE03DE03DE03DE03DE03DE03DE03DB581}
  1794.         OnDownClick = SpinButton1DownClick
  1795.         OnUpClick = SpinButton1UpClick
  1796.       end
  1797.       object chHint: TCheckBox
  1798.         Left = 339
  1799.         Top = 3
  1800.         Width = 63
  1801.         Height = 16
  1802.         Hint = 'Show Help'
  1803.         Caption = 'Show help'
  1804.         Font.Charset = DEFAULT_CHARSET
  1805.         Font.Color = clBlack
  1806.         Font.Height = -9
  1807.         Font.Name = 'Arial'
  1808.         Font.Style = []
  1809.         ParentFont = False
  1810.         ParentShowHint = False
  1811.         ShowHint = True
  1812.         State = cbChecked
  1813.         TabOrder = 15
  1814.         OnClick = chHintClick
  1815.       end
  1816.     end
  1817.     object tsTape: TTabSheet
  1818.       Caption = 'Tape        '
  1819.       object mmTape: TMemo
  1820.         Left = 8
  1821.         Top = 8
  1822.         Width = 385
  1823.         Height = 193
  1824.         ReadOnly = True
  1825.         ScrollBars = ssBoth
  1826.         TabOrder = 0
  1827.         OnChange = mmTapeChange
  1828.         OnKeyUp = mmTapeKeyUp
  1829.         OnMouseMove = mmTapeMouseMove
  1830.       end
  1831.       object btPrint: TButton
  1832.         Left = 400
  1833.         Top = 16
  1834.         Width = 65
  1835.         Height = 23
  1836.         Caption = 'Print'
  1837.         Enabled = False
  1838.         TabOrder = 1
  1839.         OnClick = btPrintClick
  1840.       end
  1841.       object btCopy: TButton
  1842.         Left = 400
  1843.         Top = 76
  1844.         Width = 65
  1845.         Height = 23
  1846.         Caption = 'Copy'
  1847.         Enabled = False
  1848.         TabOrder = 2
  1849.         OnClick = btCopyClick
  1850.       end
  1851.       object btCut: TButton
  1852.         Left = 400
  1853.         Top = 106
  1854.         Width = 65
  1855.         Height = 23
  1856.         Caption = 'Cut'
  1857.         Enabled = False
  1858.         TabOrder = 3
  1859.         OnClick = btCutClick
  1860.       end
  1861.       object btToFile: TButton
  1862.         Left = 400
  1863.         Top = 46
  1864.         Width = 65
  1865.         Height = 23
  1866.         Caption = 'To File...'
  1867.         Enabled = False
  1868.         TabOrder = 4
  1869.         OnClick = btToFileClick
  1870.       end
  1871.       object BitBtn1: TBitBtn
  1872.         Left = 400
  1873.         Top = 136
  1874.         Width = 65
  1875.         Height = 25
  1876.         HelpContext = 21
  1877.         Caption = '&Help'
  1878.         TabOrder = 5
  1879.         OnClick = BitBtn1Click
  1880.         NumGlyphs = 2
  1881.       end
  1882.     end
  1883.     object tsConst: TTabSheet
  1884.       Caption = 'Constants'
  1885.       object Label10: TLabel
  1886.         Left = 376
  1887.         Top = 36
  1888.         Width = 20
  1889.         Height = 14
  1890.         Caption = 'Find'
  1891.       end
  1892.       object lbConst: TListBox
  1893.         Left = 8
  1894.         Top = 8
  1895.         Width = 345
  1896.         Height = 193
  1897.         ItemHeight = 14
  1898.         TabOrder = 0
  1899.         OnClick = lbConstClick
  1900.       end
  1901.       object edFind: TEdit
  1902.         Left = 404
  1903.         Top = 32
  1904.         Width = 57
  1905.         Height = 22
  1906.         TabOrder = 1
  1907.         OnChange = edFindChange
  1908.       end
  1909.       object bbPaste: TBitBtn
  1910.         Left = 376
  1911.         Top = 64
  1912.         Width = 89
  1913.         Height = 25
  1914.         Caption = '&Paste'
  1915.         TabOrder = 2
  1916.         OnClick = bbPasteClick
  1917.       end
  1918.       object bbEdit: TBitBtn
  1919.         Left = 376
  1920.         Top = 96
  1921.         Width = 89
  1922.         Height = 25
  1923.         Caption = '&Edit'
  1924.         TabOrder = 3
  1925.         OnClick = bbEditClick
  1926.       end
  1927.       object bbReload: TBitBtn
  1928.         Left = 376
  1929.         Top = 128
  1930.         Width = 89
  1931.         Height = 25
  1932.         Caption = '&Reload'
  1933.         Enabled = False
  1934.         TabOrder = 4
  1935.         OnClick = bbReloadClick
  1936.       end
  1937.       object BitBtn2: TBitBtn
  1938.         Left = 378
  1939.         Top = 160
  1940.         Width = 87
  1941.         Height = 25
  1942.         Caption = 'Help'
  1943.         TabOrder = 5
  1944.         OnClick = BitBtn2Click
  1945.       end
  1946.     end
  1947.     object tsGraph: TTabSheet
  1948.       Caption = 'Graphics'
  1949.       object Bevel6: TBevel
  1950.         Left = 8
  1951.         Top = 98
  1952.         Width = 177
  1953.         Height = 103
  1954.         Shape = bsFrame
  1955.       end
  1956.       object lbNC: TLabel
  1957.         Left = 278
  1958.         Top = 146
  1959.         Width = 97
  1960.         Height = 14
  1961.         Caption = 'Number of Contours'
  1962.       end
  1963.       object Label7: TLabel
  1964.         Left = 13
  1965.         Top = 155
  1966.         Width = 33
  1967.         Height = 14
  1968.         Caption = 'X axis '
  1969.       end
  1970.       object Label8: TLabel
  1971.         Left = 13
  1972.         Top = 178
  1973.         Width = 31
  1974.         Height = 14
  1975.         Caption = 'Y axis'
  1976.       end
  1977.       object Label9: TLabel
  1978.         Left = 12
  1979.         Top = 133
  1980.         Width = 22
  1981.         Height = 14
  1982.         Caption = 'Title '
  1983.       end
  1984.       object lbLegend: TLabel
  1985.         Left = 12
  1986.         Top = 111
  1987.         Width = 36
  1988.         Height = 14
  1989.         Caption = 'Legend'
  1990.       end
  1991.       object Label16: TLabel
  1992.         Left = 17
  1993.         Top = 90
  1994.         Width = 33
  1995.         Height = 14
  1996.         Caption = 'Names'
  1997.       end
  1998.       object lbExaggerate: TLabel
  1999.         Left = 190
  2000.         Top = 106
  2001.         Width = 184
  2002.         Height = 14
  2003.         Caption = 'Exaggerate (0-maximize graphic area)'
  2004.       end
  2005.       object gbY: TGroupBox
  2006.         Left = 335
  2007.         Top = -1
  2008.         Width = 130
  2009.         Height = 90
  2010.         Caption = 'Y range'
  2011.         TabOrder = 2
  2012.         object lbY2: TLabel
  2013.           Left = 16
  2014.           Top = 42
  2015.           Width = 7
  2016.           Height = 15
  2017.           Caption = 'Y'
  2018.           Font.Charset = DEFAULT_CHARSET
  2019.           Font.Color = clBlack
  2020.           Font.Height = -12
  2021.           Font.Name = 'Arial'
  2022.           Font.Style = []
  2023.           ParentFont = False
  2024.         end
  2025.         object lbY1: TLabel
  2026.           Left = 16
  2027.           Top = 22
  2028.           Width = 7
  2029.           Height = 15
  2030.           Caption = 'Y'
  2031.           Font.Charset = DEFAULT_CHARSET
  2032.           Font.Color = clBlack
  2033.           Font.Height = -12
  2034.           Font.Name = 'Arial'
  2035.           Font.Style = []
  2036.           ParentFont = False
  2037.         end
  2038.         object lbStepY: TLabel
  2039.           Left = 16
  2040.           Top = 66
  2041.           Width = 25
  2042.           Height = 15
  2043.           Caption = 'Step'
  2044.           Font.Charset = DEFAULT_CHARSET
  2045.           Font.Color = clBlack
  2046.           Font.Height = -12
  2047.           Font.Name = 'Arial'
  2048.           Font.Style = []
  2049.           ParentFont = False
  2050.         end
  2051.         object lbMin: TLabel
  2052.           Left = 28
  2053.           Top = 27
  2054.           Width = 18
  2055.           Height = 14
  2056.           Caption = 'min'
  2057.           Font.Charset = DEFAULT_CHARSET
  2058.           Font.Color = clBlack
  2059.           Font.Height = -11
  2060.           Font.Name = 'Arial'
  2061.           Font.Style = [fsItalic]
  2062.           ParentFont = False
  2063.         end
  2064.         object lbMax: TLabel
  2065.           Left = 28
  2066.           Top = 47
  2067.           Width = 21
  2068.           Height = 14
  2069.           Caption = 'max'
  2070.           Font.Charset = DEFAULT_CHARSET
  2071.           Font.Color = clBlack
  2072.           Font.Height = -11
  2073.           Font.Name = 'Arial'
  2074.           Font.Style = [fsItalic]
  2075.           ParentFont = False
  2076.         end
  2077.         object edFromY: TEdit
  2078.           Left = 72
  2079.           Top = 15
  2080.           Width = 50
  2081.           Height = 22
  2082.           Font.Charset = DEFAULT_CHARSET
  2083.           Font.Color = clBlack
  2084.           Font.Height = -11
  2085.           Font.Name = 'Arial'
  2086.           Font.Style = []
  2087.           ParentFont = False
  2088.           TabOrder = 0
  2089.           Text = '-10'
  2090.           OnChange = edFromYChange
  2091.         end
  2092.         object edToY: TEdit
  2093.           Left = 72
  2094.           Top = 39
  2095.           Width = 50
  2096.           Height = 22
  2097.           Font.Charset = DEFAULT_CHARSET
  2098.           Font.Color = clBlack
  2099.           Font.Height = -11
  2100.           Font.Name = 'Arial'
  2101.           Font.Style = []
  2102.           ParentFont = False
  2103.           TabOrder = 1
  2104.           Text = '10'
  2105.           OnChange = edToYChange
  2106.         end
  2107.         object edStepsY: TEdit
  2108.           Left = 72
  2109.           Top = 63
  2110.           Width = 50
  2111.           Height = 22
  2112.           Font.Charset = DEFAULT_CHARSET
  2113.           Font.Color = clBlack
  2114.           Font.Height = -11
  2115.           Font.Name = 'Arial'
  2116.           Font.Style = []
  2117.           ParentFont = False
  2118.           TabOrder = 2
  2119.           Text = '0.5'
  2120.           OnChange = edStepsYChange
  2121.         end
  2122.       end
  2123.       object edNumCont: TEdit
  2124.         Left = 408
  2125.         Top = 143
  2126.         Width = 49
  2127.         Height = 22
  2128.         TabOrder = 7
  2129.         Text = '10'
  2130.         OnChange = edNumContChange
  2131.       end
  2132.       object GroupBox1: TGroupBox
  2133.         Left = 191
  2134.         Top = -1
  2135.         Width = 130
  2136.         Height = 90
  2137.         Caption = 'X range'
  2138.         TabOrder = 1
  2139.         object Label11: TLabel
  2140.           Left = 28
  2141.           Top = 16
  2142.           Width = 18
  2143.           Height = 14
  2144.           Caption = 'min'
  2145.           Font.Charset = DEFAULT_CHARSET
  2146.           Font.Color = clBlack
  2147.           Font.Height = -11
  2148.           Font.Name = 'Arial'
  2149.           Font.Style = [fsItalic]
  2150.           ParentFont = False
  2151.         end
  2152.         object Label12: TLabel
  2153.           Left = 16
  2154.           Top = 16
  2155.           Width = 7
  2156.           Height = 15
  2157.           Caption = 'X'
  2158.           Font.Charset = DEFAULT_CHARSET
  2159.           Font.Color = clBlack
  2160.           Font.Height = -12
  2161.           Font.Name = 'Arial'
  2162.           Font.Style = []
  2163.           ParentFont = False
  2164.         end
  2165.         object Label13: TLabel
  2166.           Left = 16
  2167.           Top = 38
  2168.           Width = 7
  2169.           Height = 15
  2170.           Caption = 'X'
  2171.           Font.Charset = DEFAULT_CHARSET
  2172.           Font.Color = clBlack
  2173.           Font.Height = -12
  2174.           Font.Name = 'Arial'
  2175.           Font.Style = []
  2176.           ParentFont = False
  2177.         end
  2178.         object Label14: TLabel
  2179.           Left = 28
  2180.           Top = 40
  2181.           Width = 21
  2182.           Height = 14
  2183.           Caption = 'max'
  2184.           Font.Charset = DEFAULT_CHARSET
  2185.           Font.Color = clBlack
  2186.           Font.Height = -11
  2187.           Font.Name = 'Arial'
  2188.           Font.Style = [fsItalic]
  2189.           ParentFont = False
  2190.         end
  2191.         object Label15: TLabel
  2192.           Left = 16
  2193.           Top = 60
  2194.           Width = 25
  2195.           Height = 15
  2196.           Caption = 'Step'
  2197.           Font.Charset = DEFAULT_CHARSET
  2198.           Font.Color = clBlack
  2199.           Font.Height = -12
  2200.           Font.Name = 'Arial'
  2201.           Font.Style = []
  2202.           ParentFont = False
  2203.         end
  2204.         object edFromX: TEdit
  2205.           Left = 72
  2206.           Top = 16
  2207.           Width = 50
  2208.           Height = 22
  2209.           AutoSelect = False
  2210.           Font.Charset = DEFAULT_CHARSET
  2211.           Font.Color = clBlack
  2212.           Font.Height = -11
  2213.           Font.Name = 'Arial'
  2214.           Font.Style = []
  2215.           ParentFont = False
  2216.           TabOrder = 0
  2217.           Text = '-10'
  2218.           OnChange = edFromXChange
  2219.         end
  2220.         object edToX: TEdit
  2221.           Left = 72
  2222.           Top = 38
  2223.           Width = 50
  2224.           Height = 22
  2225.           Font.Charset = DEFAULT_CHARSET
  2226.           Font.Color = clBlack
  2227.           Font.Height = -11
  2228.           Font.Name = 'Arial'
  2229.           Font.Style = []
  2230.           ParentFont = False
  2231.           ParentShowHint = False
  2232.           ShowHint = False
  2233.           TabOrder = 1
  2234.           Text = '10'
  2235.           OnChange = edToXChange
  2236.         end
  2237.         object edStepsX: TEdit
  2238.           Left = 72
  2239.           Top = 60
  2240.           Width = 50
  2241.           Height = 22
  2242.           Font.Charset = DEFAULT_CHARSET
  2243.           Font.Color = clBlack
  2244.           Font.Height = -11
  2245.           Font.Name = 'Arial'
  2246.           Font.Style = []
  2247.           ParentFont = False
  2248.           TabOrder = 2
  2249.           Text = '0.5'
  2250.           OnChange = edStepsXChange
  2251.         end
  2252.       end
  2253.       object edX: TEdit
  2254.         Left = 56
  2255.         Top = 151
  2256.         Width = 121
  2257.         Height = 22
  2258.         TabOrder = 5
  2259.         Text = 'X'
  2260.       end
  2261.       object edY: TEdit
  2262.         Left = 56
  2263.         Top = 173
  2264.         Width = 121
  2265.         Height = 22
  2266.         TabOrder = 6
  2267.         Text = 'Y'
  2268.       end
  2269.       object edTitle: TEdit
  2270.         Left = 55
  2271.         Top = 129
  2272.         Width = 122
  2273.         Height = 22
  2274.         TabOrder = 4
  2275.         Text = 'edTitle'
  2276.       end
  2277.       object edLegend: TEdit
  2278.         Left = 55
  2279.         Top = 107
  2280.         Width = 122
  2281.         Height = 22
  2282.         TabOrder = 3
  2283.         Text = 'edLegend'
  2284.       end
  2285.       object rgPlot: TRadioGroup
  2286.         Left = 8
  2287.         Top = -1
  2288.         Width = 177
  2289.         Height = 90
  2290.         Caption = 'Plot '
  2291.         Font.Charset = DEFAULT_CHARSET
  2292.         Font.Color = clBlack
  2293.         Font.Height = -11
  2294.         Font.Name = 'Arial'
  2295.         Font.Style = []
  2296.         ItemIndex = 0
  2297.         Items.Strings = (
  2298.           'Plot f(X)'
  2299.           'Contour Plot f(X,Y)'
  2300.           'Color Shading f(X,Y)'
  2301.           'Surface')
  2302.         ParentFont = False
  2303.         TabOrder = 0
  2304.         OnClick = rgPlotClick
  2305.       end
  2306.       object edExaggerate: TEdit
  2307.         Left = 408
  2308.         Top = 104
  2309.         Width = 49
  2310.         Height = 22
  2311.         TabOrder = 8
  2312.         Text = '0'
  2313.         OnChange = edExaggerateChange
  2314.       end
  2315.       object Button1: TButton
  2316.         Left = 384
  2317.         Top = 176
  2318.         Width = 75
  2319.         Height = 25
  2320.         Caption = 'Help'
  2321.         TabOrder = 11
  2322.         OnClick = HelpBtnClick
  2323.       end
  2324.       object bbOK: TButton
  2325.         Left = 216
  2326.         Top = 176
  2327.         Width = 75
  2328.         Height = 25
  2329.         Caption = '&OK'
  2330.         TabOrder = 10
  2331.         OnClick = bbOKClick
  2332.       end
  2333.       object sbColor: TButton
  2334.         Left = 216
  2335.         Top = 144
  2336.         Width = 75
  2337.         Height = 25
  2338.         Caption = '&Color'
  2339.         TabOrder = 9
  2340.         OnClick = sbColorClick
  2341.       end
  2342.     end
  2343.     object tsVariables: TTabSheet
  2344.       Caption = 'Variables'
  2345.       Font.Charset = DEFAULT_CHARSET
  2346.       Font.Color = clNavy
  2347.       Font.Height = -11
  2348.       Font.Name = 'Arial'
  2349.       Font.Style = []
  2350.       ParentFont = False
  2351.       object Bevel8: TBevel
  2352.         Left = 5
  2353.         Top = 6
  2354.         Width = 460
  2355.         Height = 195
  2356.         Shape = bsFrame
  2357.       end
  2358.       object Label20: TLabel
  2359.         Left = 28
  2360.         Top = 34
  2361.         Width = 21
  2362.         Height = 15
  2363.         Alignment = taRightJustify
  2364.         Caption = 'X  ='
  2365.         Font.Charset = ANSI_CHARSET
  2366.         Font.Color = clNavy
  2367.         Font.Height = -12
  2368.         Font.Name = 'Times New Roman'
  2369.         Font.Style = [fsBold]
  2370.         ParentFont = False
  2371.       end
  2372.       object Label21: TLabel
  2373.         Left = 28
  2374.         Top = 50
  2375.         Width = 21
  2376.         Height = 15
  2377.         Alignment = taRightJustify
  2378.         Caption = 'Y  ='
  2379.         Font.Charset = ANSI_CHARSET
  2380.         Font.Color = clNavy
  2381.         Font.Height = -12
  2382.         Font.Name = 'Times New Roman'
  2383.         Font.Style = [fsBold]
  2384.         ParentFont = False
  2385.       end
  2386.       object Label22: TLabel
  2387.         Left = 29
  2388.         Top = 66
  2389.         Width = 20
  2390.         Height = 15
  2391.         Alignment = taRightJustify
  2392.         Caption = 'Z  ='
  2393.         Font.Charset = ANSI_CHARSET
  2394.         Font.Color = clNavy
  2395.         Font.Height = -12
  2396.         Font.Name = 'Times New Roman'
  2397.         Font.Style = [fsBold]
  2398.         ParentFont = False
  2399.       end
  2400.       object Label23: TLabel
  2401.         Left = 28
  2402.         Top = 82
  2403.         Width = 21
  2404.         Height = 15
  2405.         Alignment = taRightJustify
  2406.         Caption = 'V  ='
  2407.         Font.Charset = ANSI_CHARSET
  2408.         Font.Color = clNavy
  2409.         Font.Height = -12
  2410.         Font.Name = 'Times New Roman'
  2411.         Font.Style = [fsBold]
  2412.         ParentFont = False
  2413.       end
  2414.       object Label24: TLabel
  2415.         Left = 25
  2416.         Top = 98
  2417.         Width = 24
  2418.         Height = 15
  2419.         Alignment = taRightJustify
  2420.         Caption = 'W  ='
  2421.         Font.Charset = ANSI_CHARSET
  2422.         Font.Color = clNavy
  2423.         Font.Height = -12
  2424.         Font.Name = 'Times New Roman'
  2425.         Font.Style = [fsBold]
  2426.         ParentFont = False
  2427.       end
  2428.       object Label25: TLabel
  2429.         Left = 29
  2430.         Top = 114
  2431.         Width = 20
  2432.         Height = 15
  2433.         Alignment = taRightJustify
  2434.         Caption = 'I   ='
  2435.         Font.Charset = ANSI_CHARSET
  2436.         Font.Color = clNavy
  2437.         Font.Height = -12
  2438.         Font.Name = 'Times New Roman'
  2439.         Font.Style = [fsBold]
  2440.         ParentFont = False
  2441.       end
  2442.       object Label26: TLabel
  2443.         Left = 27
  2444.         Top = 130
  2445.         Width = 22
  2446.         Height = 15
  2447.         Alignment = taRightJustify
  2448.         Caption = 'J   ='
  2449.         Font.Charset = ANSI_CHARSET
  2450.         Font.Color = clNavy
  2451.         Font.Height = -12
  2452.         Font.Name = 'Times New Roman'
  2453.         Font.Style = [fsBold]
  2454.         ParentFont = False
  2455.       end
  2456.       object Label27: TLabel
  2457.         Left = 27
  2458.         Top = 146
  2459.         Width = 22
  2460.         Height = 15
  2461.         Alignment = taRightJustify
  2462.         Caption = 'K  ='
  2463.         Font.Charset = ANSI_CHARSET
  2464.         Font.Color = clNavy
  2465.         Font.Height = -12
  2466.         Font.Name = 'Times New Roman'
  2467.         Font.Style = [fsBold]
  2468.         ParentFont = False
  2469.       end
  2470.       object Label28: TLabel
  2471.         Left = 25
  2472.         Top = 162
  2473.         Width = 24
  2474.         Height = 15
  2475.         Alignment = taRightJustify
  2476.         Caption = 'M  ='
  2477.         Font.Charset = ANSI_CHARSET
  2478.         Font.Color = clNavy
  2479.         Font.Height = -12
  2480.         Font.Name = 'Times New Roman'
  2481.         Font.Style = [fsBold]
  2482.         ParentFont = False
  2483.       end
  2484.       object Label29: TLabel
  2485.         Left = 31
  2486.         Top = 1
  2487.         Width = 93
  2488.         Height = 14
  2489.         Caption = 'Predefine variables'
  2490.         Font.Charset = DEFAULT_CHARSET
  2491.         Font.Color = clNavy
  2492.         Font.Height = -11
  2493.         Font.Name = 'Arial'
  2494.         Font.Style = []
  2495.         ParentFont = False
  2496.       end
  2497.       object Label30: TLabel
  2498.         Left = 27
  2499.         Top = 178
  2500.         Width = 22
  2501.         Height = 15
  2502.         Alignment = taRightJustify
  2503.         Caption = 'N  ='
  2504.         Font.Charset = ANSI_CHARSET
  2505.         Font.Color = clNavy
  2506.         Font.Height = -12
  2507.         Font.Name = 'Times New Roman'
  2508.         Font.Style = [fsBold]
  2509.         ParentFont = False
  2510.       end
  2511.       object Label18: TLabel
  2512.         Left = 62
  2513.         Top = 20
  2514.         Width = 54
  2515.         Height = 14
  2516.         Caption = 'Expression'
  2517.         Font.Charset = DEFAULT_CHARSET
  2518.         Font.Color = clNavy
  2519.         Font.Height = -11
  2520.         Font.Name = 'Arial'
  2521.         Font.Style = []
  2522.         ParentFont = False
  2523.       end
  2524.       object Label32: TLabel
  2525.         Left = 207
  2526.         Top = 19
  2527.         Width = 28
  2528.         Height = 14
  2529.         Caption = 'Value'
  2530.         Font.Charset = DEFAULT_CHARSET
  2531.         Font.Color = clNavy
  2532.         Font.Height = -11
  2533.         Font.Name = 'Arial'
  2534.         Font.Style = []
  2535.         ParentFont = False
  2536.       end
  2537.       object lbError: TLabel
  2538.         Left = 300
  2539.         Top = 16
  2540.         Width = 3
  2541.         Height = 14
  2542.       end
  2543.       object edXVar: TEdit
  2544.         Left = 59
  2545.         Top = 32
  2546.         Width = 143
  2547.         Height = 22
  2548.         Font.Charset = DEFAULT_CHARSET
  2549.         Font.Color = clNavy
  2550.         Font.Height = -11
  2551.         Font.Name = 'Arial'
  2552.         Font.Style = []
  2553.         ParentFont = False
  2554.         TabOrder = 0
  2555.       end
  2556.       object edYvar: TEdit
  2557.         Left = 59
  2558.         Top = 48
  2559.         Width = 143
  2560.         Height = 22
  2561.         Font.Charset = DEFAULT_CHARSET
  2562.         Font.Color = clNavy
  2563.         Font.Height = -11
  2564.         Font.Name = 'Arial'
  2565.         Font.Style = []
  2566.         ParentFont = False
  2567.         TabOrder = 1
  2568.       end
  2569.       object edZvar: TEdit
  2570.         Left = 59
  2571.         Top = 64
  2572.         Width = 143
  2573.         Height = 22
  2574.         Font.Charset = DEFAULT_CHARSET
  2575.         Font.Color = clNavy
  2576.         Font.Height = -11
  2577.         Font.Name = 'Arial'
  2578.         Font.Style = []
  2579.         ParentFont = False
  2580.         TabOrder = 2
  2581.       end
  2582.       object edVvar: TEdit
  2583.         Left = 59
  2584.         Top = 80
  2585.         Width = 143
  2586.         Height = 22
  2587.         Font.Charset = DEFAULT_CHARSET
  2588.         Font.Color = clNavy
  2589.         Font.Height = -11
  2590.         Font.Name = 'Arial'
  2591.         Font.Style = []
  2592.         ParentFont = False
  2593.         TabOrder = 3
  2594.       end
  2595.       object edWvar: TEdit
  2596.         Left = 59
  2597.         Top = 96
  2598.         Width = 143
  2599.         Height = 22
  2600.         Font.Charset = DEFAULT_CHARSET
  2601.         Font.Color = clNavy
  2602.         Font.Height = -11
  2603.         Font.Name = 'Arial'
  2604.         Font.Style = []
  2605.         ParentFont = False
  2606.         TabOrder = 4
  2607.       end
  2608.       object edIvar: TEdit
  2609.         Left = 59
  2610.         Top = 112
  2611.         Width = 143
  2612.         Height = 22
  2613.         Font.Charset = DEFAULT_CHARSET
  2614.         Font.Color = clNavy
  2615.         Font.Height = -11
  2616.         Font.Name = 'Arial'
  2617.         Font.Style = []
  2618.         ParentFont = False
  2619.         TabOrder = 5
  2620.       end
  2621.       object edJvar: TEdit
  2622.         Left = 59
  2623.         Top = 128
  2624.         Width = 143
  2625.         Height = 22
  2626.         Font.Charset = DEFAULT_CHARSET
  2627.         Font.Color = clNavy
  2628.         Font.Height = -11
  2629.         Font.Name = 'Arial'
  2630.         Font.Style = []
  2631.         ParentFont = False
  2632.         TabOrder = 6
  2633.       end
  2634.       object edKvar: TEdit
  2635.         Left = 59
  2636.         Top = 144
  2637.         Width = 143
  2638.         Height = 22
  2639.         Font.Charset = DEFAULT_CHARSET
  2640.         Font.Color = clNavy
  2641.         Font.Height = -11
  2642.         Font.Name = 'Arial'
  2643.         Font.Style = []
  2644.         ParentFont = False
  2645.         TabOrder = 7
  2646.       end
  2647.       object edMvar: TEdit
  2648.         Left = 59
  2649.         Top = 160
  2650.         Width = 143
  2651.         Height = 22
  2652.         Font.Charset = DEFAULT_CHARSET
  2653.         Font.Color = clNavy
  2654.         Font.Height = -11
  2655.         Font.Name = 'Arial'
  2656.         Font.Style = []
  2657.         ParentFont = False
  2658.         TabOrder = 8
  2659.       end
  2660.       object edNvar: TEdit
  2661.         Left = 59
  2662.         Top = 176
  2663.         Width = 143
  2664.         Height = 22
  2665.         Font.Charset = DEFAULT_CHARSET
  2666.         Font.Color = clNavy
  2667.         Font.Height = -11
  2668.         Font.Name = 'Arial'
  2669.         Font.Style = []
  2670.         ParentFont = False
  2671.         TabOrder = 9
  2672.       end
  2673.       object edXVal: TEdit
  2674.         Left = 207
  2675.         Top = 32
  2676.         Width = 84
  2677.         Height = 22
  2678.         TabStop = False
  2679.         Enabled = False
  2680.         Font.Charset = DEFAULT_CHARSET
  2681.         Font.Color = clNavy
  2682.         Font.Height = -11
  2683.         Font.Name = 'Arial'
  2684.         Font.Style = []
  2685.         ParentFont = False
  2686.         TabOrder = 10
  2687.       end
  2688.       object edYval: TEdit
  2689.         Left = 207
  2690.         Top = 48
  2691.         Width = 84
  2692.         Height = 22
  2693.         TabStop = False
  2694.         Enabled = False
  2695.         Font.Charset = DEFAULT_CHARSET
  2696.         Font.Color = clNavy
  2697.         Font.Height = -11
  2698.         Font.Name = 'Arial'
  2699.         Font.Style = []
  2700.         ParentFont = False
  2701.         TabOrder = 11
  2702.       end
  2703.       object edZval: TEdit
  2704.         Left = 207
  2705.         Top = 64
  2706.         Width = 84
  2707.         Height = 22
  2708.         TabStop = False
  2709.         Enabled = False
  2710.         Font.Charset = DEFAULT_CHARSET
  2711.         Font.Color = clNavy
  2712.         Font.Height = -11
  2713.         Font.Name = 'Arial'
  2714.         Font.Style = []
  2715.         ParentFont = False
  2716.         TabOrder = 12
  2717.       end
  2718.       object edVval: TEdit
  2719.         Left = 207
  2720.         Top = 80
  2721.         Width = 84
  2722.         Height = 22
  2723.         TabStop = False
  2724.         Enabled = False
  2725.         Font.Charset = DEFAULT_CHARSET
  2726.         Font.Color = clNavy
  2727.         Font.Height = -11
  2728.         Font.Name = 'Arial'
  2729.         Font.Style = []
  2730.         ParentFont = False
  2731.         TabOrder = 13
  2732.       end
  2733.       object edWval: TEdit
  2734.         Left = 207
  2735.         Top = 96
  2736.         Width = 84
  2737.         Height = 22
  2738.         TabStop = False
  2739.         Enabled = False
  2740.         Font.Charset = DEFAULT_CHARSET
  2741.         Font.Color = clNavy
  2742.         Font.Height = -11
  2743.         Font.Name = 'Arial'
  2744.         Font.Style = []
  2745.         ParentFont = False
  2746.         TabOrder = 14
  2747.       end
  2748.       object edIval: TEdit
  2749.         Left = 207
  2750.         Top = 112
  2751.         Width = 84
  2752.         Height = 22
  2753.         TabStop = False
  2754.         Enabled = False
  2755.         Font.Charset = DEFAULT_CHARSET
  2756.         Font.Color = clNavy
  2757.         Font.Height = -11
  2758.         Font.Name = 'Arial'
  2759.         Font.Style = []
  2760.         ParentFont = False
  2761.         TabOrder = 15
  2762.       end
  2763.       object edJval: TEdit
  2764.         Left = 207
  2765.         Top = 128
  2766.         Width = 84
  2767.         Height = 22
  2768.         TabStop = False
  2769.         Enabled = False
  2770.         Font.Charset = DEFAULT_CHARSET
  2771.         Font.Color = clNavy
  2772.         Font.Height = -11
  2773.         Font.Name = 'Arial'
  2774.         Font.Style = []
  2775.         ParentFont = False
  2776.         TabOrder = 16
  2777.       end
  2778.       object edKval: TEdit
  2779.         Left = 207
  2780.         Top = 144
  2781.         Width = 84
  2782.         Height = 22
  2783.         TabStop = False
  2784.         Enabled = False
  2785.         Font.Charset = DEFAULT_CHARSET
  2786.         Font.Color = clNavy
  2787.         Font.Height = -11
  2788.         Font.Name = 'Arial'
  2789.         Font.Style = []
  2790.         ParentFont = False
  2791.         TabOrder = 17
  2792.       end
  2793.       object edMval: TEdit
  2794.         Left = 207
  2795.         Top = 160
  2796.         Width = 84
  2797.         Height = 22
  2798.         TabStop = False
  2799.         Enabled = False
  2800.         Font.Charset = DEFAULT_CHARSET
  2801.         Font.Color = clNavy
  2802.         Font.Height = -11
  2803.         Font.Name = 'Arial'
  2804.         Font.Style = []
  2805.         ParentFont = False
  2806.         TabOrder = 18
  2807.       end
  2808.       object edNval: TEdit
  2809.         Left = 207
  2810.         Top = 176
  2811.         Width = 84
  2812.         Height = 22
  2813.         TabStop = False
  2814.         Enabled = False
  2815.         Font.Charset = DEFAULT_CHARSET
  2816.         Font.Color = clNavy
  2817.         Font.Height = -11
  2818.         Font.Name = 'Arial'
  2819.         Font.Style = []
  2820.         ParentFont = False
  2821.         TabOrder = 19
  2822.       end
  2823.       object bbXeval: TBitBtn
  2824.         Left = 298
  2825.         Top = 32
  2826.         Width = 75
  2827.         Height = 16
  2828.         Caption = 'Calculate'
  2829.         Font.Charset = DEFAULT_CHARSET
  2830.         Font.Color = clNavy
  2831.         Font.Height = -11
  2832.         Font.Name = 'Arial'
  2833.         Font.Style = []
  2834.         ParentFont = False
  2835.         TabOrder = 20
  2836.         OnClick = bbXevalClick
  2837.       end
  2838.       object bbYeval: TBitBtn
  2839.         Left = 298
  2840.         Top = 48
  2841.         Width = 75
  2842.         Height = 16
  2843.         Caption = 'Calculate'
  2844.         Font.Charset = DEFAULT_CHARSET
  2845.         Font.Color = clNavy
  2846.         Font.Height = -11
  2847.         Font.Name = 'Arial'
  2848.         Font.Style = []
  2849.         ParentFont = False
  2850.         TabOrder = 21
  2851.         OnClick = bbYevalClick
  2852.       end
  2853.       object bbZeval: TBitBtn
  2854.         Left = 298
  2855.         Top = 64
  2856.         Width = 75
  2857.         Height = 16
  2858.         Caption = 'Calculate'
  2859.         Font.Charset = DEFAULT_CHARSET
  2860.         Font.Color = clNavy
  2861.         Font.Height = -11
  2862.         Font.Name = 'Arial'
  2863.         Font.Style = []
  2864.         ParentFont = False
  2865.         TabOrder = 22
  2866.         OnClick = bbZevalClick
  2867.       end
  2868.       object bbVeval: TBitBtn
  2869.         Left = 298
  2870.         Top = 80
  2871.         Width = 75
  2872.         Height = 16
  2873.         Caption = 'Calculate'
  2874.         Font.Charset = DEFAULT_CHARSET
  2875.         Font.Color = clNavy
  2876.         Font.Height = -11
  2877.         Font.Name = 'Arial'
  2878.         Font.Style = []
  2879.         ParentFont = False
  2880.         TabOrder = 23
  2881.         OnClick = bbVevalClick
  2882.       end
  2883.       object bbWeval: TBitBtn
  2884.         Left = 298
  2885.         Top = 96
  2886.         Width = 75
  2887.         Height = 16
  2888.         Caption = 'Calculate'
  2889.         Font.Charset = DEFAULT_CHARSET
  2890.         Font.Color = clNavy
  2891.         Font.Height = -11
  2892.         Font.Name = 'Arial'
  2893.         Font.Style = []
  2894.         ParentFont = False
  2895.         TabOrder = 24
  2896.         OnClick = bbWevalClick
  2897.       end
  2898.       object bbIeval: TBitBtn
  2899.         Left = 298
  2900.         Top = 112
  2901.         Width = 75
  2902.         Height = 16
  2903.         Caption = 'Calculate'
  2904.         Font.Charset = DEFAULT_CHARSET
  2905.         Font.Color = clNavy
  2906.         Font.Height = -11
  2907.         Font.Name = 'Arial'
  2908.         Font.Style = []
  2909.         ParentFont = False
  2910.         TabOrder = 25
  2911.         OnClick = bbIevalClick
  2912.       end
  2913.       object bbJeval: TBitBtn
  2914.         Left = 298
  2915.         Top = 128
  2916.         Width = 75
  2917.         Height = 16
  2918.         Caption = 'Calculate'
  2919.         Font.Charset = DEFAULT_CHARSET
  2920.         Font.Color = clNavy
  2921.         Font.Height = -11
  2922.         Font.Name = 'Arial'
  2923.         Font.Style = []
  2924.         ParentFont = False
  2925.         TabOrder = 26
  2926.         OnClick = bbJevalClick
  2927.       end
  2928.       object bbKeval: TBitBtn
  2929.         Left = 298
  2930.         Top = 144
  2931.         Width = 75
  2932.         Height = 16
  2933.         Caption = 'Calculate'
  2934.         Font.Charset = DEFAULT_CHARSET
  2935.         Font.Color = clNavy
  2936.         Font.Height = -11
  2937.         Font.Name = 'Arial'
  2938.         Font.Style = []
  2939.         ParentFont = False
  2940.         TabOrder = 27
  2941.         OnClick = bbKevalClick
  2942.       end
  2943.       object bbMeval: TBitBtn
  2944.         Left = 298
  2945.         Top = 160
  2946.         Width = 75
  2947.         Height = 16
  2948.         Caption = 'Calculate'
  2949.         Font.Charset = DEFAULT_CHARSET
  2950.         Font.Color = clNavy
  2951.         Font.Height = -11
  2952.         Font.Name = 'Arial'
  2953.         Font.Style = []
  2954.         ParentFont = False
  2955.         TabOrder = 28
  2956.         OnClick = bbMevalClick
  2957.       end
  2958.       object bbNeval: TBitBtn
  2959.         Left = 298
  2960.         Top = 176
  2961.         Width = 75
  2962.         Height = 16
  2963.         Caption = 'Calculate'
  2964.         Font.Charset = DEFAULT_CHARSET
  2965.         Font.Color = clNavy
  2966.         Font.Height = -11
  2967.         Font.Name = 'Arial'
  2968.         Font.Style = []
  2969.         ParentFont = False
  2970.         TabOrder = 29
  2971.         OnClick = bbNevalClick
  2972.       end
  2973.       object BitBtn13: TBitBtn
  2974.         Left = 380
  2975.         Top = 59
  2976.         Width = 75
  2977.         Height = 25
  2978.         Caption = '&Save'
  2979.         Font.Charset = DEFAULT_CHARSET
  2980.         Font.Color = clNavy
  2981.         Font.Height = -11
  2982.         Font.Name = 'Arial'
  2983.         Font.Style = []
  2984.         ParentFont = False
  2985.         TabOrder = 30
  2986.         OnClick = BitBtn13Click
  2987.       end
  2988.       object BitBtn14: TBitBtn
  2989.         Left = 380
  2990.         Top = 86
  2991.         Width = 75
  2992.         Height = 25
  2993.         Caption = '&Load'
  2994.         Font.Charset = DEFAULT_CHARSET
  2995.         Font.Color = clNavy
  2996.         Font.Height = -11
  2997.         Font.Name = 'Arial'
  2998.         Font.Style = []
  2999.         ParentFont = False
  3000.         TabOrder = 31
  3001.         OnClick = BitBtn14Click
  3002.       end
  3003.       object rgUse: TRadioGroup
  3004.         Left = 379
  3005.         Top = 140
  3006.         Width = 81
  3007.         Height = 50
  3008.         Caption = 'Use'
  3009.         ItemIndex = 0
  3010.         Items.Strings = (
  3011.           'Value'
  3012.           'Expression')
  3013.         TabOrder = 32
  3014.         Visible = False
  3015.       end
  3016.       object BitBtn3: TBitBtn
  3017.         Left = 380
  3018.         Top = 32
  3019.         Width = 75
  3020.         Height = 25
  3021.         Caption = 'Calculate &All'
  3022.         TabOrder = 33
  3023.         OnClick = BitBtn3Click
  3024.       end
  3025.       object BitBtn4: TBitBtn
  3026.         Left = 380
  3027.         Top = 113
  3028.         Width = 75
  3029.         Height = 25
  3030.         HelpContext = 3
  3031.         Caption = 'Help'
  3032.         TabOrder = 34
  3033.         OnClick = BitBtn4Click
  3034.       end
  3035.     end
  3036.     object tsUserVar: TTabSheet
  3037.       Caption = 'User Vars'
  3038.       Font.Charset = DEFAULT_CHARSET
  3039.       Font.Color = clMaroon
  3040.       Font.Height = -11
  3041.       Font.Name = 'Arial'
  3042.       Font.Style = []
  3043.       ParentFont = False
  3044.       object Bevel7: TBevel
  3045.         Left = 8
  3046.         Top = 8
  3047.         Width = 457
  3048.         Height = 193
  3049.         Shape = bsFrame
  3050.       end
  3051.       object Label17: TLabel
  3052.         Left = 17
  3053.         Top = 17
  3054.         Width = 27
  3055.         Height = 14
  3056.         Caption = 'Name'
  3057.         Font.Charset = DEFAULT_CHARSET
  3058.         Font.Color = clMaroon
  3059.         Font.Height = -11
  3060.         Font.Name = 'Arial'
  3061.         Font.Style = []
  3062.         ParentFont = False
  3063.       end
  3064.       object Label19: TLabel
  3065.         Left = 24
  3066.         Top = 2
  3067.         Width = 103
  3068.         Height = 14
  3069.         Caption = 'User define variables'
  3070.         Font.Charset = DEFAULT_CHARSET
  3071.         Font.Color = clMaroon
  3072.         Font.Height = -11
  3073.         Font.Name = 'Arial'
  3074.         Font.Style = []
  3075.         ParentFont = False
  3076.       end
  3077.       object Label31: TLabel
  3078.         Left = 129
  3079.         Top = 18
  3080.         Width = 54
  3081.         Height = 14
  3082.         Caption = 'Expression'
  3083.         Font.Charset = DEFAULT_CHARSET
  3084.         Font.Color = clMaroon
  3085.         Font.Height = -11
  3086.         Font.Name = 'Arial'
  3087.         Font.Style = []
  3088.         ParentFont = False
  3089.       end
  3090.       object edName: TEdit
  3091.         Left = 16
  3092.         Top = 33
  3093.         Width = 109
  3094.         Height = 22
  3095.         TabOrder = 0
  3096.         OnChange = edNameChange
  3097.       end
  3098.       object edValue: TEdit
  3099.         Left = 128
  3100.         Top = 33
  3101.         Width = 242
  3102.         Height = 22
  3103.         TabOrder = 1
  3104.       end
  3105.       object lbVars: TListBox
  3106.         Left = 16
  3107.         Top = 59
  3108.         Width = 354
  3109.         Height = 135
  3110.         Hint = 'Double click for modify'
  3111.         ItemHeight = 14
  3112.         ParentShowHint = False
  3113.         ShowHint = True
  3114.         TabOrder = 2
  3115.         OnDblClick = lbVarsDblClick
  3116.       end
  3117.       object btAdd: TBitBtn
  3118.         Left = 379
  3119.         Top = 32
  3120.         Width = 75
  3121.         Height = 25
  3122.         Caption = '&Add/Modify'
  3123.         TabOrder = 3
  3124.         OnClick = btAddClick
  3125.       end
  3126.       object btDelete: TBitBtn
  3127.         Left = 379
  3128.         Top = 65
  3129.         Width = 75
  3130.         Height = 25
  3131.         Caption = '&Delete'
  3132.         TabOrder = 4
  3133.         OnClick = btDeleteClick
  3134.       end
  3135.       object bbSave: TBitBtn
  3136.         Left = 379
  3137.         Top = 97
  3138.         Width = 75
  3139.         Height = 25
  3140.         Caption = '&Save'
  3141.         TabOrder = 5
  3142.         OnClick = bbSaveClick
  3143.       end
  3144.       object btLoad: TBitBtn
  3145.         Left = 379
  3146.         Top = 162
  3147.         Width = 75
  3148.         Height = 25
  3149.         Caption = '&Load'
  3150.         TabOrder = 6
  3151.         OnClick = btLoadClick
  3152.       end
  3153.       object bbSaveAs: TBitBtn
  3154.         Left = 379
  3155.         Top = 129
  3156.         Width = 75
  3157.         Height = 25
  3158.         Caption = 'Save &As'
  3159.         TabOrder = 7
  3160.         OnClick = bnSaveAsClick
  3161.       end
  3162.     end
  3163.     object tsFuncs: TTabSheet
  3164.       Caption = 'User Funcs'
  3165.       object Bevel3: TBevel
  3166.         Left = 8
  3167.         Top = 8
  3168.         Width = 457
  3169.         Height = 193
  3170.         Shape = bsFrame
  3171.       end
  3172.       object Label6: TLabel
  3173.         Left = 17
  3174.         Top = 17
  3175.         Width = 27
  3176.         Height = 14
  3177.         Caption = 'Name'
  3178.         Font.Charset = DEFAULT_CHARSET
  3179.         Font.Color = clPurple
  3180.         Font.Height = -11
  3181.         Font.Name = 'Arial'
  3182.         Font.Style = []
  3183.         ParentFont = False
  3184.       end
  3185.       object Label43: TLabel
  3186.         Left = 24
  3187.         Top = 2
  3188.         Width = 104
  3189.         Height = 14
  3190.         Caption = 'User define functions'
  3191.         Font.Charset = DEFAULT_CHARSET
  3192.         Font.Color = clPurple
  3193.         Font.Height = -11
  3194.         Font.Name = 'Arial'
  3195.         Font.Style = []
  3196.         ParentFont = False
  3197.       end
  3198.       object Label44: TLabel
  3199.         Left = 129
  3200.         Top = 18
  3201.         Width = 54
  3202.         Height = 14
  3203.         Caption = 'Expression'
  3204.         Font.Charset = DEFAULT_CHARSET
  3205.         Font.Color = clPurple
  3206.         Font.Height = -11
  3207.         Font.Name = 'Arial'
  3208.         Font.Style = []
  3209.         ParentFont = False
  3210.       end
  3211.       object edFuncName: TEdit
  3212.         Left = 16
  3213.         Top = 33
  3214.         Width = 109
  3215.         Height = 22
  3216.         TabOrder = 0
  3217.         OnChange = edFuncNameChange
  3218.       end
  3219.       object edFuncExpres: TEdit
  3220.         Left = 128
  3221.         Top = 33
  3222.         Width = 242
  3223.         Height = 22
  3224.         TabOrder = 1
  3225.       end
  3226.       object lbFuncs: TListBox
  3227.         Left = 16
  3228.         Top = 59
  3229.         Width = 354
  3230.         Height = 135
  3231.         Hint = 'Double click for modify'
  3232.         ItemHeight = 14
  3233.         ParentShowHint = False
  3234.         ShowHint = True
  3235.         TabOrder = 2
  3236.         OnDblClick = lbFuncsClick
  3237.       end
  3238.       object bbAddFunc: TBitBtn
  3239.         Left = 379
  3240.         Top = 32
  3241.         Width = 75
  3242.         Height = 25
  3243.         Caption = '&Add/Modify'
  3244.         TabOrder = 3
  3245.         OnClick = bbAddFuncClick
  3246.       end
  3247.       object bbDeleteFunc: TBitBtn
  3248.         Left = 379
  3249.         Top = 65
  3250.         Width = 75
  3251.         Height = 25
  3252.         Caption = '&Delete'
  3253.         TabOrder = 4
  3254.         OnClick = bbDeleteFuncClick
  3255.       end
  3256.       object BitBtn7: TBitBtn
  3257.         Left = 379
  3258.         Top = 97
  3259.         Width = 75
  3260.         Height = 25
  3261.         Caption = '&Save'
  3262.         TabOrder = 5
  3263.         OnClick = BitBtn7Click
  3264.       end
  3265.       object BitBtn8: TBitBtn
  3266.         Left = 379
  3267.         Top = 162
  3268.         Width = 75
  3269.         Height = 25
  3270.         Caption = '&Load'
  3271.         TabOrder = 6
  3272.         OnClick = BitBtn8Click
  3273.       end
  3274.       object BitBtn5: TBitBtn
  3275.         Left = 379
  3276.         Top = 129
  3277.         Width = 75
  3278.         Height = 25
  3279.         Caption = 'Save &As'
  3280.         TabOrder = 7
  3281.         OnClick = BitBtn5Click
  3282.       end
  3283.     end
  3284.     object About: TTabSheet
  3285.       Caption = 'About'
  3286.       object Label33: TLabel
  3287.         Left = 0
  3288.         Top = 16
  3289.         Width = 164
  3290.         Height = 24
  3291.         Caption = 'WiSCy  version 4.0'
  3292.         Font.Charset = ANSI_CHARSET
  3293.         Font.Color = clMaroon
  3294.         Font.Height = -21
  3295.         Font.Name = 'Times New Roman'
  3296.         Font.Style = [fsBold, fsItalic]
  3297.         ParentFont = False
  3298.       end
  3299.       object Label34: TLabel
  3300.         Left = 102
  3301.         Top = 48
  3302.         Width = 363
  3303.         Height = 16
  3304.         Alignment = taRightJustify
  3305.         Caption = '∩┐╜ Copyright  1988-98 by Igor I.Evsikov  && Sergey Yu. Shmakov'
  3306.         Font.Charset = ANSI_CHARSET
  3307.         Font.Color = clRed
  3308.         Font.Height = -13
  3309.         Font.Name = 'Arial'
  3310.         Font.Style = []
  3311.         ParentFont = False
  3312.       end
  3313.       object Label35: TLabel
  3314.         Left = 362
  3315.         Top = 66
  3316.         Width = 103
  3317.         Height = 16
  3318.         Caption = 'All rights reserved'
  3319.         Font.Charset = ANSI_CHARSET
  3320.         Font.Color = clRed
  3321.         Font.Height = -13
  3322.         Font.Name = 'Arial'
  3323.         Font.Style = []
  3324.         ParentFont = False
  3325.       end
  3326.       object Label36: TLabel
  3327.         Left = 319
  3328.         Top = 85
  3329.         Width = 146
  3330.         Height = 16
  3331.         Alignment = taRightJustify
  3332.         Caption = 'e-mail zaboy@kw.igs.net'
  3333.         Font.Charset = ANSI_CHARSET
  3334.         Font.Color = clRed
  3335.         Font.Height = -13
  3336.         Font.Name = 'Arial'
  3337.         Font.Style = []
  3338.         ParentFont = False
  3339.       end
  3340.       object Label37: TLabel
  3341.         Left = 386
  3342.         Top = 103
  3343.         Width = 79
  3344.         Height = 16
  3345.         Alignment = taRightJustify
  3346.         Caption = 'Igor I. Evsikov'
  3347.         Font.Charset = ANSI_CHARSET
  3348.         Font.Color = clRed
  3349.         Font.Height = -13
  3350.         Font.Name = 'Arial'
  3351.         Font.Style = []
  3352.         ParentFont = False
  3353.       end
  3354.       object Label38: TLabel
  3355.         Left = 329
  3356.         Top = 121
  3357.         Width = 136
  3358.         Height = 16
  3359.         Alignment = taRightJustify
  3360.         Caption = 'E-524 Brookhaven Cres'
  3361.         Font.Charset = ANSI_CHARSET
  3362.         Font.Color = clRed
  3363.         Font.Height = -13
  3364.         Font.Name = 'Arial'
  3365.         Font.Style = []
  3366.         ParentFont = False
  3367.       end
  3368.       object Label39: TLabel
  3369.         Left = 363
  3370.         Top = 140
  3371.         Width = 102
  3372.         Height = 16
  3373.         Alignment = taRightJustify
  3374.         Caption = 'Waterloo, Ontario'
  3375.         Font.Charset = ANSI_CHARSET
  3376.         Font.Color = clRed
  3377.         Font.Height = -13
  3378.         Font.Name = 'Arial'
  3379.         Font.Style = []
  3380.         ParentFont = False
  3381.       end
  3382.       object Label40: TLabel
  3383.         Left = 353
  3384.         Top = 158
  3385.         Width = 112
  3386.         Height = 16
  3387.         Alignment = taRightJustify
  3388.         Caption = 'N2L 4R7  CANADA'
  3389.         Font.Charset = ANSI_CHARSET
  3390.         Font.Color = clRed
  3391.         Font.Height = -13
  3392.         Font.Name = 'Arial'
  3393.         Font.Style = []
  3394.         ParentFont = False
  3395.       end
  3396.       object Label41: TLabel
  3397.         Left = 4
  3398.         Top = 184
  3399.         Width = 108
  3400.         Height = 19
  3401.         Caption = 'Registered to:'
  3402.         Font.Charset = DEFAULT_CHARSET
  3403.         Font.Color = clNavy
  3404.         Font.Height = -16
  3405.         Font.Name = 'Arial'
  3406.         Font.Style = [fsBold]
  3407.         ParentFont = False
  3408.       end
  3409.       object Label42: TLabel
  3410.         Left = 116
  3411.         Top = 184
  3412.         Width = 107
  3413.         Height = 19
  3414.         Caption = '(unregistered)'
  3415.         Font.Charset = DEFAULT_CHARSET
  3416.         Font.Color = clNavy
  3417.         Font.Height = -16
  3418.         Font.Name = 'Arial'
  3419.         Font.Style = [fsBold]
  3420.         ParentFont = False
  3421.       end
  3422.       object BitBtn6: TBitBtn
  3423.         Left = 311
  3424.         Top = 83
  3425.         Width = 157
  3426.         Height = 20
  3427.         Caption = 'e-mail: zaboy@kw.igs.net'
  3428.         Font.Charset = DEFAULT_CHARSET
  3429.         Font.Color = clRed
  3430.         Font.Height = -13
  3431.         Font.Name = 'Arial'
  3432.         Font.Style = []
  3433.         ParentFont = False
  3434.         TabOrder = 0
  3435.         OnClick = BitBtn6Click
  3436.       end
  3437.     end
  3438.   end
  3439.   object pnAssistant: TPanel
  3440.     Left = 5
  3441.     Top = 72
  3442.     Width = 89
  3443.     Height = 10
  3444.     Alignment = taLeftJustify
  3445.     BevelOuter = bvNone
  3446.     Color = 8454143
  3447.     Font.Charset = DEFAULT_CHARSET
  3448.     Font.Color = clBlack
  3449.     Font.Height = -11
  3450.     Font.Name = 'Arial'
  3451.     Font.Style = []
  3452.     ParentFont = False
  3453.     TabOrder = 6
  3454.     Visible = False
  3455.   end
  3456.   object chAssistant: TCheckBox
  3457.     Left = 460
  3458.     Top = 71
  3459.     Width = 15
  3460.     Height = 14
  3461.     TabOrder = 7
  3462.     OnClick = chAssistantClick
  3463.   end
  3464.   object PopupMenu1: TPopupMenu
  3465.     Left = 444
  3466.     Top = 65527
  3467.     object miPlotfx: TMenuItem
  3468.       Caption = '&Plot f(X)'
  3469.       Enabled = False
  3470.       OnClick = miPlotfxClick
  3471.     end
  3472.     object miPlotfxy: TMenuItem
  3473.       Caption = 'Plot &f(X,Y)'
  3474.       Enabled = False
  3475.       OnClick = miPlotfxyClick
  3476.     end
  3477.     object mi3DPlotfXY: TMenuItem
  3478.       Caption = '&3D-Plot f(X,Y)'
  3479.       Enabled = False
  3480.       OnClick = mi3DPlotfXYClick
  3481.     end
  3482.   end
  3483.   object Timer1: TTimer
  3484.     Enabled = False
  3485.     Interval = 10
  3486.     OnTimer = Timer1Timer
  3487.     Left = 416
  3488.     Top = 65528
  3489.   end
  3490. end
  3491.