Stock.h
资源名称:SQLVC.rar [点击查看]
上传用户:biney012
上传日期:2022-05-09
资源大小:4592k
文件大小:1k
源码类别:
数据库系统
开发平台:
Visual C++
- // Stock.h : main header file for the STOCK application
- //
- #if !defined(AFX_STOCK_H__D5CF2F05_2309_490F_82BF_CDEAB28F611B__INCLUDED_)
- #define AFX_STOCK_H__D5CF2F05_2309_490F_82BF_CDEAB28F611B__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
- /////////////////////////////////////////////////////////////////////////////
- // CStockApp:
- // See Stock.cpp for the implementation of this class
- //
- class CStockApp : public CWinApp
- {
- public:
- CStockApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CStockApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CStockApp)
- // 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_STOCK_H__D5CF2F05_2309_490F_82BF_CDEAB28F611B__INCLUDED_)