📄 adddlg.h
字号:
#if !defined(AFX_ADDDLG_H__6B15EEC7_8015_42BD_9472_B04293FB47F3__INCLUDED_)
#define AFX_ADDDLG_H__6B15EEC7_8015_42BD_9472_B04293FB47F3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// adddlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// adddlg dialog
class adddlg : public CDialog
{
// Construction
public:
int compare(CString a,CString b);
adddlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(adddlg)
enum { IDD = IDD_DIALOG1 };
CString m_type1;
CString m_type2;
CString m_type3;
CString m_type4;
CString m_each1;
CString m_each2;
CString m_each3;
CString m_each4;
CString m_type5;
CString m_each5;
CString m_price1;
CString m_price2;
CString m_price3;
CString m_price4;
CString m_price5;
CString m_time1;
CString m_time2;
CString m_time3;
CString m_time4;
CString m_time5;
CString m_time6;
CString m_time7;
CString m_time8;
CString m_time9;
CString m_time10;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(adddlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(adddlg)
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnChangeEdit2();
afx_msg void OnChangeEdit5();
afx_msg void OnChangeEdit8();
afx_msg void OnChangeEdit11();
afx_msg void OnChangeEdit14();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CString dateyear(CString date,int n);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ADDDLG_H__6B15EEC7_8015_42BD_9472_B04293FB47F3__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -