⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dmain.h

📁 企业合同管理系统:以企业合同为主线
💻 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 "RxGrid.h"
#include "BaseButton.h"
/////////////////////////////////////////////////////////////////////////////
// CDMain dialog

class CDMain : public CDialog
{
// Construction
public:
	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 void OnButDept();
	afx_msg void OnButcAndg();
	afx_msg void OnButComment();
	afx_msg void OnButSign();
	afx_msg void OnButChange();
	afx_msg void OnButItem();
	afx_msg void OnButPayFor();
	afx_msg void OnButPayMent();
	afx_msg void OnButBak();
	afx_msg void OnButResume();
	afx_msg void OnButFormat();
	afx_msg void OnButOp();
	afx_msg void OnButPwd();

	//}}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_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -