📄 alignment.cpp
字号:
//-- {CycleCode: 527} file [0..479]
//-- {AddDecl: 528} module.includes preserve=yes [0..204]
//## begin module.includes preserve=yes
// Alignment.cpp: implementation of the Alignment class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "inlinefunction.h"
#include "Alignment.h"
//## end module.includes preserve=yes
//-- {StartSubRegion: 529} region.conditional [205..219]
#ifdef _DEBUG
//-- {AddDecl: 530} module.vulnerableDeclarations [220..295]
//## begin module.additionalDeclarations preserve=yes
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
//## end module.additionalDeclarations
//-- {StartSubRegion: 531} region.conditional [296..479]
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -