📄 opponentcontactform.h
字号:
#if !defined(AFX_OPPONENTCONTACTFORM_H__5D27192C_92E3_45AC_96E5_0EAF5FCB4862__INCLUDED_)
#define AFX_OPPONENTCONTACTFORM_H__5D27192C_92E3_45AC_96E5_0EAF5FCB4862__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// OpponentContactForm.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// COpponentContactForm dialog
class COpponentContactForm : public CDialog
{
// Construction
public:
COpponentContactForm(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(COpponentContactForm)
enum { IDD = IDD_OPPONENTCONTACTFORM_DIALOG };
CComboBox m_clientStaffCombo;
CComboBox m_ourStaffCombo;
CListCtrl m_contactList;
CListCtrl m_opponentList;
CString m_opponentID;
CString m_contactID;
COleDateTime m_contactDate;
CString m_contactAddress;
CString m_bussinessResource;
CString m_productName;
float m_price;
int m_num;
float m_total;
CString m_ourStaff;
CString m_clientStaff;
CString m_remark;
CWnd* tx_contactDate;
CWnd* tx_contactAddress;
CWnd* tx_bussinessResource;
CWnd* tx_productName;
CWnd* tx_price;
CWnd* tx_num;
CWnd* tx_total;
CWnd* tx_ourStaff;
CWnd* tx_clientStaff;
CWnd* tx_remark;
CWnd* bt_add;
CWnd* bt_delete;
CWnd* bt_modify;
CWnd* bt_save;
CWnd* bt_cancelation;
int flag;
//}}AFX_DATA
public:
void Refresh();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(COpponentContactForm)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(COpponentContactForm)
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 void OnClickList2(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_OPPONENTCONTACTFORM_H__5D27192C_92E3_45AC_96E5_0EAF5FCB4862__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -