marketplanform.h

来自「关于客户关系管理系统的源码」· C头文件 代码 · 共 81 行

H
81
字号
#if !defined(AFX_MARKETPLANFORM_H__4CE5A5B3_8057_4B01_B7F1_D2FD0A84D6CF__INCLUDED_)
#define AFX_MARKETPLANFORM_H__4CE5A5B3_8057_4B01_B7F1_D2FD0A84D6CF__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CMarketPlanForm dialog

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

// Dialog Data
	//{{AFX_DATA(CMarketPlanForm)
	enum { IDD = IDD_MARKETPLANFORM_DIALOG };
	CComboBox	m_staffNameCombo;
	CListCtrl	m_list;
	COleDateTime	m_executeDate;
	COleDateTime	m_endDate;
	CString	m_joinStaff;
	CString	m_planTitle;
	CString	m_planStep;
	CString	m_content;
	CString	m_planSummary;
	CString	m_marketPlanID;
	CWnd*	tx_executeDate;
	CWnd*	tx_endDate;
	CWnd*	tx_joinStaff;
	CWnd*	tx_planTitle;
	CWnd*	tx_planStep;
	CWnd*	tx_content;
	CWnd*	tx_planSummary;
	CWnd*	tx_marketPlanID;
	CWnd*	bt_add;
	CWnd*	bt_delete;
	CWnd*	bt_modify;
	CWnd*	bt_cancelation;
	CWnd*	bt_save;
	int flag;
	int is_search;
	//}}AFX_DATA

public:
	void Refresh();


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CMarketPlanForm)
	afx_msg void OnAdd();
	afx_msg void OnDelete();
	afx_msg void OnModify();
	afx_msg void OnSave();
	afx_msg void OnCancelation();
	afx_msg void OnExit();
	virtual BOOL OnInitDialog();
	afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_MARKETPLANFORM_H__4CE5A5B3_8057_4B01_B7F1_D2FD0A84D6CF__INCLUDED_)

⌨️ 快捷键说明

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