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

📄 jdzldlg.h

📁 旅行社的业务帮助系统
💻 H
字号:
#if !defined(AFX_JDZLDLG_H__B944C850_F8D9_4FDF_B40B_3EA9C7982349__INCLUDED_)
#define AFX_JDZLDLG_H__B944C850_F8D9_4FDF_B40B_3EA9C7982349__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// JDZLDlg.h : header file
//
#include "jdzlset.h"
/////////////////////////////////////////////////////////////////////////////
// CJDZLDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CJDZLDlg)
	enum { IDD = IDD_JDZL };
	CListCtrl	m_jdzllist;
	CString	m_dh;
	CString	m_jdmc;
	CString	m_lxr;
	CString	m_szcs;
	CString	m_jdzljdmc;
	//}}AFX_DATA

CDatabase m_db;
	jdzlset m_rs;

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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CJDZLDlg)
	virtual BOOL OnInitDialog();
	afx_msg void Onjdzlbc();
	afx_msg void Onjdzlsc();
	afx_msg void Onjdzlcx();
	afx_msg void OnClickjdzlLIST(NMHDR* pNMHDR, LRESULT* pResult);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_JDZLDLG_H__B944C850_F8D9_4FDF_B40B_3EA9C7982349__INCLUDED_)

⌨️ 快捷键说明

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