📄 gridtreectrl.h
字号:
// GridTreeCtrl.h : header file
// Copyright 2004.11 HollySys.com, All Rights Reserved.
//
/////////////////////////////////////////////////////////////////////////////
/****************************************************************************
* ***************** Version 1 *****************
* User: hongzhibing Date: 2004.11.03
* Updated in $/Include
* Newly added file which supports GridTreeCtrl includes for both Visual C++
* 5 and 6
*
***************************************************************************/
/////////////////////////////////////////////////////////////////////////////
#ifndef __GRIDTREECTRL_H__
#define __GRIDTREECTRL_H__
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#if _MSC_VER < 1200
#define _VC_VERSION_5
#endif
#ifndef _GTC_EXT_CLASS
#ifdef _AFXDLL
#define _GTC_EXT_CLASS AFX_CLASS_IMPORT // Always import GridTreeCtrl files...
#else
#define _GTC_EXT_CLASS // not used with static builds.
#endif
#endif // _GTC_EXT_CLASS
#ifndef _GTCLIB_INLINE
#define _GTCLIB_INLINE inline
#endif // _GTCLIB_INLINE
#ifndef __AFXTEMPL_H__
#include <afxtempl.h>
#endif
#ifndef __AFXPRIV_H__
#include <afxpriv.h>
#endif
#ifndef AFX_CELLRANGE_H__F86EF761_725A_11D1_ABBA_00A0243D1382__INCLUDED_
#include "CellRange.h"
#endif
#ifndef AFX_GRIDCELLCOMBO_H__ECD42822_16DF_11D1_992F_895E185F9C72__INCLUDED_
#include "GridCellCombo.h"
#endif
#ifndef AFX_GRIDCELL_H__519FA702_722C_11D1_ABBA_00A0243D1382__INCLUDED_
#include "GridCell.h"
#endif
#ifndef AFX_GRIDCELLBASE_H__519FA702_722C_11D1_ABBA_00A0243D1382__INCLUDED_
#include "GridCellBase.h"
#endif
#ifndef AFX_GRIDCELLCHECK_H__ECD42822_16DF_11D1_992F_895E185F9C72__INCLUDED_
#include "GridCellCheck.h"
#endif
#ifndef AFX_DATETIMECELL_H__A0B7DA0A_0AFE_4D28_A00E_846C96D7507A__INCLUDED_
#include "GridCellDateTime.h"
#endif
#ifndef AFX_GRIDINTEGERCELL_H__3479ED0D_B57D_4940_B83D_9E2296ED75B5__INCLUDED_
#include "GridCellNumeric.h"
#endif
#ifndef AFX_GRIDCTRL_H__519FA702_722C_11D1_ABBA_00A0243D1382__INCLUDED_
#include "GridCtrl.h"
#endif
#ifndef AFX_GRIDDROPTARGET_H__5C610981_BD36_11D1_97CD_00A0243D1382__INCLUDED_
#include "GridDropTarget.h"
#endif
#ifndef AFX_GRIDURLCELL_H__9F4A50B4_D773_11D3_A439_F7E60631F563__INCLUDED_
#include "GridURLCell.h"
#endif
#ifndef AFX_INPLACEEDIT_H__ECD42821_16DF_11D1_992F_895E185F9C72__INCLUDED_
#include "InPlaceEdit.h"
#endif
#ifndef AFX_MEMDC_H__CA1D3541_7235_11D1_ABBA_00A0243D1382__INCLUDED_
#include "MemDC.h"
#endif
#ifndef AFX_TITLETIP_H__C7165DA1_187F_11D1_992F_895E185F9C72__INCLUDED_
#include "TitleTip.h"
#endif
#ifndef AFX_GRIDTREECELL_H__97838AF2_EBD9_11D3_B75D_00C04F6A7AE6__INCLUDED_
#include "GridTreeCell.h"
#endif
#ifndef AFX_GridTreeCellBase_H__97838AF2_EBD9_11D3_B75D_00C04F6A7AE6__INCLUDED_
#include "GridTreeCellBase.h"
#endif
#ifndef AFX_TREECOLUMN_H__55D4E2A3_EDF9_11D3_B75E_00C04F6A7AE6__INCLUDED_
#include "TreeColumn.h"
#endif
#ifndef AFX_BtnDataBase_H__937E4923_EF80_11D3_B75F_00C04F6A7AE6__INCLUDED_
#include "BtnDataBase.h"
#endif
#ifndef AFX_DATAVSAME_H__51055662_F9EE_11D3_B765_00C04F6A7AE6__INCLUDED_
#include "DataVSame.h"
#endif
#ifndef AFX_GRIDBTNCELL_H__937E4927_EF80_11D3_B75F_00C04F6A7AE6__INCLUDED_
#include "GridBtnCell.h"
#endif
#ifndef AFX_GridBtnCellBase_H__97838AF2_EBD9_11D3_B75D_00C04F6A7AE6__INCLUDED_
#include "GridBtnCellBase.h"
#endif
#ifndef AFX_GRIDBTNCELLCOMBO_H__00C20283_F376_11D3_B761_00C04F6A7AE6__INCLUDED_
#include "GridBtnCellCombo.h"
#endif
#ifndef AFX_GRIDTREEBTNCELL_H__00C20285_F376_11D3_B761_00C04F6A7AE6__INCLUDED_
#include "GridTreeBtnCell.h"
#endif
#ifndef AFX_GRIDCELLVSAME_H__51055661_F9EE_11D3_B765_00C04F6A7AE6__INCLUDED_
#include "GridCellVSame.h"
#endif
#ifdef _AFXDLL
#define _GTC_COMMENT "GridTreeCtrl225.lib"
#define _GTC_MESSAGE "Automatically linking with GridTreeCtrl225.dll"
#endif
#pragma comment(lib, _GTC_COMMENT)
#pragma message(_GTC_MESSAGE)
#endif // __GRIDTREECTRL_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -