📄 mocamain.h
字号:
/// mocamain.h
#ifndef _MOCAMAIN_H
#define _MOCAMAIN_H
//-------------------------------------------------
#define __USE_MOCA_AS_LIB__
#include "stdafx.h"
//#include "modll.h"
/// ML 8/24/2001 ORIGIN_WIDE_HEADER_FILE
#include "oversion.h"
#include "ocnfg.h"
/// end ORIGIN_WIDE_HEADER_FILE
#include "oc_const.h" // CPY 11/7/01
#include "mocadef.h"
#include "LTtype.h"
#include "MOCAScript.h"
#include "okcons.h" // Origin constants used by MOCA classes
#include "mocadataset.h" // dataset access
#include "mocawks.h" // worksheet access
#include "mocamatrix.h" // matrix access
//-----------------------------------------------------
/// YuI 4/16/02 QA70-1478 v7.0281 MULTIFRAME_TIFF_IMPORT
#include "moMatrixLayer.h" //matrix layer access
/// end MULTIFRAME_TIFF_IMPORT
#endif //_MOCAMAIN_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -