home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D1 / CALCBOX.ZIP / DEMO / TRYME1.DFM / TRYME1.txt < prev   
Text File  |  1996-01-22  |  28KB  |  1,028 lines

  1. object Form1: TForm1
  2.   Left = 154
  3.   Top = 45
  4.   Width = 435
  5.   Height = 373
  6.   Caption = 'TCalculatorBox'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Label16: TLabel
  14.     Left = 24
  15.     Top = 184
  16.     Width = 372
  17.     Height = 13
  18.     Caption = 
  19.       'If you have a Compuserve account you can  use SWREG to send us p' +
  20.       'ayment.'
  21.     Font.Color = clBlack
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object Label11: TLabel
  28.     Left = 64
  29.     Top = 104
  30.     Width = 79
  31.     Height = 13
  32.     Caption = 'Component only '
  33.     Font.Color = clBlack
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ParentFont = False
  38.   end
  39.   object Label17: TLabel
  40.     Left = 67
  41.     Top = 120
  42.     Width = 114
  43.     Height = 13
  44.     Caption = 'Component plus source '
  45.     Font.Color = clBlack
  46.     Font.Height = -11
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = []
  49.     ParentFont = False
  50.   end
  51.   object Label19: TLabel
  52.     Left = 184
  53.     Top = 104
  54.     Width = 65
  55.     Height = 13
  56.     Caption = '∩┐╜30 exclusive'
  57.     Font.Color = clBlack
  58.     Font.Height = -11
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = []
  61.     ParentFont = False
  62.   end
  63.   object Label20: TLabel
  64.     Left = 184
  65.     Top = 120
  66.     Width = 68
  67.     Height = 13
  68.     Caption = ' ∩┐╜45 exclusive'
  69.     Font.Color = clBlack
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ParentFont = False
  74.   end
  75.   object TabbedNotebook1: TTabbedNotebook
  76.     Left = 16
  77.     Top = 8
  78.     Width = 399
  79.     Height = 336
  80.     PageIndex = 6
  81.     TabFont.Color = clBtnText
  82.     TabFont.Height = -11
  83.     TabFont.Name = 'MS Sans Serif'
  84.     TabFont.Style = []
  85.     TabOrder = 0
  86.     object TTabPage
  87.       Left = 5
  88.       Top = 64
  89.       Caption = 'Introducing...'
  90.       object Memo2: TMemo
  91.         Left = 16
  92.         Top = 16
  93.         Width = 351
  94.         Height = 233
  95.         Font.Color = clBlack
  96.         Font.Height = -13
  97.         Font.Name = 'MS Sans Serif'
  98.         Font.Style = []
  99.         Lines.Strings = (
  100.           'PopUp Calculator is a native VCL component that '
  101.           'combines a memo control and speedbutton into a '
  102.           'virtual '#39'combo'#39' control which drops a calculator.'
  103.           ''
  104.           'It is designed to be used as a business data entry tool. '
  105.           ''
  106.           'It is geared towards simple accounting functions - and '
  107.           'as such is based on real numbers (although it will '
  108.           'display numbers to a precision of up to 6 decimal '
  109.           'places).'
  110.           ''
  111.           'Functionality for you as developer'
  112.           '------------------------------------------------'
  113.           'PopUp Calculator is a descendent of CustomMemo - '
  114.           'and almost all of its functionality has been published so '
  115.           'that you are able to right align its display, set color, '
  116.           'maximum length, etc.'
  117.           ''
  118.           'Additional properties include: setting decimal precision '
  119.           'and setting text in the control. '
  120.           ''
  121.           'You can refresh the display programmatically and you '
  122.           'can attach code to events.'
  123.           ''
  124.           'PopUp Calculator will adjust itself and pop the '
  125.           'calculator above the control if there is not enough '
  126.           'space on screen below the form to contain the '
  127.           'calculator.'
  128.           ''
  129.           'Delphi'#39's exception handler has been harnessed so that '
  130.           'a friendly error message is displayed when an error '
  131.           'occurs. The calculator can then be re-set and the user '
  132.           'can try again.'
  133.           ''
  134.           'Functionality for your users'
  135.           '--------------------------------------'
  136.           'Users click on the control'#39's speedbutton to drop a four '
  137.           'function (add, subtract, multiply, divide) calculator.  '
  138.           ''
  139.           'The calculator drops with the current value in the control '
  140.           'already keyed in to its display.'
  141.           ''
  142.           'Additional buttons on the calculator enable users to set '
  143.           'decimal precision, clear the display, paste the '
  144.           'displayed information  to memo control, return to your '
  145.           'program without altering information displayed in the '
  146.           'memo control.'
  147.           ''
  148.           'Thank you for taking the time to evaluate our product.')
  149.         ParentFont = False
  150.         ReadOnly = True
  151.         ScrollBars = ssVertical
  152.         TabOrder = 0
  153.       end
  154.     end
  155.     object TTabPage
  156.       Left = 5
  157.       Top = 64
  158.       Caption = 'Properties'
  159.       object Label30: TLabel
  160.         Left = 200
  161.         Top = 63
  162.         Width = 29
  163.         Height = 29
  164.         Caption = '22'
  165.         Font.Color = clFuchsia
  166.         Font.Height = -24
  167.         Font.Name = 'MS Sans Serif'
  168.         Font.Style = [fsBold]
  169.         ParentFont = False
  170.       end
  171.       object Label31: TLabel
  172.         Left = 240
  173.         Top = 77
  174.         Width = 100
  175.         Height = 13
  176.         Caption = 'properties have been'
  177.         Font.Color = clBlack
  178.         Font.Height = -11
  179.         Font.Name = 'MS Sans Serif'
  180.         Font.Style = []
  181.         ParentFont = False
  182.       end
  183.       object Label32: TLabel
  184.         Left = 200
  185.         Top = 112
  186.         Width = 55
  187.         Height = 13
  188.         Caption = 'surfaced in '
  189.         Font.Color = clBlack
  190.         Font.Height = -11
  191.         Font.Name = 'MS Sans Serif'
  192.         Font.Style = []
  193.         ParentFont = False
  194.       end
  195.       object Label33: TLabel
  196.         Left = 256
  197.         Top = 112
  198.         Width = 87
  199.         Height = 13
  200.         Caption = 'TCalculatorBox'
  201.         Font.Color = clBlack
  202.         Font.Height = -11
  203.         Font.Name = 'MS Sans Serif'
  204.         Font.Style = [fsBold]
  205.         ParentFont = False
  206.       end
  207.       object ListBox1: TListBox
  208.         Left = 16
  209.         Top = 24
  210.         Width = 145
  211.         Height = 153
  212.         Font.Color = clNavy
  213.         Font.Height = -11
  214.         Font.Name = 'MS Sans Serif'
  215.         Font.Style = [fsBold]
  216.         ItemHeight = 13
  217.         Items.Strings = (
  218.           'Align'
  219.           'Alignment '
  220.           'BorderStyle'
  221.           'Color'
  222.           'Ctl3D'
  223.           'DragCursor'
  224.           'DragMode'
  225.           'Enabled'
  226.           'Font'
  227.           'HideSelection'
  228.           'MaxLength'
  229.           'OEMConvert'
  230.           'ParentColor'
  231.           'ParentCtl3D'
  232.           'ParentFont'
  233.           'ParentShowHint'
  234.           'PopupMenu'
  235.           'ReadOnly'
  236.           'ShowHint'
  237.           'TabOrder'
  238.           'TabStop'
  239.           'Visible'
  240.           '    ')
  241.         ParentFont = False
  242.         TabOrder = 0
  243.       end
  244.       object BitBtn2: TBitBtn
  245.         Left = 19
  246.         Top = 208
  247.         Width = 340
  248.         Height = 31
  249.         Caption = 'Click here to try setting some properties programmatically'
  250.         Font.Color = clBlack
  251.         Font.Height = -11
  252.         Font.Name = 'MS Sans Serif'
  253.         Font.Style = []
  254.         ParentFont = False
  255.         TabOrder = 1
  256.         OnClick = BitBtn2Click
  257.         Glyph.Data = {
  258.           68010000424D6801000000000000760000002800000012000000120000000100
  259.           040000000000D800000000000000000000000000000000000000000000000000
  260.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  261.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  262.           888888541F938888888888888888883146A2888888888888888888DB0D228888
  263.           00888880088888941944888808000008088888C0C8EE8880D0DDDDD0088888B4
  264.           A26D880DDDDDDDDDD088886066E2880DDDDDDDDDDF0888CC00CC80DDDDDDDDDD
  265.           D0088833003380DDDDDDDDDDDDD00866006680DDDDDDDDDDDDDD08DD00DD80DD
  266.           00DDDDD0FDDD08BB00BB880DFF000DDFDD0088660066888008FFFDDDD08888DD
  267.           00DD8888800000D0088888BB00BB888888888800888888660066888888888880
  268.           888888DD00DD888888888888888888BB00BB0000000000000000000000000000
  269.           000000000000000000000000}
  270.       end
  271.     end
  272.     object TTabPage
  273.       Left = 5
  274.       Top = 64
  275.       Caption = 'Methods'
  276.       object Label26: TLabel
  277.         Left = 32
  278.         Top = 72
  279.         Width = 143
  280.         Height = 13
  281.         Caption = 'All 14 of the standard methods'
  282.         Font.Color = clBlack
  283.         Font.Height = -11
  284.         Font.Name = 'MS Sans Serif'
  285.         Font.Style = []
  286.         ParentFont = False
  287.       end
  288.       object Label27: TLabel
  289.         Left = 32
  290.         Top = 99
  291.         Width = 112
  292.         Height = 13
  293.         Caption = 'of a Memo control have'
  294.         Font.Color = clBlack
  295.         Font.Height = -11
  296.         Font.Name = 'MS Sans Serif'
  297.         Font.Style = []
  298.         ParentFont = False
  299.       end
  300.       object Label28: TLabel
  301.         Left = 32
  302.         Top = 125
  303.         Width = 86
  304.         Height = 13
  305.         Caption = 'been published in '
  306.         Font.Color = clBlack
  307.         Font.Height = -11
  308.         Font.Name = 'MS Sans Serif'
  309.         Font.Style = []
  310.         ParentFont = False
  311.       end
  312.       object Label29: TLabel
  313.         Left = 32
  314.         Top = 152
  315.         Width = 87
  316.         Height = 13
  317.         Caption = 'TCalculatorBox'
  318.         Font.Color = clBlack
  319.         Font.Height = -11
  320.         Font.Name = 'MS Sans Serif'
  321.         Font.Style = [fsBold]
  322.         ParentFont = False
  323.       end
  324.       object ListBox2: TListBox
  325.         Left = 208
  326.         Top = 24
  327.         Width = 121
  328.         Height = 185
  329.         Font.Color = clNavy
  330.         Font.Height = -11
  331.         Font.Name = 'MS Sans Serif'
  332.         Font.Style = [fsBold]
  333.         ItemHeight = 13
  334.         Items.Strings = (
  335.           'OnChange'
  336.           'OnClick'
  337.           'OnDblClick'
  338.           'OnDragDrop'
  339.           'OnDragOver'
  340.           'OnEndDrag'
  341.           'OnEnter'
  342.           'OnExit'
  343.           'OnKeyDown'
  344.           'OnKeyPress'
  345.           'OnKeyUp'
  346.           'OnMouseDown'
  347.           'OnMouseMove'
  348.           'OnMouseUp')
  349.         ParentFont = False
  350.         TabOrder = 0
  351.       end
  352.       object BitBtn1: TBitBtn
  353.         Left = 31
  354.         Top = 222
  355.         Width = 300
  356.         Height = 31
  357.         Caption = 'Click here for a Drag and Drop Demo'
  358.         Font.Color = clBlack
  359.         Font.Height = -11
  360.         Font.Name = 'MS Sans Serif'
  361.         Font.Style = []
  362.         ParentFont = False
  363.         TabOrder = 1
  364.         OnClick = BitBtn1Click
  365.         Glyph.Data = {
  366.           68010000424D6801000000000000760000002800000012000000120000000100
  367.           040000000000D800000000000000000000000000000000000000000000000000
  368.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  369.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  370.           888888541F938888888888888888883146A2888888888888888888DB0D228888
  371.           00888880088888941944888808000008088888C0C8EE8880D0DDDDD0088888B4
  372.           A26D880DDDDDDDDDD088886066E2880DDDDDDDDDDF0888CC00CC80DDDDDDDDDD
  373.           D0088833003380DDDDDDDDDDDDD00866006680DDDDDDDDDDDDDD08DD00DD80DD
  374.           00DDDDD0FDDD08BB00BB880DFF000DDFDD0088660066888008FFFDDDD08888DD
  375.           00DD8888800000D0088888BB00BB888888888800888888660066888888888880
  376.           888888DD00DD888888888888888888BB00BB0000000000000000000000000000
  377.           000000000000000000000000}
  378.       end
  379.     end
  380.     object TTabPage
  381.       Left = 5
  382.       Top = 64
  383.       Caption = 'About the author'
  384.       object Image5: TImage
  385.         Left = 355
  386.         Top = 11
  387.         Width = 18
  388.         Height = 18
  389.         Picture.Data = {<image000.bmp>}
  390.       end
  391.       object Image6: TImage
  392.         Left = 348
  393.         Top = 202
  394.         Width = 18
  395.         Height = 18
  396.         Picture.Data = {<image001.bmp>}
  397.       end
  398.       object Image7: TImage
  399.         Left = 356
  400.         Top = 178
  401.         Width = 18
  402.         Height = 18
  403.         Picture.Data = {<image002.bmp>}
  404.       end
  405.       object Image8: TImage
  406.         Left = 172
  407.         Top = 18
  408.         Width = 18
  409.         Height = 18
  410.         Picture.Data = {<image003.bmp>}
  411.       end
  412.       object Image9: TImage
  413.         Left = 140
  414.         Top = 10
  415.         Width = 18
  416.         Height = 18
  417.         Picture.Data = {<image004.bmp>}
  418.       end
  419.       object Image10: TImage
  420.         Left = 20
  421.         Top = 18
  422.         Width = 18
  423.         Height = 18
  424.         Picture.Data = {<image005.bmp>}
  425.       end
  426.       object Image11: TImage
  427.         Left = 308
  428.         Top = 242
  429.         Width = 18
  430.         Height = 18
  431.         Picture.Data = {<image006.bmp>}
  432.       end
  433.       object Image12: TImage
  434.         Left = 92
  435.         Top = 250
  436.         Width = 18
  437.         Height = 18
  438.         Picture.Data = {<image007.bmp>}
  439.       end
  440.       object Memo3: TMemo
  441.         Left = 17
  442.         Top = 35
  443.         Width = 325
  444.         Height = 204
  445.         Font.Color = clBlack
  446.         Font.Height = -11
  447.         Font.Name = 'MS Sans Serif'
  448.         Font.Style = []
  449.         Lines.Strings = (
  450.           'I developed TCalculatorBox to fill a need I had when porting '
  451.           'our vertical market accounting software to Windows but I '
  452.           
  453.             'believe it will have wider applicability since I have seen sever' +
  454.             'al '
  455.           'requests for a Quicken-like control.'
  456.           ''
  457.           'I live  with a teenage daughter and computer tolerant husband '
  458.           'in a seventeenth century house in the Scottish countryside '
  459.           'next to a bubbling stream, in sight of the snow capped '
  460.           'Grampian mountains.'
  461.           ''
  462.           'Do drop me a line if you have any queries, problems, '
  463.           'improvements or suggestions about this component.'
  464.           ''
  465.           'Charlotte Gamsu'
  466.           'Hogmanay, 1995.')
  467.         ParentFont = False
  468.         ReadOnly = True
  469.         TabOrder = 0
  470.       end
  471.     end
  472.     object TTabPage
  473.       Left = 5
  474.       Top = 64
  475.       Caption = 'Order Info'
  476.       object Label1: TLabel
  477.         Left = 16
  478.         Top = 16
  479.         Width = 128
  480.         Height = 24
  481.         Caption = 'Directly from us'
  482.         Font.Color = clPurple
  483.         Font.Height = -19
  484.         Font.Name = 'MS Sans Serif'
  485.         Font.Style = []
  486.         ParentFont = False
  487.       end
  488.       object Label3: TLabel
  489.         Left = 14
  490.         Top = 135
  491.         Width = 183
  492.         Height = 24
  493.         Caption = 'Compuserve SWREG'
  494.         Font.Color = clPurple
  495.         Font.Height = -19
  496.         Font.Name = 'MS Sans Serif'
  497.         Font.Style = []
  498.         ParentFont = False
  499.       end
  500.       object Label8: TLabel
  501.         Left = 18
  502.         Top = 44
  503.         Width = 354
  504.         Height = 13
  505.         Caption = 
  506.           'Order your copy of TCalculaotrBox directly from us. Fill in the ' +
  507.           'accompanying'
  508.         Font.Color = clBlack
  509.         Font.Height = -11
  510.         Font.Name = 'MS Sans Serif'
  511.         Font.Style = []
  512.         ParentFont = False
  513.       end
  514.       object Label9: TLabel
  515.         Left = 18
  516.         Top = 58
  517.         Width = 334
  518.         Height = 13
  519.         Caption = 
  520.           'Order Form and send it to us together with a cheque for the appr' +
  521.           'opriate'
  522.         Font.Color = clBlack
  523.         Font.Height = -11
  524.         Font.Name = 'MS Sans Serif'
  525.         Font.Style = []
  526.         ParentFont = False
  527.       end
  528.       object Label10: TLabel
  529.         Left = 18
  530.         Top = 73
  531.         Width = 215
  532.         Height = 13
  533.         Caption = 'amount. Cheques must be payable in Sterling.'
  534.         Font.Color = clBlack
  535.         Font.Height = -11
  536.         Font.Name = 'MS Sans Serif'
  537.         Font.Style = []
  538.         ParentFont = False
  539.       end
  540.       object Label12: TLabel
  541.         Left = 267
  542.         Top = 89
  543.         Width = 65
  544.         Height = 13
  545.         Caption = '∩┐╜30 exclusive'
  546.         Font.Color = clBlack
  547.         Font.Height = -11
  548.         Font.Name = 'MS Sans Serif'
  549.         Font.Style = []
  550.         ParentFont = False
  551.       end
  552.       object Label13: TLabel
  553.         Left = 64
  554.         Top = 89
  555.         Width = 79
  556.         Height = 13
  557.         Caption = 'Component only '
  558.         Font.Color = clBlack
  559.         Font.Height = -11
  560.         Font.Name = 'MS Sans Serif'
  561.         Font.Style = []
  562.         ParentFont = False
  563.       end
  564.       object Label14: TLabel
  565.         Left = 64
  566.         Top = 105
  567.         Width = 114
  568.         Height = 13
  569.         Caption = 'Component plus source '
  570.         Font.Color = clBlack
  571.         Font.Height = -11
  572.         Font.Name = 'MS Sans Serif'
  573.         Font.Style = []
  574.         ParentFont = False
  575.       end
  576.       object Label15: TLabel
  577.         Left = 264
  578.         Top = 105
  579.         Width = 68
  580.         Height = 13
  581.         Caption = ' ∩┐╜45 exclusive'
  582.         Font.Color = clBlack
  583.         Font.Height = -11
  584.         Font.Name = 'MS Sans Serif'
  585.         Font.Style = []
  586.         ParentFont = False
  587.       end
  588.       object Label7: TLabel
  589.         Left = 18
  590.         Top = 161
  591.         Width = 294
  592.         Height = 13
  593.         Caption = 'You can now use Compuserve'#39's SWREG to send us payment.'
  594.         Font.Color = clBlack
  595.         Font.Height = -11
  596.         Font.Name = 'MS Sans Serif'
  597.         Font.Style = []
  598.         ParentFont = False
  599.       end
  600.       object Label18: TLabel
  601.         Left = 11
  602.         Top = 192
  603.         Width = 3
  604.         Height = 13
  605.         Font.Color = clBlack
  606.         Font.Height = -11
  607.         Font.Name = 'MS Sans Serif'
  608.         Font.Style = []
  609.         ParentFont = False
  610.       end
  611.       object Label21: TLabel
  612.         Left = 42
  613.         Top = 179
  614.         Width = 170
  615.         Height = 13
  616.         Caption = 'SWREG No 9050: Component only '
  617.         Font.Color = clBlack
  618.         Font.Height = -11
  619.         Font.Name = 'MS Sans Serif'
  620.         Font.Style = []
  621.         ParentFont = False
  622.       end
  623.       object Label22: TLabel
  624.         Left = 42
  625.         Top = 195
  626.         Width = 205
  627.         Height = 13
  628.         Caption = 'SWREG No. 9051 Component plus source '
  629.         Font.Color = clBlack
  630.         Font.Height = -11
  631.         Font.Name = 'MS Sans Serif'
  632.         Font.Style = []
  633.         ParentFont = False
  634.       end
  635.       object Label23: TLabel
  636.         Left = 267
  637.         Top = 179
  638.         Width = 65
  639.         Height = 13
  640.         Caption = '$45 exclusive'
  641.         Font.Color = clBlack
  642.         Font.Height = -11
  643.         Font.Name = 'MS Sans Serif'
  644.         Font.Style = []
  645.         ParentFont = False
  646.       end
  647.       object Label24: TLabel
  648.         Left = 264
  649.         Top = 195
  650.         Width = 68
  651.         Height = 13
  652.         Caption = ' $69 exclusive'
  653.         Font.Color = clBlack
  654.         Font.Height = -11
  655.         Font.Name = 'MS Sans Serif'
  656.         Font.Style = []
  657.         ParentFont = False
  658.       end
  659.       object Label25: TLabel
  660.         Left = 18
  661.         Top = 234
  662.         Width = 301
  663.         Height = 13
  664.         Caption = '(Save on shipping costs - have your product delivered by e-mail)'
  665.         Font.Color = clBlack
  666.         Font.Height = -11
  667.         Font.Name = 'MS Sans Serif'
  668.         Font.Style = []
  669.         ParentFont = False
  670.       end
  671.     end
  672.     object TTabPage
  673.       Left = 5
  674.       Top = 64
  675.       Caption = 'Technical Support'
  676.       object Label2: TLabel
  677.         Left = 32
  678.         Top = 29
  679.         Width = 134
  680.         Height = 13
  681.         Caption = 'Support is offered via E-mail.'
  682.         Font.Color = clBlack
  683.         Font.Height = -11
  684.         Font.Name = 'MS Sans Serif'
  685.         Font.Style = []
  686.         ParentFont = False
  687.       end
  688.       object Label4: TLabel
  689.         Left = 30
  690.         Top = 59
  691.         Width = 288
  692.         Height = 13
  693.         Caption = 'Our Web page is currently under construction. Watch  out for'
  694.         Font.Color = clBlack
  695.         Font.Height = -11
  696.         Font.Name = 'MS Sans Serif'
  697.         Font.Style = []
  698.         ParentFont = False
  699.       end
  700.       object Label5: TLabel
  701.         Left = 30
  702.         Top = 83
  703.         Width = 71
  704.         Height = 13
  705.         Caption = 'the opening of '
  706.         Font.Color = clBlack
  707.         Font.Height = -11
  708.         Font.Name = 'MS Sans Serif'
  709.         Font.Style = []
  710.         ParentFont = False
  711.       end
  712.       object Label6: TLabel
  713.         Left = 110
  714.         Top = 83
  715.         Width = 91
  716.         Height = 13
  717.         Caption = 'Charlotte'#39's Web'
  718.         Color = clBtnFace
  719.         Font.Color = clPurple
  720.         Font.Height = -11
  721.         Font.Name = 'MS Sans Serif'
  722.         Font.Style = [fsBold]
  723.         ParentColor = False
  724.         ParentFont = False
  725.       end
  726.       object Image1: TImage
  727.         Left = 240
  728.         Top = 15
  729.         Width = 18
  730.         Height = 18
  731.         Picture.Data = {<image008.bmp>}
  732.       end
  733.       object Image2: TImage
  734.         Left = 262
  735.         Top = 23
  736.         Width = 18
  737.         Height = 18
  738.         Picture.Data = {<image009.bmp>}
  739.       end
  740.       object Image3: TImage
  741.         Left = 332
  742.         Top = 34
  743.         Width = 18
  744.         Height = 18
  745.         Picture.Data = {<image010.bmp>}
  746.       end
  747.       object Image4: TImage
  748.         Left = 196
  749.         Top = 98
  750.         Width = 18
  751.         Height = 18
  752.         Picture.Data = {<image011.bmp>}
  753.       end
  754.       object Memo1: TMemo
  755.         Left = 28
  756.         Top = 128
  757.         Width = 329
  758.         Height = 121
  759.         Color = clTeal
  760.         Font.Color = clNavy
  761.         Font.Height = -11
  762.         Font.Name = 'MS Sans Serif'
  763.         Font.Style = []
  764.         Lines.Strings = (
  765.           'We will provide interim version releases of TCalculatorBox to '
  766.           'registered users free of charge.'
  767.           ''
  768.           
  769.             'Interim version releases will typically contain bug-fixes and si' +
  770.             'mple '
  771.           'enhancements that address shortcomings.  '
  772.           ''
  773.           
  774.             'These releases will be delivered to the registered user via the ' +
  775.             'same '
  776.           'mode as the original order (e-mail or postal mail).')
  777.         ParentFont = False
  778.         ReadOnly = True
  779.         TabOrder = 0
  780.       end
  781.     end
  782.     object TTabPage
  783.       Left = 5
  784.       Top = 64
  785.       Caption = 'Version 2.0'
  786.       object Label38: TLabel
  787.         Left = 36
  788.         Top = 43
  789.         Width = 291
  790.         Height = 13
  791.         Caption = 
  792.           'Specially written float functions to handle international settin' +
  793.           'gs'
  794.         Font.Color = clBlack
  795.         Font.Height = -11
  796.         Font.Name = 'MS Sans Serif'
  797.         Font.Style = []
  798.         ParentFont = False
  799.       end
  800.       object Image17: TImage
  801.         Left = 13
  802.         Top = 17
  803.         Width = 18
  804.         Height = 18
  805.         Picture.Data = {<image012.bmp>}
  806.       end
  807.       object Label39: TLabel
  808.         Left = 36
  809.         Top = 19
  810.         Width = 289
  811.         Height = 13
  812.         Caption = 'Decimal Separator as defined in Win.Ini is used automatically '
  813.         Font.Color = clBlack
  814.         Font.Height = -11
  815.         Font.Name = 'MS Sans Serif'
  816.         Font.Style = []
  817.         ParentFont = False
  818.       end
  819.       object Image18: TImage
  820.         Left = 13
  821.         Top = 41
  822.         Width = 18
  823.         Height = 18
  824.         Picture.Data = {<image013.bmp>}
  825.       end
  826.       object GroupBox1: TGroupBox
  827.         Left = 8
  828.         Top = 5
  829.         Width = 345
  830.         Height = 55
  831.         Caption = 'Additional Calculator Buttons'
  832.         Font.Color = clBlack
  833.         Font.Height = -11
  834.         Font.Name = 'MS Sans Serif'
  835.         Font.Style = [fsBold]
  836.         ParentFont = False
  837.         TabOrder = 0
  838.         object Image13: TImage
  839.           Left = 20
  840.           Top = 19
  841.           Width = 18
  842.           Height = 18
  843.           Picture.Data = {<image014.bmp>}
  844.         end
  845.         object Image14: TImage
  846.           Left = 19
  847.           Top = 34
  848.           Width = 18
  849.           Height = 18
  850.           Picture.Data = {<image015.bmp>}
  851.         end
  852.         object Label34: TLabel
  853.           Left = 43
  854.           Top = 21
  855.           Width = 95
  856.           Height = 13
  857.           Caption = 'Change sign  button'
  858.           Font.Color = clBlack
  859.           Font.Height = -11
  860.           Font.Name = 'MS Sans Serif'
  861.           Font.Style = []
  862.           ParentFont = False
  863.         end
  864.         object Label35: TLabel
  865.           Left = 43
  866.           Top = 36
  867.           Width = 101
  868.           Height = 13
  869.           Caption = 'Four  memory buttons'
  870.           Font.Color = clBlack
  871.           Font.Height = -11
  872.           Font.Name = 'MS Sans Serif'
  873.           Font.Style = []
  874.           ParentFont = False
  875.         end
  876.       end
  877.       object GroupBox2: TGroupBox
  878.         Left = 8
  879.         Top = 67
  880.         Width = 345
  881.         Height = 55
  882.         Caption = 'International Support'
  883.         Font.Color = clBlack
  884.         Font.Height = -11
  885.         Font.Name = 'MS Sans Serif'
  886.         Font.Style = [fsBold]
  887.         ParentFont = False
  888.         TabOrder = 1
  889.         object Image15: TImage
  890.           Left = 13
  891.           Top = 17
  892.           Width = 18
  893.           Height = 18
  894.           Picture.Data = {<image016.bmp>}
  895.         end
  896.         object Label36: TLabel
  897.           Left = 36
  898.           Top = 19
  899.           Width = 289
  900.           Height = 13
  901.           Caption = 'Decimal Separator as defined in Win.Ini is used automatically '
  902.           Font.Color = clBlack
  903.           Font.Height = -11
  904.           Font.Name = 'MS Sans Serif'
  905.           Font.Style = []
  906.           ParentFont = False
  907.         end
  908.         object Image16: TImage
  909.           Left = 13
  910.           Top = 31
  911.           Width = 18
  912.           Height = 18
  913.           Picture.Data = {<image017.bmp>}
  914.         end
  915.         object Label37: TLabel
  916.           Left = 36
  917.           Top = 33
  918.           Width = 291
  919.           Height = 13
  920.           Caption = 
  921.             'Specially written float functions to handle international settin' +
  922.             'gs'
  923.           Font.Color = clBlack
  924.           Font.Height = -11
  925.           Font.Name = 'MS Sans Serif'
  926.           Font.Style = []
  927.           ParentFont = False
  928.         end
  929.       end
  930.       object GroupBox3: TGroupBox
  931.         Left = 6
  932.         Top = 130
  933.         Width = 345
  934.         Height = 55
  935.         Caption = 'Additional Display Information'
  936.         Font.Color = clBlack
  937.         Font.Height = -11
  938.         Font.Name = 'MS Sans Serif'
  939.         Font.Style = [fsBold]
  940.         ParentFont = False
  941.         TabOrder = 2
  942.         object Image19: TImage
  943.           Left = 13
  944.           Top = 17
  945.           Width = 18
  946.           Height = 18
  947.           Picture.Data = {<image018.bmp>}
  948.         end
  949.         object Label40: TLabel
  950.           Left = 36
  951.           Top = 19
  952.           Width = 280
  953.           Height = 13
  954.           Caption = 'Display shows  the mathematical operator pressed / clicked'
  955.           Font.Color = clBlack
  956.           Font.Height = -11
  957.           Font.Name = 'MS Sans Serif'
  958.           Font.Style = []
  959.           ParentFont = False
  960.         end
  961.         object Image20: TImage
  962.           Left = 13
  963.           Top = 34
  964.           Width = 18
  965.           Height = 18
  966.           Picture.Data = {<image019.bmp>}
  967.         end
  968.         object Label41: TLabel
  969.           Left = 36
  970.           Top = 36
  971.           Width = 238
  972.           Height = 13
  973.           Caption = 'Display indicates when a value is stored in memory'
  974.           Font.Color = clBlack
  975.           Font.Height = -11
  976.           Font.Name = 'MS Sans Serif'
  977.           Font.Style = []
  978.           ParentFont = False
  979.         end
  980.       end
  981.       object GroupBox4: TGroupBox
  982.         Left = 8
  983.         Top = 192
  984.         Width = 345
  985.         Height = 49
  986.         Caption = 'Extra Functionality'
  987.         Font.Color = clBlack
  988.         Font.Height = -11
  989.         Font.Name = 'MS Sans Serif'
  990.         Font.Style = [fsBold]
  991.         ParentFont = False
  992.         TabOrder = 3
  993.         object Image21: TImage
  994.           Left = 12
  995.           Top = 17
  996.           Width = 18
  997.           Height = 18
  998.           Picture.Data = {<image020.bmp>}
  999.         end
  1000.         object Label42: TLabel
  1001.           Left = 36
  1002.           Top = 16
  1003.           Width = 251
  1004.           Height = 13
  1005.           Caption = 'Calculator now also supports to key presses for digits,'
  1006.           Font.Color = clBlack
  1007.           Font.Height = -11
  1008.           Font.Name = 'MS Sans Serif'
  1009.           Font.Style = []
  1010.           ParentFont = False
  1011.         end
  1012.         object Label43: TLabel
  1013.           Left = 47
  1014.           Top = 30
  1015.           Width = 151
  1016.           Height = 13
  1017.           Caption = 'operators and decimal separator'
  1018.           Font.Color = clBlack
  1019.           Font.Height = -11
  1020.           Font.Name = 'MS Sans Serif'
  1021.           Font.Style = []
  1022.           ParentFont = False
  1023.         end
  1024.       end
  1025.     end
  1026.   end
  1027. end
  1028.