1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- // BranchManage.h : main header file for the BranchManage application
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // 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.
|