NoPassword.h
上传用户:chenhai826
上传日期:2007-04-11
资源大小:72k
文件大小:1k
源码类别:

破解

开发平台:

Visual C++

  1. // NoPassword.h : main header file for the NOPASSWORD application
  2. //
  3. #if !defined(AFX_NOPASSWORD_H__93B868FF_7AD8_4CD9_A447_72C8158D4C48__INCLUDED_)
  4. #define AFX_NOPASSWORD_H__93B868FF_7AD8_4CD9_A447_72C8158D4C48__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h"       // main symbols
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CNPApp:
  14. // See NoPassword.cpp for the implementation of this class
  15. //
  16. class CNPApp : public CWinApp
  17. {
  18. public:
  19. CNPApp();
  20. static CString m_strSaveFile;
  21. static int m_Scale;
  22. static int m_Sampling;
  23. static BOOL m_bAutoShutDown;
  24. void SaveSettings(void);
  25. bool LoadSettings(void);
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CNPApp)
  29. public:
  30. virtual BOOL InitInstance();
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. //{{AFX_MSG(CNPApp)
  34. afx_msg void OnAppAbout();
  35. // NOTE - the ClassWizard will add and remove member functions here.
  36. //    DO NOT EDIT what you see in these blocks of generated code !
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. /////////////////////////////////////////////////////////////////////////////
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_NOPASSWORD_H__93B868FF_7AD8_4CD9_A447_72C8158D4C48__INCLUDED_)