📄 dclient_edit.h
字号:
#if !defined(AFX_DCLIENT_EDIT_H__5425BF01_65DC_11D8_8753_5254AB32C8FB__INCLUDED_)
#define AFX_DCLIENT_EDIT_H__5425BF01_65DC_11D8_8753_5254AB32C8FB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DClient_Edit.h : header file
//
#include "BaseEdit.h"
#include "BaseCombobox.h"
/////////////////////////////////////////////////////////////////////////////
// CDClient_Edit dialog
class CDClient_Edit : public CDialog
{
// Construction
public:
CString WindowText;
CString DateBaseName;
CString DisplayNumber;
void ClearFrom();
void Display(CString ID);
void Enabled(bool bEnabled);
CDClient_Edit(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDClient_Edit)
enum { IDD = IDD_DIAClient_Edit };
CBaseComboBox m_ComProvince;
CBaseEdit m_EdtTaxpayer;
CBaseEdit m_EdtPhone;
CBaseEdit m_EdtName;
CBaseEdit m_EdtLMPhone;
CBaseEdit m_EdtLinkman;
CBaseEdit m_EdtLetterName;
CBaseEdit m_EdtID;
CBaseEdit m_EdtEmail;
CBaseEdit m_EdtFax;
CBaseEdit m_EdtAddr;
CBaseEdit m_EdtAccount;
CBaseComboBox m_ComTown;
CBaseComboBox m_ComCity;
CBaseComboBox m_ComBank;
CButton m_ButSave;
CButton m_ButUndo;
CButton m_ButExit;
CButton m_ButDele;
CButton m_ButChange;
CButton m_ButAdd;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDClient_Edit)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDClient_Edit)
virtual void OnOK();
afx_msg void OnBUTAdd();
afx_msg void OnBUTChange();
afx_msg void OnBUTDele();
afx_msg void OnBUTSave();
virtual BOOL OnInitDialog();
afx_msg void OnBUTUndo();
afx_msg void OnBUTExit();
afx_msg void OnChangeEDTName3();
afx_msg void OnKillfocusCOMPorvince();
afx_msg void OnKillfocusCOMCity();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
HICON m_hIcon;
bool AddOrChange;
_RecordsetPtr rst;
int Clime(int Number);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DCLIENT_EDIT_H__5425BF01_65DC_11D8_8753_5254AB32C8FB__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -