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

📄 jeah_datadlg.h

📁 图书管理系统
💻 H
字号:
// jeah_dataDlg.h : header file
//

#if !defined(AFX_JEAH_DATADLG_H__728818D2_7E71_4F5B_9DA6_DB4EE0ACAFF6__INCLUDED_)
#define AFX_JEAH_DATADLG_H__728818D2_7E71_4F5B_9DA6_DB4EE0ACAFF6__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "XPButton.h"
/////////////////////////////////////////////////////////////////////////////
// CJeah_dataDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CJeah_dataDlg)
	enum { IDD = IDD_JEAH_DATA_DIALOG };
	CXPButton	m_len;
	CXPButton	m_ka;
	CXPButton	m_bk;
	CXPButton	m_yqtj;
	CXPButton	m_back;
	CXPButton	m_xsdj;
	CXPButton	m_tcxt;
	CXPButton	m_shhao;
	CXPButton	m_queding;
	CXPButton	m_jctj;
	CXPButton	m_hyjt;
	CXPButton	m_hydj;
	CXPButton	m_gshi;
	CXPButton	m_ctian;
	CXPButton	m_connect;
	CXPButton	m_break;
	CString	m_bookname;
	CString	m_booknum;
	CString	m_kanum;
	CString	m_name;
	CString	m_conmsge;
//	CString	m_lbmsge;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CJeah_dataDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnOk9();
	afx_msg void OnQueding();
	afx_msg void OnConnect();
	afx_msg void OnBreak();
	afx_msg void OnTcxt();
	afx_msg void OnButtonlen();
	afx_msg void OnButtonbck();
	afx_msg void OnButtonka();
	afx_msg void OnButtonbk();
	afx_msg void OnGshi();
	afx_msg void OnCtian();
	afx_msg void OnShhao();
	afx_msg void OnXsdj();
	afx_msg void OnHydj2();
	afx_msg void OnJctj();
	afx_msg void OnYqtj();
	afx_msg void OnHytj();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_JEAH_DATADLG_H__728818D2_7E71_4F5B_9DA6_DB4EE0ACAFF6__INCLUDED_)

⌨️ 快捷键说明

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