FrmPswdChangeF.h.~1~ 774 B

123456789101112131415161718192021
  1. //---------------------------------------------------------------------------
  2. #ifndef FrmPswdChangeFH
  3. #define FrmPswdChangeFH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. //---------------------------------------------------------------------------
  10. class TFrmPswdChange : public TForm
  11. {
  12. __published: // IDE-managed Components
  13. private: // User declarations
  14. public: // User declarations
  15. __fastcall TFrmPswdChange(TComponent* Owner);
  16. };
  17. //---------------------------------------------------------------------------
  18. extern PACKAGE TFrmPswdChange *FrmPswdChange;
  19. //---------------------------------------------------------------------------
  20. #endif