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

  1. object BillingForm: TBillingForm
  2.   Left = 57
  3.   Top = 64
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Billing Database Manager'
  7.   ClientHeight = 452
  8.   ClientWidth = 702
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 702
  20.     Height = 249
  21.     Align = alTop
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object DateLabel: TLabel
  25.       Left = 8
  26.       Top = 24
  27.       Width = 36
  28.       Height = 20
  29.       Caption = 'Date'
  30.       Font.Color = clBlack
  31.       Font.Height = -17
  32.       Font.Name = 'MS Sans Serif'
  33.       Font.Style = []
  34.       ParentFont = False
  35.     end
  36.     object OrderNumberLabel: TLabel
  37.       Left = 360
  38.       Top = 24
  39.       Width = 106
  40.       Height = 20
  41.       Caption = 'Order Number'
  42.       Font.Color = clBlack
  43.       Font.Height = -17
  44.       Font.Name = 'MS Sans Serif'
  45.       Font.Style = []
  46.       ParentFont = False
  47.     end
  48.     object CustomerNumberLabel: TLabel
  49.       Left = 8
  50.       Top = 64
  51.       Width = 136
  52.       Height = 20
  53.       Caption = 'Customer Number'
  54.       Font.Color = clBlack
  55.       Font.Height = -17
  56.       Font.Name = 'MS Sans Serif'
  57.       Font.Style = []
  58.       ParentFont = False
  59.     end
  60.     object PaymentStatusLabel: TLabel
  61.       Left = 8
  62.       Top = 112
  63.       Width = 117
  64.       Height = 20
  65.       Caption = 'Payment Status'
  66.       Font.Color = clBlack
  67.       Font.Height = -17
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = []
  70.       ParentFont = False
  71.     end
  72.     object DatePaymentRecievedLabel: TLabel
  73.       Left = 8
  74.       Top = 152
  75.       Width = 178
  76.       Height = 20
  77.       Caption = 'Date Payment Recieved'
  78.       Font.Color = clBlack
  79.       Font.Height = -17
  80.       Font.Name = 'MS Sans Serif'
  81.       Font.Style = []
  82.       ParentFont = False
  83.     end
  84.     object Label2: TLabel
  85.       Left = 8
  86.       Top = 224
  87.       Width = 87
  88.       Height = 20
  89.       Caption = 'Grand Total'
  90.       Font.Color = clBlack
  91.       Font.Height = -17
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Style = []
  94.       ParentFont = False
  95.     end
  96.     object Label3: TLabel
  97.       Left = 8
  98.       Top = 192
  99.       Width = 68
  100.       Height = 20
  101.       Caption = 'Total Tax'
  102.       Font.Color = clBlack
  103.       Font.Height = -17
  104.       Font.Name = 'MS Sans Serif'
  105.       Font.Style = []
  106.       ParentFont = False
  107.     end
  108.     object Label4: TLabel
  109.       Left = 360
  110.       Top = 64
  111.       Width = 125
  112.       Height = 20
  113.       Caption = 'Credit Card Type'
  114.       Font.Color = clBlack
  115.       Font.Height = -17
  116.       Font.Name = 'MS Sans Serif'
  117.       Font.Style = []
  118.       ParentFont = False
  119.     end
  120.     object Label5: TLabel
  121.       Left = 360
  122.       Top = 104
  123.       Width = 148
  124.       Height = 20
  125.       Caption = 'Credit Card Number'
  126.       Font.Color = clBlack
  127.       Font.Height = -17
  128.       Font.Name = 'MS Sans Serif'
  129.       Font.Style = []
  130.       ParentFont = False
  131.     end
  132.     object DateDBEdit: TDBEdit
  133.       Left = 72
  134.       Top = 16
  135.       Width = 121
  136.       Height = 28
  137.       DataField = 'Date'
  138.       DataSource = ShippingBillingDataModule.ShippingBillingDataSource
  139.       Font.Color = clBlack
  140.       Font.Height = -17
  141.       Font.Name = 'MS Sans Serif'
  142.       Font.Style = []
  143.       MaxLength = 10
  144.       ParentFont = False
  145.       TabOrder = 0
  146.     end
  147.     object OrderNumberDBEdit: TDBEdit
  148.       Left = 520
  149.       Top = 16
  150.       Width = 169
  151.       Height = 28
  152.       DataField = 'OrderNumber'
  153.       DataSource = ShippingBillingDataModule.ShippingBillingDataSource
  154.       Font.Color = clBlack
  155.       Font.Height = -17
  156.       Font.Name = 'MS Sans Serif'
  157.       Font.Style = []
  158.       MaxLength = 0
  159.       ParentFont = False
  160.       TabOrder = 1
  161.     end
  162.     object CustomerNumberDBEdit: TDBEdit
  163.       Left = 150
  164.       Top = 54
  165.       Width = 161
  166.       Height = 28
  167.       DataField = 'CustNum'
  168.       DataSource = ShippingBillingDataModule.ShippingBillingDataSource
  169.       Font.Color = clBlack
  170.       Font.Height = -17
  171.       Font.Name = 'MS Sans Serif'
  172.       Font.Style = []
  173.       MaxLength = 0
  174.       ParentFont = False
  175.       TabOrder = 2
  176.     end
  177.     object PaymentStatusDBEdit: TDBEdit
  178.       Left = 136
  179.       Top = 104
  180.       Width = 177
  181.       Height = 28
  182.       DataField = 'PaymentStatus'
  183.       DataSource = ShippingBillingDataModule.ShippingBillingDataSource
  184.       Font.Color = clBlack
  185.       Font.Height = -17
  186.       Font.Name = 'MS Sans Serif'
  187.       Font.Style = []
  188.       MaxLength = 10
  189.       ParentFont = False
  190.       TabOrder = 3
  191.     end
  192.     object DatePaymentRecievedDBEdit: TDBEdit
  193.       Left = 192
  194.       Top = 144
  195.       Width = 121
  196.       Height = 28
  197.       DataField = 'DatePaymentRecieved'
  198.       DataSource = ShippingBillingDataModule.ShippingBillingDataSource
  199.       Font.Color = clBlack
  200.       Font.Height = -17
  201.       Font.Name = 'MS Sans Serif'
  202.       Font.Style = []
  203.       MaxLength = 10
  204.       ParentFont = False
  205.       TabOrder = 4
  206.     end
  207.     object DBEdit1: TDBEdit
  208.       Left = 112
  209.       Top = 216
  210.       Width = 153
  211.       Height = 28
  212.       DataField = 'GrandTotal'
  213.       DataSource = ShippingBillingDataModule.ShippingBillingDataSource
  214.       Font.Color = clBlack
  215.       Font.Height = -17
  216.       Font.Name = 'MS Sans Serif'
  217.       Font.Style = []
  218.       MaxLength = 0
  219.       ParentFont = False
  220.       TabOrder = 5
  221.     end
  222.     object DBEdit2: TDBEdit
  223.       Left = 96
  224.       Top = 184
  225.       Width = 153
  226.       Height = 28
  227.       DataField = 'TotalTax'
  228.       DataSource = ShippingBillingDataModule.ShippingBillingDataSource
  229.       Font.Color = clBlack
  230.       Font.Height = -17
  231.       Font.Name = 'MS Sans Serif'
  232.       Font.Style = []
  233.       MaxLength = 0
  234.       ParentFont = False
  235.       TabOrder = 6
  236.     end
  237.     object DBEdit3: TDBEdit
  238.       Left = 520
  239.       Top = 56
  240.       Width = 169
  241.       Height = 28
  242.       DataField = 'Credit Card Type'
  243.       DataSource = ShippingBillingDataModule.ShippingBillingDataSource
  244.       Font.Color = clBlack
  245.       Font.Height = -17
  246.       Font.Name = 'MS Sans Serif'
  247.       Font.Style = []
  248.       MaxLength = 25
  249.       ParentFont = False
  250.       TabOrder = 7
  251.     end
  252.     object DBEdit4: TDBEdit
  253.       Left = 520
  254.       Top = 96
  255.       Width = 169
  256.       Height = 28
  257.       DataField = 'Credit Card Number'
  258.       DataSource = ShippingBillingDataModule.ShippingBillingDataSource
  259.       Font.Color = clBlack
  260.       Font.Height = -17
  261.       Font.Name = 'MS Sans Serif'
  262.       Font.Style = []
  263.       MaxLength = 20
  264.       ParentFont = False
  265.       TabOrder = 8
  266.     end
  267.   end
  268.   object Panel2: TPanel
  269.     Left = 0
  270.     Top = 249
  271.     Width = 702
  272.     Height = 203
  273.     Align = alClient
  274.     TabOrder = 1
  275.     object Label1: TLabel
  276.       Left = 32
  277.       Top = 16
  278.       Width = 578
  279.       Height = 20
  280.       Caption = 
  281.         'Hint: Check payment status first then Enter Payment status  and ' +
  282.         'Date recieved'
  283.       Font.Color = clBlack
  284.       Font.Height = -17
  285.       Font.Name = 'MS Sans Serif'
  286.       Font.Style = []
  287.       ParentFont = False
  288.     end
  289.     object cmdEnterPaymentStatusDateRecieved: TButton
  290.       Left = 16
  291.       Top = 56
  292.       Width = 297
  293.       Height = 33
  294.       Caption = 'Enter Payment Status/ Date Recieved'
  295.       Font.Color = clBlack
  296.       Font.Height = -17
  297.       Font.Name = 'MS Sans Serif'
  298.       Font.Style = []
  299.       ParentFont = False
  300.       TabOrder = 0
  301.       OnClick = cmdEnterPaymentStatusDateRecievedClick
  302.     end
  303.     object cmdClose: TBitBtn
  304.       Left = 616
  305.       Top = 152
  306.       Width = 75
  307.       Height = 41
  308.       Font.Color = clBlack
  309.       Font.Height = -17
  310.       Font.Name = 'MS Sans Serif'
  311.       Font.Style = []
  312.       ParentFont = False
  313.       TabOrder = 1
  314.       OnClick = cmdCloseClick
  315.       Kind = bkClose
  316.     end
  317.     object cmdPrintInvoice: TButton
  318.       Left = 16
  319.       Top = 104
  320.       Width = 217
  321.       Height = 33
  322.       Caption = 'Print Invoice'
  323.       Font.Color = clBlack
  324.       Font.Height = -17
  325.       Font.Name = 'MS Sans Serif'
  326.       Font.Style = []
  327.       ParentFont = False
  328.       TabOrder = 2
  329.       OnClick = cmdPrintInvoiceClick
  330.     end
  331.     object cmdCheckPaymentStatus: TButton
  332.       Left = 320
  333.       Top = 56
  334.       Width = 297
  335.       Height = 33
  336.       Caption = 'Check Payment Status'
  337.       Font.Color = clBlack
  338.       Font.Height = -17
  339.       Font.Name = 'MS Sans Serif'
  340.       Font.Style = []
  341.       ParentFont = False
  342.       TabOrder = 3
  343.       OnClick = cmdCheckPaymentStatusClick
  344.     end
  345.     object DBNavigator1: TDBNavigator
  346.       Left = 264
  347.       Top = 152
  348.       Width = 254
  349.       Height = 41
  350.       DataSource = ShippingBillingDataModule.ShippingBillingDataSource
  351.       VisibleButtons = [nbPrior, nbNext]
  352.       TabOrder = 4
  353.     end
  354.     object cmdPrintReciept: TButton
  355.       Left = 240
  356.       Top = 104
  357.       Width = 217
  358.       Height = 33
  359.       Caption = 'Print Reciept'
  360.       Font.Color = clBlack
  361.       Font.Height = -17
  362.       Font.Name = 'MS Sans Serif'
  363.       Font.Style = []
  364.       ParentFont = False
  365.       TabOrder = 5
  366.       OnClick = cmdPrintRecieptClick
  367.     end
  368.     object cmdHelp: TButton
  369.       Left = 16
  370.       Top = 160
  371.       Width = 217
  372.       Height = 33
  373.       Caption = 'Help'
  374.       Font.Color = clBlack
  375.       Font.Height = -17
  376.       Font.Name = 'MS Sans Serif'
  377.       Font.Style = []
  378.       ParentFont = False
  379.       TabOrder = 6
  380.       OnClick = cmdHelpClick
  381.     end
  382.   end
  383.   object InvoiceReport1: TReport
  384.     ReportName = 'invoice.rpt'
  385.     ReportDir = 'C:\Program Files\ALBERT RUGEL\DataBase Files\'
  386.     AutoUnload = True
  387.     Left = 240
  388.     Top = 8
  389.   end
  390.   object RecieptReport: TReport
  391.     ReportName = 'Reciept.rpt'
  392.     ReportDir = 'C:\Program Files\ALBERT RUGEL\DataBase Files\'
  393.     AutoUnload = True
  394.     Left = 288
  395.     Top = 8
  396.   end
  397. end
  398.