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

📄 clientreserveform.h

📁 关于客户关系管理系统的源码
💻 H
字号:
#if !defined(AFX_CLIENTRESERVEFORM_H__26FDEB3C_B17E_42EF_A49C_05F29B9C2E22__INCLUDED_)
#define AFX_CLIENTRESERVEFORM_H__26FDEB3C_B17E_42EF_A49C_05F29B9C2E22__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CClientReserveForm dialog

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

// Dialog Data
	//{{AFX_DATA(CClientReserveForm)
	enum { IDD = IDD_CLIENTRESERVEFORM_DIALOG };
	CComboBox	m_clientStaffCombo;
	CComboBox	m_clientNameCombo;
	CComboBox	m_staffNameCombo;
	CListCtrl	m_list;
	COleDateTime	m_reserveTime;
	CString	m_reserveStyle;
	CString	m_attendStaff;
	CString	m_clientName;
	CString	m_clientStaff;
	CString	m_telephone;
	CString	m_subject;
	CString	m_address;
	CString	m_content;
	int		m_remindNum;
	BOOL	m_is_everyDay;
	CString	m_clientReserveID;
	CWnd*	tx_reserveTime;
	CWnd*	tx_reserveStyle;
	CWnd*	tx_attendStaff;
	CWnd*	tx_clientName;
	CWnd*	tx_clientStaff;
	CWnd*	tx_telephone;
	CWnd*	tx_subject;
	CWnd*	tx_address;
	CWnd*	tx_content;
	CWnd*	tx_remindNum;
	CWnd*	tx_is_everyDay;
	CWnd*	tx_clientReserveID;
	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(CClientReserveForm)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

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

⌨️ 快捷键说明

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