Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
2.1 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1999
  6. //
  7. // File: chngpdlg.cpp
  8. //
  9. //--------------------------------------------------------------------------
  10. // chngpdlg.cpp : implementation file
  11. //
  12. #include "stdafx.h"
  13. #include "scuidlg.h"
  14. #include "scdlg.h"
  15. #include "chngpdlg.h"
  16. #ifdef _DEBUG
  17. #define new DEBUG_NEW
  18. #undef THIS_FILE
  19. static char THIS_FILE[] = __FILE__;
  20. #endif
  21. /////////////////////////////////////////////////////////////////////////////
  22. // CChangePinDlg dialog
  23. CChangePinDlg::CChangePinDlg(CWnd* pParent /*=NULL*/)
  24. : CDialog(CChangePinDlg::IDD, pParent)
  25. {
  26. //{{AFX_DATA_INIT(CChangePinDlg)
  27. // NOTE: the ClassWizard will add member initialization here
  28. //}}AFX_DATA_INIT
  29. }
  30. void CChangePinDlg::DoDataExchange(CDataExchange* pDX)
  31. {
  32. CDialog::DoDataExchange(pDX);
  33. //{{AFX_DATA_MAP(CChangePinDlg)
  34. // NOTE: the ClassWizard will add DDX and DDV calls here
  35. //}}AFX_DATA_MAP
  36. }
  37. BEGIN_MESSAGE_MAP(CChangePinDlg, CDialog)
  38. //{{AFX_MSG_MAP(CChangePinDlg)
  39. // NOTE: the ClassWizard will add message map macros here
  40. //}}AFX_MSG_MAP
  41. END_MESSAGE_MAP()
  42. /////////////////////////////////////////////////////////////////////////////
  43. // CChangePinDlg message handlers
  44. /////////////////////////////////////////////////////////////////////////////
  45. // CGetPinDlg dialog
  46. CGetPinDlg::CGetPinDlg(CWnd* pParent /*=NULL*/)
  47. : CDialog(CGetPinDlg::IDD, pParent)
  48. {
  49. //{{AFX_DATA_INIT(CGetPinDlg)
  50. // NOTE: the ClassWizard will add member initialization here
  51. //}}AFX_DATA_INIT
  52. }
  53. void CGetPinDlg::DoDataExchange(CDataExchange* pDX)
  54. {
  55. CDialog::DoDataExchange(pDX);
  56. //{{AFX_DATA_MAP(CGetPinDlg)
  57. // NOTE: the ClassWizard will add DDX and DDV calls here
  58. //}}AFX_DATA_MAP
  59. }
  60. BEGIN_MESSAGE_MAP(CGetPinDlg, CDialog)
  61. //{{AFX_MSG_MAP(CGetPinDlg)
  62. // NOTE: the ClassWizard will add message map macros here
  63. //}}AFX_MSG_MAP
  64. END_MESSAGE_MAP()
  65. /////////////////////////////////////////////////////////////////////////////
  66. // CGetPinDlg message handlers