FrmPswdChangeF.cpp.~3~ 701 B

123456789101112131415161718192021
  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. #include "FrmPswdChangeF.h"
  5. //---------------------------------------------------------------------------
  6. #pragma package(smart_init)
  7. #pragma resource "*.dfm"
  8. TFrmPswdChange *FrmPswdChange;
  9. //---------------------------------------------------------------------------
  10. __fastcall TFrmPswdChange::TFrmPswdChange(TComponent* Owner)
  11. : TForm(Owner)
  12. {
  13. }
  14. //---------------------------------------------------------------------------
  15. void __fastcall TFrmPswdChange::BtnCloseClick(TObject *Sender)
  16. {
  17. Close();
  18. }
  19. //---------------------------------------------------------------------------