//--------------------------------------------------------------------------- #include #pragma hdrstop #include "FrmPswdChangeF.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma resource "*.dfm" TFrmPswdChange *FrmPswdChange; //--------------------------------------------------------------------------- __fastcall TFrmPswdChange::TFrmPswdChange(TComponent* Owner) : TForm(Owner) { } //--------------------------------------------------------------------------- void __fastcall TFrmPswdChange::BtnCloseClick(TObject *Sender) { Close(); } //---------------------------------------------------------------------------