object Form1: TForm1 Left = 192 Top = 114 Width = 326 Height = 184 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 0 Top = 8 Width = 151 Height = 20 Caption = 'Montant hors tva : ' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 8 Top = 88 Width = 119 Height = 20 Caption = 'Montant TTC : ' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 0 Top = 32 Width = 304 Height = 20 Caption = '1 = 7 - 2 = 12.32 - 3 = 18.6 - 4 = 33.33' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Edit1: TEdit Left = 160 Top = 8 Width = 137 Height = 21 TabOrder = 0 end object Button1: TButton Left = 56 Top = 112 Width = 185 Height = 25 Caption = 'Calculer' TabOrder = 1 OnClick = Button1Click end object Edit2: TEdit Left = 160 Top = 88 Width = 137 Height = 21 TabOrder = 2 end object Edit3: TEdit Left = 64 Top = 56 Width = 169 Height = 21 TabOrder = 3 end end