//--------------------------------------------------------------------------- #ifndef FrmPswdChangeFH #define FrmPswdChangeFH //--------------------------------------------------------------------------- #include #include #include #include //--------------------------------------------------------------------------- class TFrmPswdChange : public TForm { __published: // IDE-managed Components private: // User declarations public: // User declarations __fastcall TFrmPswdChange(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TFrmPswdChange *FrmPswdChange; //--------------------------------------------------------------------------- #endif