productsaleplan.h

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

H
89
字号
#if !defined(AFX_PRODUCTSALEPLAN_H__3903CB4C_D4BB_41AC_B280_2ED207768971__INCLUDED_)
#define AFX_PRODUCTSALEPLAN_H__3903CB4C_D4BB_41AC_B280_2ED207768971__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CProductSalePlan dialog

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

// Dialog Data
	//{{AFX_DATA(CProductSalePlan)
	enum { IDD = IDD_PRODUCTSALEPLAN_DIALOG };
	CListCtrl	m_commiditySalePlanList;
	CString	m_planFormID;
	CString	m_planFormYear;
	COleDateTime	m_FormDate;
	CString	m_remark;


	int flag;

	CWnd* bt_firstPage;
	CWnd* bt_prevPage;
	CWnd* bt_nextPage;
	CWnd* bt_lastPage;
	CWnd* bt_add;
	CWnd* bt_save;
	CWnd* bt_modify;
	CWnd* bt_delete;
	CWnd* bt_addLine;
	CWnd* bt_deleteLine;
	CWnd* bt_checked;
	CWnd* bt_cancellation;

	CWnd*	tx_planFormID;
	CWnd*	tx_formDate;
	CWnd*	tx_planFormYear;
	CWnd*	tx_remark;

	_RecordsetPtr m_pSalePlanRecordset; 

	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CProductSalePlan)
	afx_msg void OnFirstPage();
	afx_msg void OnPrevPage();
	afx_msg void OnNextPage();
	afx_msg void OnLastPage();
	afx_msg void OnNew();
	afx_msg void OnModify();
	afx_msg void OnDelete();
	afx_msg void OnAddLine();
	afx_msg void OnDeleteLine();
	afx_msg void OnSave();
	afx_msg void OnExit();
	virtual BOOL OnInitDialog();
	afx_msg void OnClickCommoditySaleList(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnAuditing();
	afx_msg void OnCancellation();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_PRODUCTSALEPLAN_H__3903CB4C_D4BB_41AC_B280_2ED207768971__INCLUDED_)

⌨️ 快捷键说明

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