📄 clientrelationshipview.h
字号:
// ClientRelationshipView.h : interface of the CClientRelationshipView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_CLIENTRELATIONSHIPVIEW_H__5306DB14_7B6F_48D6_8E0F_BB70ACA8E1ED__INCLUDED_)
#define AFX_CLIENTRELATIONSHIPVIEW_H__5306DB14_7B6F_48D6_8E0F_BB70ACA8E1ED__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CClientRelationshipView : public CFormView
{
protected: // create from serialization only
CClientRelationshipView();
DECLARE_DYNCREATE(CClientRelationshipView)
public:
//{{AFX_DATA(CClientRelationshipView)
enum{ IDD = IDD_CLIENTRELATIONSHIP_FORM };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Attributes
public:
CClientRelationshipDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CClientRelationshipView)
public:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual void OnInitialUpdate(); // called first time after construct
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnPrint(CDC* pDC, CPrintInfo* pInfo);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CClientRelationshipView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CClientRelationshipView)
afx_msg void OnInputClientInfor();
afx_msg void OnInputClientStaff();
afx_msg void OnInputClientContact();
afx_msg void OnInputClientProduct();
afx_msg void OnInputOpponentInfo();
afx_msg void OnInputOpponentStaff();
afx_msg void OnInputOpponentProduct();
afx_msg void OnInputOpponentContact();
afx_msg void OnInputInformationIssue();
afx_msg void OnInputPolicyPublish();
afx_msg void OnInputMarketInformation();
afx_msg void OnInputClientReserve();
afx_msg void OnInputEventRecord();
afx_msg void OnInputMarketPlan();
afx_msg void OnInputAdvertise();
afx_msg void OnInputNewsIssue();
afx_msg void OnInputProjectExhibit();
afx_msg void OnInputMarketInvestigate();
afx_msg void OnInputPromoteSale();
afx_msg void OnSearchClient();
afx_msg void OnSearchOpponent();
afx_msg void OnSearchInformationIssue();
afx_msg void OnSearchMarketInformation();
afx_msg void OnSearchClientReserve();
afx_msg void OnSearchPolicyPublish();
afx_msg void OnSearchMarketPlan();
afx_msg void OnSearchAdvertise();
afx_msg void OnSearchNewsIssue();
afx_msg void OnSearchProjectExhibit();
afx_msg void OnSearchMarketInvestigate();
afx_msg void OnSearchEventRecord();
afx_msg void OnClientSaleTotal();
afx_msg void OnClientContactNum();
afx_msg void OnCompareSaleTotal();
afx_msg void OnCompareSaleNum();
afx_msg void Oninputcontract();
afx_msg void OnSearchContract();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in ClientRelationshipView.cpp
inline CClientRelationshipDoc* CClientRelationshipView::GetDocument()
{ return (CClientRelationshipDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CLIENTRELATIONSHIPVIEW_H__5306DB14_7B6F_48D6_8E0F_BB70ACA8E1ED__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -