123456789101112131415161718192021 |
- //---------------------------------------------------------------------------
- #ifndef FrmPswdChangeFH
- #define FrmPswdChangeFH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- //---------------------------------------------------------------------------
- class TFrmPswdChange : public TForm
- {
- __published: // IDE-managed Components
- private: // User declarations
- public: // User declarations
- __fastcall TFrmPswdChange(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TFrmPswdChange *FrmPswdChange;
- //---------------------------------------------------------------------------
- #endif
|