home *** CD-ROM | disk | FTP | other *** search
- object FEAplicImpo: TFEAplicImpo
- Left = 268
- Top = 244
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Calculator pentru impozite'
- ClientHeight = 189
- ClientWidth = 319
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 15
- object Label2: TLabel
- Left = 61
- Top = 57
- Width = 64
- Height = 15
- Caption = 'Suma bruta'
- end
- object Label3: TLabel
- Left = 61
- Top = 82
- Width = 60
- Height = 15
- Caption = 'Suma neta'
- end
- object Label4: TLabel
- Left = 61
- Top = 107
- Width = 39
- Height = 15
- Caption = 'Impozit'
- end
- object Label1: TLabel
- Left = 27
- Top = 8
- Width = 266
- Height = 33
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'Puteti introduce oricare din cele 3 elemente si veti obtine valo' +
- 'rile celorlalte'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlue
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object ISSumaBruta: TISCalcEdit
- Left = 132
- Top = 54
- Width = 125
- Height = 21
- AutoSize = False
- FormatOnEditing = True
- ButtonWidth = 0
- NumGlyphs = 2
- TabOrder = 0
- OnChange = ISSumaBrutaChange
- end
- object ISSumaNeta: TISCalcEdit
- Left = 132
- Top = 79
- Width = 125
- Height = 21
- AutoSize = False
- FormatOnEditing = True
- ButtonWidth = 0
- NumGlyphs = 2
- TabOrder = 1
- OnChange = ISSumaNetaChange
- end
- object BIesire: TB
- Left = 94
- Top = 145
- Width = 130
- Height = 30
- Cancel = True
- Caption = '&Iesire'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = BIesireClick
- end
- object ISImpozit: TISCalcEdit
- Left = 132
- Top = 104
- Width = 125
- Height = 21
- AutoSize = False
- FormatOnEditing = True
- ButtonWidth = 0
- NumGlyphs = 2
- TabOrder = 2
- OnChange = ISImpozitChange
- end
- end
-