www.pudn.com > qiyehetongguanli.rar > DMain.h


#if !defined(AFX_DMAIN_H__E90C9151_6C83_4C65_A107_96BFB8BAD494__INCLUDED_) 
#define AFX_DMAIN_H__E90C9151_6C83_4C65_A107_96BFB8BAD494__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// DMain.h : header file 
// 
#include "RxButton.h" 
#include "BaseButton.h" 
#include "RxMCI.h"	// Added by ClassView 
///////////////////////////////////////////////////////////////////////////// 
// CDMain dialog 
 
class CDMain : public CDialog 
{ 
// Construction 
public: 
	RxMCI m_mic; 
	void Close(); 
	CDMain(CWnd* pParent = NULL);   // standard constructor 
// Dialog Data 
	//{{AFX_DATA(CDMain) 
	enum { IDD = IDD_DIA_MAIN }; 
	CBaseButton	m_ButJC[3]; 
	CBaseButton m_ButQD[3]; 
	CBaseButton m_ButHTZX[2]; 
	CBaseButton m_ButSJ[3]; 
	CBaseButton m_ButSYS[2]; 
	CRxButton	m_ButExit; 
	CRxButton	m_ButSystem; 
	CRxButton	m_ButManage; 
	CRxButton	m_ButExec; 
	CRxButton	m_ButLot; 
	CRxButton	m_ButBase; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDMain) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CDMain) 
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point); 
	virtual BOOL OnInitDialog(); 
	virtual void OnOK(); 
	afx_msg void OnPaint(); 
	afx_msg void OnButbase(); 
	afx_msg void OnButexit(); 
	afx_msg void OnButlot(); 
	afx_msg void OnButexec(); 
	afx_msg void OnButmanage(); 
	afx_msg void OnButsystem(); 
 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DMAIN_H__E90C9151_6C83_4C65_A107_96BFB8BAD494__INCLUDED_)