home *** CD-ROM | disk | FTP | other *** search
- object FParola: TFParola
- Left = 399
- Top = 252
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Parola'
- ClientHeight = 104
- ClientWidth = 280
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 15
- object Label1: TLabel
- Left = 13
- Top = 15
- Width = 153
- Height = 15
- Caption = 'Va rog sa introduceti parola:'
- end
- object EParola: TE
- Left = 52
- Top = 32
- Width = 177
- Height = 23
- PasswordChar = '*'
- TabOrder = 0
- end
- object BConfirm: TB
- Left = 75
- Top = 70
- Width = 130
- Height = 27
- Caption = '&Confirmare'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = BConfirmClick
- end
- end
-