home *** CD-ROM | disk | FTP | other *** search
- object FSumeExceptate: TFSumeExceptate
- Left = 275
- Top = 137
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'FSumeExceptate'
- ClientHeight = 224
- ClientWidth = 455
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 15
- object Bevel2: TBevel
- Left = 8
- Top = 55
- Width = 441
- Height = 106
- Shape = bsFrame
- Style = bsRaised
- end
- object Label14: TLabel
- Left = 56
- Top = 109
- Width = 3
- Height = 15
- end
- object Label16: TLabel
- Left = 56
- Top = 133
- Width = 3
- Height = 15
- end
- object Label19: TLabel
- Left = 204
- Top = 136
- Width = 11
- Height = 15
- Caption = '%'
- end
- object Label1: TLabel
- Left = 18
- Top = 62
- Width = 3
- Height = 15
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 204
- Top = 112
- Width = 11
- Height = 15
- Caption = '%'
- end
- object Label3: TLabel
- Left = 204
- Top = 85
- Width = 11
- Height = 15
- Caption = '%'
- end
- object Label5: TLabel
- Left = 24
- Top = 61
- Width = 343
- Height = 15
- Caption =
- 'Din sume exceptate se va retine, de la angajat, in proportie de:' +
- ' '
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlue
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsUnderline]
- ParentFont = False
- end
- object P3: TPanel
- Left = 0
- Top = 188
- Width = 455
- Height = 36
- Align = alBottom
- BevelInner = bvLowered
- TabOrder = 7
- object BValInit: TB
- Left = 9
- Top = 3
- Width = 130
- Height = 30
- Caption = '&Valori implicite'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = BValInitClick
- end
- object BConfirm: TB
- Left = 184
- Top = 3
- Width = 130
- Height = 30
- Caption = '&Confirmare'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 0
- OnClick = BConfirmClick
- end
- object BAbandon: TB
- Left = 317
- Top = 3
- Width = 130
- Height = 30
- Cancel = True
- Caption = '&Abandon'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = BAbandonClick
- end
- end
- object ISExPensie: TISCalcEdit
- Left = 151
- Top = 82
- Width = 50
- Height = 21
- AutoSize = False
- DecimalPlaces = 0
- DisplayFormat = '#,##0.'
- FormatOnEditing = True
- ButtonWidth = 0
- NumGlyphs = 2
- TabOrder = 1
- end
- object ISExSanatate: TISCalcEdit
- Left = 151
- Top = 107
- Width = 50
- Height = 21
- AutoSize = False
- DecimalPlaces = 0
- DisplayFormat = '#,##0.'
- FormatOnEditing = True
- ButtonWidth = 0
- NumGlyphs = 2
- TabOrder = 3
- end
- object ISExImpozit: TISCalcEdit
- Left = 151
- Top = 132
- Width = 50
- Height = 21
- AutoSize = False
- DecimalPlaces = 0
- DisplayFormat = '#,##0.'
- FormatOnEditing = True
- ButtonWidth = 0
- NumGlyphs = 2
- TabOrder = 5
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 455
- Height = 45
- Align = alTop
- BevelInner = bvLowered
- TabOrder = 8
- object LTitlu: TLabelEffect
- Left = 2
- Top = 2
- Width = 451
- Height = 41
- ColourShadow = clGray
- GraduateFrom = clWindowText
- ColourScheme = csText
- Align = alClient
- Alignment = taRightJustify
- Caption = 'LTitlu'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- end
- object CBExPensie: TCheckBox
- Left = 24
- Top = 84
- Width = 113
- Height = 17
- Caption = 'Pensie (CIAS)'
- TabOrder = 0
- OnClick = CBExPensieClick
- OnKeyDown = CBExPensieKeyDown
- end
- object CBExSanatate: TCheckBox
- Left = 24
- Top = 109
- Width = 113
- Height = 17
- Caption = 'Sanatate (CASS)'
- TabOrder = 2
- OnClick = CBExSanatateClick
- OnKeyDown = CBExPensieKeyDown
- end
- object CBExImpozit: TCheckBox
- Left = 24
- Top = 134
- Width = 113
- Height = 17
- Caption = 'Impozit'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = CBExImpozitClick
- OnKeyDown = CBExPensieKeyDown
- end
- object cbExFirma: TCheckBox
- Left = 24
- Top = 165
- Width = 173
- Height = 17
- Caption = 'Se retin taxe angajator'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- OnClick = CBExImpozitClick
- OnKeyDown = CBExPensieKeyDown
- end
- end
-