convertdlg.h

来自「svm算法的中文文本分类 找的很辛苦啊」· C头文件 代码 · 共 56 行

H
56
字号
#if !defined(AFX_CONVERTDLG_H__F55BE7A6_78F6_4F17_8CDC_E728F157775D__INCLUDED_)
#define AFX_CONVERTDLG_H__F55BE7A6_78F6_4F17_8CDC_E728F157775D__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ConvertDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CConvertDlg dialog

class CConvertDlg : public CDialog
{
// Construction
public:
	CConvertDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CConvertDlg)
	enum { IDD = IDD_CONVERT };
	CString	m_strSource;
	CString	m_strTarget;
	int		m_nSourceFormat;
	int		m_nTargetFormat;
	BOOL	m_bShowErrors;
	int		m_nSplitType;
	int		m_nDocsSetType;
	int		m_nCategoryNum;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CConvertDlg)
	afx_msg void OnBtnSource();
	afx_msg void OnBtnTarget();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_CONVERTDLG_H__F55BE7A6_78F6_4F17_8CDC_E728F157775D__INCLUDED_)

⌨️ 快捷键说明

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