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

📄 bishedlg.h

📁 别的的密钥管理程序
💻 H
字号:
// bisheDlg.h : header file
//

#if !defined(AFX_BISHEDLG_H__DA302BA4_911E_4187_8FC1_916B1E379D79__INCLUDED_)
#define AFX_BISHEDLG_H__DA302BA4_911E_4187_8FC1_916B1E379D79__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include"BigInt.h"
#include "MyDlg1.h"
#include "MyDlg2.h"
#include "MyDlg3.h"
#include "Kdckey.h"
#include "Ckeymanage.h"
/////////////////////////////////////////////////////////////////////////////
// CBisheDlg dialog

class CBisheDlg : public CDialog
{
// Construction
public:
	CBisheDlg(CWnd* pParent = NULL);	// standard constructor(标准构造函数)
 
	CMyDlg3 m_MyDlg3;   //生成电子证书的对话框对象


   
    // Dialog Data
	//{{AFX_DATA(CBisheDlg)
	enum { IDD = IDD_KDC_DIALOG };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA(NOTE:ClassWizard将在此处加入数据成员)

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

// Implementation
protected:
	HICON m_hIcon;         

	// Generated message map functions  产生消息映射函数
	//{{AFX_MSG(CBisheDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void Onscreate();
	afx_msg void Onucreate();
	afx_msg void OnexitBUTTON1();
	afx_msg void OnKdckeyButton();
	afx_msg void OncheckBUTTON1();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};


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

#endif // !defined(AFX_BISHEDLG_H__DA302BA4_911E_4187_8FC1_916B1E379D79__INCLUDED_)


⌨️ 快捷键说明

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