1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- // BranchManage.h : main header file for the BranchManage application
- //
- #if !defined(AFX_BranchManage_H__8042B252_C935_4A7D_9098_ACF4AE4A22A3__INCLUDED_)
- #define AFX_BranchManage_H__8042B252_C935_4A7D_9098_ACF4AE4A22A3__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
- #include "my32.h"
- #pragma comment (lib,"my32.lib")
- /////////////////////////////////////////////////////////////////////////////
- // CBranchManageApp:
- // See BranchManage.cpp for the implementation of this class
- //
- class CBranchManageApp : public CWinApp
- {
- public:
- CBranchManageApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CBranchManageApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CBranchManageApp)
- // 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_BranchManage_H__8042B252_C935_4A7D_9098_ACF4AE4A22A3__INCLUDED_)
|