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

  1. object FEImpo: TFEImpo
  2.   Left = 238
  3.   Top = 264
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'FEImpo'
  7.   ClientHeight = 172
  8.   ClientWidth = 371
  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 = 56
  22.     Top = 18
  23.     Width = 114
  24.     Height = 15
  25.     Caption = 'Venit lunar impozabil'
  26.   end
  27.   object Label3: TLabel
  28.     Left = 72
  29.     Top = 47
  30.     Width = 98
  31.     Height = 15
  32.     Caption = 'Valoare impozit fix'
  33.   end
  34.   object Label4: TLabel
  35.     Left = 122
  36.     Top = 73
  37.     Width = 48
  38.     Height = 15
  39.     Caption = '+procent'
  40.   end
  41.   object ISP_Venit: TISCalcEdit
  42.     Left = 188
  43.     Top = 15
  44.     Width = 125
  45.     Height = 21
  46.     AutoSize = False
  47.     FormatOnEditing = True
  48.     ButtonWidth = 0
  49.     NumGlyphs = 2
  50.     TabOrder = 0
  51.   end
  52.   object ISV_Const: TISCalcEdit
  53.     Left = 188
  54.     Top = 40
  55.     Width = 125
  56.     Height = 21
  57.     AutoSize = False
  58.     FormatOnEditing = True
  59.     ButtonWidth = 0
  60.     NumGlyphs = 2
  61.     TabOrder = 1
  62.   end
  63.   object ISV_Proc: TISCalcEdit
  64.     Left = 188
  65.     Top = 66
  66.     Width = 125
  67.     Height = 21
  68.     AutoSize = False
  69.     FormatOnEditing = True
  70.     ButtonWidth = 0
  71.     NumGlyphs = 2
  72.     TabOrder = 2
  73.   end
  74.   object BConfirmare: TB
  75.     Left = 52
  76.     Top = 134
  77.     Width = 130
  78.     Height = 30
  79.     Caption = '&Confirmare'
  80.     Font.Charset = ANSI_CHARSET
  81.     Font.Color = clBtnText
  82.     Font.Height = -12
  83.     Font.Name = 'Arial'
  84.     Font.Style = []
  85.     ModalResult = 1
  86.     ParentFont = False
  87.     TabOrder = 3
  88.     OnClick = BConfirmareClick
  89.   end
  90.   object BAbandon: TB
  91.     Left = 188
  92.     Top = 134
  93.     Width = 130
  94.     Height = 30
  95.     Cancel = True
  96.     Caption = '&Abandon'
  97.     Font.Charset = ANSI_CHARSET
  98.     Font.Color = clBtnText
  99.     Font.Height = -12
  100.     Font.Name = 'Arial'
  101.     Font.Style = []
  102.     ParentFont = False
  103.     TabOrder = 4
  104.     OnClick = BAbandonClick
  105.   end
  106.   object PStergere: TPanel
  107.     Left = 6
  108.     Top = 92
  109.     Width = 359
  110.     Height = 37
  111.     BevelOuter = bvNone
  112.     Caption = ' '
  113.     TabOrder = 5
  114.     Visible = False
  115.     object PSterg: TLabel
  116.       Left = 41
  117.       Top = 10
  118.       Width = 300
  119.       Height = 21
  120.       Alignment = taCenter
  121.       AutoSize = False
  122.       Caption = 'Sigur doriti sa stergeti ?'
  123.       Color = clRed
  124.       Font.Charset = DEFAULT_CHARSET
  125.       Font.Color = clWhite
  126.       Font.Height = -16
  127.       Font.Name = 'Arial'
  128.       Font.Style = [fsBold]
  129.       ParentColor = False
  130.       ParentFont = False
  131.     end
  132.     object ISterg: TImage
  133.       Left = 9
  134.       Top = 4
  135.       Width = 33
  136.       Height = 33
  137.       Picture.Data = {<image000.ico>}
  138.     end
  139.   end
  140. end
  141.