6 Star 8 Fork 0

anzizhao / TitleReader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
treeview.h 423 Bytes
一键复制 编辑 原始数据 按行查看 历史
anzizhao 提交于 2013-05-26 10:18 . 完成第一版本
// treeview.h : PROJECT_NAME 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件"
#endif
#include "resource.h" // 主符号
// CtreeviewApp:
// 有关此类的实现,请参阅 treeview.cpp
//
class CtreeviewApp : public CWinApp
{
public:
CtreeviewApp();
// 重写
public:
virtual BOOL InitInstance();
// 实现
DECLARE_MESSAGE_MAP()
};
extern CtreeviewApp theApp;
C
1
https://gitee.com/anzizhao/titlereader.git
git@gitee.com:anzizhao/titlereader.git
anzizhao
titlereader
TitleReader
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891