home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 February / PCWorld_1999-02_cd.bin / temacd / DataArm / _SETUP.1 / mpw32.dll / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  1998-05-25  |  34KB  |  1,279 lines

  1. object MainForm: TMainForm
  2.   Left = 294
  3.   Top = 121
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'MainForm'
  9.   ClientHeight = 259
  10.   ClientWidth = 428
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clBlack
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Frame: TGroupBox
  25.     Left = 8
  26.     Top = 12
  27.     Width = 413
  28.     Height = 209
  29.     Caption = 'LICENSE AGREEMENT'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clMaroon
  32.     Font.Height = -13
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.     TabOrder = 0
  37.     object MainNotebook: TNotebook
  38.       Left = 4
  39.       Top = 20
  40.       Width = 405
  41.       Height = 185
  42.       Font.Charset = DEFAULT_CHARSET
  43.       Font.Color = clBlack
  44.       Font.Height = -11
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = []
  47.       PageIndex = 4
  48.       ParentFont = False
  49.       TabOrder = 0
  50.       object TPage
  51.         Left = 0
  52.         Top = 0
  53.         Caption = 'License'
  54.         object ScrollInfo: TLabel
  55.           Left = 5
  56.           Top = 171
  57.           Width = 396
  58.           Height = 13
  59.           Caption = 
  60.             'Scroll to read the entire agreement, and activate the "I Agree" ' +
  61.             'button'
  62.           Font.Charset = DEFAULT_CHARSET
  63.           Font.Color = clRed
  64.           Font.Height = -11
  65.           Font.Name = 'MS Sans Serif'
  66.           Font.Style = [fsBold]
  67.           ParentFont = False
  68.         end
  69.         object LicenseMemo: TMPWMemo
  70.           Left = 4
  71.           Top = 5
  72.           Width = 397
  73.           Height = 162
  74.           ReadOnly = True
  75.           ScrollBars = ssVertical
  76.           TabOrder = 0
  77.           WordWrap = False
  78.           OnMaxScroll = LicenseMemoMaxScroll
  79.         end
  80.       end
  81.       object TPage
  82.         Left = 0
  83.         Top = 0
  84.         Caption = 'UserInfo'
  85.         object LabelName: TLabel
  86.           Left = 5
  87.           Top = 8
  88.           Width = 60
  89.           Height = 13
  90.           AutoSize = False
  91.           Caption = 'N&ame:'
  92.           FocusControl = FirstName
  93.         end
  94.         object LabelCompany: TLabel
  95.           Left = 5
  96.           Top = 30
  97.           Width = 60
  98.           Height = 13
  99.           AutoSize = False
  100.           Caption = 'Co&mpany'
  101.           FocusControl = Company
  102.         end
  103.         object LabelCountry: TLabel
  104.           Left = 5
  105.           Top = 52
  106.           Width = 60
  107.           Height = 13
  108.           AutoSize = False
  109.           Caption = 'Co&untry:'
  110.           FocusControl = Country
  111.         end
  112.         object LabelAddress1: TLabel
  113.           Left = 5
  114.           Top = 74
  115.           Width = 60
  116.           Height = 13
  117.           AutoSize = False
  118.           Caption = 'Address &1:'
  119.           FocusControl = Address1
  120.         end
  121.         object LabelAddress2: TLabel
  122.           Left = 5
  123.           Top = 96
  124.           Width = 60
  125.           Height = 13
  126.           AutoSize = False
  127.           Caption = 'Address &2:'
  128.           FocusControl = Address2
  129.         end
  130.         object LabelAddress3: TLabel
  131.           Left = 5
  132.           Top = 118
  133.           Width = 60
  134.           Height = 13
  135.           AutoSize = False
  136.           Caption = 'City/St/&Zip:'
  137.           FocusControl = City
  138.         end
  139.         object LabelEMail: TLabel
  140.           Left = 5
  141.           Top = 140
  142.           Width = 60
  143.           Height = 13
  144.           AutoSize = False
  145.           Caption = '&E-Mail:'
  146.           FocusControl = EMailAddress
  147.         end
  148.         object LabelPhoneNumber: TLabel
  149.           Left = 5
  150.           Top = 162
  151.           Width = 60
  152.           Height = 13
  153.           AutoSize = False
  154.           Caption = '&Phone/Ext:'
  155.           FocusControl = PhoneNumber
  156.         end
  157.         object LabelFaxNumber: TLabel
  158.           Left = 264
  159.           Top = 162
  160.           Width = 22
  161.           Height = 13
  162.           AutoSize = False
  163.           Caption = '&Fax:'
  164.           FocusControl = FaxNumber
  165.         end
  166.         object Address3: TMPWEdit
  167.           Left = 72
  168.           Top = 115
  169.           Width = 329
  170.           Height = 21
  171.           Hint = 'Address (Line #3)'
  172.           Font.Charset = DEFAULT_CHARSET
  173.           Font.Color = clBlack
  174.           Font.Height = -11
  175.           Font.Name = 'MS Sans Serif'
  176.           Font.Style = []
  177.           ParentFont = False
  178.           MaxLength = 36
  179.           TabOrder = 7
  180.         end
  181.         object FirstName: TMPWEdit
  182.           Left = 72
  183.           Top = 5
  184.           Width = 143
  185.           Height = 21
  186.           Hint = 'First Name'
  187.           MaxLength = 16
  188.           TabOrder = 0
  189.           PopupMenu = EditMenu
  190.         end
  191.         object Initial: TMPWEdit
  192.           Left = 216
  193.           Top = 5
  194.           Width = 38
  195.           Height = 21
  196.           Hint = 'Initial'
  197.           MaxLength = 1
  198.           TabOrder = 1
  199.           PopupMenu = EditMenu
  200.           CharCase = ecUpperCase
  201.         end
  202.         object LastName: TMPWEdit
  203.           Left = 255
  204.           Top = 5
  205.           Width = 146
  206.           Height = 21
  207.           Hint = 'Last Name'
  208.           MaxLength = 20
  209.           TabOrder = 2
  210.           PopupMenu = EditMenu
  211.         end
  212.         object Company: TMPWEdit
  213.           Left = 72
  214.           Top = 27
  215.           Width = 329
  216.           Height = 21
  217.           Hint = 'Company'
  218.           MaxLength = 36
  219.           TabOrder = 3
  220.           PopupMenu = EditMenu
  221.         end
  222.         object Country: TComboBox
  223.           Left = 72
  224.           Top = 49
  225.           Width = 329
  226.           Height = 21
  227.           Hint = 'Country'
  228.           Style = csDropDownList
  229.           ItemHeight = 13
  230.           MaxLength = 36
  231.           Sorted = True
  232.           TabOrder = 4
  233.           OnChange = CountryChange
  234.           OnExit = CountryExit
  235.         end
  236.         object Address1: TMPWEdit
  237.           Left = 72
  238.           Top = 71
  239.           Width = 329
  240.           Height = 21
  241.           Hint = 'Address (Line #1)'
  242.           MaxLength = 36
  243.           TabOrder = 5
  244.           PopupMenu = EditMenu
  245.         end
  246.         object Address2: TMPWEdit
  247.           Left = 72
  248.           Top = 93
  249.           Width = 329
  250.           Height = 21
  251.           Hint = 'Address (Line #2)'
  252.           MaxLength = 36
  253.           TabOrder = 6
  254.           PopupMenu = EditMenu
  255.         end
  256.         object City: TMPWEdit
  257.           Left = 72
  258.           Top = 115
  259.           Width = 182
  260.           Height = 21
  261.           Hint = 'City'
  262.           MaxLength = 20
  263.           TabOrder = 8
  264.           PopupMenu = EditMenu
  265.         end
  266.         object Province: TMPWEdit
  267.           Left = 255
  268.           Top = 115
  269.           Width = 33
  270.           Height = 21
  271.           Hint = 'State/Province'
  272.           MaxLength = 2
  273.           TabOrder = 9
  274.           PopupMenu = EditMenu
  275.           OnExit = ProvinceExit
  276.           CharCase = ecUpperCase
  277.           ValidChars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  278.         end
  279.         object PostalCode: TMPWEdit
  280.           Left = 289
  281.           Top = 115
  282.           Width = 112
  283.           Height = 21
  284.           Hint = 'Postal Code'
  285.           MaxLength = 10
  286.           TabOrder = 10
  287.           PopupMenu = EditMenu
  288.           ValidChars = '1234567890-'
  289.         end
  290.         object EMailAddress: TMPWEdit
  291.           Left = 72
  292.           Top = 137
  293.           Width = 329
  294.           Height = 21
  295.           Hint = 'E-Mail Address'
  296.           MaxLength = 48
  297.           TabOrder = 11
  298.           PopupMenu = EditMenu
  299.           CharCase = ecLowerCase
  300.           ValidChars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890@.-_'
  301.         end
  302.         object PhoneNumber: TMPWEdit
  303.           Left = 72
  304.           Top = 159
  305.           Width = 143
  306.           Height = 21
  307.           Hint = 'Phone Number'
  308.           MaxLength = 16
  309.           TabOrder = 12
  310.           PopupMenu = EditMenu
  311.           OnExit = PhoneNumberExit
  312.           ValidChars = '1234567890()-. '
  313.         end
  314.         object Extension: TMPWEdit
  315.           Left = 216
  316.           Top = 159
  317.           Width = 38
  318.           Height = 21
  319.           Hint = 'Extension'
  320.           MaxLength = 5
  321.           TabOrder = 13
  322.           PopupMenu = EditMenu
  323.           ValidChars = '1234567890'
  324.         end
  325.         object FaxNumber: TMPWEdit
  326.           Left = 289
  327.           Top = 159
  328.           Width = 112
  329.           Height = 21
  330.           Hint = 'Fax Number'
  331.           MaxLength = 16
  332.           TabOrder = 14
  333.           PopupMenu = EditMenu
  334.           OnExit = FaxNumberExit
  335.           ValidChars = '1234567890()-. '
  336.         end
  337.       end
  338.       object TPage
  339.         Left = 0
  340.         Top = 0
  341.         Caption = 'Survey1'
  342.         object LabelSurveyCombo1: TLabel
  343.           Left = 5
  344.           Top = 8
  345.           Width = 208
  346.           Height = 13
  347.           AutoSize = False
  348.           FocusControl = SurveyCombo1
  349.         end
  350.         object LabelSurveyCombo2: TLabel
  351.           Left = 5
  352.           Top = 30
  353.           Width = 208
  354.           Height = 13
  355.           AutoSize = False
  356.           FocusControl = SurveyCombo2
  357.         end
  358.         object LabelSurveyCombo3: TLabel
  359.           Left = 5
  360.           Top = 52
  361.           Width = 208
  362.           Height = 13
  363.           AutoSize = False
  364.           FocusControl = SurveyCombo3
  365.         end
  366.         object LabelSurveyCombo4: TLabel
  367.           Left = 5
  368.           Top = 74
  369.           Width = 208
  370.           Height = 13
  371.           AutoSize = False
  372.           FocusControl = SurveyCombo4
  373.         end
  374.         object LabelSurveyCombo5: TLabel
  375.           Left = 5
  376.           Top = 96
  377.           Width = 208
  378.           Height = 13
  379.           AutoSize = False
  380.           FocusControl = SurveyCombo5
  381.         end
  382.         object LabelSurveyCombo6: TLabel
  383.           Left = 5
  384.           Top = 118
  385.           Width = 208
  386.           Height = 13
  387.           AutoSize = False
  388.           FocusControl = SurveyCombo6
  389.         end
  390.         object LabelSurveyCombo7: TLabel
  391.           Left = 5
  392.           Top = 140
  393.           Width = 208
  394.           Height = 13
  395.           AutoSize = False
  396.           FocusControl = SurveyCombo7
  397.         end
  398.         object LabelSurveyCombo8: TLabel
  399.           Left = 5
  400.           Top = 162
  401.           Width = 208
  402.           Height = 13
  403.           AutoSize = False
  404.           FocusControl = SurveyCombo8
  405.         end
  406.         object SurveyCombo1: TComboBox
  407.           Left = 216
  408.           Top = 5
  409.           Width = 185
  410.           Height = 21
  411.           Style = csDropDownList
  412.           ItemHeight = 13
  413.           TabOrder = 0
  414.         end
  415.         object SurveyCombo2: TComboBox
  416.           Left = 216
  417.           Top = 27
  418.           Width = 185
  419.           Height = 21
  420.           Style = csDropDownList
  421.           ItemHeight = 13
  422.           TabOrder = 1
  423.         end
  424.         object SurveyCombo3: TComboBox
  425.           Left = 216
  426.           Top = 49
  427.           Width = 185
  428.           Height = 21
  429.           Style = csDropDownList
  430.           ItemHeight = 13
  431.           TabOrder = 2
  432.         end
  433.         object SurveyCombo4: TComboBox
  434.           Left = 216
  435.           Top = 71
  436.           Width = 185
  437.           Height = 21
  438.           Style = csDropDownList
  439.           ItemHeight = 13
  440.           TabOrder = 3
  441.         end
  442.         object SurveyCombo5: TComboBox
  443.           Left = 216
  444.           Top = 93
  445.           Width = 185
  446.           Height = 21
  447.           Style = csDropDownList
  448.           ItemHeight = 13
  449.           TabOrder = 4
  450.         end
  451.         object SurveyCombo6: TComboBox
  452.           Left = 216
  453.           Top = 115
  454.           Width = 185
  455.           Height = 21
  456.           Style = csDropDownList
  457.           ItemHeight = 13
  458.           TabOrder = 5
  459.         end
  460.         object SurveyCombo7: TComboBox
  461.           Left = 216
  462.           Top = 137
  463.           Width = 185
  464.           Height = 21
  465.           Style = csDropDownList
  466.           ItemHeight = 13
  467.           TabOrder = 6
  468.         end
  469.         object SurveyCombo8: TComboBox
  470.           Left = 216
  471.           Top = 159
  472.           Width = 185
  473.           Height = 21
  474.           Style = csDropDownList
  475.           ItemHeight = 13
  476.           TabOrder = 7
  477.         end
  478.       end
  479.       object TPage
  480.         Left = 0
  481.         Top = 0
  482.         Caption = 'Survey2'
  483.         object LabelAppType: TLabel
  484.           Left = 4
  485.           Top = 8
  486.           Width = 393
  487.           Height = 13
  488.           AutoSize = False
  489.           FocusControl = AppType01
  490.         end
  491.         object LabelSysType: TLabel
  492.           Left = 4
  493.           Top = 123
  494.           Width = 393
  495.           Height = 13
  496.           AutoSize = False
  497.           FocusControl = SysType1
  498.         end
  499.         object AppType01: TCheckBox
  500.           Left = 4
  501.           Top = 29
  502.           Width = 97
  503.           Height = 17
  504.           TabOrder = 0
  505.         end
  506.         object AppType02: TCheckBox
  507.           Left = 4
  508.           Top = 45
  509.           Width = 97
  510.           Height = 17
  511.           TabOrder = 1
  512.         end
  513.         object AppType03: TCheckBox
  514.           Left = 4
  515.           Top = 61
  516.           Width = 97
  517.           Height = 17
  518.           TabOrder = 2
  519.         end
  520.         object AppType04: TCheckBox
  521.           Left = 4
  522.           Top = 77
  523.           Width = 97
  524.           Height = 17
  525.           TabOrder = 3
  526.         end
  527.         object AppType05: TCheckBox
  528.           Left = 4
  529.           Top = 93
  530.           Width = 97
  531.           Height = 17
  532.           TabOrder = 4
  533.         end
  534.         object AppType06: TCheckBox
  535.           Left = 106
  536.           Top = 29
  537.           Width = 101
  538.           Height = 17
  539.           TabOrder = 5
  540.         end
  541.         object AppType07: TCheckBox
  542.           Left = 106
  543.           Top = 45
  544.           Width = 101
  545.           Height = 17
  546.           TabOrder = 6
  547.         end
  548.         object AppType08: TCheckBox
  549.           Left = 106
  550.           Top = 61
  551.           Width = 101
  552.           Height = 17
  553.           TabOrder = 7
  554.         end
  555.         object AppType09: TCheckBox
  556.           Left = 106
  557.           Top = 77
  558.           Width = 101
  559.           Height = 17
  560.           TabOrder = 8
  561.         end
  562.         object AppType10: TCheckBox
  563.           Left = 106
  564.           Top = 93
  565.           Width = 101
  566.           Height = 17
  567.           TabOrder = 9
  568.         end
  569.         object AppType11: TCheckBox
  570.           Left = 212
  571.           Top = 29
  572.           Width = 91
  573.           Height = 17
  574.           TabOrder = 10
  575.         end
  576.         object AppType12: TCheckBox
  577.           Left = 212
  578.           Top = 45
  579.           Width = 91
  580.           Height = 17
  581.           TabOrder = 11
  582.         end
  583.         object AppType13: TCheckBox
  584.           Left = 212
  585.           Top = 61
  586.           Width = 91
  587.           Height = 17
  588.           TabOrder = 12
  589.         end
  590.         object AppType14: TCheckBox
  591.           Left = 212
  592.           Top = 77
  593.           Width = 91
  594.           Height = 17
  595.           TabOrder = 13
  596.         end
  597.         object AppType15: TCheckBox
  598.           Left = 212
  599.           Top = 93
  600.           Width = 91
  601.           Height = 17
  602.           TabOrder = 14
  603.         end
  604.         object AppType16: TCheckBox
  605.           Left = 308
  606.           Top = 29
  607.           Width = 91
  608.           Height = 17
  609.           TabOrder = 15
  610.         end
  611.         object AppType17: TCheckBox
  612.           Left = 308
  613.           Top = 45
  614.           Width = 91
  615.           Height = 17
  616.           TabOrder = 16
  617.         end
  618.         object AppType18: TCheckBox
  619.           Left = 308
  620.           Top = 61
  621.           Width = 91
  622.           Height = 17
  623.           TabOrder = 17
  624.         end
  625.         object AppType19: TCheckBox
  626.           Left = 308
  627.           Top = 77
  628.           Width = 91
  629.           Height = 17
  630.           TabOrder = 18
  631.         end
  632.         object AppType20: TCheckBox
  633.           Left = 308
  634.           Top = 93
  635.           Width = 91
  636.           Height = 17
  637.           TabOrder = 19
  638.         end
  639.         object SysType1: TCheckBox
  640.           Left = 4
  641.           Top = 144
  642.           Width = 97
  643.           Height = 17
  644.           TabOrder = 20
  645.         end
  646.         object SysType2: TCheckBox
  647.           Left = 4
  648.           Top = 160
  649.           Width = 97
  650.           Height = 17
  651.           TabOrder = 21
  652.         end
  653.         object SysType3: TCheckBox
  654.           Left = 106
  655.           Top = 144
  656.           Width = 101
  657.           Height = 17
  658.           TabOrder = 22
  659.         end
  660.         object SysType4: TCheckBox
  661.           Left = 106
  662.           Top = 160
  663.           Width = 101
  664.           Height = 17
  665.           TabOrder = 23
  666.         end
  667.         object SysType5: TCheckBox
  668.           Left = 212
  669.           Top = 144
  670.           Width = 91
  671.           Height = 17
  672.           TabOrder = 24
  673.         end
  674.         object SysType6: TCheckBox
  675.           Left = 212
  676.           Top = 160
  677.           Width = 91
  678.           Height = 17
  679.           TabOrder = 25
  680.         end
  681.         object SysType7: TCheckBox
  682.           Left = 308
  683.           Top = 144
  684.           Width = 91
  685.           Height = 17
  686.           TabOrder = 26
  687.         end
  688.         object SysType8: TCheckBox
  689.           Left = 308
  690.           Top = 160
  691.           Width = 91
  692.           Height = 17
  693.           TabOrder = 27
  694.         end
  695.       end
  696.       object TPage
  697.         Left = 0
  698.         Top = 0
  699.         Caption = 'Order'
  700.         object FrameTotalDue: TGroupBox
  701.           Left = 280
  702.           Top = 8
  703.           Width = 121
  704.           Height = 91
  705.           Caption = 'Total Due ($US)'
  706.           Font.Charset = DEFAULT_CHARSET
  707.           Font.Color = clBlack
  708.           Font.Height = -11
  709.           Font.Name = 'MS Sans Serif'
  710.           Font.Style = [fsBold]
  711.           ParentFont = False
  712.           TabOrder = 0
  713.           object LabelTotalDue: TLabel
  714.             Left = 8
  715.             Top = 73
  716.             Width = 50
  717.             Height = 13
  718.             Caption = 'Total Due:'
  719.             Font.Charset = DEFAULT_CHARSET
  720.             Font.Color = clBlack
  721.             Font.Height = -11
  722.             Font.Name = 'MS Sans Serif'
  723.             Font.Style = []
  724.             ParentFont = False
  725.           end
  726.           object LabelHandling: TLabel
  727.             Left = 8
  728.             Top = 54
  729.             Width = 45
  730.             Height = 13
  731.             Caption = 'Handling:'
  732.             Font.Charset = DEFAULT_CHARSET
  733.             Font.Color = clBlack
  734.             Font.Height = -11
  735.             Font.Name = 'MS Sans Serif'
  736.             Font.Style = []
  737.             ParentFont = False
  738.           end
  739.           object LabelExtPrice: TLabel
  740.             Left = 8
  741.             Top = 20
  742.             Width = 48
  743.             Height = 13
  744.             Caption = 'Ext. Price:'
  745.             Font.Charset = DEFAULT_CHARSET
  746.             Font.Color = clBlack
  747.             Font.Height = -11
  748.             Font.Name = 'MS Sans Serif'
  749.             Font.Style = []
  750.             ParentFont = False
  751.           end
  752.           object ExtPrice: TLabel
  753.             Left = 64
  754.             Top = 20
  755.             Width = 49
  756.             Height = 13
  757.             Alignment = taRightJustify
  758.             AutoSize = False
  759.             Caption = '0.00'
  760.             Font.Charset = DEFAULT_CHARSET
  761.             Font.Color = clBlack
  762.             Font.Height = -11
  763.             Font.Name = 'MS Sans Serif'
  764.             Font.Style = []
  765.             ParentFont = False
  766.           end
  767.           object Handling: TLabel
  768.             Left = 64
  769.             Top = 54
  770.             Width = 49
  771.             Height = 13
  772.             Alignment = taRightJustify
  773.             AutoSize = False
  774.             Caption = '0.00'
  775.             Font.Charset = DEFAULT_CHARSET
  776.             Font.Color = clBlack
  777.             Font.Height = -11
  778.             Font.Name = 'MS Sans Serif'
  779.             Font.Style = []
  780.             ParentFont = False
  781.           end
  782.           object TotalDue: TLabel
  783.             Left = 64
  784.             Top = 73
  785.             Width = 49
  786.             Height = 13
  787.             Alignment = taRightJustify
  788.             AutoSize = False
  789.             Caption = '0.00'
  790.             Font.Charset = DEFAULT_CHARSET
  791.             Font.Color = clBlack
  792.             Font.Height = -11
  793.             Font.Name = 'MS Sans Serif'
  794.             Font.Style = []
  795.             ParentFont = False
  796.           end
  797.           object TotalLine: TShape
  798.             Left = 77
  799.             Top = 70
  800.             Width = 37
  801.             Height = 1
  802.           end
  803.           object LabelSalesTax: TLabel
  804.             Left = 8
  805.             Top = 37
  806.             Width = 50
  807.             Height = 13
  808.             Caption = 'Sales Tax:'
  809.             Font.Charset = DEFAULT_CHARSET
  810.             Font.Color = clBlack
  811.             Font.Height = -11
  812.             Font.Name = 'MS Sans Serif'
  813.             Font.Style = []
  814.             ParentFont = False
  815.           end
  816.           object SalesTax: TLabel
  817.             Left = 64
  818.             Top = 37
  819.             Width = 49
  820.             Height = 13
  821.             Alignment = taRightJustify
  822.             AutoSize = False
  823.             Caption = '0.00'
  824.             Font.Charset = DEFAULT_CHARSET
  825.             Font.Color = clBlack
  826.             Font.Height = -11
  827.             Font.Name = 'MS Sans Serif'
  828.             Font.Style = []
  829.             ParentFont = False
  830.           end
  831.         end
  832.         object GroupBox1: TGroupBox
  833.           Left = 280
  834.           Top = 104
  835.           Width = 121
  836.           Height = 77
  837.           Caption = 'Quantity && Pricing'
  838.           Font.Charset = DEFAULT_CHARSET
  839.           Font.Color = clBlack
  840.           Font.Height = -11
  841.           Font.Name = 'MS Sans Serif'
  842.           Font.Style = [fsBold]
  843.           ParentFont = False
  844.           TabOrder = 1
  845.           object LabelQuantity: TLabel
  846.             Left = 8
  847.             Top = 24
  848.             Width = 42
  849.             Height = 13
  850.             Caption = '&Quantity:'
  851.             FocusControl = Quantity
  852.             Font.Charset = DEFAULT_CHARSET
  853.             Font.Color = clBlack
  854.             Font.Height = -11
  855.             Font.Name = 'MS Sans Serif'
  856.             Font.Style = []
  857.             ParentFont = False
  858.           end
  859.           object QuantityPricingButton: TButton
  860.             Left = 8
  861.             Top = 47
  862.             Width = 105
  863.             Height = 25
  864.             Caption = 'Qu&antity Pricing'
  865.             Font.Charset = DEFAULT_CHARSET
  866.             Font.Color = clBlack
  867.             Font.Height = -11
  868.             Font.Name = 'MS Sans Serif'
  869.             Font.Style = []
  870.             ParentFont = False
  871.             TabOrder = 0
  872.             OnClick = QuantityPricingButtonClick
  873.           end
  874.           object Quantity: TMPWEdit
  875.             Left = 88
  876.             Top = 21
  877.             Width = 25
  878.             Height = 21
  879.             Font.Charset = DEFAULT_CHARSET
  880.             Font.Color = clBlack
  881.             Font.Height = -11
  882.             Font.Name = 'MS Sans Serif'
  883.             Font.Style = []
  884.             ParentFont = False
  885.             MaxLength = 4
  886.             TabOrder = 1
  887.             Text = '1'
  888.             OnChange = QuantityChange
  889.             ValidChars = '1234567890'
  890.           end
  891.         end
  892.         object OrderNotebook: TNotebook
  893.           Left = 0
  894.           Top = 0
  895.           Width = 277
  896.           Height = 185
  897.           TabOrder = 2
  898.           object TPage
  899.             Left = 0
  900.             Top = 0
  901.             Caption = 'Modules'
  902.             object FrameSelectItems: TGroupBox
  903.               Left = 4
  904.               Top = 8
  905.               Width = 269
  906.               Height = 173
  907.               Caption = 'Select One or More Items'
  908.               Font.Charset = DEFAULT_CHARSET
  909.               Font.Color = clBlack
  910.               Font.Height = -11
  911.               Font.Name = 'MS Sans Serif'
  912.               Font.Style = [fsBold]
  913.               ParentFont = False
  914.               TabOrder = 0
  915.               object ModuleDesc: TLabel
  916.                 Left = 8
  917.                 Top = 96
  918.                 Width = 253
  919.                 Height = 57
  920.                 AutoSize = False
  921.                 Font.Charset = DEFAULT_CHARSET
  922.                 Font.Color = clBlack
  923.                 Font.Height = -11
  924.                 Font.Name = 'MS Sans Serif'
  925.                 Font.Style = []
  926.                 ParentFont = False
  927.                 WordWrap = True
  928.               end
  929.               object QuantityNum: TLabel
  930.                 Left = 222
  931.                 Top = 0
  932.                 Width = 31
  933.                 Height = 13
  934.                 Alignment = taRightJustify
  935.                 Caption = 'Qty 1'
  936.               end
  937.               object AlreadyBought: TLabel
  938.                 Left = 8
  939.                 Top = 155
  940.                 Width = 252
  941.                 Height = 13
  942.                 Caption = '(*) indicates an item that you already bought'
  943.                 Font.Charset = DEFAULT_CHARSET
  944.                 Font.Color = clBlack
  945.                 Font.Height = -11
  946.                 Font.Name = 'MS Sans Serif'
  947.                 Font.Style = [fsBold]
  948.                 ParentFont = False
  949.                 Visible = False
  950.               end
  951.               object Asterisk: TLabel
  952.                 Left = 12
  953.                 Top = 155
  954.                 Width = 6
  955.                 Height = 13
  956.                 Caption = '*'
  957.                 Font.Charset = DEFAULT_CHARSET
  958.                 Font.Color = clRed
  959.                 Font.Height = -11
  960.                 Font.Name = 'MS Sans Serif'
  961.                 Font.Style = [fsBold]
  962.                 ParentFont = False
  963.                 Visible = False
  964.               end
  965.               object PriceBox: TMPGPriceBox
  966.                 Left = 8
  967.                 Top = 19
  968.                 Width = 253
  969.                 Height = 71
  970.                 TabOrder = 0
  971.                 IsPreview = False
  972.                 OnChange = PriceBoxChange
  973.                 ShowWasBought = True
  974.                 ShowCheckBox = True
  975.                 OnSelect = PriceBoxSelect
  976.                 TrapTab = ttNone
  977.               end
  978.             end
  979.           end
  980.           object TPage
  981.             Left = 0
  982.             Top = 0
  983.             Caption = 'Payment'
  984.             object GroupBox4: TGroupBox
  985.               Left = 4
  986.               Top = 8
  987.               Width = 269
  988.               Height = 173
  989.               Caption = 'Payment Details'
  990.               Font.Charset = DEFAULT_CHARSET
  991.               Font.Color = clBlack
  992.               Font.Height = -11
  993.               Font.Name = 'MS Sans Serif'
  994.               Font.Style = [fsBold]
  995.               ParentFont = False
  996.               TabOrder = 0
  997.               object LabelPassword: TLabel
  998.                 Left = 8
  999.                 Top = 24
  1000.                 Width = 57
  1001.                 Height = 13
  1002.                 AutoSize = False
  1003.                 Caption = '&Password:'
  1004.                 FocusControl = Password
  1005.                 Font.Charset = DEFAULT_CHARSET
  1006.                 Font.Color = clBlack
  1007.                 Font.Height = -11
  1008.                 Font.Name = 'MS Sans Serif'
  1009.                 Font.Style = []
  1010.                 ParentFont = False
  1011.               end
  1012.               object LabelCardNumber: TLabel
  1013.                 Left = 8
  1014.                 Top = 151
  1015.                 Width = 57
  1016.                 Height = 13
  1017.                 AutoSize = False
  1018.                 Caption = '&Number:'
  1019.                 FocusControl = CardNumber
  1020.                 Font.Charset = DEFAULT_CHARSET
  1021.                 Font.Color = clBlack
  1022.                 Font.Height = -11
  1023.                 Font.Name = 'MS Sans Serif'
  1024.                 Font.Style = []
  1025.                 ParentFont = False
  1026.               end
  1027.               object LabelCardHolder: TLabel
  1028.                 Left = 8
  1029.                 Top = 129
  1030.                 Width = 57
  1031.                 Height = 13
  1032.                 AutoSize = False
  1033.                 Caption = 'Car&dholder:'
  1034.                 FocusControl = CardHolder
  1035.                 Font.Charset = DEFAULT_CHARSET
  1036.                 Font.Color = clBlack
  1037.                 Font.Height = -11
  1038.                 Font.Name = 'MS Sans Serif'
  1039.                 Font.Style = []
  1040.                 ParentFont = False
  1041.               end
  1042.               object LabelPayType: TLabel
  1043.                 Left = 8
  1044.                 Top = 107
  1045.                 Width = 57
  1046.                 Height = 13
  1047.                 AutoSize = False
  1048.                 Caption = 'Pay &Type:'
  1049.                 FocusControl = PayType
  1050.                 Font.Charset = DEFAULT_CHARSET
  1051.                 Font.Color = clBlack
  1052.                 Font.Height = -11
  1053.                 Font.Name = 'MS Sans Serif'
  1054.                 Font.Style = []
  1055.                 ParentFont = False
  1056.               end
  1057.               object LabelCardExpires: TLabel
  1058.                 Left = 203
  1059.                 Top = 151
  1060.                 Width = 24
  1061.                 Height = 13
  1062.                 AutoSize = False
  1063.                 Caption = '&Exp:'
  1064.                 FocusControl = CardExpires
  1065.                 Font.Charset = DEFAULT_CHARSET
  1066.                 Font.Color = clBlack
  1067.                 Font.Height = -11
  1068.                 Font.Name = 'MS Sans Serif'
  1069.                 Font.Style = []
  1070.                 ParentFont = False
  1071.               end
  1072.               object Label1: TLabel
  1073.                 Left = 68
  1074.                 Top = 44
  1075.                 Width = 190
  1076.                 Height = 13
  1077.                 Caption = '(make up a 6 to 32 character long code)'
  1078.                 Font.Charset = DEFAULT_CHARSET
  1079.                 Font.Color = clMaroon
  1080.                 Font.Height = -11
  1081.                 Font.Name = 'MS Sans Serif'
  1082.                 Font.Style = []
  1083.                 ParentFont = False
  1084.               end
  1085.               object PayType: TComboBox
  1086.                 Left = 66
  1087.                 Top = 103
  1088.                 Width = 195
  1089.                 Height = 21
  1090.                 Style = csDropDownList
  1091.                 Font.Charset = DEFAULT_CHARSET
  1092.                 Font.Color = clBlack
  1093.                 Font.Height = -11
  1094.                 Font.Name = 'MS Sans Serif'
  1095.                 Font.Style = []
  1096.                 ItemHeight = 13
  1097.                 ParentFont = False
  1098.                 TabOrder = 1
  1099.                 OnChange = PayTypeChange
  1100.               end
  1101.               object CardHolder: TMPWEdit
  1102.                 Left = 66
  1103.                 Top = 125
  1104.                 Width = 195
  1105.                 Height = 21
  1106.                 Font.Charset = DEFAULT_CHARSET
  1107.                 Font.Color = clBlack
  1108.                 Font.Height = -11
  1109.                 Font.Name = 'MS Sans Serif'
  1110.                 Font.Style = []
  1111.                 ParentFont = False
  1112.                 MaxLength = 32
  1113.                 TabOrder = 2
  1114.               end
  1115.               object CardNumber: TMPWEdit
  1116.                 Left = 66
  1117.                 Top = 147
  1118.                 Width = 129
  1119.                 Height = 21
  1120.                 Font.Charset = DEFAULT_CHARSET
  1121.                 Font.Color = clBlack
  1122.                 Font.Height = -11
  1123.                 Font.Name = 'MS Sans Serif'
  1124.                 Font.Style = []
  1125.                 ParentFont = False
  1126.                 MaxLength = 19
  1127.                 TabOrder = 3
  1128.                 ValidChars = '1234567890 '
  1129.               end
  1130.               object CardExpires: TMPWEdit
  1131.                 Left = 228
  1132.                 Top = 147
  1133.                 Width = 33
  1134.                 Height = 21
  1135.                 Font.Charset = DEFAULT_CHARSET
  1136.                 Font.Color = clBlack
  1137.                 Font.Height = -11
  1138.                 Font.Name = 'MS Sans Serif'
  1139.                 Font.Style = []
  1140.                 ParentFont = False
  1141.                 MaxLength = 4
  1142.                 TabOrder = 4
  1143.                 ValidChars = '1234567890'
  1144.               end
  1145.               object Password: TMPWEdit
  1146.                 Left = 66
  1147.                 Top = 20
  1148.                 Width = 195
  1149.                 Height = 21
  1150.                 Font.Charset = DEFAULT_CHARSET
  1151.                 Font.Color = clBlack
  1152.                 Font.Height = -11
  1153.                 Font.Name = 'MS Sans Serif'
  1154.                 Font.Style = []
  1155.                 ParentFont = False
  1156.                 MaxLength = 32
  1157.                 TabOrder = 0
  1158.                 CharCase = ecUpperCase
  1159.               end
  1160.             end
  1161.           end
  1162.         end
  1163.       end
  1164.     end
  1165.   end
  1166.   object HelpButton: TButton
  1167.     Left = 158
  1168.     Top = 228
  1169.     Width = 47
  1170.     Height = 25
  1171.     Caption = '&Help'
  1172.     TabOrder = 2
  1173.     OnClick = HelpButtonClick
  1174.   end
  1175.   object CancelButton: TButton
  1176.     Left = 261
  1177.     Top = 228
  1178.     Width = 48
  1179.     Height = 25
  1180.     Caption = '&Cancel'
  1181.     Enabled = False
  1182.     TabOrder = 4
  1183.     OnClick = CancelButtonClick
  1184.   end
  1185.   object BackButton: TButton
  1186.     Left = 312
  1187.     Top = 228
  1188.     Width = 53
  1189.     Height = 25
  1190.     Caption = '<- &Back'
  1191.     TabOrder = 5
  1192.     OnClick = BackButtonClick
  1193.   end
  1194.   object NextButton: TButton
  1195.     Left = 368
  1196.     Top = 228
  1197.     Width = 52
  1198.     Height = 25
  1199.     Caption = '&Next ->'
  1200.     Enabled = False
  1201.     TabOrder = 1
  1202.     OnClick = NextButtonClick
  1203.   end
  1204.   object OptionsButton: TMPGMenuButton
  1205.     Left = 208
  1206.     Top = 228
  1207.     Width = 50
  1208.     Height = 25
  1209.     Caption = '&Options'
  1210.     PopupMenu = OptionsPopup
  1211.     TabOrder = 3
  1212.   end
  1213.   object EditMenu: TPopupMenu
  1214.     OnPopup = EditMenuPopup
  1215.     Left = 384
  1216.     Top = 4
  1217.     object EditUndo: TMenuItem
  1218.       Caption = '&Undo'
  1219.       OnClick = EditUndoClick
  1220.     end
  1221.     object EditBar1: TMenuItem
  1222.       Caption = '-'
  1223.     end
  1224.     object EditCut: TMenuItem
  1225.       Caption = 'Cu&t'
  1226.       OnClick = EditCutClick
  1227.     end
  1228.     object EditCopy: TMenuItem
  1229.       Caption = '&Copy'
  1230.       OnClick = EditCopyClick
  1231.     end
  1232.     object EditPaste: TMenuItem
  1233.       Caption = '&Paste'
  1234.       OnClick = EditPasteClick
  1235.     end
  1236.     object EditDelete: TMenuItem
  1237.       Caption = '&Delete'
  1238.       OnClick = EditDeleteClick
  1239.     end
  1240.     object EditBar2: TMenuItem
  1241.       Caption = '-'
  1242.     end
  1243.     object EditSelectAll: TMenuItem
  1244.       Caption = 'Select &All'
  1245.       OnClick = EditSelectAllClick
  1246.     end
  1247.   end
  1248.   object OptionsPopup: TPopupMenu
  1249.     Left = 356
  1250.     Top = 4
  1251.     object OptionsPopupPrePaid: TMenuItem
  1252.       Caption = '&Pre-Paid Registration...'
  1253.       OnClick = OptionsPopupPrePaidClick
  1254.     end
  1255.     object OptionsPopupManual: TMenuItem
  1256.       Caption = '&Manual/Re-Registration...'
  1257.       OnClick = OptionsPopupManualClick
  1258.     end
  1259.     object OptionsPopupPrint: TMenuItem
  1260.       Caption = '&Print License Agreement...'
  1261.       OnClick = OptionsPopupPrintClick
  1262.     end
  1263.     object OptionsPopupBar: TMenuItem
  1264.       Caption = '-'
  1265.     end
  1266.     object OptionsPopupAbout: TMenuItem
  1267.       Caption = '&About Reg-O-Matic...'
  1268.       OnClick = OptionsPopupAboutClick
  1269.     end
  1270.   end
  1271.   object Timer: TTimer
  1272.     Enabled = False
  1273.     Interval = 500
  1274.     OnTimer = TimerTimer
  1275.     Left = 328
  1276.     Top = 4
  1277.   end
  1278. end
  1279.