📄 clientinforform.h
字号:
#if !defined(AFX_CLIENTINFORFORM_H__734B0A16_FC91_40A6_BCC5_6C2ED6BE9E6D__INCLUDED_)
#define AFX_CLIENTINFORFORM_H__734B0A16_FC91_40A6_BCC5_6C2ED6BE9E6D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "ClientInfor.h"
// ClientInforForm.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CClientInforForm dialog
class CClientInforForm : public CDialog
{
// Construction
public:
CClientInforForm(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CClientInforForm)
enum { IDD = IDD_CLIENTINFORFORM_DIALOG };
CComboBox m_areaCombo;
CListCtrl m_list;
CString m_clientID;
CString m_clientName;
COleDateTime m_bookinDate;
CString m_clientLevel;
CString m_contactPerson;
CString m_area;
CString m_address;
CString m_postcode;
CString m_telephone;
CString m_fax;
CString m_webSite;
CString m_eMail;
CString m_remark;
CString m_manageRange;
CString m_manageProduct;
CString m_accountBank;
CString m_account;
CString m_taxNO;
COleDateTime m_registerDate;
float m_registerFund;
CString m_scale;
CString m_industryCharacter;
float m_allFunds;
CString m_clientCharacter;
CWnd* tx_clientID;
CWnd* tx_clientName;
CWnd* tx_bookinDate;
CWnd* tx_clientLevel;
CWnd* tx_contactPerson;
CWnd* tx_area;
CWnd* tx_address;
CWnd* tx_postcode;
CWnd* tx_telephone;
CWnd* tx_fax;
CWnd* tx_webSite;
CWnd* tx_eMail;
CWnd* tx_remark;
CWnd* tx_manageRange;
CWnd* tx_manageProduct;
CWnd* tx_accountBank;
CWnd* tx_account;
CWnd* tx_taxNO;
CWnd* tx_registerDate;
CWnd* tx_registerFund;
CWnd* tx_scale;
CWnd* tx_industryCharacter;
CWnd* tx_allFunds;
CWnd* tx_clientCharacter;
CWnd* bt_add;
CWnd* bt_cancelation;
CWnd* bt_delete;
CWnd* bt_save;
CWnd* bt_modify;
int flag;
int is_search;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CClientInforForm)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
public:
void Refresh();
protected:
// Generated message map functions
//{{AFX_MSG(CClientInforForm)
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_CLIENTINFORFORM_H__734B0A16_FC91_40A6_BCC5_6C2ED6BE9E6D__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -