1 / 6
文档名称:

C源码ERA1nov11.docx

格式:docx   大小:71KB   页数:6页
下载后只包含 1 个 DOCX 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

C源码ERA1nov11.docx

上传人:changjinlai 2021/7/23 文件大小:71 KB

下载得到文件列表

C源码ERA1nov11.docx

文档介绍

文档介绍:C++源码(Kit3907A1)
void HideSplashScreen();
static BOOL c_iwKbShowSplashWnd;
static CSplashWnd c_iwKpSplashWnd;
//Generated message map functions
protected:
{{AFX_iwKMSG(CSplashWnd)
afx_iwKmsg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_iwKmsg void OnPaint();
afx_iwKmsg void OnTimer(UINT nIDEvent);
}}AFX_iwKMSG
DECLARE_iwKMESSAGE_iwKMAP()
};
#endif
#if!defined(AFXJwKCUSTOMTREE_iwKH_iwK940239A8JwK3DA6_iwK46F4_iwK92FBJ wKE2253693A832_iwKINCLUDED_iwK)
#define
AFX_iwKCUSTOMTREE_iwKH_iwK940239A8_iwK3DA6_iwK46F4_iwK92FB_iwKE225369 3A832_iwKINCLUDED_iwK
#if _iwKMSC_iwKVER > 1000
#pragma once
#endif _iwKMSC_iwKVER > 1000
: header file
CCustomTree view
#include ""
const int NODECOUNT = 13; 〃节点数
class CCustomTree : public CTreeView
{
protected:
CCustomTree();protected constructor used by dynamic creation
DECLARE_iwKDYNCREA TE(CCustomTree)
//Attributes
public:
CStringArray m_iwKTreenodes;
CImageList m_iwKimagelist;
CFont m_iwKfont;
CBrush m_iwKbrush;
Operations
public:
virtualvoid DoDbClick();
Overrides
//ClassWizard generated virtual function overrides
{
{AFX_iwKVIRTUAL(CCustomTree)
public:
virtual void OnInitialUpdate();
virtual BOOL OnCmdMsg(UINT nID, int nCode, void pExtra, AFX_iwKCMDHANDLERINFO pHandlerInfo);
protected:
virtual BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT pResult);
virtual void OnUpdate