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

📄 dialogdisplay.h

📁 铁路列车车辆监控系统本系统要求PC机有两个串行通讯串口
💻 H
字号:
//{{AFX_INCLUDES()
#include "adodc.h"
#include "datagrid1.h"
#include "DEBUG\msado15.tlh"	// Added by ClassView
//}}AFX_INCLUDES
#if !defined(AFX_DIALOGDISPLAY_H__87331656_FFB7_40D1_BD63_2B75635663DD__INCLUDED_)
#define AFX_DIALOGDISPLAY_H__87331656_FFB7_40D1_BD63_2B75635663DD__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#import "C:\Program Files\Common Files\System\ado\msado15.dll" no_namespace rename("EOF","adoEOF")

// DialogDisplay.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDialogDisplay dialog

class CDialogDisplay : public CDialog
{
// Construction
public:
	_RecordsetPtr m_pRecordset;
	_ConnectionPtr m_pConnection;
	int Count;
	CDialogDisplay(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDialogDisplay)
	enum { IDD = IDD_DIALOG_DISPLAY };
	CAdodc	m_Adodc;
	CDataGrid	m_Datagrid;
	//}}AFX_DATA


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

// Implementation
protected:
	int TimerID;

	// Generated message map functions
	//{{AFX_MSG(CDialogDisplay)
	afx_msg void OnButtonDisplay();
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnButtonCancel();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DIALOGDISPLAY_H__87331656_FFB7_40D1_BD63_2B75635663DD__INCLUDED_)

⌨️ 快捷键说明

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