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

  1. object TaxRatePostingForm: TTaxRatePostingForm
  2.   Left = -13
  3.   Top = 459
  4.   Width = 435
  5.   Height = 105
  6.   Caption = 'Tax Rate Posting Form'
  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 = 427
  17.     Height = 74
  18.     Align = alClient
  19.     TabOrder = 0
  20.     object TaxRateLabel: TLabel
  21.       Left = 32
  22.       Top = 24
  23.       Width = 55
  24.       Height = 16
  25.       Caption = 'Tax Rate'
  26.     end
  27.     object TaxRateDBEdit: TDBEdit
  28.       Left = 104
  29.       Top = 16
  30.       Width = 121
  31.       Height = 24
  32.       DataField = 'TaxRate'
  33.       DataSource = SalesTaxDataModule.SalesTaxDataSource
  34.       MaxLength = 0
  35.       TabOrder = 0
  36.     end
  37.   end
  38. end
  39.