home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Demo / salarii / Upgrade / salarii.exe / 0 / RCDATA / TFPAROLA / TFPAROLA.txt
Encoding:
Text File  |  2003-10-10  |  982 b   |  51 lines

  1. object FParola: TFParola
  2.   Left = 399
  3.   Top = 252
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Parola'
  7.   ClientHeight = 104
  8.   ClientWidth = 280
  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.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 15
  20.   object Label1: TLabel
  21.     Left = 13
  22.     Top = 15
  23.     Width = 153
  24.     Height = 15
  25.     Caption = 'Va rog sa introduceti parola:'
  26.   end
  27.   object EParola: TE
  28.     Left = 52
  29.     Top = 32
  30.     Width = 177
  31.     Height = 23
  32.     PasswordChar = '*'
  33.     TabOrder = 0
  34.   end
  35.   object BConfirm: TB
  36.     Left = 75
  37.     Top = 70
  38.     Width = 130
  39.     Height = 27
  40.     Caption = '&Confirmare'
  41.     Font.Charset = ANSI_CHARSET
  42.     Font.Color = clBtnText
  43.     Font.Height = -12
  44.     Font.Name = 'Arial'
  45.     Font.Style = []
  46.     ParentFont = False
  47.     TabOrder = 1
  48.     OnClick = BConfirmClick
  49.   end
  50. end
  51.