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

📄 addtopic.h

📁 cj60lib界面库 ,ado数据库编程 使用方法: 调试代码必须装有cj60lib界面扩展库 cj60lib的使用方法参看有关文档 不知道是不是我的cj60lib出问题
💻 H
字号:
#if !defined(AFX_ADDTOPIC_H__9B108BA0_80A8_416A_9D67_8715F92CB78A__INCLUDED_)
#define AFX_ADDTOPIC_H__9B108BA0_80A8_416A_9D67_8715F92CB78A__INCLUDED_

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

#include "vchelper.h"
#include "HoverEdit.h"
/////////////////////////////////////////////////////////////////////////////
// CAddTopic dialog

class CAddTopic : public CDialog
{
// Construction
public:
	CAddTopic(CWnd* pParent = NULL);   // standard constructor

public:
	int m_num;
	int type[50];
	int m_type1,m_type2;
	INFRCD infrcd[100];

// Dialog Data
	//{{AFX_DATA(CAddTopic)
	enum { IDD = IDD_ADD_TOPIC };
	CComboBox	m_conClass;
	CHoverEdit	m_conTopic;
	BOOL	m_che;
	CString	m_strTopic;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CAddTopic)
	virtual BOOL OnInitDialog();
	afx_msg void OnCheck1();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_ADDTOPIC_H__9B108BA0_80A8_416A_9D67_8715F92CB78A__INCLUDED_)

⌨️ 快捷键说明

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