⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tnewmpqdlg.h

📁 mpq文件的格式就是一种压缩格式
💻 H
字号:
/*****************************************************************************/
/* TNewMpqDlg.h                           Copyright (c) Ladislav Zezula 2003 */
/*---------------------------------------------------------------------------*/
/* Description :                                                             */
/*---------------------------------------------------------------------------*/
/*   Date    Ver   Who  Comment                                              */
/* --------  ----  ---  -------                                              */
/* 11.04.03  1.00  Lad  The first version of TNewMpqDlg.h                    */
/*****************************************************************************/

#ifndef __TNEWMPQDLG_H__
#define __TNEWMPQDLG_H__

//-----------------------------------------------------------------------------
// TNewMpqDlg dialog

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

    BOOL    m_bNoBuildFrom;
    DWORD m_dwHashTableSize;

    //{{AFX_DATA(TNewMpqDlg)
	enum { IDD = IDD_NEWMPQ };
	CString	m_strBuildFrom;
	CString	m_strMpqName;
	CString	m_strHTSize;
	//}}AFX_DATA

    protected:
    static int CALLBACK BFFDialogProc(HWND hwnd, UINT message, LPARAM lParam, LPARAM lpData);

	//{{AFX_VIRTUAL(TNewMpqDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

    protected:

	//{{AFX_MSG(TNewMpqDlg)
	afx_msg void OnBrowse();
	afx_msg void OnBrowseFolder();
	afx_msg void OnDeltaPos(NMHDR* pNMHDR, LRESULT* pResult);
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#endif // __TNEWMPQDLG_H__

⌨️ 快捷键说明

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