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

📄 makewordsdoc.h

📁 VC++和ACCESS使用ADO连接
💻 H
字号:
#if !defined(AFX_MAKEWORDSDOC_H__DC412DD4_5506_4ACC_9A74_A8BC831E48B3__INCLUDED_)
#define AFX_MAKEWORDSDOC_H__DC412DD4_5506_4ACC_9A74_A8BC831E48B3__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// MakeWordsDoc dialog

class MakeWordsDoc : public CDialog
{
// Construction
public:
	int m_nID;
	CString m_strIDCard;
	CString m_strSPath;
	CString m_strDuty;
	CString m_strJoinTime;
	CString m_strCompany;
	CString m_strSex;
	CString m_strName;
	CString m_strData;
	MakeWordsDoc(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(MakeWordsDoc)
	enum { IDD = IDD_MAKEWORDS_DIALOG };
	CProgressCtrl	m_CtrlProgress;
	//}}AFX_DATA


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

// Implementation
protected:
	void MakeAllWords(void);
	void MakeWordDocment3(void);
	void MakeWordDocment2(void);
	void MakeWordDocment1(void);

	// Generated message map functions
	//{{AFX_MSG(MakeWordsDoc)
	virtual BOOL OnInitDialog();
	afx_msg void OnMk();
	afx_msg void OnBtnMkSure();
	afx_msg void OnBtnMkExit();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_MAKEWORDSDOC_H__DC412DD4_5506_4ACC_9A74_A8BC831E48B3__INCLUDED_)

⌨️ 快捷键说明

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