?? devicemanagermentdlg.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 + -