⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 madecertview.h

📁 前些天在网上看到了一些关于OPENSSL的介绍
💻 H
字号:
#if !defined(AFX_MADECERTVIEW_H__2DC53940_CBBB_48C6_9455_F8244E91A324__INCLUDED_)
#define AFX_MADECERTVIEW_H__2DC53940_CBBB_48C6_9455_F8244E91A324__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MadeCertView.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CMadeCertView form view
#include "IconBtn.h"

#ifndef __AFXEXT_H__
#include <afxext.h>
#endif


class CMadeCertView : public CFormView
{
protected:
	CMadeCertView();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CMadeCertView)

// Form Data
public:
	//{{AFX_DATA(CMadeCertView)
	enum { IDD = IDD_FORMVIEW_MADE };
	CIconBtn	m_Made;
	CIconBtn	m_Fmade;
	CListCtrl	m_List;
	//}}AFX_DATA

// Attributes
public:
	int m_select;
	CString m_num;

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMadeCertView)
	public:
	virtual void OnInitialUpdate();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	virtual ~CMadeCertView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

	// Generated message map functions
	//{{AFX_MSG(CMadeCertView)
	afx_msg void OnButtonLineandmade();
	afx_msg void OnButtonAutMade();
	afx_msg void OnClickListMade(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnDestroy();
	afx_msg void OnSelchangeCombo();
	afx_msg void OnItemchangedListMade(NMHDR* pNMHDR, LRESULT* pResult);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MADECERTVIEW_H__2DC53940_CBBB_48C6_9455_F8244E91A324__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -