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

📄 zongtcxdlg.h

📁 数据库+源码+毕业设计论文+说明书
💻 H
字号:
//{{AFX_INCLUDES()
#include "adodc.h"
#include "datacombo.h"
#include "datagrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_ZONGTCXDLG_H__4541F59D_8B08_4B81_BB61_49C12548A0E0__INCLUDED_)
#define AFX_ZONGTCXDLG_H__4541F59D_8B08_4B81_BB61_49C12548A0E0__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CZongtcxdlg dialog

class CZongtcxdlg : public CDialog
{
// Construction
public:
	int check;
	int check2;
	CZongtcxdlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CZongtcxdlg)
	enum { IDD = IDD_ZTCX };
	CDateTimeCtrl	m_time;
	CAdodc	m_ad;
	CDataCombo	m_dc;
	CDataGrid	m_da;
//	BOOL	m_check;
	BOOL	m_check1;
	BOOL	m_check2;
	//}}AFX_DATA


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

// Implementation
protected:

	HICON m_hIcon;
	// Generated message map functions
	//{{AFX_MSG(CZongtcxdlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnChaxun();
	virtual void OnOK();
	afx_msg void OnCheck1();
	afx_msg void OnCheck2();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_ZONGTCXDLG_H__4541F59D_8B08_4B81_BB61_49C12548A0E0__INCLUDED_)

⌨️ 快捷键说明

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