home *** CD-ROM | disk | FTP | other *** search
- object TaxRatePostingForm: TTaxRatePostingForm
- Left = -13
- Top = 459
- Width = 435
- Height = 105
- Caption = 'Tax Rate Posting Form'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 120
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 427
- Height = 74
- Align = alClient
- TabOrder = 0
- object TaxRateLabel: TLabel
- Left = 32
- Top = 24
- Width = 55
- Height = 16
- Caption = 'Tax Rate'
- end
- object TaxRateDBEdit: TDBEdit
- Left = 104
- Top = 16
- Width = 121
- Height = 24
- DataField = 'TaxRate'
- DataSource = SalesTaxDataModule.SalesTaxDataSource
- MaxLength = 0
- TabOrder = 0
- end
- end
- end
-