marketinvestigateform.h
来自「关于客户关系管理系统的源码」· C头文件 代码 · 共 75 行
H
75 行
#if !defined(AFX_MARKETINVESTIGATEFORM_H__C4ACB1DA_FF9B_4E6F_8289_686C33ED49A0__INCLUDED_)
#define AFX_MARKETINVESTIGATEFORM_H__C4ACB1DA_FF9B_4E6F_8289_686C33ED49A0__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MarketInvestigateForm.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CMarketInvestigateForm dialog
class CMarketInvestigateForm : public CDialog
{
// Construction
public:
CMarketInvestigateForm(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMarketInvestigateForm)
enum { IDD = IDD_MARKETINVESTIGATEFORM_DIALOG };
CComboBox m_staffNameCombo;
CListCtrl m_list;
CString m_summary;
CString m_object;
CString m_investigatePerson;
COleDateTime m_investigateDate;
CString m_marketInvestigateID;
CWnd* tx_summary;
CWnd* tx_object;
CWnd* tx_investigatePerson;
CWnd* tx_investigateDate;
CWnd* tx_marketInvestigateID;
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(CMarketInvestigateForm)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CMarketInvestigateForm)
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_MARKETINVESTIGATEFORM_H__C4ACB1DA_FF9B_4E6F_8289_686C33ED49A0__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?