Class TGetPasswordDlg (unit GetPsw)

Inherits from

TForm

***************************************************************************** * Name: GetPasswordDlg * * Description: Password Dialog * * Call: GetPasswordDlg.Create(Self); * * GetPasswordDlg.ShowModal; * * Return: ModalResult - mrOK, mrCancel * * GetPasswordDlg.Password - encripted password * * GetPasswordDlg.Player.Caption - user name * * Used: Encrypt * * Date: 03.11.1996 * * Modified: 30.04.1997 - Delphi 2 * * Platform: Delphi 2.01 * * Author: Anatoly Podgoretsky * * Address: Vahe 4-31, Johvi, Estonia, EE2045, tel. +372 (33) 61-142 * * Credits: Copyright (c) NPS, 1996-1997 * *****************************************************************************

Constructors



Functions

procedure ClearPassWord(Sender: TObject);


procedure OKBtnClick(Sender: TObject);

clear password

Properties

Events

Variables

CancelButton : TBitBtn;


OkButton : TBitBtn;


PasswordInput : TEdit;


PasswordLabel : TLabel;


PasswordPanel : TPanel;


Player : TNpsLbl3d;


PlayerLabel : TLabel;


Title : TNpsLbl3d;


Password : TPassword;



Constructors


Functions


procedure ClearPassWord(Sender: TObject);


procedure OKBtnClick(Sender: TObject);

clear password


Properties


Events


Variables


CancelButton : TBitBtn;


OkButton : TBitBtn;


PasswordInput : TEdit;


PasswordLabel : TLabel;


PasswordPanel : TPanel;


Player : TNpsLbl3d;


PlayerLabel : TLabel;


Title : TNpsLbl3d;


Password : TPassword;