home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 21 / CTROM21B.mdf / win95 / zakelijk / esbcalc / setup.exe / file0006.bin / file0006.txt
Encoding:
Text File  |  1999-07-07  |  37.0 KB  |  1,296 lines

  1. object ESBCalcForm: TESBCalcForm
  2.   Left = 377
  3.   Top = 163
  4.   ActiveControl = CalcPanel
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'ESBCalc 1.4'
  8.   ClientHeight = 242
  9.   ClientWidth = 155
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poDesktopCenter
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnKeyDown = FormKeyDown
  22.   OnKeyPress = FormKeyPress
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object CalcPanel: TLMDSimplePanel
  26.     Left = 0
  27.     Top = 0
  28.     Width = 155
  29.     Height = 242
  30.     UseDockManager = False
  31.     Align = alClient
  32.     Bevel.BorderInnerWidth = 2
  33.     Bevel.EdgeStyle = etBump
  34.     Bevel.Mode = bmEdge
  35.     Bevel.StandardStyle = lsSingleLowered
  36.     Color = clGrayText
  37.     Font.Charset = ANSI_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -11
  40.     Font.Name = 'Arial'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.     ParentShowHint = False
  44.     ShowHint = True
  45.     TabOrder = 0
  46.     object ZeroBtn: TLMDSpeedButton
  47.       Left = 6
  48.       Top = 170
  49.       Width = 23
  50.       Height = 22
  51.       Caption = '0'
  52.       Color = clBtnFace
  53.       EnterColor = clMaroon
  54.       EnterColorChange = True
  55.       Font.Charset = DEFAULT_CHARSET
  56.       Font.Color = clBlack
  57.       Font.Height = -16
  58.       Font.Name = 'MS Sans Serif'
  59.       Font.Style = [fsBold]
  60.       FontFx.Style = tdSunken
  61.       HideHint = False
  62.       ParentFont = False
  63.       OnClick = ZeroBtnClick
  64.     end
  65.     object PointBtn: TLMDSpeedButton
  66.       Left = 30
  67.       Top = 170
  68.       Width = 23
  69.       Height = 22
  70.       ButtonLayout.OffsetY = -2
  71.       Caption = '.'
  72.       Color = clBtnFace
  73.       EnterColor = clMaroon
  74.       EnterColorChange = True
  75.       Font.Charset = DEFAULT_CHARSET
  76.       Font.Color = clBlack
  77.       Font.Height = -19
  78.       Font.Name = 'MS Sans Serif'
  79.       Font.Style = [fsBold]
  80.       FontFx.Style = tdSunken
  81.       HideHint = False
  82.       ParentFont = False
  83.       OnClick = PointBtnClick
  84.     end
  85.     object ChangeSignBtn: TLMDSpeedButton
  86.       Left = 54
  87.       Top = 170
  88.       Width = 23
  89.       Height = 22
  90.       Hint = 'Change Sign'
  91.       ButtonLayout.AlignText2Glyph = taTop
  92.       ButtonLayout.OffsetY = -2
  93.       Caption = '∩┐╜'
  94.       Color = clBtnFace
  95.       EnterColor = clMaroon
  96.       EnterColorChange = True
  97.       Font.Charset = DEFAULT_CHARSET
  98.       Font.Color = clBlack
  99.       Font.Height = -16
  100.       Font.Name = 'MS Sans Serif'
  101.       Font.Style = [fsBold]
  102.       FontFx.Style = tdSunken
  103.       HideHint = False
  104.       ParentFont = False
  105.       OnClick = ChangeSignBtnClick
  106.     end
  107.     object OneBtn: TLMDSpeedButton
  108.       Left = 6
  109.       Top = 148
  110.       Width = 23
  111.       Height = 22
  112.       Caption = '1'
  113.       Color = clBtnFace
  114.       EnterColor = clMaroon
  115.       EnterColorChange = True
  116.       Font.Charset = DEFAULT_CHARSET
  117.       Font.Color = clBlack
  118.       Font.Height = -16
  119.       Font.Name = 'MS Sans Serif'
  120.       Font.Style = [fsBold]
  121.       FontFx.Style = tdSunken
  122.       HideHint = False
  123.       ParentFont = False
  124.       OnClick = OneBtnClick
  125.     end
  126.     object TwoBtn: TLMDSpeedButton
  127.       Left = 30
  128.       Top = 148
  129.       Width = 23
  130.       Height = 22
  131.       Caption = '2'
  132.       Color = clBtnFace
  133.       EnterColor = clMaroon
  134.       EnterColorChange = True
  135.       Font.Charset = DEFAULT_CHARSET
  136.       Font.Color = clBlack
  137.       Font.Height = -16
  138.       Font.Name = 'MS Sans Serif'
  139.       Font.Style = [fsBold]
  140.       FontFx.Style = tdSunken
  141.       HideHint = False
  142.       ParentFont = False
  143.       OnClick = TwoBtnClick
  144.     end
  145.     object ThreeBtn: TLMDSpeedButton
  146.       Left = 54
  147.       Top = 148
  148.       Width = 23
  149.       Height = 22
  150.       Hint = 'Change Sign'
  151.       Caption = '3'
  152.       Color = clBtnFace
  153.       EnterColor = clMaroon
  154.       EnterColorChange = True
  155.       Font.Charset = DEFAULT_CHARSET
  156.       Font.Color = clBlack
  157.       Font.Height = -16
  158.       Font.Name = 'MS Sans Serif'
  159.       Font.Style = [fsBold]
  160.       FontFx.Style = tdSunken
  161.       HideHint = False
  162.       ParentFont = False
  163.       OnClick = ThreeBtnClick
  164.     end
  165.     object FourBtn: TLMDSpeedButton
  166.       Left = 6
  167.       Top = 126
  168.       Width = 23
  169.       Height = 22
  170.       Caption = '4'
  171.       Color = clBtnFace
  172.       EnterColor = clMaroon
  173.       EnterColorChange = True
  174.       Font.Charset = DEFAULT_CHARSET
  175.       Font.Color = clBlack
  176.       Font.Height = -16
  177.       Font.Name = 'MS Sans Serif'
  178.       Font.Style = [fsBold]
  179.       FontFx.Style = tdSunken
  180.       HideHint = False
  181.       ParentFont = False
  182.       OnClick = FourBtnClick
  183.     end
  184.     object FiveBtn: TLMDSpeedButton
  185.       Left = 30
  186.       Top = 126
  187.       Width = 23
  188.       Height = 22
  189.       Caption = '5'
  190.       Color = clBtnFace
  191.       EnterColor = clMaroon
  192.       EnterColorChange = True
  193.       Font.Charset = DEFAULT_CHARSET
  194.       Font.Color = clBlack
  195.       Font.Height = -16
  196.       Font.Name = 'MS Sans Serif'
  197.       Font.Style = [fsBold]
  198.       FontFx.Style = tdSunken
  199.       HideHint = False
  200.       ParentFont = False
  201.       OnClick = FiveBtnClick
  202.     end
  203.     object SixBtn: TLMDSpeedButton
  204.       Left = 54
  205.       Top = 126
  206.       Width = 23
  207.       Height = 22
  208.       Hint = 'Change Sign'
  209.       Caption = '6'
  210.       Color = clBtnFace
  211.       EnterColor = clMaroon
  212.       EnterColorChange = True
  213.       Font.Charset = DEFAULT_CHARSET
  214.       Font.Color = clBlack
  215.       Font.Height = -16
  216.       Font.Name = 'MS Sans Serif'
  217.       Font.Style = [fsBold]
  218.       FontFx.Style = tdSunken
  219.       HideHint = False
  220.       ParentFont = False
  221.       OnClick = SixBtnClick
  222.     end
  223.     object SevenBtn: TLMDSpeedButton
  224.       Left = 6
  225.       Top = 104
  226.       Width = 23
  227.       Height = 22
  228.       Caption = '7'
  229.       Color = clBtnFace
  230.       EnterColor = clMaroon
  231.       EnterColorChange = True
  232.       Font.Charset = DEFAULT_CHARSET
  233.       Font.Color = clBlack
  234.       Font.Height = -16
  235.       Font.Name = 'MS Sans Serif'
  236.       Font.Style = [fsBold]
  237.       FontFx.Style = tdSunken
  238.       HideHint = False
  239.       ParentFont = False
  240.       OnClick = SevenBtnClick
  241.     end
  242.     object EightBtn: TLMDSpeedButton
  243.       Left = 30
  244.       Top = 104
  245.       Width = 23
  246.       Height = 22
  247.       Caption = '8'
  248.       Color = clBtnFace
  249.       EnterColor = clMaroon
  250.       EnterColorChange = True
  251.       Font.Charset = DEFAULT_CHARSET
  252.       Font.Color = clBlack
  253.       Font.Height = -16
  254.       Font.Name = 'MS Sans Serif'
  255.       Font.Style = [fsBold]
  256.       FontFx.Style = tdSunken
  257.       HideHint = False
  258.       ParentFont = False
  259.       OnClick = EightBtnClick
  260.     end
  261.     object NineBtn: TLMDSpeedButton
  262.       Left = 54
  263.       Top = 104
  264.       Width = 23
  265.       Height = 22
  266.       Hint = 'Change Sign'
  267.       Caption = '9'
  268.       Color = clBtnFace
  269.       EnterColor = clMaroon
  270.       EnterColorChange = True
  271.       Font.Charset = DEFAULT_CHARSET
  272.       Font.Color = clBlack
  273.       Font.Height = -16
  274.       Font.Name = 'MS Sans Serif'
  275.       Font.Style = [fsBold]
  276.       FontFx.Style = tdSunken
  277.       HideHint = False
  278.       ParentFont = False
  279.       OnClick = NineBtnClick
  280.     end
  281.     object EqualsBtn: TLMDSpeedButton
  282.       Left = 80
  283.       Top = 193
  284.       Width = 69
  285.       Height = 22
  286.       Caption = '='
  287.       Color = clInfoBk
  288.       EnterColor = clMaroon
  289.       EnterColorChange = True
  290.       Font.Charset = DEFAULT_CHARSET
  291.       Font.Color = clBlack
  292.       Font.Height = -21
  293.       Font.Name = 'MS Sans Serif'
  294.       Font.Style = [fsBold]
  295.       FontFx.Style = tdSunken
  296.       HideHint = False
  297.       ParentFont = False
  298.       OnClick = EqualsBtnClick
  299.     end
  300.     object SubtractBtn: TLMDSpeedButton
  301.       Left = 80
  302.       Top = 170
  303.       Width = 23
  304.       Height = 22
  305.       Hint = 'Subtract'
  306.       ButtonLayout.OffsetY = -2
  307.       Caption = '-'
  308.       Color = clBtnFace
  309.       EnterColor = clMaroon
  310.       EnterColorChange = True
  311.       Font.Charset = DEFAULT_CHARSET
  312.       Font.Color = clBlack
  313.       Font.Height = -19
  314.       Font.Name = 'MS Sans Serif'
  315.       Font.Style = [fsBold]
  316.       FontFx.Style = tdSunken
  317.       HideHint = False
  318.       ParentFont = False
  319.       OnClick = SubtractBtnClick
  320.     end
  321.     object AddBtn: TLMDSpeedButton
  322.       Left = 80
  323.       Top = 148
  324.       Width = 23
  325.       Height = 22
  326.       Hint = 'Add'
  327.       ButtonLayout.OffsetY = -1
  328.       Caption = '+'
  329.       Color = clBtnFace
  330.       EnterColor = clMaroon
  331.       EnterColorChange = True
  332.       Font.Charset = DEFAULT_CHARSET
  333.       Font.Color = clBlack
  334.       Font.Height = -19
  335.       Font.Name = 'MS Sans Serif'
  336.       Font.Style = [fsBold]
  337.       FontFx.Style = tdSunken
  338.       HideHint = False
  339.       ParentFont = False
  340.       OnClick = AddBtnClick
  341.     end
  342.     object DivideBtn: TLMDSpeedButton
  343.       Left = 80
  344.       Top = 126
  345.       Width = 23
  346.       Height = 22
  347.       Hint = 'Divide'
  348.       Caption = '∩┐╜'
  349.       Color = clBtnFace
  350.       EnterColor = clMaroon
  351.       EnterColorChange = True
  352.       Font.Charset = DEFAULT_CHARSET
  353.       Font.Color = clBlack
  354.       Font.Height = -19
  355.       Font.Name = 'MS Sans Serif'
  356.       Font.Style = [fsBold]
  357.       FontFx.Style = tdSunken
  358.       HideHint = False
  359.       ParentFont = False
  360.       OnClick = DivideBtnClick
  361.     end
  362.     object MultiplyBtn: TLMDSpeedButton
  363.       Left = 80
  364.       Top = 104
  365.       Width = 23
  366.       Height = 22
  367.       Hint = 'Multiply'
  368.       ButtonLayout.OffsetX = 1
  369.       ButtonLayout.OffsetY = -2
  370.       Caption = '∩┐╜'
  371.       Color = clBtnFace
  372.       EnterColor = clMaroon
  373.       EnterColorChange = True
  374.       Font.Charset = SYMBOL_CHARSET
  375.       Font.Color = clBlack
  376.       Font.Height = -19
  377.       Font.Name = 'Symbol'
  378.       Font.Style = [fsBold]
  379.       FontFx.Style = tdSunken
  380.       HideHint = False
  381.       ParentFont = False
  382.       OnClick = MultiplyBtnClick
  383.       DropdownComboWidth = 14
  384.     end
  385.     object LeftBracketBtn: TLMDSpeedButton
  386.       Left = 6
  387.       Top = 193
  388.       Width = 23
  389.       Height = 22
  390.       ButtonLayout.OffsetY = -2
  391.       Caption = '('
  392.       Color = clBtnFace
  393.       EnterColor = clMaroon
  394.       EnterColorChange = True
  395.       Font.Charset = DEFAULT_CHARSET
  396.       Font.Color = clBlack
  397.       Font.Height = -13
  398.       Font.Name = 'MS Sans Serif'
  399.       Font.Style = [fsBold]
  400.       FontFx.Style = tdSunken
  401.       HideHint = False
  402.       ParentFont = False
  403.       OnClick = LeftBracketBtnClick
  404.     end
  405.     object RightBracketBtn: TLMDSpeedButton
  406.       Left = 30
  407.       Top = 193
  408.       Width = 23
  409.       Height = 22
  410.       ButtonLayout.OffsetY = -2
  411.       Caption = ')'
  412.       Color = clBtnFace
  413.       EnterColor = clMaroon
  414.       EnterColorChange = True
  415.       Font.Charset = DEFAULT_CHARSET
  416.       Font.Color = clBlack
  417.       Font.Height = -13
  418.       Font.Name = 'MS Sans Serif'
  419.       Font.Style = [fsBold]
  420.       FontFx.Style = tdSunken
  421.       HideHint = False
  422.       ParentFont = False
  423.       OnClick = RightBracketBtnClick
  424.     end
  425.     object ValueDisplay: TLMDLabel
  426.       Left = 6
  427.       Top = 5
  428.       Width = 126
  429.       Height = 24
  430.       Hint = 'Current Value'
  431.       Bevel.BorderColor = cl3DLight
  432.       Bevel.BorderInnerWidth = 3
  433.       Bevel.Mode = bmStandard
  434.       Bevel.StandardStyle = lsLoweredExt
  435.       Alignment = agCenterRight
  436.       AutoSize = False
  437.       Color = cl3DLight
  438.       Font.Charset = DEFAULT_CHARSET
  439.       Font.Color = clWindowText
  440.       Font.Height = -11
  441.       Font.Name = 'MS Sans Serif'
  442.       Font.Style = [fsBold]
  443.       Options = []
  444.       ParentColor = False
  445.       ParentFont = False
  446.       Transparent = False
  447.       Caption = 'ValueDisplay'
  448.     end
  449.     object AllClearBtn: TLMDSpeedButton
  450.       Left = 103
  451.       Top = 104
  452.       Width = 23
  453.       Height = 22
  454.       Hint = 'All Clear'
  455.       Caption = 'AC'
  456.       Color = clInfoBk
  457.       EnterColor = clMaroon
  458.       EnterColorChange = True
  459.       Font.Charset = ANSI_CHARSET
  460.       Font.Color = clBlack
  461.       Font.Height = -12
  462.       Font.Name = 'Arial'
  463.       Font.Style = [fsBold]
  464.       FontFx.Style = tdSunken
  465.       HideHint = False
  466.       ParentFont = False
  467.       OnClick = AllClearBtnClick
  468.     end
  469.     object ClearBtn: TLMDSpeedButton
  470.       Left = 103
  471.       Top = 126
  472.       Width = 23
  473.       Height = 22
  474.       Hint = 'Clear'
  475.       Caption = 'C'
  476.       Color = clInfoBk
  477.       EnterColor = clMaroon
  478.       EnterColorChange = True
  479.       Font.Charset = ANSI_CHARSET
  480.       Font.Color = clBlack
  481.       Font.Height = -12
  482.       Font.Name = 'Arial'
  483.       Font.Style = [fsBold]
  484.       FontFx.Style = tdSunken
  485.       HideHint = False
  486.       ParentFont = False
  487.       OnClick = ClearBtnClick
  488.     end
  489.     object MemoryClearBtn: TLMDSpeedButton
  490.       Left = 126
  491.       Top = 104
  492.       Width = 23
  493.       Height = 22
  494.       Hint = 'Clear Memory'
  495.       Caption = 'MC'
  496.       Color = cl3DLight
  497.       EnterColor = clMaroon
  498.       EnterColorChange = True
  499.       Font.Charset = ANSI_CHARSET
  500.       Font.Color = clBlack
  501.       Font.Height = -12
  502.       Font.Name = 'Arial'
  503.       Font.Style = [fsBold]
  504.       FontFx.Style = tdSunken
  505.       HideHint = False
  506.       ParentFont = False
  507.       OnClick = MemoryClearBtnClick
  508.       DropdownComboWidth = 14
  509.     end
  510.     object MemoryAddBtn: TLMDSpeedButton
  511.       Left = 126
  512.       Top = 126
  513.       Width = 23
  514.       Height = 22
  515.       Hint = 'Add To Memory'
  516.       Caption = 'M+'
  517.       Color = cl3DLight
  518.       EnterColor = clMaroon
  519.       EnterColorChange = True
  520.       Font.Charset = ANSI_CHARSET
  521.       Font.Color = clBlack
  522.       Font.Height = -12
  523.       Font.Name = 'Arial'
  524.       Font.Style = [fsBold]
  525.       FontFx.Style = tdSunken
  526.       HideHint = False
  527.       ParentFont = False
  528.       OnClick = MemoryAddBtnClick
  529.     end
  530.     object MemorySubtractBtn: TLMDSpeedButton
  531.       Left = 126
  532.       Top = 148
  533.       Width = 23
  534.       Height = 22
  535.       Hint = 'Subtract From Memory'
  536.       Caption = 'M-'
  537.       Color = cl3DLight
  538.       EnterColor = clMaroon
  539.       EnterColorChange = True
  540.       Font.Charset = ANSI_CHARSET
  541.       Font.Color = clBlack
  542.       Font.Height = -12
  543.       Font.Name = 'Arial'
  544.       Font.Style = [fsBold]
  545.       FontFx.Style = tdSunken
  546.       HideHint = False
  547.       ParentFont = False
  548.       OnClick = MemorySubtractBtnClick
  549.     end
  550.     object MemoryRecall: TLMDSpeedButton
  551.       Left = 126
  552.       Top = 170
  553.       Width = 23
  554.       Height = 22
  555.       Hint = 'Memory Recall'
  556.       Caption = 'MR'
  557.       Color = cl3DLight
  558.       EnterColor = clMaroon
  559.       EnterColorChange = True
  560.       Font.Charset = ANSI_CHARSET
  561.       Font.Color = clBlack
  562.       Font.Height = -12
  563.       Font.Name = 'Arial'
  564.       Font.Style = [fsBold]
  565.       FontFx.Style = tdSunken
  566.       HideHint = False
  567.       ParentFont = False
  568.       OnClick = MemoryRecallClick
  569.     end
  570.     object PowerBtn: TLMDSpeedButton
  571.       Left = 8
  572.       Top = 79
  573.       Width = 23
  574.       Height = 22
  575.       Hint = 'Raised to the Power of'
  576.       ButtonLayout.Spacing = 1
  577.       Color = clBtnFace
  578.       EnterColor = clMaroon
  579.       EnterColorChange = True
  580.       Font.Charset = DEFAULT_CHARSET
  581.       Font.Color = clWindowText
  582.       Font.Height = -16
  583.       Font.Name = 'MS Sans Serif'
  584.       Font.Style = [fsBold]
  585.       FontFx.Style = tdSunken
  586.       HideHint = False
  587.       ImageList = Bmps
  588.       ListIndex = 1
  589.       NumGlyphs = 3
  590.       ParentFont = False
  591.       OnClick = PowerBtnClick
  592.     end
  593.     object PiButton: TLMDSpeedButton
  594.       Left = 103
  595.       Top = 148
  596.       Width = 23
  597.       Height = 22
  598.       Hint = 'Pi (Constant)'
  599.       ButtonLayout.OffsetY = -2
  600.       Caption = 'p'
  601.       Color = clBtnFace
  602.       EnterColor = clMaroon
  603.       EnterColorChange = True
  604.       Font.Charset = SYMBOL_CHARSET
  605.       Font.Color = clBlack
  606.       Font.Height = -16
  607.       Font.Name = 'Symbol'
  608.       Font.Style = [fsBold]
  609.       FontFx.Style = tdSunken
  610.       HideHint = False
  611.       ParentFont = False
  612.       OnClick = PiButtonClick
  613.     end
  614.     object EBtn: TLMDSpeedButton
  615.       Left = 103
  616.       Top = 170
  617.       Width = 23
  618.       Height = 22
  619.       Hint = 'Natural Constant'
  620.       Caption = 'e'
  621.       Color = clBtnFace
  622.       EnterColor = clMaroon
  623.       EnterColorChange = True
  624.       Font.Charset = ANSI_CHARSET
  625.       Font.Color = clBlack
  626.       Font.Height = -16
  627.       Font.Name = 'Arial'
  628.       Font.Style = [fsBold]
  629.       FontFx.Style = tdSunken
  630.       HideHint = False
  631.       ParentFont = False
  632.       OnClick = EBtnClick
  633.     end
  634.     object SquareBtn: TLMDSpeedButton
  635.       Left = 32
  636.       Top = 79
  637.       Width = 23
  638.       Height = 22
  639.       Hint = 'Squares the Value'
  640.       ButtonLayout.Spacing = 1
  641.       Color = clBtnFace
  642.       EnterColor = clMaroon
  643.       EnterColorChange = True
  644.       Font.Charset = DEFAULT_CHARSET
  645.       Font.Color = clWindowText
  646.       Font.Height = -16
  647.       Font.Name = 'MS Sans Serif'
  648.       Font.Style = [fsBold]
  649.       FontFx.Style = tdSunken
  650.       HideHint = False
  651.       ImageList = Bmps
  652.       ListIndex = 3
  653.       NumGlyphs = 3
  654.       ParentFont = False
  655.       OnClick = SquareBtnClick
  656.     end
  657.     object SqRootBtn: TLMDSpeedButton
  658.       Left = 55
  659.       Top = 79
  660.       Width = 23
  661.       Height = 22
  662.       Hint = 'Square Roots the Value'
  663.       ButtonLayout.Spacing = 1
  664.       Color = clBtnFace
  665.       EnterColor = clMaroon
  666.       EnterColorChange = True
  667.       Font.Charset = DEFAULT_CHARSET
  668.       Font.Color = clWindowText
  669.       Font.Height = -16
  670.       Font.Name = 'MS Sans Serif'
  671.       Font.Style = [fsBold]
  672.       FontFx.Style = tdSunken
  673.       HideHint = False
  674.       ImageList = Bmps
  675.       ListIndex = 2
  676.       NumGlyphs = 3
  677.       ParentFont = False
  678.       OnClick = SqRootBtnClick
  679.     end
  680.     object InverseBtn: TLMDSpeedButton
  681.       Left = 78
  682.       Top = 79
  683.       Width = 23
  684.       Height = 22
  685.       Hint = 'Inverses the Value'
  686.       ButtonLayout.Spacing = 1
  687.       Color = clBtnFace
  688.       EnterColor = clMaroon
  689.       EnterColorChange = True
  690.       Font.Charset = DEFAULT_CHARSET
  691.       Font.Color = clWindowText
  692.       Font.Height = -16
  693.       Font.Name = 'MS Sans Serif'
  694.       Font.Style = [fsBold]
  695.       FontFx.Style = tdSunken
  696.       HideHint = False
  697.       ImageList = Bmps
  698.       ListIndex = 4
  699.       NumGlyphs = 3
  700.       ParentFont = False
  701.       OnClick = InverseBtnClick
  702.     end
  703.     object LogBtn: TLMDSpeedButton
  704.       Left = 101
  705.       Top = 79
  706.       Width = 23
  707.       Height = 22
  708.       Hint = 'Logarithm to Base 10'
  709.       Caption = 'log'
  710.       Color = clBtnFace
  711.       EnterColor = clMaroon
  712.       EnterColorChange = True
  713.       Font.Charset = ANSI_CHARSET
  714.       Font.Color = clBlack
  715.       Font.Height = -11
  716.       Font.Name = 'Arial'
  717.       Font.Style = [fsBold]
  718.       FontFx.Style = tdSunken
  719.       HideHint = False
  720.       ParentFont = False
  721.       OnClick = LogBtnClick
  722.     end
  723.     object LNBtn: TLMDSpeedButton
  724.       Left = 124
  725.       Top = 79
  726.       Width = 23
  727.       Height = 22
  728.       Hint = 'Natural Logarithm'
  729.       Caption = 'ln'
  730.       Color = clBtnFace
  731.       EnterColor = clMaroon
  732.       EnterColorChange = True
  733.       Font.Charset = ANSI_CHARSET
  734.       Font.Color = clBlack
  735.       Font.Height = -11
  736.       Font.Name = 'Arial'
  737.       Font.Style = [fsBold]
  738.       FontFx.Style = tdSunken
  739.       HideHint = False
  740.       ParentFont = False
  741.       OnClick = LNBtnClick
  742.     end
  743.     object ExitBtn: TLMDSpeedButton
  744.       Left = 126
  745.       Top = 30
  746.       Width = 23
  747.       Height = 22
  748.       Hint = 'Exit'
  749.       ButtonLayout.Spacing = 1
  750.       Color = clBtnFace
  751.       EnterColor = clMaroon
  752.       EnterColorChange = True
  753.       Font.Charset = DEFAULT_CHARSET
  754.       Font.Color = clWindowText
  755.       Font.Height = -16
  756.       Font.Name = 'MS Sans Serif'
  757.       Font.Style = [fsBold]
  758.       FontFx.Style = tdSunken
  759.       HideHint = False
  760.       ImageList = Bmps
  761.       NumGlyphs = 3
  762.       ParentFont = False
  763.       OnClick = ExitBtnClick
  764.     end
  765.     object CopyBtn: TLMDSpeedButton
  766.       Left = 7
  767.       Top = 31
  768.       Width = 23
  769.       Height = 22
  770.       Hint = 'Copy Value to ClipBoard'
  771.       ButtonLayout.Spacing = 1
  772.       Color = clBtnFace
  773.       EnterColor = clMaroon
  774.       EnterColorChange = True
  775.       Font.Charset = DEFAULT_CHARSET
  776.       Font.Color = clWindowText
  777.       Font.Height = -16
  778.       Font.Name = 'MS Sans Serif'
  779.       Font.Style = [fsBold]
  780.       FontFx.Style = tdSunken
  781.       HideHint = False
  782.       ImageList = Bmps
  783.       ListIndex = 6
  784.       NumGlyphs = 3
  785.       ParentFont = False
  786.       OnClick = CopyBtnClick
  787.     end
  788.     object PasteBtn: TLMDSpeedButton
  789.       Left = 30
  790.       Top = 31
  791.       Width = 23
  792.       Height = 22
  793.       Hint = 'Paste Value from Clipboard'
  794.       ButtonLayout.Spacing = 1
  795.       Color = clBtnFace
  796.       EnterColor = clMaroon
  797.       EnterColorChange = True
  798.       Font.Charset = DEFAULT_CHARSET
  799.       Font.Color = clWindowText
  800.       Font.Height = -16
  801.       Font.Name = 'MS Sans Serif'
  802.       Font.Style = [fsBold]
  803.       FontFx.Style = tdSunken
  804.       HideHint = False
  805.       ImageList = Bmps
  806.       ListIndex = 5
  807.       NumGlyphs = 3
  808.       ParentFont = False
  809.       OnClick = PasteBtnClick
  810.     end
  811.     object SinBtn: TLMDSpeedButton
  812.       Left = 8
  813.       Top = 57
  814.       Width = 23
  815.       Height = 22
  816.       Hint = 'Sine of Value'
  817.       Caption = 'sin'
  818.       Color = clBtnFace
  819.       EnterColor = clMaroon
  820.       EnterColorChange = True
  821.       Font.Charset = ANSI_CHARSET
  822.       Font.Color = clBlack
  823.       Font.Height = -11
  824.       Font.Name = 'Arial'
  825.       Font.Style = [fsBold]
  826.       FontFx.Style = tdSunken
  827.       HideHint = False
  828.       ParentFont = False
  829.       OnClick = SinBtnClick
  830.     end
  831.     object CosBtn: TLMDSpeedButton
  832.       Left = 32
  833.       Top = 57
  834.       Width = 23
  835.       Height = 22
  836.       Hint = 'Cosine of Value'
  837.       Caption = 'cos'
  838.       Color = clBtnFace
  839.       EnterColor = clMaroon
  840.       EnterColorChange = True
  841.       Font.Charset = ANSI_CHARSET
  842.       Font.Color = clBlack
  843.       Font.Height = -11
  844.       Font.Name = 'Arial'
  845.       Font.Style = [fsBold]
  846.       FontFx.Style = tdSunken
  847.       HideHint = False
  848.       ParentFont = False
  849.       OnClick = CosBtnClick
  850.     end
  851.     object TanBtn: TLMDSpeedButton
  852.       Left = 55
  853.       Top = 57
  854.       Width = 23
  855.       Height = 22
  856.       Hint = 'Tangent of Value'
  857.       Caption = 'tan'
  858.       Color = clBtnFace
  859.       EnterColor = clMaroon
  860.       EnterColorChange = True
  861.       Font.Charset = ANSI_CHARSET
  862.       Font.Color = clBlack
  863.       Font.Height = -11
  864.       Font.Name = 'Arial'
  865.       Font.Style = [fsBold]
  866.       FontFx.Style = tdSunken
  867.       HideHint = False
  868.       ParentFont = False
  869.       OnClick = TanBtnClick
  870.     end
  871.     object InvBtn: TLMDSpeedButton
  872.       Left = 126
  873.       Top = 52
  874.       Width = 23
  875.       Height = 22
  876.       Hint = 'Inverse Operation'
  877.       Caption = 'inv'
  878.       Color = cl3DLight
  879.       EnterColor = clMaroon
  880.       EnterColorChange = True
  881.       Font.Charset = ANSI_CHARSET
  882.       Font.Color = clHighlight
  883.       Font.Height = -11
  884.       Font.Name = 'Arial'
  885.       Font.Style = [fsBold]
  886.       FontFx.Style = tdSunken
  887.       HideHint = False
  888.       ParentFont = False
  889.       OnClick = InvBtnClick
  890.     end
  891.     object BackSpaceBtn: TLMDSpeedButton
  892.       Left = 54
  893.       Top = 193
  894.       Width = 23
  895.       Height = 22
  896.       Hint = 'BackSpace'
  897.       Caption = '∩┐╜'
  898.       Color = clInfoBk
  899.       EnterColor = clMaroon
  900.       EnterColorChange = True
  901.       Font.Charset = SYMBOL_CHARSET
  902.       Font.Color = clBlack
  903.       Font.Height = -12
  904.       Font.Name = 'Symbol'
  905.       Font.Style = [fsBold]
  906.       FontFx.Style = tdSunken
  907.       HideHint = False
  908.       ParentFont = False
  909.       OnClick = BackSpaceBtnClick
  910.     end
  911.     object AboutBtn: TLMDSpeedButton
  912.       Left = 103
  913.       Top = 30
  914.       Width = 23
  915.       Height = 22
  916.       Hint = 'About ESBCalc'
  917.       ButtonLayout.Spacing = 1
  918.       Color = clBtnFace
  919.       EnterColor = clMaroon
  920.       EnterColorChange = True
  921.       Font.Charset = DEFAULT_CHARSET
  922.       Font.Color = clWindowText
  923.       Font.Height = -16
  924.       Font.Name = 'MS Sans Serif'
  925.       Font.Style = [fsBold]
  926.       FontFx.Style = tdSunken
  927.       HideHint = False
  928.       ImageList = Bmps
  929.       ListIndex = 7
  930.       NumGlyphs = 3
  931.       ParentFont = False
  932.       OnClick = AboutBtnClick
  933.     end
  934.     object RadBtn: TLMDSpeedButton
  935.       Left = 103
  936.       Top = 52
  937.       Width = 23
  938.       Height = 22
  939.       Hint = 'Radians or Degrees'
  940.       Caption = 'rad'
  941.       Color = cl3DLight
  942.       EnterColor = clMaroon
  943.       EnterColorChange = True
  944.       Font.Charset = ANSI_CHARSET
  945.       Font.Color = clHighlight
  946.       Font.Height = -11
  947.       Font.Name = 'Arial'
  948.       Font.Style = [fsBold]
  949.       FontFx.Style = tdSunken
  950.       HideHint = False
  951.       ParentFont = False
  952.       OnClick = RadBtnClick
  953.     end
  954.     object HistoryBtn: TLMDSpeedButton
  955.       Left = 133
  956.       Top = 7
  957.       Width = 16
  958.       Height = 22
  959.       Hint = 'Last 10 Results'
  960.       ButtonLayout.OffsetX = -1
  961.       ButtonLayout.Arrow = True
  962.       ButtonLayout.ArrowIndent = 0
  963.       ButtonLayout.ArrowSize = 4
  964.       Color = cl3DLight
  965.       EnterColor = clMaroon
  966.       EnterColorChange = True
  967.       Font.Charset = ANSI_CHARSET
  968.       Font.Color = clHighlight
  969.       Font.Height = -11
  970.       Font.Name = 'Arial'
  971.       Font.Style = [fsBold]
  972.       FontFx.Style = tdSunken
  973.       ParentFont = False
  974.     end
  975.     object MemoryDisplay: TLMDLabel
  976.       Left = 5
  977.       Top = 215
  978.       Width = 121
  979.       Height = 21
  980.       Hint = 'Contents of Memory'
  981.       Bevel.BorderColor = cl3DLight
  982.       Bevel.BorderInnerWidth = 1
  983.       Bevel.Mode = bmStandard
  984.       Bevel.StandardStyle = lsLoweredExt
  985.       Alignment = agCenterRight
  986.       AutoSize = False
  987.       Color = cl3DLight
  988.       Font.Charset = ANSI_CHARSET
  989.       Font.Color = clHighlight
  990.       Font.Height = -11
  991.       Font.Name = 'MS Sans Serif'
  992.       Font.Style = [fsBold]
  993.       Options = []
  994.       ParentColor = False
  995.       ParentFont = False
  996.       Transparent = False
  997.       Caption = 'MemoryDisplay'
  998.     end
  999.     object OptionsBtn: TLMDSpeedButton
  1000.       Left = 128
  1001.       Top = 217
  1002.       Width = 21
  1003.       Height = 20
  1004.       Hint = 'Options'
  1005.       Color = cl3DLight
  1006.       HideHint = False
  1007.       ImageList = Bmps
  1008.       ListIndex = 8
  1009.       NumGlyphs = 3
  1010.       DropDownMenu = OptionsPM
  1011.     end
  1012.     object PercentBtn: TLMDSpeedButton
  1013.       Left = 78
  1014.       Top = 57
  1015.       Width = 23
  1016.       Height = 22
  1017.       Hint = 'x Percent of y'
  1018.       ButtonLayout.Spacing = 1
  1019.       Caption = '%'
  1020.       Color = clBtnFace
  1021.       EnterColor = clMaroon
  1022.       EnterColorChange = True
  1023.       Font.Charset = DEFAULT_CHARSET
  1024.       Font.Color = clWindowText
  1025.       Font.Height = -16
  1026.       Font.Name = 'MS Sans Serif'
  1027.       Font.Style = [fsBold]
  1028.       FontFx.Style = tdSunken
  1029.       HideHint = False
  1030.       NumGlyphs = 3
  1031.       ParentFont = False
  1032.       OnClick = PercentBtnClick
  1033.     end
  1034.     object Decimals: TLMDSpinEdit
  1035.       Left = 53
  1036.       Top = 30
  1037.       Width = 40
  1038.       Height = 21
  1039.       Hint = 'Decimal Places'
  1040.       MaxValue = 18
  1041.       Font.Charset = DEFAULT_CHARSET
  1042.       Font.Color = clWindowText
  1043.       Font.Height = -11
  1044.       Font.Name = 'MS Sans Serif'
  1045.       Font.Style = [fsBold]
  1046.       ParentFont = False
  1047.       TabOrder = 0
  1048.       OnChange = DecimalsChange
  1049.       Value = 4
  1050.     end
  1051.   end
  1052.   object Bmps: TLMDBitmapList
  1053.     DefaultCompressed = True
  1054.     Left = 45
  1055.     Top = 175
  1056.     object TLMDBitmapListItem
  1057.       Internal = {
  1058.         0C1C000000F6020000424DF60200000000000076000000280000003C00000014
  1059.         0000000100040000000000800200000000000000000000100000001000000000
  1060.         000000000080000080000000808000800000008000800080800000C0C0C00080
  1061.         8080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0037
  1062.         7777777777777777773FFFFFFFFFFFF333333F37777777777777777777000088
  1063.         8888888888F7F7F78888888888888833333388888888888888F7F7F788000088
  1064.         88888888877F7F788888888888888F333FF8888888888888877F7F7888000044
  1065.         444400888FFF4444448888888888833388888399999900888FFF999999000033
  1066.         3334D5007FFF433333333338F888F3338F333333333995007FFF933333000033
  1067.         33345D50FFFF4333333333388788F3338F33333333395D50FFFF933333000033
  1068.         3334D5D0FFFF433333333338F878F3338F3333333339D5D0FFFF933333000033
  1069.         33345D50FEFE4333333333388788F3338F33333333395D50FEFE933333000033
  1070.         3334D5D0FFFF433333333338F878F3338F3333333339D5D0FFFF933333000033
  1071.         33345D50FEFE4333333333388788F3338F33333333395D50FEFE933333000033
  1072.         3334D5D0FFFF433333333338F878F3338F3333333339D5D0FFFF933333000033
  1073.         33345D50FEFE4333333333388788F3338F33333333395D50FEFE933333000033
  1074.         3334D5D0EFEF433333333338F878F3338F3333333339D5D0EFEF933333000033
  1075.         33345D50FEFE4333333333388788F3338F33333333395D50FEFE933333000033
  1076.         3334D5D0EFEF433333333338F8F8FFFF8F3333333339D5D0EFEF933333000033
  1077.         3334444444444333333333388888888883333333333999999999933333000033
  1078.         33333333333333333333333333FFFFFF33333333333333333333333333000033
  1079.         3333300000033333333333333888888F33333333333339999993333333000033
  1080.         333330AAAA0333333333333338FFFF8F33333333333339AAAA93333333000033
  1081.         33333000000333333333333338888883333333333333399999933333330000}
  1082.     end
  1083.     object TLMDBitmapListItem
  1084.       Internal = {
  1085.         09600100005C010000400554424D6E0200001276006028004036004012004001
  1086.         0043780400600000F801007200521000600041007000308000008E1800300080
  1087.         800073006000B000C0C0C001300191FF00008F34003000FFFF0073006000B000
  1088.         F0FF0000000B7701CF77001600700408077700077700107FF777FFF777001071
  1089.         1777108411177700100077707701B277777F7701B277772066717701B2770077
  1090.         77000702400031FFF700610040116F73170050019077039000A2039100947100
  1091.         83038F0180111700500381100907077000717777F7F77F7777FF016017170390
  1092.         52F1110151700A90777707407F0A90022008C00A9077771708C15FCC77001170
  1093.         0051004103C00071022001CF01CF7007055003017FF786420C94711717000111
  1094.         0C80000700937FFFF77700127155821101C67701C57701C57701CF01CE700077
  1095.         707700117F1053FF777F0081777111777107040701C477F701C40DF0C00001C5
  1096.         0000057700}
  1097.     end
  1098.     object TLMDBitmapListItem
  1099.       Internal = {
  1100.         09500100004C010000400554424D6E0200001276006028004036004012004001
  1101.         0043780400600000F801007200521000600041007000308000008E1800300080
  1102.         800073006000B000C0C0C001300191FF00008F36003000FFFF0073006000B000
  1103.         F0FF0000000B7701CF77001601C070AF0400D57F009571009301CF018001C700
  1104.         77007770024077FF903600207FFF01C0117711777111017000310705820170F7
  1105.         87B505821177771703C00330018003727F018003727101807102001041007070
  1106.         01C0770777777F01C177F777777101C103F07717777700770501038205010382
  1107.         0501038277777007231270700391777FF703B0039077711703B017770A0107B1
  1108.         2B00607005600510FF777F01D117770A901701C37700130171FFDF00A206D000
  1109.         8001CF01500891007001CF015001CF77070001910040054F01CF14CE77777020
  1110.         100005D17FFF001103807111001101310000087700}
  1111.     end
  1112.     object TLMDBitmapListItem
  1113.       Internal = {
  1114.         093601000032010000400554424D6E0200001276006028004036004012004001
  1115.         0043780400600000F801007200521000600041007000308000008E1800300080
  1116.         800073006000B000C0C0C001300191FF00008F37003000FFFF0073006000B000
  1117.         F0FF0000000B7701CF77001601CF01B6284377000020700213FF777FFF019211
  1118.         777111009101703334077000910040F77F005000311771006103607703747777
  1119.         99B703747777037301C1770702620050F7004000321700620540038F94080386
  1120.         707003900002407F7F77F777FF08F0717177040C177711117701400077700770
  1121.         7700100A90F77FA3BF0080770A9017717701C100E10086770380011202100380
  1122.         00B3091F49221701C4707701C47F770AD4717701C577000703F3772FFCFFF700
  1123.         941101C60000047705440000057701CF0534007001CF0150003400}
  1124.     end
  1125.     object TLMDBitmapListItem
  1126.       Internal = {
  1127.         098E0100008A010000400554424D6E0200001276006028004036004012004001
  1128.         0043780400600000F801007200521000600041007000308000008E1800300080
  1129.         800073006000B000C0C0C001300191FF00008F36003000FFFF0073006000B000
  1130.         F0FF0000000B7701CF77001601C2700408077700077700107FF777FFF7770010
  1131.         71177701A511170077707777004001B07F00907F7701B07100900C6271771777
  1132.         038001707700070100017077FFF7009017ACCE00401101C27000A00041777F00
  1133.         90004177710090004003807794860340000700F0770340FFF700911777771103
  1134.         8206E107664270013106E0F77F009106E017710701777707700A907794D70010
  1135.         F77F0A9077001017710A90054177035277001003520080CDB607220383770701
  1136.         010041F7005100411700500E0000004000A07710DE7FFFFF0AB2777111110392
  1137.         054070019003920521039271FFBC0120039001C40201035202010352020001C4
  1138.         7703910182039101807777F6D60E0201F004400030FF004000321100620A8170
  1139.         00A377054200C271E000006201C10000097700}
  1140.     end
  1141.     object TLMDBitmapListItem
  1142.       Internal = {
  1143.         09900100008C010000400554424DF60100001276006028004030004010004001
  1144.         0047F0040060000080020400D10181004100C101A000320080800070C4800110
  1145.         006100B000C0C0C001300121FF0000003000FF7801FF0073006000B000F0FF00
  1146.         3333330FFFFFFFF0008000508F3FFFF3F83333331F0100F100800F0000F08430
  1147.         01828888383801001F1111F101820200F033FFFF0C008FFF33FF0306066108F0
  1148.         0000388888888FF8000088888111111118F111110BBBBBBBB0F01080FF038800
  1149.         11F8F3831B0100B1F1FF130B888830508BB005F0017188F8F8331B0100B105F0
  1150.         0B8FFFFF0004B0F00333888F333388F88F331B0100B1F124491333018200C301
  1151.         83888FF30182119301833CCC01831222F888FF018239990183CCCCC304828888
  1152.         8F018299214299930481BCCCCCCC0184880181B99999990181B083070482FFFF
  1153.         88F88806030480080088008001810A910180043C181188118101800B88008803
  1154.         0210D003000C0011884008B10181B8008BBCCCC3338888FF032083331B00B7B8
  1155.         118BB9999333801980081450120183008012020080}
  1156.     end
  1157.     object TLMDBitmapListItem
  1158.       Internal = {
  1159.         098801000084010000400554424DF60100001276006028004030004010004001
  1160.         0047F0040060000080020400D10181004100C101A000320080800070C4800110
  1161.         006100B000C0C0C001300121FF0000003000FF7801FF0073006000B000F0FF00
  1162.         3333330B8FFFFFB000800564888F33338800801B0100B10080018FFFFF018F33
  1163.         3383C0030A3FFFFF888F00400400018208F0000088008088A002001411001188
  1164.         11810FFFFFFFF00088B007403350803803001F0100F11188B101838BB08F3FF3
  1165.         FFF810418FF88801838BB10F00F00020C0088F8838002004808F881F11F10020
  1166.         911803023CCC338F3FFFF30800F8F888FF03023999330F0000F0F0CCCCC30000
  1167.         8F8888383888888F1F1111F1F199999384800301FCCCCCCC060288880602F999
  1168.         99990F00F038100000048105E00030F31F11F111110481FFF0FF03800401813F
  1169.         F8F3833888F31FFFF1FF13018107F01000F0338C07808838F83F8888331F17F1
  1170.         F1334401890780FFF0030770338FFFF883888883330300558813077033108033
  1171.         00118802C00081111111007133}
  1172.     end
  1173.     object TLMDBitmapListItem
  1174.       Internal = {
  1175.         0D07000000200100001C010000400554424DF601000012760060280040300040
  1176.         100040010047F0040060000080020400D10181004100C101A000320080800070
  1177.         C4800110006100B000C0C0C001300121FF0000003000FF7833FF0073006000B0
  1178.         00F0FF003333330041007033FF005100406208990040003030FF03006033333F
  1179.         77F3008239FF93888800820FFFF00082F7777F00829FFFF900820FF08788A103
  1180.         12F77F8703129FF9870312380652333338770613225238FF061330FF8303823F
  1181.         770083390104338F0603334892870603338F0603300FF80303F7780082399F01
  1182.         03074892800A93F78F0A939789FF078230FF01833F770183394A9CFF0183330F
  1183.         0604F706049F060333300BF20F100BF233335BF039047233121F0C0333121F03
  1184.         13018F0183169F05C0}
  1185.     end
  1186.     object TLMDBitmapListItem
  1187.       Internal = {
  1188.         0D080000006B01000067010000400554424DF601000012760060280040300040
  1189.         100040010047F0040060000080020400D10181004100C101A000320080800070
  1190.         C4800110006100B000C0C0C001300121FF0000003000FF79C4FF0073006000B0
  1191.         00F0FF000000083307C104B0033888001283394004990012930AFAFAFAAFAFAF
  1192.         A087770012789A82210103A90FAF0FAF00B0F0877701A2789FAF9F01010908F9
  1193.         0AF000030378880311789AF9990101A90F002415A00F030288780311789F99A9
  1194.         9F0100F906000006040B328877777706019901000600AFA00200060077780181
  1195.         9F1088AFAFA90100F90FA0000681F0877802F177789F2021A9990101F90A00F0
  1196.         0AAFAA0A808878877704811B6D99F99A01000481000380048188018104809901
  1197.         000781F00680BFE80D89F9010003010501030102F006000150030111C00A00B0
  1198.         A088882B55888701907811E09A01000301A001C00301507801C08306005382A9
  1199.         01C0931500033300100141007033399999930081}
  1200.     end
  1201.   end
  1202.   object ESBCalcAbout: TLMDAboutDlg
  1203.     Appname = 'ESBCalc'
  1204.     AppNameSize = 20
  1205.     CaptionTitle = 'About ESBCalc'
  1206.     Copyright = '∩┐╜ 1998,1999 ESB Consultancy'
  1207.     Description = 
  1208.       'Freeware Scientific Calculator.'#13#13'Developed using Inprise'#39's Borla' +
  1209.       'nd Delphi 4'#13'and LMD Tools v4.5'
  1210.     Effect = deExplodeExt
  1211.     IconStyle = isStandard
  1212.     Jump = 'http://www.esbconsult.com.au'
  1213.     ShowHints = False
  1214.     Version = 'ESBCalc ver 1.4'
  1215.     Left = 15
  1216.     Top = 175
  1217.   end
  1218.   object RegCtrl: TLMDIniCtrl
  1219.     RegPath = 'Software\ESB Consultancy\ESBCalc'
  1220.     Target = itRegistry
  1221.     Left = 95
  1222.     Top = 205
  1223.   end
  1224.   object PopupMenu1: TPopupMenu
  1225.     Left = 5
  1226.     Top = 205
  1227.     object tempitem: TMenuItem
  1228.       Caption = 'temp'
  1229.     end
  1230.   end
  1231.   object MRU: TLMDMRUList
  1232.     Button = HistoryBtn
  1233.     MaxEntries = 10
  1234.     MenuItem = tempitem
  1235.     Options = [moShowAccel, moSubIfEmpty, moSubClearOption]
  1236.     Style = msCreateSubMenu
  1237.     IniLink = RegCtrl
  1238.     IniUse = ioUseLink
  1239.     Section = 'ESBCalcForm.MRUList'
  1240.     OnClick = MRUClick
  1241.     Left = 65
  1242.     Top = 205
  1243.   end
  1244.   object OptionsPM: TPopupMenu
  1245.     Left = 35
  1246.     Top = 205
  1247.     object ThouSepItem: TMenuItem
  1248.       Caption = 'Use &Thousands Separator'
  1249.       OnClick = ThouSepItemClick
  1250.     end
  1251.     object N1: TMenuItem
  1252.       Caption = '-'
  1253.     end
  1254.     object C1: TMenuItem
  1255.       Caption = '&Constants'
  1256.       object GammaItem: TMenuItem
  1257.         Caption = '&Gamma'
  1258.         OnClick = GammaItemClick
  1259.       end
  1260.       object LightItem: TMenuItem
  1261.         Caption = 'Speed of &Light (km/s)'
  1262.         OnClick = LightItemClick
  1263.       end
  1264.       object GravityItem: TMenuItem
  1265.         Caption = 'Standard Gra&vity (m/s^2)'
  1266.         OnClick = GravityItemClick
  1267.       end
  1268.     end
  1269.     object N2: TMenuItem
  1270.       Caption = '-'
  1271.     end
  1272.     object MinItem: TMenuItem
  1273.       Caption = '&Minimize'
  1274.       OnClick = MinItemClick
  1275.     end
  1276.     object ExitItem: TMenuItem
  1277.       Caption = 'e&Xit'
  1278.       OnClick = ExitItemClick
  1279.     end
  1280.   end
  1281.   object CaptionButton1: TCaptionButton
  1282.     Glyph.Data = {
  1283.       B6000000424DB60000000000000076000000280000000A000000080000000100
  1284.       0400000000004000000000000000000000001000000010000000000000000000
  1285.       80000080000000808000800000008000800080800000C0C0C000808080000000
  1286.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF007777777777E0
  1287.       AD8177000000770E4600770000007700BC007777777777020200777777777700
  1288.       2003777777777700D30177777777770220037777777777013C02}
  1289.     RightMargin = 28
  1290.     Visible = True
  1291.     OnClick = CaptionButton1Click
  1292.     Left = 80
  1293.     Top = 175
  1294.   end
  1295. end
  1296.