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