home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / chip12_99.iso / software / freeware / captureexpress / capex.exe / CAPEXP.EXE / 0 / RCDATA / TMYORDER / TMYORDER.txt < prev   
Encoding:
Text File  |  1999-09-28  |  13.7 KB  |  730 lines

  1. object MyOrder: TMyOrder
  2.   Left = 183
  3.   Top = 124
  4.   BorderStyle = bsDialog
  5.   Caption = 'Order Entry'
  6.   ClientHeight = 445
  7.   ClientWidth = 632
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -12
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 15
  21.   object Bevel2: TBevel
  22.     Left = 4
  23.     Top = 196
  24.     Width = 309
  25.     Height = 157
  26.     Shape = bsFrame
  27.     Style = bsRaised
  28.   end
  29.   object Bevel1: TBevel
  30.     Left = 4
  31.     Top = 32
  32.     Width = 517
  33.     Height = 161
  34.     Shape = bsFrame
  35.     Style = bsRaised
  36.   end
  37.   object Label1: TLabel
  38.     Left = 12
  39.     Top = 45
  40.     Width = 81
  41.     Height = 17
  42.     Alignment = taRightJustify
  43.     AutoSize = False
  44.     Caption = 'Name'
  45.   end
  46.   object Label2: TLabel
  47.     Left = 12
  48.     Top = 70
  49.     Width = 81
  50.     Height = 17
  51.     Alignment = taRightJustify
  52.     AutoSize = False
  53.     Caption = 'Company'
  54.   end
  55.   object Label3: TLabel
  56.     Left = 408
  57.     Top = 170
  58.     Width = 29
  59.     Height = 17
  60.     Alignment = taRightJustify
  61.     AutoSize = False
  62.     Caption = 'Fax'
  63.   end
  64.   object Label4: TLabel
  65.     Left = 12
  66.     Top = 170
  67.     Width = 81
  68.     Height = 17
  69.     Alignment = taRightJustify
  70.     AutoSize = False
  71.     Caption = 'Work Phone'
  72.   end
  73.   object Label5: TLabel
  74.     Left = 12
  75.     Top = 145
  76.     Width = 81
  77.     Height = 17
  78.     Alignment = taRightJustify
  79.     AutoSize = False
  80.     Caption = 'Province'
  81.   end
  82.   object Label6: TLabel
  83.     Left = 12
  84.     Top = 120
  85.     Width = 81
  86.     Height = 17
  87.     Alignment = taRightJustify
  88.     AutoSize = False
  89.     Caption = 'City'
  90.   end
  91.   object Label7: TLabel
  92.     Left = 12
  93.     Top = 95
  94.     Width = 81
  95.     Height = 17
  96.     Alignment = taRightJustify
  97.     AutoSize = False
  98.     Caption = 'Address'
  99.   end
  100.   object Visa: TImage
  101.     Left = 528
  102.     Top = 4
  103.     Width = 97
  104.     Height = 60
  105.     Picture.Data = {<image000.bmp>}
  106.     Stretch = True
  107.   end
  108.   object MasterCard: TImage
  109.     Left = 528
  110.     Top = 72
  111.     Width = 97
  112.     Height = 60
  113.     Picture.Data = {<image001.bmp>}
  114.     Stretch = True
  115.   end
  116.   object Amex: TImage
  117.     Left = 528
  118.     Top = 140
  119.     Width = 97
  120.     Height = 60
  121.     Picture.Data = {<image002.bmp>}
  122.     Stretch = True
  123.   end
  124.   object Discover: TImage
  125.     Left = 528
  126.     Top = 208
  127.     Width = 97
  128.     Height = 60
  129.     Picture.Data = {<image003.bmp>}
  130.     Stretch = True
  131.   end
  132.   object Label8: TLabel
  133.     Left = 248
  134.     Top = 120
  135.     Width = 45
  136.     Height = 17
  137.     Alignment = taRightJustify
  138.     AutoSize = False
  139.     Caption = 'State'
  140.   end
  141.   object Label9: TLabel
  142.     Left = 264
  143.     Top = 145
  144.     Width = 69
  145.     Height = 17
  146.     Alignment = taRightJustify
  147.     AutoSize = False
  148.     Caption = 'Country'
  149.   end
  150.   object Label10: TLabel
  151.     Left = 204
  152.     Top = 170
  153.     Width = 89
  154.     Height = 17
  155.     Alignment = taRightJustify
  156.     AutoSize = False
  157.     Caption = 'Home Phone'
  158.   end
  159.   object Zip: TLabel
  160.     Left = 360
  161.     Top = 120
  162.     Width = 37
  163.     Height = 17
  164.     Alignment = taRightJustify
  165.     AutoSize = False
  166.     Caption = 'Zip'
  167.   end
  168.   object Label12: TLabel
  169.     Left = 8
  170.     Top = 254
  171.     Width = 77
  172.     Height = 17
  173.     Alignment = taRightJustify
  174.     AutoSize = False
  175.     Caption = 'Currency'
  176.   end
  177.   object Label13: TLabel
  178.     Left = 8
  179.     Top = 279
  180.     Width = 77
  181.     Height = 17
  182.     Alignment = taRightJustify
  183.     AutoSize = False
  184.     Caption = 'Shipping'
  185.   end
  186.   object Label14: TLabel
  187.     Left = 8
  188.     Top = 304
  189.     Width = 77
  190.     Height = 17
  191.     Alignment = taRightJustify
  192.     AutoSize = False
  193.     Caption = 'Payment'
  194.   end
  195.   object CredCardLab: TLabel
  196.     Left = 8
  197.     Top = 325
  198.     Width = 29
  199.     Height = 17
  200.     Alignment = taRightJustify
  201.     AutoSize = False
  202.     Caption = 'Card'
  203.   end
  204.   object ExpLab: TLabel
  205.     Left = 212
  206.     Top = 328
  207.     Width = 25
  208.     Height = 17
  209.     Alignment = taRightJustify
  210.     AutoSize = False
  211.     Caption = 'Exp'
  212.   end
  213.   object Bevel3: TBevel
  214.     Left = 316
  215.     Top = 196
  216.     Width = 205
  217.     Height = 157
  218.     Shape = bsFrame
  219.     Style = bsRaised
  220.   end
  221.   object Label19: TLabel
  222.     Left = 328
  223.     Top = 252
  224.     Width = 177
  225.     Height = 17
  226.     Alignment = taCenter
  227.     AutoSize = False
  228.     Caption = 'Comments'
  229.   end
  230.   object Label15: TLabel
  231.     Left = 308
  232.     Top = 45
  233.     Width = 45
  234.     Height = 17
  235.     Alignment = taRightJustify
  236.     AutoSize = False
  237.     Caption = 'E-Mail'
  238.   end
  239.   object Label18: TLabel
  240.     Left = 324
  241.     Top = 204
  242.     Width = 189
  243.     Height = 17
  244.     Alignment = taCenter
  245.     AutoSize = False
  246.     Caption = 'Where did you hear about us?'
  247.     Font.Charset = DEFAULT_CHARSET
  248.     Font.Color = clBlack
  249.     Font.Height = -12
  250.     Font.Name = 'Arial'
  251.     Font.Style = []
  252.     ParentFont = False
  253.   end
  254.   object Panel1: TPanel
  255.     Left = 4
  256.     Top = 356
  257.     Width = 517
  258.     Height = 85
  259.     Color = clTeal
  260.     TabOrder = 25
  261.     object Label20: TLabel
  262.       Left = 4
  263.       Top = 4
  264.       Width = 65
  265.       Height = 16
  266.       AutoSize = False
  267.       Caption = 'Remit To:'
  268.       Font.Charset = DEFAULT_CHARSET
  269.       Font.Color = clBlack
  270.       Font.Height = -13
  271.       Font.Name = 'Arial'
  272.       Font.Style = [fsBold]
  273.       ParentFont = False
  274.     end
  275.     object Company1: TLabel
  276.       Left = 72
  277.       Top = 4
  278.       Width = 289
  279.       Height = 16
  280.       AutoSize = False
  281.       Caption = 'Company1'
  282.       Font.Charset = DEFAULT_CHARSET
  283.       Font.Color = clBlack
  284.       Font.Height = -13
  285.       Font.Name = 'Arial'
  286.       Font.Style = []
  287.       ParentFont = False
  288.     end
  289.     object Company2: TLabel
  290.       Left = 72
  291.       Top = 20
  292.       Width = 289
  293.       Height = 16
  294.       AutoSize = False
  295.       Caption = 'Company2'
  296.       Font.Charset = DEFAULT_CHARSET
  297.       Font.Color = clBlack
  298.       Font.Height = -13
  299.       Font.Name = 'Arial'
  300.       Font.Style = []
  301.       ParentFont = False
  302.     end
  303.     object Company3: TLabel
  304.       Left = 72
  305.       Top = 36
  306.       Width = 289
  307.       Height = 16
  308.       AutoSize = False
  309.       Caption = 'Company3'
  310.       Font.Charset = DEFAULT_CHARSET
  311.       Font.Color = clBlack
  312.       Font.Height = -13
  313.       Font.Name = 'Arial'
  314.       Font.Style = []
  315.       ParentFont = False
  316.     end
  317.     object Company4: TLabel
  318.       Left = 72
  319.       Top = 52
  320.       Width = 289
  321.       Height = 16
  322.       AutoSize = False
  323.       Caption = 'Company4'
  324.       Font.Charset = DEFAULT_CHARSET
  325.       Font.Color = clBlack
  326.       Font.Height = -13
  327.       Font.Name = 'Arial'
  328.       Font.Style = []
  329.       ParentFont = False
  330.     end
  331.     object Company5: TLabel
  332.       Left = 72
  333.       Top = 68
  334.       Width = 289
  335.       Height = 16
  336.       AutoSize = False
  337.       Caption = 'Company5'
  338.       Font.Charset = DEFAULT_CHARSET
  339.       Font.Color = clBlack
  340.       Font.Height = -13
  341.       Font.Name = 'Arial'
  342.       Font.Style = []
  343.       ParentFont = False
  344.     end
  345.     object Price: TLabel
  346.       Left = 368
  347.       Top = 4
  348.       Width = 49
  349.       Height = 16
  350.       AutoSize = False
  351.       Caption = 'Price:'
  352.       Font.Charset = DEFAULT_CHARSET
  353.       Font.Color = clBlack
  354.       Font.Height = -13
  355.       Font.Name = 'Arial'
  356.       Font.Style = []
  357.       ParentFont = False
  358.     end
  359.     object Label21: TLabel
  360.       Left = 368
  361.       Top = 20
  362.       Width = 49
  363.       Height = 16
  364.       AutoSize = False
  365.       Caption = 'S&&H:'
  366.       Font.Charset = DEFAULT_CHARSET
  367.       Font.Color = clBlack
  368.       Font.Height = -13
  369.       Font.Name = 'Arial'
  370.       Font.Style = []
  371.       ParentFont = False
  372.     end
  373.     object Label22: TLabel
  374.       Left = 368
  375.       Top = 36
  376.       Width = 41
  377.       Height = 16
  378.       AutoSize = False
  379.       Caption = 'Tax:'
  380.       Font.Charset = DEFAULT_CHARSET
  381.       Font.Color = clBlack
  382.       Font.Height = -13
  383.       Font.Name = 'Arial'
  384.       Font.Style = []
  385.       ParentFont = False
  386.     end
  387.     object Label23: TLabel
  388.       Left = 368
  389.       Top = 56
  390.       Width = 49
  391.       Height = 20
  392.       AutoSize = False
  393.       Caption = 'Total:'
  394.       Font.Charset = DEFAULT_CHARSET
  395.       Font.Color = clBlack
  396.       Font.Height = -17
  397.       Font.Name = 'Arial'
  398.       Font.Style = [fsBold]
  399.       ParentFont = False
  400.     end
  401.     object PriceTotal: TLabel
  402.       Left = 420
  403.       Top = 56
  404.       Width = 89
  405.       Height = 20
  406.       AutoSize = False
  407.       Font.Charset = DEFAULT_CHARSET
  408.       Font.Color = clBlack
  409.       Font.Height = -17
  410.       Font.Name = 'Arial'
  411.       Font.Style = [fsBold]
  412.       ParentFont = False
  413.     end
  414.     object PriceFirst: TLabel
  415.       Left = 420
  416.       Top = 4
  417.       Width = 93
  418.       Height = 16
  419.       AutoSize = False
  420.       Font.Charset = DEFAULT_CHARSET
  421.       Font.Color = clBlack
  422.       Font.Height = -13
  423.       Font.Name = 'Arial'
  424.       Font.Style = []
  425.       ParentFont = False
  426.     end
  427.     object PriceShipping: TLabel
  428.       Left = 420
  429.       Top = 20
  430.       Width = 93
  431.       Height = 16
  432.       AutoSize = False
  433.       Font.Charset = DEFAULT_CHARSET
  434.       Font.Color = clBlack
  435.       Font.Height = -13
  436.       Font.Name = 'Arial'
  437.       Font.Style = []
  438.       ParentFont = False
  439.     end
  440.     object PriceTax: TLabel
  441.       Left = 420
  442.       Top = 36
  443.       Width = 93
  444.       Height = 16
  445.       AutoSize = False
  446.       Font.Charset = DEFAULT_CHARSET
  447.       Font.Color = clBlack
  448.       Font.Height = -13
  449.       Font.Name = 'Arial'
  450.       Font.Style = []
  451.       ParentFont = False
  452.     end
  453.   end
  454.   object Name: TEdit
  455.     Left = 100
  456.     Top = 40
  457.     Width = 205
  458.     Height = 23
  459.     MaxLength = 60
  460.     TabOrder = 0
  461.   end
  462.   object Company: TEdit
  463.     Left = 100
  464.     Top = 65
  465.     Width = 413
  466.     Height = 23
  467.     MaxLength = 70
  468.     TabOrder = 2
  469.   end
  470.   object Fax: TEdit
  471.     Left = 444
  472.     Top = 165
  473.     Width = 69
  474.     Height = 23
  475.     MaxLength = 20
  476.     TabOrder = 11
  477.   end
  478.   object WorkPhone: TEdit
  479.     Left = 100
  480.     Top = 165
  481.     Width = 101
  482.     Height = 23
  483.     MaxLength = 20
  484.     TabOrder = 9
  485.   end
  486.   object Province: TEdit
  487.     Left = 100
  488.     Top = 140
  489.     Width = 157
  490.     Height = 23
  491.     MaxLength = 30
  492.     TabOrder = 7
  493.   end
  494.   object City: TEdit
  495.     Left = 100
  496.     Top = 115
  497.     Width = 141
  498.     Height = 23
  499.     MaxLength = 30
  500.     TabOrder = 4
  501.   end
  502.   object AddressLine: TEdit
  503.     Left = 100
  504.     Top = 90
  505.     Width = 413
  506.     Height = 23
  507.     MaxLength = 70
  508.     TabOrder = 3
  509.   end
  510.   object HomePhone: TEdit
  511.     Left = 300
  512.     Top = 165
  513.     Width = 101
  514.     Height = 23
  515.     MaxLength = 20
  516.     TabOrder = 10
  517.   end
  518.   object Country: TEdit
  519.     Left = 348
  520.     Top = 140
  521.     Width = 165
  522.     Height = 23
  523.     MaxLength = 40
  524.     TabOrder = 8
  525.   end
  526.   object State: TComboBox
  527.     Left = 300
  528.     Top = 115
  529.     Width = 53
  530.     Height = 23
  531.     Style = csDropDownList
  532.     DropDownCount = 15
  533.     ItemHeight = 15
  534.     TabOrder = 5
  535.     OnChange = StateChange
  536.   end
  537.   object ZipCode: TEdit
  538.     Left = 404
  539.     Top = 115
  540.     Width = 109
  541.     Height = 23
  542.     MaxLength = 12
  543.     TabOrder = 6
  544.   end
  545.   object Currency: TComboBox
  546.     Left = 92
  547.     Top = 249
  548.     Width = 173
  549.     Height = 23
  550.     Style = csDropDownList
  551.     ItemHeight = 15
  552.     TabOrder = 12
  553.     OnChange = CurrencyChange
  554.   end
  555.   object Shipping: TComboBox
  556.     Left = 92
  557.     Top = 274
  558.     Width = 173
  559.     Height = 23
  560.     Style = csDropDownList
  561.     ItemHeight = 15
  562.     TabOrder = 13
  563.     OnChange = ShippingChange
  564.   end
  565.   object Payment: TComboBox
  566.     Left = 92
  567.     Top = 299
  568.     Width = 173
  569.     Height = 23
  570.     Style = csDropDownList
  571.     ItemHeight = 15
  572.     TabOrder = 14
  573.     OnChange = PaymentChange
  574.   end
  575.   object CredCard1: TEdit
  576.     Left = 40
  577.     Top = 324
  578.     Width = 41
  579.     Height = 23
  580.     MaxLength = 4
  581.     TabOrder = 15
  582.   end
  583.   object CredCard2: TEdit
  584.     Left = 84
  585.     Top = 324
  586.     Width = 41
  587.     Height = 23
  588.     MaxLength = 4
  589.     TabOrder = 16
  590.   end
  591.   object CredCard3: TEdit
  592.     Left = 128
  593.     Top = 324
  594.     Width = 41
  595.     Height = 23
  596.     MaxLength = 4
  597.     TabOrder = 17
  598.   end
  599.   object CredCard4: TEdit
  600.     Left = 172
  601.     Top = 324
  602.     Width = 41
  603.     Height = 23
  604.     MaxLength = 4
  605.     TabOrder = 18
  606.   end
  607.   object ExpDate1: TEdit
  608.     Left = 244
  609.     Top = 325
  610.     Width = 29
  611.     Height = 23
  612.     MaxLength = 2
  613.     TabOrder = 19
  614.   end
  615.   object ExpDate2: TEdit
  616.     Left = 280
  617.     Top = 325
  618.     Width = 29
  619.     Height = 23
  620.     MaxLength = 2
  621.     TabOrder = 20
  622.   end
  623.   object NameOfSource: TEdit
  624.     Left = 324
  625.     Top = 224
  626.     Width = 189
  627.     Height = 23
  628.     MaxLength = 60
  629.     TabOrder = 21
  630.   end
  631.   object Comments: TMemo
  632.     Left = 324
  633.     Top = 272
  634.     Width = 189
  635.     Height = 77
  636.     Lines.Strings = (
  637.       'Comments')
  638.     MaxLength = 2000
  639.     TabOrder = 22
  640.   end
  641.   object PrintButton: TButton
  642.     Left = 526
  643.     Top = 328
  644.     Width = 105
  645.     Height = 65
  646.     Caption = '&Print'
  647.     Font.Charset = DEFAULT_CHARSET
  648.     Font.Color = clBlack
  649.     Font.Height = -18
  650.     Font.Name = 'Arial'
  651.     Font.Style = [fsBold]
  652.     ParentFont = False
  653.     TabOrder = 23
  654.     OnClick = PrintButtonClick
  655.   end
  656.   object ExitButton: TButton
  657.     Left = 526
  658.     Top = 400
  659.     Width = 105
  660.     Height = 37
  661.     Caption = 'E&xit'
  662.     Font.Charset = DEFAULT_CHARSET
  663.     Font.Color = clBlack
  664.     Font.Height = -13
  665.     Font.Name = 'Arial'
  666.     Font.Style = [fsBold]
  667.     ParentFont = False
  668.     TabOrder = 24
  669.     OnClick = ExitButtonClick
  670.   end
  671.   object panel2: TPanel
  672.     Left = 4
  673.     Top = 0
  674.     Width = 517
  675.     Height = 29
  676.     Caption = 
  677.       'Fill out the form and click "Print" to print it out.  Mail or fa' +
  678.       'x in the printout.'
  679.     Color = clRed
  680.     Font.Charset = DEFAULT_CHARSET
  681.     Font.Color = clBlack
  682.     Font.Height = -16
  683.     Font.Name = 'Arial'
  684.     Font.Style = []
  685.     ParentFont = False
  686.     TabOrder = 26
  687.   end
  688.   object EMail: TEdit
  689.     Left = 360
  690.     Top = 40
  691.     Width = 153
  692.     Height = 23
  693.     MaxLength = 60
  694.     TabOrder = 1
  695.   end
  696.   object SingleUser: TRadioButton
  697.     Left = 12
  698.     Top = 204
  699.     Width = 161
  700.     Height = 17
  701.     Caption = 'Single User License'
  702.     TabOrder = 27
  703.     OnClick = SingleUserClick
  704.   end
  705.   object SiteLicense: TRadioButton
  706.     Left = 12
  707.     Top = 228
  708.     Width = 89
  709.     Height = 17
  710.     Caption = 'Site License'
  711.     TabOrder = 28
  712.     OnClick = SiteLicenseClick
  713.   end
  714.   object NumUsers: TComboBox
  715.     Left = 108
  716.     Top = 225
  717.     Width = 157
  718.     Height = 23
  719.     Style = csDropDownList
  720.     DropDownCount = 15
  721.     ItemHeight = 15
  722.     TabOrder = 29
  723.     OnChange = NumUsersChange
  724.   end
  725.   object MyPrintDialog: TPrintDialog
  726.     Left = 564
  727.     Top = 288
  728.   end
  729. end
  730.