departmentplanexecute.h

来自「基于VC+SQL SERVER环境开发的企业商品销售系统.完整的数据库和原代码」· C头文件 代码 · 共 53 行

H
53
字号
#if !defined(AFX_DEPARTMENTPLANEXECUTE_H__EF07AA72_55E1_4562_AFE5_546AF61CDD4B__INCLUDED_)
#define AFX_DEPARTMENTPLANEXECUTE_H__EF07AA72_55E1_4562_AFE5_546AF61CDD4B__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DepartmentPlanExecute.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDepartmentPlanExecute dialog

class CDepartmentPlanExecute : public CDialog
{
// Construction
public:
	CDepartmentPlanExecute(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDepartmentPlanExecute)
	enum { IDD = IDD_DEPARTMENTPLANEXECUTE_DIALOG };
	CComboBox	m_departmentCombo;
	CListCtrl	m_departmentPlanExecuteList;
	CString	m_year;
	CString	m_monthBegin;
	CString	m_monthEnd;
	CString	m_department;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDepartmentPlanExecute)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDepartmentPlanExecute)
	virtual BOOL OnInitDialog();
	afx_msg void OnSearch();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DEPARTMENTPLANEXECUTE_H__EF07AA72_55E1_4562_AFE5_546AF61CDD4B__INCLUDED_)

⌨️ 快捷键说明

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