📄 nextdlg.h
字号:
#if !defined(AFX_NEXTDLG_H__74295F0A_5D0E_43BE_B862_ED8A1BBD2621__INCLUDED_)
#define AFX_NEXTDLG_H__74295F0A_5D0E_43BE_B862_ED8A1BBD2621__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// nextdlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// Cnextdlg dialog
#include "money.h"
#include<afxtempl.h>
class Cnextdlg : public CDialog
{
// Construction
public:
CString m_teststring;
void test1(int & i);
bool good;
void test();
void readdata();
Cmoney randcur;
void again(int againdata[7],int j);
Cnextdlg(CWnd* pParent = NULL); // standard constructor
POSITION pos;
CTypedPtrList <CObList,Cmoney* > caipiaolist;
int m1[5],m2[5],m3[5],m4[5],m5[5],m6[5],m7[5];
// Dialog Data
//{{AFX_DATA(Cnextdlg)
enum { IDD = IDD_next };
CListBox m_list7;
CListBox m_list6;
CListBox m_list5;
CListBox m_list4;
CListBox m_list3;
CListBox m_list2;
CListBox m_list;
CString m_show;
int m_data;
CString m_predata;
CString m_jinghua;
CString m_zhong;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Cnextdlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(Cnextdlg)
virtual BOOL OnInitDialog();
afx_msg void OnButton1();
afx_msg void OnButton3();
afx_msg void OnButton2();
afx_msg void OnButton4();
afx_msg void OnButton5();
afx_msg void Ontest5();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_NEXTDLG_H__74295F0A_5D0E_43BE_B862_ED8A1BBD2621__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -