new.h

来自「智能阅读器       阅读器(运行于WINCE平台):阅读器满足一般现实」· C头文件 代码 · 共 70 行

H
70
字号
#if !defined(AFX_NEW_H__DB5B1A42_6764_4A46_A6A7_41B396C8A851__INCLUDED_)
#define AFX_NEW_H__DB5B1A42_6764_4A46_A6A7_41B396C8A851__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CNew dialog
class CWinCEJobDlg;
#include "sortlistctrl.h"

class CNew : public CDialog
{
// Construction
public:
	int m_showtype;
	int m_close;
	BOOL CheckSelect();
	CString m_rtn;
	CString m_file;
	void ShowFile(CString str,int i);
	CWinCEJobDlg* m_wince;
	CNew(CWnd* pParent = NULL);   // standard constructor
	CNew(CWinCEJobDlg* m);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CNew)
	enum { IDD = IDD_DIALOG2 };
	CSortListCtrl	m_listctrl;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CNew)
	virtual BOOL OnInitDialog();
	afx_msg void OnDblclkList1(NMHDR* pNMHDR, LRESULT* pResult);
	virtual void OnOK();
	afx_msg void OnButton1();
	afx_msg void OnDelete();
	afx_msg void OnRename();
	afx_msg void OnInformation();
	afx_msg void OnFavorite1();
	afx_msg void OnMenuitem32788();
	afx_msg void OnMenuitem32795();
	afx_msg void OnMenuitem32796();
	afx_msg void OnExit1();
	afx_msg void OnSearch();
	afx_msg void OnMovefile();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_NEW_H__DB5B1A42_6764_4A46_A6A7_41B396C8A851__INCLUDED_)

⌨️ 快捷键说明

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