First commit 11/12/1999
This commit is contained in:
14
CtrlD_PasswordDlg.cpp
Normal file
14
CtrlD_PasswordDlg.cpp
Normal file
@ -0,0 +1,14 @@
|
||||
//---------------------------------------------------------------------
|
||||
#include <vcl.h>
|
||||
#pragma hdrstop
|
||||
|
||||
#include "CtrlD_PasswordDlg.h"
|
||||
//---------------------------------------------------------------------
|
||||
#pragma resource "*.dfm"
|
||||
TPasswordDlg *PasswordDlg;
|
||||
//---------------------------------------------------------------------
|
||||
__fastcall TPasswordDlg::TPasswordDlg(TComponent* AOwner)
|
||||
: TForm(AOwner)
|
||||
{
|
||||
}
|
||||
//---------------------------------------------------------------------
|
Reference in New Issue
Block a user