zipprjfolderdlg.h

来自「TabBars的开源源码」· C头文件 代码 · 共 61 行

H
61
字号
/*********************************************************************
*	Author:		Simon Wang
*	Date:		2003-7-30
*	Contact us:	inte2000@263.net
*	Web Page: http://www.winmsg.com/cn/orbit.htm (for Chinese version)
*						http://www.winmsg.com/orbit.htm (for English version)
**********************************************************************/
#if !defined(AFX_ZIPPRJFOLDERDLG_H__420539BE_C300_4DE8_9C67_CE3B18932158__INCLUDED_)
#define AFX_ZIPPRJFOLDERDLG_H__420539BE_C300_4DE8_9C67_CE3B18932158__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CZipPrjFolderDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CZipPrjFolderDlg)
	enum { IDD = IDD_ZIPPRJFOLDER_DLG };
	int		m_nzipSrc;
	//}}AFX_DATA
	CString m_strSrcFolder;
	CString m_strFileType;
	CString m_strOutputZipFile;

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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CZipPrjFolderDlg)
	afx_msg void OnBtnSelectSrc();
	afx_msg void OnRadWorkspace();
	afx_msg void OnRadFolder();
	virtual void OnOK();
	virtual BOOL OnInitDialog();
	afx_msg void OnBtnOutfile();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_ZIPPRJFOLDERDLG_H__420539BE_C300_4DE8_9C67_CE3B18932158__INCLUDED_)

⌨️ 快捷键说明

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