home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Demo / salarii / Upgrade / salarii.exe / 0 / RCDATA / TFEAPLICIMPO / TFEAPLICIMPO.txt
Encoding:
Text File  |  2003-10-10  |  2.2 KB  |  112 lines

  1. object FEAplicImpo: TFEAplicImpo
  2.   Left = 268
  3.   Top = 244
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Calculator pentru impozite'
  7.   ClientHeight = 189
  8.   ClientWidth = 319
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 15
  20.   object Label2: TLabel
  21.     Left = 61
  22.     Top = 57
  23.     Width = 64
  24.     Height = 15
  25.     Caption = 'Suma bruta'
  26.   end
  27.   object Label3: TLabel
  28.     Left = 61
  29.     Top = 82
  30.     Width = 60
  31.     Height = 15
  32.     Caption = 'Suma neta'
  33.   end
  34.   object Label4: TLabel
  35.     Left = 61
  36.     Top = 107
  37.     Width = 39
  38.     Height = 15
  39.     Caption = 'Impozit'
  40.   end
  41.   object Label1: TLabel
  42.     Left = 27
  43.     Top = 8
  44.     Width = 266
  45.     Height = 33
  46.     Alignment = taCenter
  47.     AutoSize = False
  48.     Caption = 
  49.       'Puteti introduce oricare din cele 3 elemente si veti obtine valo' +
  50.       'rile celorlalte'
  51.     Font.Charset = ANSI_CHARSET
  52.     Font.Color = clBlue
  53.     Font.Height = -12
  54.     Font.Name = 'Arial'
  55.     Font.Style = []
  56.     ParentFont = False
  57.     WordWrap = True
  58.   end
  59.   object ISSumaBruta: TISCalcEdit
  60.     Left = 132
  61.     Top = 54
  62.     Width = 125
  63.     Height = 21
  64.     AutoSize = False
  65.     FormatOnEditing = True
  66.     ButtonWidth = 0
  67.     NumGlyphs = 2
  68.     TabOrder = 0
  69.     OnChange = ISSumaBrutaChange
  70.   end
  71.   object ISSumaNeta: TISCalcEdit
  72.     Left = 132
  73.     Top = 79
  74.     Width = 125
  75.     Height = 21
  76.     AutoSize = False
  77.     FormatOnEditing = True
  78.     ButtonWidth = 0
  79.     NumGlyphs = 2
  80.     TabOrder = 1
  81.     OnChange = ISSumaNetaChange
  82.   end
  83.   object BIesire: TB
  84.     Left = 94
  85.     Top = 145
  86.     Width = 130
  87.     Height = 30
  88.     Cancel = True
  89.     Caption = '&Iesire'
  90.     Font.Charset = ANSI_CHARSET
  91.     Font.Color = clBtnText
  92.     Font.Height = -12
  93.     Font.Name = 'Arial'
  94.     Font.Style = []
  95.     ParentFont = False
  96.     TabOrder = 3
  97.     OnClick = BIesireClick
  98.   end
  99.   object ISImpozit: TISCalcEdit
  100.     Left = 132
  101.     Top = 104
  102.     Width = 125
  103.     Height = 21
  104.     AutoSize = False
  105.     FormatOnEditing = True
  106.     ButtonWidth = 0
  107.     NumGlyphs = 2
  108.     TabOrder = 2
  109.     OnChange = ISImpozitChange
  110.   end
  111. end
  112.