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

📄 tcmdlineargsdlg.cpp

📁 mpq文件的格式就是一种压缩格式
💻 CPP
字号:
/*****************************************************************************/
/* TCmdLineArgsDlg.cpp                    Copyright (c) Ladislav Zezula 2003 */
/*---------------------------------------------------------------------------*/
/* Command line helper                                                       */
/*---------------------------------------------------------------------------*/
/*   Date    Ver   Who  Comment                                              */
/* --------  ----  ---  -------                                              */
/* 13.04.03  1.00  Lad  The first version of TCmdLineArgsDlg.cpp             */
/*****************************************************************************/

#include "stdafx.h"
#include "resource.h"
#include "TCmdLineArgsDlg.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

//-----------------------------------------------------------------------------
// TCmdLineArgsDlg dialog

BEGIN_MESSAGE_MAP(TCmdLineArgsDlg, CDialog)
	//{{AFX_MSG_MAP(TCmdLineArgsDlg)
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

TCmdLineArgsDlg::TCmdLineArgsDlg(CWnd* pParent /*=NULL*/)
	: CDialog(TCmdLineArgsDlg::IDD, pParent)
{
	//{{AFX_DATA_INIT(TCmdLineArgsDlg)
	//}}AFX_DATA_INIT
}

⌨️ 快捷键说明

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