projectexhibitform.h

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

H
77
字号
#if !defined(AFX_PROJECTEXHIBITFORM_H__8D329C73_9C98_4B8C_ADC8_30ACC8812226__INCLUDED_)
#define AFX_PROJECTEXHIBITFORM_H__8D329C73_9C98_4B8C_ADC8_30ACC8812226__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CProjectExhibitForm dialog

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

// Dialog Data
	//{{AFX_DATA(CProjectExhibitForm)
	enum { IDD = IDD_PROJECTEXHIBITFORM_DIALOG };
	CComboBox	m_staffNameCombo;
	CListCtrl	m_list;
	COleDateTime	m_exhibitDate;
	CString	m_chargePerson;
	CString	m_exhibitProject;
	CString	m_address;
	CString	m_summary;
	CString	m_projectExhibitID;
	CWnd*	tx_exhibitDate;
	CWnd*	tx_chargePerson;
	CWnd*	tx_exhibitProject;
	CWnd*	tx_address;
	CWnd*	tx_summary;
	CWnd*	tx_projectExhibitID;
	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(CProjectExhibitForm)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CProjectExhibitForm)
	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_PROJECTEXHIBITFORM_H__8D329C73_9C98_4B8C_ADC8_30ACC8812226__INCLUDED_)

⌨️ 快捷键说明

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