2 Star 6 Fork 3

qazxlf / NetSurveyW

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
httpResponseHead.h 578 Bytes
一键复制 编辑 原始数据 按行查看 历史
qazxlf 提交于 2014-08-27 14:07 . 新建界面
#pragma once
#include "afxcmn.h"
// httpResponseHead 对话框
class httpResponseHead : public CDialogEx
{
DECLARE_DYNAMIC(httpResponseHead)
public:
httpResponseHead(CWnd* pParent = NULL); // 标准构造函数
virtual ~httpResponseHead();
// 对话框数据
enum { IDD = IDD_DLG_RESHEAD };
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 支持
DECLARE_MESSAGE_MAP()
public:
CListCtrl m_list;
virtual BOOL OnInitDialog();
afx_msg void OnSize(UINT nType, int cx, int cy);
static int _count;
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
};
C++
1
https://gitee.com/xulongfei0612/NetSurveyW.git
git@gitee.com:xulongfei0612/NetSurveyW.git
xulongfei0612
NetSurveyW
NetSurveyW
master

搜索帮助