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

  1. object FDefRetineri: TFDefRetineri
  2.   Left = 246
  3.   Top = 123
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Definire retineri'
  7.   ClientHeight = 248
  8.   ClientWidth = 399
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label9: TLabel
  21.     Left = 16
  22.     Top = 59
  23.     Width = 150
  24.     Height = 13
  25.     Caption = 'Denumire veche Prime incasate'
  26.   end
  27.   object Label13: TLabel
  28.     Left = 16
  29.     Top = 83
  30.     Width = 129
  31.     Height = 13
  32.     Caption = 'Denumire veche Avans CO'
  33.   end
  34.   object Label20: TLabel
  35.     Left = 16
  36.     Top = 107
  37.     Width = 117
  38.     Height = 13
  39.     Caption = 'Denumire veche Retineri'
  40.   end
  41.   object Label21: TLabel
  42.     Left = 16
  43.     Top = 131
  44.     Width = 110
  45.     Height = 13
  46.     Caption = 'Denumire veche Popriri'
  47.   end
  48.   object Label23: TLabel
  49.     Left = 16
  50.     Top = 156
  51.     Width = 133
  52.     Height = 13
  53.     Caption = 'Denumire veche Alte retineri'
  54.   end
  55.   object Label24: TLabel
  56.     Left = 16
  57.     Top = 181
  58.     Width = 117
  59.     Height = 13
  60.     Caption = 'Denumire veche Garantii'
  61.   end
  62.   object Bevel5: TBevel
  63.     Left = 0
  64.     Top = 48
  65.     Width = 398
  66.     Height = 159
  67.     Shape = bsFrame
  68.     Style = bsRaised
  69.   end
  70.   object Panel1: TPanel
  71.     Left = 0
  72.     Top = 0
  73.     Width = 399
  74.     Height = 45
  75.     Align = alTop
  76.     BevelInner = bvLowered
  77.     TabOrder = 0
  78.     object LTitlu: TLabelEffect
  79.       Left = 2
  80.       Top = 2
  81.       Width = 395
  82.       Height = 41
  83.       ColourShadow = clGray
  84.       GraduateFrom = clWindowText
  85.       ColourScheme = csText
  86.       Align = alClient
  87.       Alignment = taRightJustify
  88.       Caption = 'Definire campuri de retineri '
  89.       Font.Charset = ANSI_CHARSET
  90.       Font.Color = clBlack
  91.       Font.Height = -15
  92.       Font.Name = 'Arial'
  93.       Font.Style = [fsBold]
  94.       ParentFont = False
  95.     end
  96.   end
  97.   object eDenPrimaIncas: TE
  98.     Left = 203
  99.     Top = 55
  100.     Width = 162
  101.     Height = 21
  102.     MaxLength = 15
  103.     TabOrder = 1
  104.   end
  105.   object eDenAvansCO: TE
  106.     Left = 203
  107.     Top = 79
  108.     Width = 162
  109.     Height = 21
  110.     MaxLength = 15
  111.     TabOrder = 2
  112.   end
  113.   object eDenRetineri: TE
  114.     Left = 203
  115.     Top = 103
  116.     Width = 162
  117.     Height = 21
  118.     MaxLength = 15
  119.     TabOrder = 3
  120.   end
  121.   object eDenPopriri: TE
  122.     Left = 203
  123.     Top = 127
  124.     Width = 162
  125.     Height = 21
  126.     MaxLength = 15
  127.     TabOrder = 4
  128.   end
  129.   object eDenAlteRet: TE
  130.     Left = 203
  131.     Top = 152
  132.     Width = 162
  133.     Height = 21
  134.     MaxLength = 15
  135.     TabOrder = 5
  136.   end
  137.   object eDenGarantii: TE
  138.     Left = 203
  139.     Top = 177
  140.     Width = 162
  141.     Height = 21
  142.     MaxLength = 15
  143.     TabOrder = 6
  144.   end
  145.   object P3: TPanel
  146.     Left = 0
  147.     Top = 212
  148.     Width = 399
  149.     Height = 36
  150.     Align = alBottom
  151.     BevelInner = bvLowered
  152.     TabOrder = 7
  153.     object BAbandon: TB
  154.       Left = 203
  155.       Top = 3
  156.       Width = 130
  157.       Height = 30
  158.       Cancel = True
  159.       Caption = '&Abandon'
  160.       Font.Charset = ANSI_CHARSET
  161.       Font.Color = clBtnText
  162.       Font.Height = -12
  163.       Font.Name = 'Arial'
  164.       Font.Style = []
  165.       ModalResult = 2
  166.       ParentFont = False
  167.       TabOrder = 1
  168.     end
  169.     object BConfirm: TB
  170.       Left = 10
  171.       Top = 3
  172.       Width = 130
  173.       Height = 30
  174.       Cancel = True
  175.       Caption = '&Confirmare'
  176.       Font.Charset = ANSI_CHARSET
  177.       Font.Color = clBtnText
  178.       Font.Height = -12
  179.       Font.Name = 'Arial'
  180.       Font.Style = []
  181.       ModalResult = 1
  182.       ParentFont = False
  183.       TabOrder = 0
  184.       OnClick = BConfirmClick
  185.     end
  186.   end
  187. end
  188.