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

📄 settingview.h

📁 保护装置的mbpc软件
💻 H
字号:
#if !defined(AFX_SETTINGVIEW_H__8A446E03_88AA_40D1_92B5_4A2C57DB5D48__INCLUDED_)
#define AFX_SETTINGVIEW_H__8A446E03_88AA_40D1_92B5_4A2C57DB5D48__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CSettingView form view

#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
#include "MbpcDoc.h"
class CSettingView : public CFormView
{
protected:
	CSettingView();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CSettingView)

// Form Data
public:
	//{{AFX_DATA(CSettingView)
	enum { IDD = IDD_SETTINGVIEW };
	CListCtrl	m_ListCurrent;
	CEdit	m_EditId;
	CComboBox	m_CombSecId;
	CComboBox	m_CombSet;
	CListCtrl	m_ListSet;
	int		m_nSetId;
	int		m_nSetSecId;
	//}}AFX_DATA

// Attributes
public:

// Operations
public:
	void Chgset();
	BOOL m_bSaved;
	BOOL m_bNew;
	CMbpcDoc* GetDocument();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSettingView)
	public:
	virtual void OnInitialUpdate();
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual void OnActivateView(BOOL bActivate, CView* pActivateView, CView* pDeactiveView);
	//}}AFX_VIRTUAL

// Implementation
protected:
	virtual ~CSettingView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

	// Generated message map functions
	//{{AFX_MSG(CSettingView)
	afx_msg void OnCallSetting();
	afx_msg void OnChgset();
	afx_msg void OnAddsec();
	afx_msg void OnSwitchset();
	afx_msg void OnClickSetlist(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnNewsec();
	afx_msg void OnPrint();
	afx_msg void OnCallall();
	afx_msg void OnPrint2();
	afx_msg void OnClose();
	afx_msg void OnCancelMode();
	afx_msg void OnDestroy();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

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

#endif // !defined(AFX_SETTINGVIEW_H__8A446E03_88AA_40D1_92B5_4A2C57DB5D48__INCLUDED_)

⌨️ 快捷键说明

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