home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
-
- #include "PassWord.h"
- //---------------------------------------------------------------------
- #pragma resource "*.dfm"
- TPasswordDlg *PasswordDlg;
- //---------------------------------------------------------------------
- __fastcall TPasswordDlg::TPasswordDlg(TComponent* AOwner)
- : TForm(AOwner)
- {
- }
- //---------------------------------------------------------------------
-