home *** CD-ROM | disk | FTP | other *** search
- object fIndexare: TfIndexare
- Left = 192
- Top = 149
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'fIndexare'
- ClientHeight = 315
- ClientWidth = 639
- 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 Panel1: TPanel
- Left = 0
- Top = 0
- Width = 639
- Height = 315
- Align = alClient
- BevelInner = bvLowered
- BorderWidth = 3
- TabOrder = 0
- object Bevel1: TBevel
- Left = 484
- Top = 48
- Width = 5
- Height = 257
- Style = bsRaised
- end
- object Bevel2: TBevel
- Left = 8
- Top = 40
- Width = 621
- Height = 5
- Style = bsRaised
- end
- object Label1: TLabel
- Left = 8
- Top = 12
- Width = 621
- Height = 21
- Alignment = taCenter
- AutoSize = False
- Caption = 'Indexarea se aplica salariului de Incadrare'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 12
- Top = 52
- Width = 465
- Height = 15
- Alignment = taCenter
- AutoSize = False
- Caption = 'Daca se acorda de exemplu 10 % in plus, atunci'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label3: TLabel
- Left = 12
- Top = 72
- Width = 465
- Height = 15
- Alignment = taCenter
- AutoSize = False
- Caption = 'completati procentul cu numarul 10, nu cu 110.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label4: TLabel
- Left = 12
- Top = 92
- Width = 465
- Height = 15
- Alignment = taCenter
- AutoSize = False
- Caption = 'In cazul in care prin indexare ar rezulta de'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label5: TLabel
- Left = 12
- Top = 112
- Width = 465
- Height = 15
- Alignment = taCenter
- AutoSize = False
- Caption = 'exemplu un salariu de 521723, ar putea fi de'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label6: TLabel
- Left = 12
- Top = 132
- Width = 465
- Height = 15
- Alignment = taCenter
- AutoSize = False
- Caption = 'dorit ca acesta sa fie rotunjit la 521800. In'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label7: TLabel
- Left = 12
- Top = 152
- Width = 465
- Height = 15
- Alignment = taCenter
- AutoSize = False
- Caption = 'acest caz completati "+" si "100" la Lei.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label8: TLabel
- Left = 28
- Top = 204
- Width = 177
- Height = 15
- AutoSize = False
- Caption = 'Procentul cu care se Indexeaza:'
- end
- object Label9: TLabel
- Left = 28
- Top = 236
- Width = 169
- Height = 15
- AutoSize = False
- Caption = 'Rotunjirea se face in + sau - :'
- end
- object Label10: TLabel
- Left = 28
- Top = 268
- Width = 173
- Height = 15
- AutoSize = False
- Caption = 'Rotunjirea se face la '
- end
- object Label11: TLabel
- Left = 232
- Top = 236
- Width = 133
- Height = 15
- Caption = '( intoduceti "+" sau "-" )'
- end
- object bConfirm: TB
- Left = 500
- Top = 237
- Width = 125
- Height = 30
- Caption = '&Confirmare'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 3
- OnClick = bConfirmClick
- end
- object bAnulez: TB
- Left = 500
- Top = 269
- Width = 125
- Height = 30
- Cancel = True
- Caption = '&Abandon'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 4
- end
- object eSemn: TE
- Left = 204
- Top = 232
- Width = 25
- Height = 23
- MaxLength = 1
- TabOrder = 1
- OnKeyPress = eSemnKeyPress
- end
- object eProcent: TISCalcEdit
- Left = 204
- Top = 200
- Width = 121
- Height = 23
- AutoSize = False
- DisplayFormat = '0'
- ButtonWidth = 0
- MaxValue = 999
- NumGlyphs = 2
- TabOrder = 0
- end
- object eRotunjire: TISCalcEdit
- Left = 204
- Top = 264
- Width = 65
- Height = 23
- AutoSize = False
- DecimalPlaces = 0
- DisplayFormat = '0'
- ButtonWidth = 0
- MaxValue = 2147483647
- MinValue = 1
- NumGlyphs = 2
- TabOrder = 2
- Value = 1
- end
- end
- end
-