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.

93 lines
2.4 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1999
  6. //
  7. // File: chngpdlg.h
  8. //
  9. //--------------------------------------------------------------------------
  10. #if !defined(AFX_CHANGEPINDLG_H__0CB030DC_0631_11D2_BEDB_0000F87A49E0__INCLUDED_)
  11. #define AFX_CHANGEPINDLG_H__0CB030DC_0631_11D2_BEDB_0000F87A49E0__INCLUDED_
  12. #if _MSC_VER >= 1000
  13. #pragma once
  14. #endif // _MSC_VER >= 1000
  15. // chngpdlg.h : header file
  16. //
  17. /////////////////////////////////////////////////////////////////////////////
  18. // CChangePinDlg dialog
  19. class CChangePinDlg : public CDialog
  20. {
  21. // Construction
  22. public:
  23. CChangePinDlg(CWnd* pParent = NULL); // standard constructor
  24. // Dialog Data
  25. //{{AFX_DATA(CChangePinDlg)
  26. enum { IDD = IDD_CHANGE };
  27. // NOTE: the ClassWizard will add data members here
  28. //}}AFX_DATA
  29. public:
  30. bool SetAttributes(LPCHANGEPIN pPinPrompt) { return false; }
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(CChangePinDlg)
  34. protected:
  35. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. protected:
  39. // Generated message map functions
  40. //{{AFX_MSG(CChangePinDlg)
  41. // NOTE: the ClassWizard will add member functions here
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. /////////////////////////////////////////////////////////////////////////////
  46. // CGetPinDlg dialog
  47. class CGetPinDlg : public CDialog
  48. {
  49. // Construction
  50. public:
  51. CGetPinDlg(CWnd* pParent = NULL); // standard constructor
  52. // Dialog Data
  53. //{{AFX_DATA(CGetPinDlg)
  54. enum { IDD = IDD_ENTER };
  55. // NOTE: the ClassWizard will add data members here
  56. //}}AFX_DATA
  57. public:
  58. bool SetAttributes(LPPINPROMPT pPinPrompt) { return false; }
  59. // Overrides
  60. // ClassWizard generated virtual function overrides
  61. //{{AFX_VIRTUAL(CGetPinDlg)
  62. protected:
  63. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  64. //}}AFX_VIRTUAL
  65. // Implementation
  66. protected:
  67. // Generated message map functions
  68. //{{AFX_MSG(CGetPinDlg)
  69. // NOTE: the ClassWizard will add member functions here
  70. //}}AFX_MSG
  71. DECLARE_MESSAGE_MAP()
  72. };
  73. //{{AFX_INSERT_LOCATION}}
  74. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  75. #endif // !defined(AFX_CHANGEPINDLG_H__0CB030DC_0631_11D2_BEDB_0000F87A49E0__INCLUDED_)