addeditf.h

来自「cj60lib界面库 ,ado数据库编程 使用方法: 调试代码必须装有cj60l」· C头文件 代码 · 共 69 行

H
69
字号
#if !defined(AFX_ADDEDITFILE_H__9C013339_025E_4E0B_978E_8F221DB36672__INCLUDED_)
#define AFX_ADDEDITFILE_H__9C013339_025E_4E0B_978E_8F221DB36672__INCLUDED_

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

#include "vchelper.h"
#include "HoverEdit.h"
/////////////////////////////////////////////////////////////////////////////
// CAddEditFile dialog
class CAddEditFile : public CDialog
{
// Construction
public:
	CAddEditFile(CWnd* pParent = NULL);   // standard constructor

public:
	int m_typeID1;
	int m_typeID2;
	BOOL m_frag;
	int m_num;
	int type1[50];
	int type2[50];
	INFRCD infrcd[100];

// Dialog Data
	//{{AFX_DATA(CAddEditFile)
	enum { IDD = IDD_ADDEDIT_FILE };
	CButton	m_confull;
	CHoverEdit	m_conTopic;
	CEdit	m_conData;
	CComboBox	m_conType2;
	CComboBox	m_conType1;
	CString	m_strTopic;
	CString	m_strData;
	BOOL	m_pride;
	BOOL	m_exa;
	BOOL	m_autofull;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CAddEditFile)
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	afx_msg void OnSelchangeType1();
	afx_msg void OnChangeData();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_ADDEDITFILE_H__9C013339_025E_4E0B_978E_8F221DB36672__INCLUDED_)

⌨️ 快捷键说明

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