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

📄 table2dialog.h

📁 VC6开发的用于进行色谱分析的示例
💻 H
字号:
#if !defined(AFX_TABLE2DIALOG_H__CE19F799_46B9_11D5_87A6_52544C490982__INCLUDED_)
#define AFX_TABLE2DIALOG_H__CE19F799_46B9_11D5_87A6_52544C490982__INCLUDED_

#include "Set2.h"	// Added by ClassView
#include "MyWorkDoc.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// table2Dialog.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// Ctable2Dialog dialog

class Ctable2Dialog : public CDialog
{
// Construction
public:
	CString ss;
	CTime thetime1;
	BOOL flag;
	int nCnt;
	Ctable2Dialog(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(Ctable2Dialog)
	enum { IDD = IDD_TABLE2DIALOG_DIALOG };
	CComboBox	m_combo4;
	CComboBox	m_combo3;
	CComboBox	m_combo2;
	CComboBox	m_combo1;
	CButton	m_concheck4;
	CButton	m_concheck3;
	CButton	m_concheck2;
	CButton	m_concheck1;
	CString	m_bc;
	CString	m_cname;
	CString	m_gdx;
	CString	m_jcq;
	CString	m_jyl;
	CString	m_ldx;
	CString	m_num;
	CString	m_spz;
	int		m_count;
	CString	m_time;
	//}}AFX_DATA


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

// Implementation
protected:
	Set2 *m_set2;

	// Generated message map functions
	//{{AFX_MSG(Ctable2Dialog)
	afx_msg void OnButtonMovefirst();
	afx_msg void OnButtonMovelast();
	afx_msg void OnButtonMovenext();
	afx_msg void OnButtonMovepre();
	afx_msg void OnCaixun();
	virtual void OnOK();
	afx_msg void OnButtonCulture();
	DECLARE_MESSAGE_MAP()
private:
	CDatabase db;
};

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

#endif // !defined(AFX_TABLE2DIALOG_H__CE19F799_46B9_11D5_87A6_52544C490982__INCLUDED_)

⌨️ 快捷键说明

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