📄 yucejieguo.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -