📄 addata.h
字号:
#if !defined(AFX_ADDATA_H__EDB8EEC9_87AB_4B02_B243_A79F48C7B241__INCLUDED_)
#define AFX_ADDATA_H__EDB8EEC9_87AB_4B02_B243_A79F48C7B241__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AdData.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CAdData dialog
class CAdData : public CDialog
{
// Construction
public:
int iDay, iMonth, iYear;
long lSerial;
CString strAd;
bool bEdit;
CAdData(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CAdData)
enum { IDD = IDD_ADDATA };
CString m_strAd;
int m_iDay;
int m_iMonth;
long m_lngSerial;
int m_iYear;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAdData)
public:
virtual BOOL DestroyWindow();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CAdData)
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnOkAdData();
afx_msg void OnExitAdData();
afx_msg void OnAdCurrentDate();
virtual BOOL OnInitDialog();
afx_msg void OnChangeEditSerial();
afx_msg void OnChangeEditAd();
afx_msg void OnChangeEditDay();
afx_msg void OnChangeEditMonth();
afx_msg void OnChangeEditYear();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ADDATA_H__EDB8EEC9_87AB_4B02_B243_A79F48C7B241__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -