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

📄 devicemanagermentdlg.h

📁 本程序使用Visual C++6.0编写
💻 H
字号:
#if !defined(AFX_DEVICEMANAGERMENTDLG_H__C7837D10_9264_48F2_9980_D276E7794371__INCLUDED_)
#define AFX_DEVICEMANAGERMENTDLG_H__C7837D10_9264_48F2_9980_D276E7794371__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DeviceManagermentDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDeviceManagermentDlg dialog
#include "ParaProcessDlg2.h"
#include "ParaProcessDlg3.h"
#include "ParaProcessDlg4.h"
#include "ParaProcessDlg1.h"
class CDeviceManagermentDlg : public CDialog
{
// Construction
public:
	void RefreshData4();
	void RefreshData3();
	void RefreshData2();
	void RefreshData1();
	int m_flag;
	int m_btnflag;
	int width;
    _RecordsetPtr m_pRecordset;
	CDeviceManagermentDlg(CWnd* pParent = NULL);   // standard constructor
	CParaProcessDlg1 dlg1;
	CParaProcessDlg2 dlg2;
	CParaProcessDlg3 dlg3;
	CParaProcessDlg4 dlg4;
// Dialog Data
	//{{AFX_DATA(CDeviceManagermentDlg)
	enum { IDD = IDD_DEVICEMANAGEDLG };
	CShadeButtonST	m_updatebtn;
	CButtonST	m_subbtn;
	CButtonST	m_reservebtn;
	CButtonST	m_servicembtn;
	CButtonST	m_monitorbtn;
	CShadeButtonST	m_deletebtn;
	CShadeButtonST	m_addbtn;
	CListCtrl	m_list;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDeviceManagermentDlg)
	afx_msg void OnSubnetmonitorbtn();
	afx_msg void OnServicemonitorbtn();
	afx_msg void OnMonitorclassbtn();
	afx_msg void OnReserveipbtn();
	afx_msg void OnAddbtn();
	afx_msg void OnUpdatebtn();
	afx_msg void OnDeletebtn();
	virtual BOOL OnInitDialog();
	afx_msg void OnDblclkList1(NMHDR* pNMHDR, LRESULT* pResult);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CBitmap m_bkbitmap;
};

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

#endif // !defined(AFX_DEVICEMANAGERMENTDLG_H__C7837D10_9264_48F2_9980_D276E7794371__INCLUDED_)

⌨️ 快捷键说明

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