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

📄 inputcertview.h

📁 VC++实现的证书审批制作系统
💻 H
字号:
#if !defined(AFX_INPUTCERTVIEW_H__0D88E4FF_4A0B_4436_8F69_D9A7ABE5A40C__INCLUDED_)
#define AFX_INPUTCERTVIEW_H__0D88E4FF_4A0B_4436_8F69_D9A7ABE5A40C__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CInputCertView form view

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


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

// Form Data
public:
	//{{AFX_DATA(CInputCertView)
	enum { IDD = IDD_FORMVIEW_INPUT };
	CStatic	m_line2;
	CComboBox	m_selectcom;
	CStatic	m_line;
	//}}AFX_DATA

// Attributes
public:
	CBitmap m_bmpView,m_bmpInput,m_bmpCancel;
	
// Operations
public:

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

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

	// Generated message map functions
	//{{AFX_MSG(CInputCertView)
	afx_msg void OnButtonInputQuery();
	afx_msg void OnButtonApply();
	afx_msg void OnButtonCancle();
	afx_msg void OnDestroy();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_INPUTCERTVIEW_H__0D88E4FF_4A0B_4436_8F69_D9A7ABE5A40C__INCLUDED_)

⌨️ 快捷键说明

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