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

📄 05050707dlg.h

📁 数据库程序设计ADO完成,简简单单学会MFC+ADO,VC++6V. 0
💻 H
字号:
// 05050707Dlg.h : header file
//

#if !defined(AFX_05050707DLG_H__21218468_F239_42D4_AF79_6719695E1044__INCLUDED_)
#define AFX_05050707DLG_H__21218468_F239_42D4_AF79_6719695E1044__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CMy05050707Dlg dialog

class CMy05050707Dlg : public CDialog
{
// Construction
public:
	CMy05050707Dlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CMy05050707Dlg)
	enum { IDD = IDD_MY05050707_DIALOG };
	CStatic	m_checi;
	CListCtrl	m_list;
	CListCtrl	m_roadlist;
	CEdit	m_road;
	CStatic	m_staticend;
	CStatic	m_staticstart;
	CEdit	m_start;
	CEdit	m_end;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CMy05050707Dlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnQUERTY();
	afx_msg void OnRadioroad();
	afx_msg void OnRadiopoint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_05050707DLG_H__21218468_F239_42D4_AF79_6719695E1044__INCLUDED_)

⌨️ 快捷键说明

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