📄 accept.h
字号:
#if !defined(AFX_ACCEPT_H__25A8B20F_C361_4970_B0DC_837501824581__INCLUDED_)
#define AFX_ACCEPT_H__25A8B20F_C361_4970_B0DC_837501824581__INCLUDED_
#include "fstream.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// accept.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// accept dialog
class accept : public CDialog
{
// Construction
public:
CString dateyear(CString date, int n);
int compare(CString a, CString b);
void appendd(fstream &datafile);
void changed(int j,fstream &datafile);
void copyfile();
void append(fstream &datafile);
void change(int j,fstream &datafile);
void clean();
CString readnote(fstream &files);
accept(CWnd* pParent = NULL);
int page;
// standard constructor
// Dialog Data
//{{AFX_DATA(accept)
enum { IDD = IDD_DIALOG2 };
CString m_mtype1;
CString m_mtype2;
CString m_mtype3;
CString m_mtype4;
CString m_mtype5;
CString m_meach1;
CString m_meach2;
CString m_meach3;
CString m_meach4;
CString m_meach5;
CString m_mtime1;
CString m_mtime2;
CString m_mtime3;
CString m_mtime4;
CString m_mtime5;
CString m_mtime6;
CString m_mtime7;
CString m_mtime8;
CString m_mtime9;
CString m_mtime10;
CString m_mprice1;
CString m_mprice2;
CString m_mprice3;
CString m_mprice4;
CString m_mprice5;
BOOL m_chk1;
BOOL m_chk2;
BOOL m_chk3;
BOOL m_chk4;
BOOL m_chk5;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(accept)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(accept)
afx_msg void OnOk3();
afx_msg void OnButton2();
afx_msg void OnButton1();
afx_msg void OnCancel2();
virtual void OnOK();
virtual BOOL OnInitDialog();
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()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ACCEPT_H__25A8B20F_C361_4970_B0DC_837501824581__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -