home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Lib / teeabout.dfm / teeabout.txt < prev   
Text File  |  1999-08-11  |  24KB  |  895 lines

  1. object TeeAboutForm: TTeeAboutForm
  2.   Left = 215
  3.   Top = 105
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About TeeChart Pro...'
  7.   ClientHeight = 368
  8.   ClientWidth = 438
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   Position = poScreenCenter
  12.   OnCloseQuery = FormCloseQuery
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object LabelVersion: TLabel
  18.     Left = 8
  19.     Top = 345
  20.     Width = 117
  21.     Height = 21
  22.     AutoSize = False
  23.     Caption = 'version'
  24.   end
  25.   object BClose: TButton
  26.     Left = 320
  27.     Top = 341
  28.     Width = 75
  29.     Height = 25
  30.     Cancel = True
  31.     Caption = 'Close'
  32.     TabOrder = 1
  33.     OnClick = BCloseClick
  34.   end
  35.   object Panel1: TPanel
  36.     Left = 0
  37.     Top = 0
  38.     Width = 438
  39.     Height = 337
  40.     Align = alTop
  41.     TabOrder = 0
  42.     object Notebook1: TNotebook
  43.       Left = 1
  44.       Top = 1
  45.       Width = 436
  46.       Height = 335
  47.       Align = alClient
  48.       TabOrder = 0
  49.       object TPage
  50.         Left = 0
  51.         Top = 0
  52.         Caption = 'Welcome'
  53.         object Image1: TImage
  54.           Left = 7
  55.           Top = 6
  56.           Width = 180
  57.           Height = 65
  58.           AutoSize = True
  59.           Picture.Data = {<image000.bmp>}
  60.         end
  61.         object Label2: TLabel
  62.           Left = 216
  63.           Top = 21
  64.           Width = 217
  65.           Height = 19
  66.           Alignment = taCenter
  67.           AutoSize = False
  68.           Caption = 'teeMach, SL'
  69.           Font.Charset = DEFAULT_CHARSET
  70.           Font.Color = clNavy
  71.           Font.Height = -16
  72.           Font.Name = 'Arial'
  73.           Font.Style = [fsBold]
  74.           ParentFont = False
  75.         end
  76.         object Label3: TLabel
  77.           Left = 7
  78.           Top = 76
  79.           Width = 273
  80.           Height = 17
  81.           AutoSize = False
  82.           Caption = '∩┐╜ 1995-99 by David Berneda. All Rights Reserved.'
  83.           Font.Charset = DEFAULT_CHARSET
  84.           Font.Color = clBlack
  85.           Font.Height = -11
  86.           Font.Name = 'MS Sans Serif'
  87.           Font.Style = []
  88.           ParentFont = False
  89.         end
  90.         object LabelSourceCode: TLabel
  91.           Left = 7
  92.           Top = 126
  93.           Width = 423
  94.           Height = 20
  95.           Alignment = taCenter
  96.           AutoSize = False
  97.           Caption = '100% Source Code ! +40000 lines. No Run-Time Royalties !'
  98.           Font.Charset = DEFAULT_CHARSET
  99.           Font.Color = clBlack
  100.           Font.Height = -13
  101.           Font.Name = 'Arial'
  102.           Font.Style = [fsBold]
  103.           ParentFont = False
  104.         end
  105.         object Labelwww: TLabel
  106.           Left = 256
  107.           Top = 44
  108.           Width = 177
  109.           Height = 19
  110.           AutoSize = False
  111.           Caption = 'http://www.teeChart.com'
  112.           Color = clBtnFace
  113.           Font.Charset = DEFAULT_CHARSET
  114.           Font.Color = clNavy
  115.           Font.Height = -13
  116.           Font.Name = 'MS Sans Serif'
  117.           Font.Style = [fsUnderline]
  118.           ParentColor = False
  119.           ParentFont = False
  120.           OnClick = LabelwwwClick
  121.         end
  122.         object LabelVersions: TLabel
  123.           Left = 7
  124.           Top = 145
  125.           Width = 417
  126.           Height = 18
  127.           Alignment = taCenter
  128.           AutoSize = False
  129.           Caption = 'For all versions of Borland Delphi and C++ Builder.'
  130.           Font.Charset = DEFAULT_CHARSET
  131.           Font.Color = clBlack
  132.           Font.Height = -13
  133.           Font.Name = 'MS Sans Serif'
  134.           Font.Style = []
  135.           ParentFont = False
  136.         end
  137.         object Label41: TLabel
  138.           Left = 195
  139.           Top = 46
  140.           Width = 54
  141.           Height = 19
  142.           AutoSize = False
  143.           Caption = 'Visit us:'
  144.           Font.Charset = DEFAULT_CHARSET
  145.           Font.Color = clRed
  146.           Font.Height = -11
  147.           Font.Name = 'MS Sans Serif'
  148.           Font.Style = [fsBold]
  149.           ParentFont = False
  150.         end
  151.         object Image2: TImage
  152.           Left = 131
  153.           Top = 93
  154.           Width = 144
  155.           Height = 25
  156.           Picture.Data = {<image001.bmp>}
  157.           Stretch = True
  158.           Visible = False
  159.         end
  160.         object Panel2: TPanel
  161.           Left = 5
  162.           Top = 167
  163.           Width = 427
  164.           Height = 160
  165.           BevelOuter = bvLowered
  166.           TabOrder = 0
  167.           object Label24: TLabel
  168.             Left = 15
  169.             Top = 36
  170.             Width = 117
  171.             Height = 21
  172.             Alignment = taRightJustify
  173.             AutoSize = False
  174.             Caption = 'Extended Types:'
  175.             Font.Charset = DEFAULT_CHARSET
  176.             Font.Color = clBlack
  177.             Font.Height = -11
  178.             Font.Name = 'MS Sans Serif'
  179.             Font.Style = [fsBold]
  180.             ParentFont = False
  181.           end
  182.           object Label25: TLabel
  183.             Left = 134
  184.             Top = 37
  185.             Width = 292
  186.             Height = 21
  187.             AutoSize = False
  188.             Caption = '3D Surface, 3D Contour, Polar, CandleStick, ErrorBar, '
  189.             Transparent = True
  190.           end
  191.           object Label26: TLabel
  192.             Left = 134
  193.             Top = 51
  194.             Width = 292
  195.             Height = 21
  196.             AutoSize = False
  197.             Caption = 'CurveFitting, Trend, Moving Averages, Bezier, Radar'
  198.             Transparent = True
  199.           end
  200.           object Label28: TLabel
  201.             Left = 134
  202.             Top = 81
  203.             Width = 292
  204.             Height = 21
  205.             AutoSize = False
  206.             Caption = 'FULL 100% Native Delphi VCL Sources'
  207.             Transparent = True
  208.           end
  209.           object Label27: TLabel
  210.             Left = 15
  211.             Top = 80
  212.             Width = 117
  213.             Height = 21
  214.             Alignment = taRightJustify
  215.             AutoSize = False
  216.             Caption = 'Source code:'
  217.             Font.Charset = DEFAULT_CHARSET
  218.             Font.Color = clBlack
  219.             Font.Height = -11
  220.             Font.Name = 'MS Sans Serif'
  221.             Font.Style = [fsBold]
  222.             ParentFont = False
  223.           end
  224.           object Label33: TLabel
  225.             Left = 15
  226.             Top = 96
  227.             Width = 117
  228.             Height = 21
  229.             Alignment = taRightJustify
  230.             AutoSize = False
  231.             Caption = 'Optional Media:'
  232.             Font.Charset = DEFAULT_CHARSET
  233.             Font.Color = clBlack
  234.             Font.Height = -11
  235.             Font.Name = 'MS Sans Serif'
  236.             Font.Style = [fsBold]
  237.             ParentFont = False
  238.           end
  239.           object Label34: TLabel
  240.             Left = 134
  241.             Top = 96
  242.             Width = 292
  243.             Height = 21
  244.             AutoSize = False
  245.             Caption = 'CD or Floppy and printed Guide.'
  246.             Transparent = True
  247.           end
  248.           object Label29: TLabel
  249.             Left = 15
  250.             Top = 110
  251.             Width = 117
  252.             Height = 21
  253.             Alignment = taRightJustify
  254.             AutoSize = False
  255.             Caption = 'Support:'
  256.             Font.Charset = DEFAULT_CHARSET
  257.             Font.Color = clBlack
  258.             Font.Height = -11
  259.             Font.Name = 'MS Sans Serif'
  260.             Font.Style = [fsBold]
  261.             ParentFont = False
  262.           end
  263.           object Label30: TLabel
  264.             Left = 134
  265.             Top = 110
  266.             Width = 292
  267.             Height = 19
  268.             AutoSize = False
  269.             Caption = 'Free basic support. Optional Pro-Support plan.'
  270.             Transparent = True
  271.           end
  272.           object Label22: TLabel
  273.             Left = 15
  274.             Top = 6
  275.             Width = 117
  276.             Height = 21
  277.             Alignment = taRightJustify
  278.             AutoSize = False
  279.             Caption = 'More components:'
  280.             Font.Charset = DEFAULT_CHARSET
  281.             Font.Color = clBlack
  282.             Font.Height = -11
  283.             Font.Name = 'MS Sans Serif'
  284.             Font.Style = [fsBold]
  285.             ParentFont = False
  286.           end
  287.           object Label36: TLabel
  288.             Left = 134
  289.             Top = 7
  290.             Width = 292
  291.             Height = 21
  292.             AutoSize = False
  293.             Caption = '3D Toolbar, OpenGL 3D render Canvas, Editor,'
  294.             Transparent = True
  295.           end
  296.           object Label37: TLabel
  297.             Left = 134
  298.             Top = 22
  299.             Width = 292
  300.             Height = 21
  301.             AutoSize = False
  302.             Caption = 'Print previewer, TDraw 3D, Scroll bar and DataSet. '
  303.             Transparent = True
  304.           end
  305.           object Label35: TLabel
  306.             Left = 15
  307.             Top = 125
  308.             Width = 117
  309.             Height = 16
  310.             Alignment = taRightJustify
  311.             AutoSize = False
  312.             Caption = 'Other:'
  313.             Font.Charset = DEFAULT_CHARSET
  314.             Font.Color = clBlack
  315.             Font.Height = -11
  316.             Font.Name = 'MS Sans Serif'
  317.             Font.Style = [fsBold]
  318.             ParentFont = False
  319.           end
  320.           object Label38: TLabel
  321.             Left = 134
  322.             Top = 125
  323.             Width = 292
  324.             Height = 19
  325.             AutoSize = False
  326.             Caption = 'URL Charts,  Unlimited Axes, Multi-row Legend,'
  327.             Transparent = True
  328.           end
  329.           object Label39: TLabel
  330.             Left = 134
  331.             Top = 66
  332.             Width = 253
  333.             Height = 21
  334.             AutoSize = False
  335.             Caption = 'Std.Deviation, Point 3D, Cursors... and more !'
  336.             Transparent = True
  337.           end
  338.           object Label40: TLabel
  339.             Left = 134
  340.             Top = 140
  341.             Width = 292
  342.             Height = 19
  343.             AutoSize = False
  344.             Caption = 'End-User help, Many more Properties and examples !'
  345.             Transparent = True
  346.           end
  347.         end
  348.         object BOrder: TBitBtn
  349.           Left = 24
  350.           Top = 94
  351.           Width = 385
  352.           Height = 28
  353.           Caption = 'TeeChart Pro 4.0 &Order form'
  354.           Font.Charset = DEFAULT_CHARSET
  355.           Font.Color = clNavy
  356.           Font.Height = -13
  357.           Font.Name = 'MS Sans Serif'
  358.           Font.Style = [fsBold]
  359.           ParentFont = False
  360.           TabOrder = 1
  361.           OnClick = BOrderClick
  362.         end
  363.       end
  364.       object TPage
  365.         Left = 0
  366.         Top = 0
  367.         Caption = 'Price'
  368.         object RGLicense: TRadioGroup
  369.           Left = 44
  370.           Top = 20
  371.           Width = 349
  372.           Height = 128
  373.           Caption = 'Product:'
  374.           ItemIndex = 0
  375.           Items.Strings = (
  376.             'TeeChart Pro 4.0 Single &License: US$ 139'
  377.             'TeeChart Pro 4.0 Single License &with Source Code: US$ 279'
  378.             '&Upgrade from Pro 3.0 version: US$ 39'
  379.             'Upgrade &from Pro 3.0 version with Source &Code: US$ 70')
  380.           TabOrder = 0
  381.           TabStop = True
  382.           OnClick = RGLicenseClick
  383.         end
  384.         object Panel3: TPanel
  385.           Left = 44
  386.           Top = 164
  387.           Width = 349
  388.           Height = 77
  389.           TabOrder = 1
  390.           object Label31: TLabel
  391.             Left = 12
  392.             Top = 16
  393.             Width = 61
  394.             Height = 21
  395.             AutoSize = False
  396.             Caption = '&Quantity:'
  397.             FocusControl = SEQuantity
  398.           end
  399.           object Label32: TLabel
  400.             Left = 12
  401.             Top = 44
  402.             Width = 69
  403.             Height = 25
  404.             AutoSize = False
  405.             Caption = '&Shipping:'
  406.           end
  407.           object LShip: TLabel
  408.             Left = 268
  409.             Top = 44
  410.             Width = 77
  411.             Height = 25
  412.             AutoSize = False
  413.             Caption = 'US$'
  414.           end
  415.           object SEQuantity: TEdit
  416.             Left = 74
  417.             Top = 11
  418.             Width = 53
  419.             Height = 21
  420.             TabOrder = 0
  421.             Text = '1'
  422.             OnChange = SEQuantityChange
  423.           end
  424.           object CBShip: TComboBox
  425.             Left = 74
  426.             Top = 40
  427.             Width = 187
  428.             Height = 21
  429.             Style = csDropDownList
  430.             ItemHeight = 13
  431.             Items.Strings = (
  432.               'Internet Download'
  433.               'Urgent Post Mail Europe'
  434.               'Urgent Post Mail USA'
  435.               'Urgent Post Mail Other Countries')
  436.             TabOrder = 1
  437.             OnChange = CBShipChange
  438.           end
  439.           object UDQuantity: TUpDown
  440.             Left = 127
  441.             Top = 11
  442.             Width = 15
  443.             Height = 21
  444.             Associate = SEQuantity
  445.             Min = 1
  446.             Max = 10000
  447.             Position = 1
  448.             TabOrder = 2
  449.             Wrap = False
  450.           end
  451.         end
  452.         object Panel4: TPanel
  453.           Left = 44
  454.           Top = 252
  455.           Width = 349
  456.           Height = 49
  457.           TabOrder = 2
  458.           object Label23: TLabel
  459.             Left = 12
  460.             Top = 16
  461.             Width = 41
  462.             Height = 16
  463.             Caption = 'Total:'
  464.             Font.Charset = DEFAULT_CHARSET
  465.             Font.Color = clBlack
  466.             Font.Height = -13
  467.             Font.Name = 'MS Sans Serif'
  468.             Font.Style = [fsBold]
  469.             ParentFont = False
  470.           end
  471.           object LTotal: TLabel
  472.             Left = 64
  473.             Top = 16
  474.             Width = 9
  475.             Height = 16
  476.             Caption = '$'
  477.             Font.Charset = DEFAULT_CHARSET
  478.             Font.Color = clBlack
  479.             Font.Height = -13
  480.             Font.Name = 'MS Sans Serif'
  481.             Font.Style = [fsBold]
  482.             ParentFont = False
  483.           end
  484.         end
  485.       end
  486.       object TPage
  487.         Left = 0
  488.         Top = 0
  489.         Caption = 'Information'
  490.         object GroupBox2: TGroupBox
  491.           Left = 33
  492.           Top = 16
  493.           Width = 369
  494.           Height = 297
  495.           Caption = 'Your Information:'
  496.           Font.Charset = DEFAULT_CHARSET
  497.           Font.Color = clBlack
  498.           Font.Height = -11
  499.           Font.Name = 'MS Sans Serif'
  500.           Font.Style = [fsBold]
  501.           ParentFont = False
  502.           TabOrder = 0
  503.           object Label9: TLabel
  504.             Left = 4
  505.             Top = 53
  506.             Width = 84
  507.             Height = 21
  508.             Alignment = taRightJustify
  509.             AutoSize = False
  510.             Caption = '&Company:'
  511.             FocusControl = ECompany
  512.           end
  513.           object Label8: TLabel
  514.             Left = 4
  515.             Top = 27
  516.             Width = 84
  517.             Height = 21
  518.             Alignment = taRightJustify
  519.             AutoSize = False
  520.             Caption = '&Name:'
  521.             FocusControl = EName
  522.           end
  523.           object Label10: TLabel
  524.             Left = 4
  525.             Top = 95
  526.             Width = 84
  527.             Height = 21
  528.             Alignment = taRightJustify
  529.             AutoSize = False
  530.             Caption = '&Address:'
  531.             FocusControl = EAddress
  532.           end
  533.           object Label11: TLabel
  534.             Left = 4
  535.             Top = 124
  536.             Width = 84
  537.             Height = 21
  538.             Alignment = taRightJustify
  539.             AutoSize = False
  540.             Caption = 'Cit&y:'
  541.             FocusControl = ECity
  542.           end
  543.           object Label16: TLabel
  544.             Left = 4
  545.             Top = 155
  546.             Width = 84
  547.             Height = 21
  548.             Alignment = taRightJustify
  549.             AutoSize = False
  550.             Caption = '&State:'
  551.             FocusControl = EState
  552.           end
  553.           object Label14: TLabel
  554.             Left = 213
  555.             Top = 153
  556.             Width = 28
  557.             Height = 21
  558.             AutoSize = False
  559.             Caption = '&Zip:'
  560.             FocusControl = EZIP
  561.           end
  562.           object Label15: TLabel
  563.             Left = 4
  564.             Top = 181
  565.             Width = 84
  566.             Height = 21
  567.             Alignment = taRightJustify
  568.             AutoSize = False
  569.             Caption = 'C&ountry:'
  570.             FocusControl = ECountry
  571.           end
  572.           object Label13: TLabel
  573.             Left = 4
  574.             Top = 240
  575.             Width = 84
  576.             Height = 21
  577.             Alignment = taRightJustify
  578.             AutoSize = False
  579.             Caption = '&Phone:'
  580.             FocusControl = EPhone
  581.           end
  582.           object Label12: TLabel
  583.             Left = 211
  584.             Top = 238
  585.             Width = 30
  586.             Height = 21
  587.             AutoSize = False
  588.             Caption = '&Fax:'
  589.             FocusControl = EFAX
  590.           end
  591.           object Label17: TLabel
  592.             Left = 4
  593.             Top = 268
  594.             Width = 117
  595.             Height = 21
  596.             Alignment = taRightJustify
  597.             AutoSize = False
  598.             Caption = '&Email Address:'
  599.             FocusControl = EEMail
  600.           end
  601.           object EAddress: TEdit
  602.             Left = 88
  603.             Top = 93
  604.             Width = 261
  605.             Height = 21
  606.             TabOrder = 2
  607.             OnKeyPress = ENameKeyPress
  608.           end
  609.           object ECity: TEdit
  610.             Left = 88
  611.             Top = 121
  612.             Width = 261
  613.             Height = 21
  614.             TabOrder = 3
  615.             OnKeyPress = ENameKeyPress
  616.           end
  617.           object EState: TEdit
  618.             Left = 88
  619.             Top = 150
  620.             Width = 117
  621.             Height = 21
  622.             TabOrder = 4
  623.             OnKeyPress = ENameKeyPress
  624.           end
  625.           object EZIP: TEdit
  626.             Left = 244
  627.             Top = 150
  628.             Width = 105
  629.             Height = 21
  630.             TabOrder = 5
  631.             OnKeyPress = ENameKeyPress
  632.           end
  633.           object ECountry: TEdit
  634.             Left = 88
  635.             Top = 178
  636.             Width = 133
  637.             Height = 21
  638.             TabOrder = 6
  639.             OnKeyPress = ENameKeyPress
  640.           end
  641.           object EPhone: TEdit
  642.             Left = 88
  643.             Top = 236
  644.             Width = 117
  645.             Height = 21
  646.             TabOrder = 7
  647.             OnKeyPress = ENameKeyPress
  648.           end
  649.           object EEMail: TEdit
  650.             Left = 124
  651.             Top = 264
  652.             Width = 225
  653.             Height = 21
  654.             TabOrder = 9
  655.             OnKeyPress = ENameKeyPress
  656.           end
  657.           object ECompany: TEdit
  658.             Left = 88
  659.             Top = 51
  660.             Width = 261
  661.             Height = 21
  662.             TabOrder = 1
  663.             OnKeyPress = ENameKeyPress
  664.           end
  665.           object EName: TEdit
  666.             Left = 88
  667.             Top = 23
  668.             Width = 261
  669.             Height = 21
  670.             TabOrder = 0
  671.             OnKeyPress = ENameKeyPress
  672.           end
  673.           object EFAX: TEdit
  674.             Left = 244
  675.             Top = 236
  676.             Width = 105
  677.             Height = 21
  678.             TabOrder = 8
  679.             OnKeyPress = ENameKeyPress
  680.           end
  681.         end
  682.       end
  683.       object TPage
  684.         Left = 0
  685.         Top = 0
  686.         Caption = 'CreditCard'
  687.         object Label6: TLabel
  688.           Left = 26
  689.           Top = 150
  690.           Width = 225
  691.           Height = 21
  692.           Alignment = taRightJustify
  693.           AutoSize = False
  694.           Caption = '(European Comm. only)  Tax ID:'
  695.           FocusControl = ECardHolder
  696.         end
  697.         object GPCard: TGroupBox
  698.           Left = 38
  699.           Top = 187
  700.           Width = 361
  701.           Height = 105
  702.           Caption = 'Credit Card Information:'
  703.           TabOrder = 2
  704.           object Label19: TLabel
  705.             Left = 17
  706.             Top = 24
  707.             Width = 132
  708.             Height = 21
  709.             Alignment = taRightJustify
  710.             AutoSize = False
  711.             Caption = 'Card&Holder Name:'
  712.             FocusControl = ECardHolder
  713.           end
  714.           object Label20: TLabel
  715.             Left = 17
  716.             Top = 80
  717.             Width = 132
  718.             Height = 21
  719.             Alignment = taRightJustify
  720.             AutoSize = False
  721.             Caption = '&Expiration Date:'
  722.             FocusControl = ECardDate
  723.           end
  724.           object Label18: TLabel
  725.             Left = 17
  726.             Top = 52
  727.             Width = 132
  728.             Height = 21
  729.             Alignment = taRightJustify
  730.             AutoSize = False
  731.             Caption = 'Card &Number:'
  732.             FocusControl = ECardNumber
  733.           end
  734.           object ECardNumber: TEdit
  735.             Left = 156
  736.             Top = 48
  737.             Width = 185
  738.             Height = 21
  739.             TabOrder = 1
  740.             OnKeyPress = ENameKeyPress
  741.           end
  742.           object ECardDate: TEdit
  743.             Left = 156
  744.             Top = 76
  745.             Width = 85
  746.             Height = 21
  747.             TabOrder = 2
  748.             Text = 'mm/yyyy'
  749.             OnKeyPress = ENameKeyPress
  750.           end
  751.           object ECardHolder: TEdit
  752.             Left = 156
  753.             Top = 20
  754.             Width = 185
  755.             Height = 21
  756.             TabOrder = 0
  757.             OnKeyPress = ENameKeyPress
  758.           end
  759.         end
  760.         object CBPaymentType: TRadioGroup
  761.           Left = 38
  762.           Top = 16
  763.           Width = 361
  764.           Height = 121
  765.           Caption = '&Payment Type:'
  766.           Columns = 2
  767.           ItemIndex = 0
  768.           Items.Strings = (
  769.             'VISA'
  770.             'MasterCard / EuroCard'
  771.             'American Express'
  772.             'Bank Cheque'
  773.             'Money Transfer'
  774.             'Cash On Delivery'
  775.             'EuroCheque (in Ptas)')
  776.           TabOrder = 0
  777.           TabStop = True
  778.           OnClick = CBPaymentTypeChange
  779.         end
  780.         object EECTax: TEdit
  781.           Left = 258
  782.           Top = 146
  783.           Width = 121
  784.           Height = 21
  785.           TabOrder = 1
  786.           OnKeyPress = ENameKeyPress
  787.         end
  788.       end
  789.       object TPage
  790.         Left = 0
  791.         Top = 0
  792.         Caption = 'Order'
  793.         object LabelThanks: TLabel
  794.           Left = 9
  795.           Top = 12
  796.           Width = 417
  797.           Height = 21
  798.           Alignment = taCenter
  799.           AutoSize = False
  800.           Caption = 'Thank You for Ordering TeeChart-Pro !'
  801.           Font.Charset = DEFAULT_CHARSET
  802.           Font.Color = clNavy
  803.           Font.Height = -13
  804.           Font.Name = 'MS Sans Serif'
  805.           Font.Style = [fsBold]
  806.           ParentFont = False
  807.         end
  808.         object BPrintOrder: TButton
  809.           Left = 129
  810.           Top = 225
  811.           Width = 177
  812.           Height = 25
  813.           Caption = '&Print Order Form...'
  814.           Default = True
  815.           TabOrder = 0
  816.           OnClick = BPrintOrderClick
  817.         end
  818.         object BSaveOrder: TButton
  819.           Left = 129
  820.           Top = 257
  821.           Width = 177
  822.           Height = 25
  823.           Caption = '&Save To File...'
  824.           TabOrder = 1
  825.           OnClick = BSaveOrderClick
  826.         end
  827.         object BCopyOrder: TButton
  828.           Left = 129
  829.           Top = 289
  830.           Width = 177
  831.           Height = 25
  832.           Caption = '&Copy to Clipboard'
  833.           TabOrder = 2
  834.           OnClick = BCopyOrderClick
  835.         end
  836.         object Memo1: TMemo
  837.           Left = 32
  838.           Top = 40
  839.           Width = 372
  840.           Height = 161
  841.           Alignment = taCenter
  842.           Color = clBtnFace
  843.           Lines.Strings = (
  844.             ''
  845.             'Please email us should you have any questions.'
  846.             'You can fax, email, or send us this order form. '
  847.             'We will process your order inmediately.'
  848.             'Currency exchange rates are available at our web site.'
  849.             ''
  850.             'teeMach, SL '
  851.             'Fax number:   +34 93 423 59 82'
  852.             'Sales email:  sales@teemach.com'
  853.             ''
  854.             'Address:  PO Box 22262, 08080 Barcelona, Spain.'
  855.             '')
  856.           TabOrder = 3
  857.         end
  858.       end
  859.     end
  860.   end
  861.   object BNext: TButton
  862.     Left = 224
  863.     Top = 341
  864.     Width = 79
  865.     Height = 25
  866.     Caption = 'Next >'
  867.     TabOrder = 2
  868.     Visible = False
  869.     OnClick = BNextClick
  870.   end
  871.   object BPrevious: TButton
  872.     Left = 136
  873.     Top = 341
  874.     Width = 81
  875.     Height = 25
  876.     Caption = '< Previous'
  877.     TabOrder = 3
  878.     Visible = False
  879.     OnClick = BPreviousClick
  880.   end
  881.   object PrintDialog1: TPrintDialog
  882.     Left = 32
  883.     Top = 280
  884.   end
  885.   object SaveDialog1: TSaveDialog
  886.     DefaultExt = 'txt'
  887.     FileName = 'order.txt'
  888.     Filter = 'Text files|*.TXT'
  889.     Options = [ofOverwritePrompt, ofHideReadOnly]
  890.     Title = 'TeeChart Order Form'
  891.     Left = 372
  892.     Top = 272
  893.   end
  894. end
  895.