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

📄 dzclb.h

📁 c++制作固定资产管理系统
💻 H
字号:
#if !defined(AFX_DZCLB_H__92DBA9AA_0E48_4EAD_A606_586C63CF044E__INCLUDED_)
#define AFX_DZCLB_H__92DBA9AA_0E48_4EAD_A606_586C63CF044E__INCLUDED_
#include "RxRecordset.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DZCLB.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDZCLB dialog
#include "BaseEdit.h"
#include "RxGrid.h"
class CDZCLB : public CDialog
{
// Construction
public:
	CDZCLB(CString sCaption, CString sTipText, CString sDataBaseName,UINT adcmd=adCmdTable,CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDZCLB)
	enum { IDD = IDD_DIA_ZCLB };
	CButton	m_Chk;
	CStatic	m_StaTit;
	CBaseEdit	m_EdtText;
	RxGrid	m_Grid;
	CButton	m_BueExit;
	CButton	m_ButDele;
	CButton	m_ButAdd;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDZCLB)
	virtual void OnOK();
	virtual BOOL OnInitDialog();
	afx_msg void OnButadd();
	afx_msg void OnButdele();
	afx_msg void OnButexit();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	UINT m_adCmd;
	RxRecordset rst;
	CString m_DataBaseName;
	CString m_TipText;
	CString m_Caption;
};

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

#endif // !defined(AFX_DZCLB_H__92DBA9AA_0E48_4EAD_A606_586C63CF044E__INCLUDED_)

⌨️ 快捷键说明

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