📄 xturbodll.h
字号:
#ifndef __TURBO_DLL__
#define __TURBO_DLL__
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#ifndef _AFXDLL
#pragma message("*** XXXXXXXXXXXXXXXXXXXXXXXXXXXX ***")
#pragma message("*** Must Using MFC in Shared DLL ***")
#pragma message("*** XXXXXXXXXXXXXXXXXXXXXXXXXXXX ***")
#error No MFC
#endif
#include <afxtempl.h>
#ifdef _DEBUG
#pragma comment(lib,"..\\lib\\Debug\\TurboDLLD.lib")
#pragma message("Automatically linking with TurboDLLD.lib ( Debug Version )")
#else
#pragma comment(lib,"..\\lib\\Release\\TurboDLL.lib")
#pragma message("Automatically linking with TurboDLL.lib ( Release Version )")
#endif
#include "TreeListColumnInfo.h"
#include "TreeListItem.h"
#include "TreeListHeaderCtrl.h"
#include "TreeListTipCtrl.h"
#include "TreeListStaticCtrl.h"
#include "TreeListEditCtrl.h"
#include "TreeListComboCtrl.h"
#include "TreeListCtrl.h"
#endif //TURBO_DLL__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -