home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 261
- Top = 180
- ActiveControl = CalcBtn
- BorderStyle = bsDialog
- Caption = 'PC Pro VAT Calculator'
- ClientHeight = 173
- ClientWidth = 285
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 168
- Top = 56
- Width = 20
- Height = 16
- Caption = 'Vat'
- end
- object Label2: TLabel
- Left = 160
- Top = 24
- Width = 53
- Height = 16
- Caption = 'Subtotal'
- end
- object Label3: TLabel
- Left = 160
- Top = 96
- Width = 75
- Height = 16
- Caption = 'Grand Total'
- end
- object CalcBtn: TButton
- Left = 8
- Top = 137
- Width = 273
- Height = 33
- Caption = '&Calculate'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- OnClick = CalcBtnClick
- end
- object GrandTotal: TEdit
- Left = 16
- Top = 88
- Width = 121
- Height = 24
- Hint =
- 'Select this to generate a subtotal from the cost (inc VAT) in th' +
- 'e last field'
- TabOrder = 1
- end
- object Vat: TEdit
- Left = 16
- Top = 56
- Width = 121
- Height = 24
- ReadOnly = True
- TabOrder = 2
- end
- object SubTotal: TEdit
- Left = 16
- Top = 24
- Width = 121
- Height = 24
- TabOrder = 3
- end
- end
-