home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets1.iso / Finance / Book / TRS / _setup.1 / TotalRetailSystem.exe / 0 / RCDATA / TSALESPROCESSINGFORM / TSALESPROCESSINGFORM.txt
Encoding:
Text File  |  1997-06-09  |  6.8 KB  |  310 lines

  1. object SalesProcessingForm: TSalesProcessingForm
  2.   Left = 161
  3.   Top = 31
  4.   Width = 632
  5.   Height = 612
  6.   Caption = 'SalesProcessingForm'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 120
  12.   TextHeight = 16
  13.   object Panel1: TPanel
  14.     Left = 0
  15.     Top = 0
  16.     Width = 624
  17.     Height = 581
  18.     Align = alClient
  19.     BevelOuter = bvLowered
  20.     Font.Color = clBlack
  21.     Font.Height = -17
  22.     Font.Name = 'MS Sans Serif'
  23.     Font.Style = []
  24.     ParentFont = False
  25.     TabOrder = 0
  26.     object PartNumberLabel: TLabel
  27.       Left = 8
  28.       Top = 24
  29.       Width = 94
  30.       Height = 20
  31.       Caption = 'Part Number'
  32.       Font.Color = clBlack
  33.       Font.Height = -17
  34.       Font.Name = 'MS Sans Serif'
  35.       Font.Style = []
  36.       ParentFont = False
  37.     end
  38.     object CustomerNumberLabel: TLabel
  39.       Left = 8
  40.       Top = 104
  41.       Width = 136
  42.       Height = 20
  43.       Caption = 'Customer Number'
  44.     end
  45.     object QuantityOrderedLabel: TLabel
  46.       Left = 8
  47.       Top = 144
  48.       Width = 127
  49.       Height = 20
  50.       Caption = 'Quantity Ordered'
  51.     end
  52.     object LabelPrice: TLabel
  53.       Left = 16
  54.       Top = 184
  55.       Width = 39
  56.       Height = 20
  57.       Caption = 'Price'
  58.     end
  59.     object TotalLabel: TLabel
  60.       Left = 16
  61.       Top = 224
  62.       Width = 37
  63.       Height = 20
  64.       Caption = 'Total'
  65.     end
  66.     object SalesTaxRateLabel: TLabel
  67.       Left = 16
  68.       Top = 352
  69.       Width = 112
  70.       Height = 20
  71.       Caption = 'Sales Tax Rate'
  72.     end
  73.     object TaxLabel: TLabel
  74.       Left = 16
  75.       Top = 264
  76.       Width = 27
  77.       Height = 20
  78.       Caption = 'Tax'
  79.     end
  80.     object GrandTotalLabel: TLabel
  81.       Left = 16
  82.       Top = 432
  83.       Width = 87
  84.       Height = 20
  85.       Caption = 'Grand Total'
  86.     end
  87.     object TotalTaxLabel: TLabel
  88.       Left = 16
  89.       Top = 392
  90.       Width = 68
  91.       Height = 20
  92.       Caption = 'Total Tax'
  93.     end
  94.     object FreightLabel: TLabel
  95.       Left = 16
  96.       Top = 312
  97.       Width = 52
  98.       Height = 20
  99.       Caption = 'Freight'
  100.     end
  101.     object OrderNumber: TLabel
  102.       Left = 16
  103.       Top = 64
  104.       Width = 102
  105.       Height = 20
  106.       Caption = 'OrderNumber'
  107.     end
  108.     object Label1: TLabel
  109.       Left = 16
  110.       Top = 480
  111.       Width = 117
  112.       Height = 20
  113.       Caption = 'Payment Status'
  114.     end
  115.     object Label2Billing2: TLabel
  116.       Left = 16
  117.       Top = 528
  118.       Width = 120
  119.       Height = 20
  120.       Caption = 'Billing CustNum'
  121.     end
  122.     object Label2: TLabel
  123.       Left = 16
  124.       Top = 560
  125.       Width = 36
  126.       Height = 20
  127.       Caption = 'Date'
  128.     end
  129.     object Label3: TLabel
  130.       Left = 312
  131.       Top = 32
  132.       Width = 125
  133.       Height = 20
  134.       Caption = 'Credit Card Type'
  135.     end
  136.     object Label4: TLabel
  137.       Left = 304
  138.       Top = 72
  139.       Width = 148
  140.       Height = 20
  141.       Caption = 'Credit Card Number'
  142.     end
  143.     object PartNumberDBEdit: TDBEdit
  144.       Left = 176
  145.       Top = 24
  146.       Width = 121
  147.       Height = 28
  148.       DataField = 'PartNumber'
  149.       DataSource = SalesDataModule.SalesDataSource
  150.       Font.Color = clBlack
  151.       Font.Height = -17
  152.       Font.Name = 'MS Sans Serif'
  153.       Font.Style = []
  154.       MaxLength = 50
  155.       ParentFont = False
  156.       TabOrder = 0
  157.     end
  158.     object CustomerNumbertDBEdit: TDBEdit
  159.       Left = 176
  160.       Top = 96
  161.       Width = 121
  162.       Height = 28
  163.       DataField = 'CustNum'
  164.       DataSource = SalesDataModule.SalesDataSource
  165.       MaxLength = 0
  166.       TabOrder = 1
  167.     end
  168.     object QuantityOrderedDBEdit: TDBEdit
  169.       Left = 176
  170.       Top = 136
  171.       Width = 121
  172.       Height = 28
  173.       DataField = 'QuantitySold'
  174.       DataSource = SalesDataModule.SalesDataSource
  175.       MaxLength = 0
  176.       TabOrder = 2
  177.     end
  178.     object PriceDBEdit: TDBEdit
  179.       Left = 176
  180.       Top = 176
  181.       Width = 121
  182.       Height = 28
  183.       DataField = 'Price'
  184.       DataSource = SalesDataModule.SalesDataSource
  185.       MaxLength = 0
  186.       TabOrder = 3
  187.     end
  188.     object TotalDBEdit: TDBEdit
  189.       Left = 176
  190.       Top = 216
  191.       Width = 121
  192.       Height = 28
  193.       DataField = 'Total'
  194.       DataSource = SalesDataModule.SalesDataSource
  195.       MaxLength = 0
  196.       TabOrder = 4
  197.     end
  198.     object SalesTaxDBEdit: TDBEdit
  199.       Left = 176
  200.       Top = 344
  201.       Width = 121
  202.       Height = 28
  203.       DataField = 'TaxRate'
  204.       DataSource = SalesTaxDataModule.SalesTaxDataSource
  205.       MaxLength = 0
  206.       TabOrder = 5
  207.     end
  208.     object TaxDBEdit: TDBEdit
  209.       Left = 176
  210.       Top = 256
  211.       Width = 121
  212.       Height = 28
  213.       DataField = 'Tax'
  214.       DataSource = SalesDataModule.SalesDataSource
  215.       MaxLength = 0
  216.       TabOrder = 6
  217.     end
  218.     object GrandTotalDBEdit: TDBEdit
  219.       Left = 176
  220.       Top = 424
  221.       Width = 121
  222.       Height = 28
  223.       DataField = 'GrandTotal'
  224.       DataSource = ShippingBillingDataModule.ShippingBillingDataSource
  225.       MaxLength = 0
  226.       TabOrder = 7
  227.     end
  228.     object TotalTaxDBEdit: TDBEdit
  229.       Left = 176
  230.       Top = 384
  231.       Width = 121
  232.       Height = 28
  233.       DataField = 'TotalTax'
  234.       DataSource = ShippingBillingDataModule.ShippingBillingDataSource
  235.       MaxLength = 0
  236.       TabOrder = 8
  237.     end
  238.     object FreightDBEdit: TDBEdit
  239.       Left = 176
  240.       Top = 304
  241.       Width = 121
  242.       Height = 28
  243.       DataField = 'ShippingCharge'
  244.       DataSource = ShippingBillingDataModule.ShippingBillingDataSource
  245.       MaxLength = 0
  246.       TabOrder = 9
  247.     end
  248.     object OrderNumberDBEdit: TDBEdit
  249.       Left = 176
  250.       Top = 64
  251.       Width = 121
  252.       Height = 28
  253.       DataField = 'OrderNumber'
  254.       DataSource = ShippingBillingDataModule.ShippingBillingDataSource
  255.       MaxLength = 0
  256.       TabOrder = 10
  257.     end
  258.     object PaymentStatusDBEdit: TDBEdit
  259.       Left = 176
  260.       Top = 472
  261.       Width = 121
  262.       Height = 28
  263.       DataField = 'PaymentStatus'
  264.       DataSource = ShippingBillingDataModule.ShippingBillingDataSource
  265.       MaxLength = 10
  266.       TabOrder = 11
  267.     end
  268.     object BillingCustomerNumberDBEdit: TDBEdit
  269.       Left = 176
  270.       Top = 520
  271.       Width = 121
  272.       Height = 28
  273.       DataField = 'CustNum'
  274.       DataSource = ShippingBillingDataModule.ShippingBillingDataSource
  275.       MaxLength = 0
  276.       TabOrder = 12
  277.     end
  278.     object DateDBEdit: TDBEdit
  279.       Left = 176
  280.       Top = 560
  281.       Width = 121
  282.       Height = 28
  283.       DataField = 'Date'
  284.       DataSource = ShippingBillingDataModule.ShippingBillingDataSource
  285.       MaxLength = 10
  286.       TabOrder = 13
  287.     end
  288.     object CreditCardTypeDBEdit: TDBEdit
  289.       Left = 448
  290.       Top = 24
  291.       Width = 121
  292.       Height = 28
  293.       DataField = 'Credit Card Type'
  294.       DataSource = ShippingBillingDataModule.ShippingBillingDataSource
  295.       MaxLength = 25
  296.       TabOrder = 14
  297.     end
  298.     object CreditCardNumberDBEdit: TDBEdit
  299.       Left = 456
  300.       Top = 64
  301.       Width = 121
  302.       Height = 28
  303.       DataField = 'Credit Card Number'
  304.       DataSource = ShippingBillingDataModule.ShippingBillingDataSource
  305.       MaxLength = 20
  306.       TabOrder = 15
  307.     end
  308.   end
  309. end
  310.