yucejieguo.h

来自「用Visual c++写」· C头文件 代码 · 共 64 行

H
64
字号
#if !defined(AFX_YUCEJIEGUO_H__53B76B61_4A20_11DB_B6E2_444553540000__INCLUDED_)
#define AFX_YUCEJIEGUO_H__53B76B61_4A20_11DB_B6E2_444553540000__INCLUDED_

#include "Recyuce.h"	// Added by ClassView
#include "DTID3.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Yucejieguo.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CYucejieguo dialog

class CYucejieguo : public CDialog
{
// Construction
public:
	int PreYuce(char **string,TreeNode *dtNode);
	
	int height;
	int nWrongCount;
	int nRightCount;
	int Classify(char *title);
	void Yuce(char ***string,int height,int width,TreeNode *node);
	CYucejieguo(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CYucejieguo)
	enum { IDD = IDD_YUCEJIEGUO };
	int		m_jiaoxuejishi;
	int		m_qimochengji;
	CString	m_zhuanye;
	int		m_ziyoujishi;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CYucejieguo)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CYucejieguo)
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg void OnYucejieguo();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

	CRecYuce m_RecJoin;
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_YUCEJIEGUO_H__53B76B61_4A20_11DB_B6E2_444553540000__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?