dialogdisplay.h

来自「铁路列车车辆监控系统本系统要求PC机有两个串行通讯串口」· C头文件 代码 · 共 62 行

H
62
字号
//{{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 + =
减小字号Ctrl + -
显示快捷键?