NoPassword.h
上传用户:chenhai826
上传日期:2007-04-11
资源大小:72k
文件大小:1k
- // NoPassword.h : main header file for the NOPASSWORD application
- //
- #if !defined(AFX_NOPASSWORD_H__93B868FF_7AD8_4CD9_A447_72C8158D4C48__INCLUDED_)
- #define AFX_NOPASSWORD_H__93B868FF_7AD8_4CD9_A447_72C8158D4C48__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- /////////////////////////////////////////////////////////////////////////////
- // CNPApp:
- // See NoPassword.cpp for the implementation of this class
- //
- class CNPApp : public CWinApp
- {
- public:
- CNPApp();
- static CString m_strSaveFile;
- static int m_Scale;
- static int m_Sampling;
- static BOOL m_bAutoShutDown;
- void SaveSettings(void);
- bool LoadSettings(void);
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CNPApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CNPApp)
- afx_msg void OnAppAbout();
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_NOPASSWORD_H__93B868FF_7AD8_4CD9_A447_72C8158D4C48__INCLUDED_)