📄 dcomandgo.h
字号:
#if !defined(AFX_DCOMANDGO_H__BE0F0CA3_4CEF_457B_AA64_3E8A307EF683__INCLUDED_)
#define AFX_DCOMANDGO_H__BE0F0CA3_4CEF_457B_AA64_3E8A307EF683__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DComAndGo.h : header file
//
#include "BaseButton.h"
#include "BaseEdit.h"
#include "BaseComboBox.h"
/////////////////////////////////////////////////////////////////////////////
// CDComAndGo dialog
class CDComAndGo : public CDialog
{
// Construction
public:
void Enabled(bool bEnabled);
void Display(CString ID);
void Clear();
CDComAndGo(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDComAndGo)
enum { IDD = IDD_DIA_COMANDGO };
CBaseButton m_ButUndo;
CBaseButton m_ButSave;
CBaseButton m_ButExit;
CBaseButton m_ButDele;
CBaseButton m_ButChange;
CBaseButton m_ButAdd;
CBaseEdit m_EdtWww;
CBaseEdit m_EdtTel;
CBaseEdit m_EdtTaxPayer;
CBaseEdit m_EdtName;
CBaseEdit m_EdtMem;
CBaseEdit m_EdtLinkManTel;
CBaseEdit m_EdtLinkMan;
CBaseEdit m_EdtID;
CBaseEdit m_EdtFax;
CBaseEdit m_EdtCName;
CBaseEdit m_EdtAddr;
CBaseEdit m_EdtAccount;
CBaseComboBox m_ComStyle;
CBaseComboBox m_ComBank;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDComAndGo)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDComAndGo)
virtual void OnOK();
afx_msg void OnSpxxButadd();
afx_msg void OnSpxxButchange();
afx_msg void OnSpxxButdele();
afx_msg void OnSpxxButsave();
afx_msg void OnSpxxButundo();
afx_msg void OnSpxxButexit();
virtual BOOL OnInitDialog();
afx_msg void OnChangeCagEdtname();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
RxRecordset rst;
CString m_sID;
int AddOrChange;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DCOMANDGO_H__BE0F0CA3_4CEF_457B_AA64_3E8A307EF683__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -