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

  1. object FConfig: TFConfig
  2.   Left = 445
  3.   Top = 314
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Configurare Program'
  7.   ClientHeight = 191
  8.   ClientWidth = 348
  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.   Scaled = False
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 15
  21.   object Label6: TLabel
  22.     Left = 18
  23.     Top = 87
  24.     Width = 137
  25.     Height = 15
  26.     Caption = 'Confirmare Parola Noua:'
  27.   end
  28.   object Label5: TLabel
  29.     Left = 18
  30.     Top = 64
  31.     Width = 70
  32.     Height = 15
  33.     Caption = 'Parola noua:'
  34.   end
  35.   object Label4: TLabel
  36.     Left = 18
  37.     Top = 39
  38.     Width = 77
  39.     Height = 15
  40.     Caption = 'Parola veche :'
  41.   end
  42.   object Label3: TLabel
  43.     Left = 106
  44.     Top = 13
  45.     Width = 94
  46.     Height = 15
  47.     Alignment = taCenter
  48.     Caption = 'Modificare parola'
  49.     Font.Charset = ANSI_CHARSET
  50.     Font.Color = clBlue
  51.     Font.Height = -12
  52.     Font.Name = 'Arial'
  53.     Font.Style = []
  54.     ParentFont = False
  55.   end
  56.   object Bevel1: TBevel
  57.     Left = 7
  58.     Top = 8
  59.     Width = 331
  60.     Height = 113
  61.   end
  62.   object BConfirmare: TB
  63.     Left = 40
  64.     Top = 151
  65.     Width = 130
  66.     Height = 30
  67.     Caption = '&Confirmare'
  68.     Font.Charset = ANSI_CHARSET
  69.     Font.Color = clBtnText
  70.     Font.Height = -12
  71.     Font.Name = 'Arial'
  72.     Font.Style = []
  73.     ParentFont = False
  74.     TabOrder = 4
  75.     OnClick = BConfirmareClick
  76.   end
  77.   object BAbandon: TB
  78.     Left = 179
  79.     Top = 151
  80.     Width = 130
  81.     Height = 30
  82.     Cancel = True
  83.     Caption = '&Abandon'
  84.     Font.Charset = ANSI_CHARSET
  85.     Font.Color = clBtnText
  86.     Font.Height = -12
  87.     Font.Name = 'Arial'
  88.     Font.Style = []
  89.     ParentFont = False
  90.     TabOrder = 5
  91.     OnClick = BAbandonClick
  92.   end
  93.   object EPar_veche: TE
  94.     Left = 161
  95.     Top = 36
  96.     Width = 164
  97.     Height = 23
  98.     PasswordChar = '*'
  99.     TabOrder = 0
  100.   end
  101.   object EPar_noua: TE
  102.     Left = 161
  103.     Top = 61
  104.     Width = 164
  105.     Height = 23
  106.     PasswordChar = '*'
  107.     TabOrder = 1
  108.   end
  109.   object EPar_Confirm: TE
  110.     Left = 161
  111.     Top = 84
  112.     Width = 164
  113.     Height = 23
  114.     PasswordChar = '*'
  115.     TabOrder = 2
  116.   end
  117.   object CB1: TCheckBox
  118.     Left = 44
  119.     Top = 131
  120.     Width = 265
  121.     Height = 17
  122.     Caption = 'Confirmare la iesirea din program'
  123.     TabOrder = 3
  124.     OnKeyDown = CB1KeyDown
  125.   end
  126. end
  127.