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

  1. object FEConfigDep: TFEConfigDep
  2.   Left = 359
  3.   Top = 278
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 145
  7.   ClientWidth = 347
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 15
  19.   object Label1: TLabel
  20.     Left = 29
  21.     Top = 11
  22.     Width = 102
  23.     Height = 15
  24.     Caption = 'Cod departament: '
  25.   end
  26.   object Label2: TLabel
  27.     Left = 29
  28.     Top = 37
  29.     Width = 61
  30.     Height = 15
  31.     Caption = 'Denumire: '
  32.   end
  33.   object BConfirm: TB
  34.     Left = 40
  35.     Top = 107
  36.     Width = 130
  37.     Height = 30
  38.     Caption = '&Confirmare'
  39.     Font.Charset = ANSI_CHARSET
  40.     Font.Color = clBtnText
  41.     Font.Height = -12
  42.     Font.Name = 'Arial'
  43.     Font.Style = []
  44.     ModalResult = 1
  45.     ParentFont = False
  46.     TabOrder = 0
  47.     OnClick = BConfirmClick
  48.   end
  49.   object BAbandon: TB
  50.     Left = 176
  51.     Top = 107
  52.     Width = 130
  53.     Height = 30
  54.     Cancel = True
  55.     Caption = '&Abandon'
  56.     Font.Charset = ANSI_CHARSET
  57.     Font.Color = clBtnText
  58.     Font.Height = -12
  59.     Font.Name = 'Arial'
  60.     Font.Style = []
  61.     ParentFont = False
  62.     TabOrder = 1
  63.     OnClick = BAbandonClick
  64.   end
  65.   object EDen: TE
  66.     Left = 134
  67.     Top = 8
  68.     Width = 161
  69.     Height = 23
  70.     CharCase = ecUpperCase
  71.     MaxLength = 8
  72.     TabOrder = 2
  73.   end
  74.   object EGrupa: TE
  75.     Left = 134
  76.     Top = 34
  77.     Width = 161
  78.     Height = 23
  79.     CharCase = ecUpperCase
  80.     MaxLength = 30
  81.     TabOrder = 3
  82.   end
  83.   object PStergere: TPanel
  84.     Left = 1
  85.     Top = 62
  86.     Width = 353
  87.     Height = 37
  88.     BevelOuter = bvNone
  89.     Caption = ' '
  90.     TabOrder = 4
  91.     Visible = False
  92.     object PSterg: TLabel
  93.       Left = 0
  94.       Top = 10
  95.       Width = 353
  96.       Height = 21
  97.       Alignment = taCenter
  98.       AutoSize = False
  99.       Caption = 'Sigur doriti sa stergeti departamentul ?'
  100.       Color = clRed
  101.       Font.Charset = DEFAULT_CHARSET
  102.       Font.Color = clWhite
  103.       Font.Height = -16
  104.       Font.Name = 'Arial'
  105.       Font.Style = [fsBold]
  106.       ParentColor = False
  107.       ParentFont = False
  108.     end
  109.     object ISterg: TImage
  110.       Left = 2
  111.       Top = 4
  112.       Width = 33
  113.       Height = 33
  114.       Picture.Data = {<image000.ico>}
  115.     end
  116.   end
  117. end
  118.