customizedialog.cpp
来自「读者写者有限的问题」· C++ 代码 · 共 23 行
CPP
23 行
// CustomizeDialog.cpp : implementation file
//
#include "stdafx.h"
#include "RWer.h"
#include "CustomizeDialog.h"
#include "RWerDlg.h"
#include <stdio.h>
//#include "RWerDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
TEST buffer[MAX_SIZE];
/////////////////////////////////////////////////////////////////////////////
// CCustomizeDialog dialog
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?