This commit is contained in:
62
HLStockWindow/HLStockWindow.h
Normal file
62
HLStockWindow/HLStockWindow.h
Normal file
@@ -0,0 +1,62 @@
|
||||
// HLStockWindow.h : main header file for the HLSTOCKWINDOW application
|
||||
//
|
||||
|
||||
#if !defined(AFX_HLSTOCKWINDOW_H__4E8D403C_07EA_4467_83F0_88A7E6B076FE__INCLUDED_)
|
||||
#define AFX_HLSTOCKWINDOW_H__4E8D403C_07EA_4467_83F0_88A7E6B076FE__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
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CHLStockWindowApp:
|
||||
// See HLStockWindow.cpp for the implementation of this class
|
||||
//
|
||||
|
||||
class CHLStockWindowApp : public CWinApp
|
||||
{
|
||||
public:
|
||||
CHLStockWindowApp();
|
||||
|
||||
BOOL m_Hide;
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(CHLStockWindowApp)
|
||||
public:
|
||||
virtual BOOL InitInstance();
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
|
||||
//{{AFX_MSG(CHLStockWindowApp)
|
||||
// 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()
|
||||
};
|
||||
|
||||
extern CHLStockWindowApp g_theApp;
|
||||
|
||||
// Got this from MSDN
|
||||
class CMyCmdLineInfo : public CCommandLineInfo
|
||||
{
|
||||
public:
|
||||
virtual void ParseParam(LPCSTR pszParam, BOOL bFlag, BOOL bLast);
|
||||
|
||||
CHLStockWindowApp* m_App;
|
||||
bool m_Hide;
|
||||
};
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
//{{AFX_INSERT_LOCATION}}
|
||||
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||||
|
||||
#endif // !defined(AFX_HLSTOCKWINDOW_H__4E8D403C_07EA_4467_83F0_88A7E6B076FE__INCLUDED_)
|
||||
Reference in New Issue
Block a user