tcmdlineargsdlg.cpp
来自「mpq文件的格式就是一种压缩格式」· C++ 代码 · 共 35 行
CPP
35 行
/*****************************************************************************/
/* 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 + =
减小字号Ctrl + -
显示快捷键?