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

📄 sxdlg.h

📁 C语言课程设计案例精编
💻 H
字号:
//{{AFX_INCLUDES()
#include "webbrowser2.h"
//}}AFX_INCLUDES
#if !defined(AFX_SXDLG_H__D2227E0D_C118_4CBE_8951_98F8BD5E5A2E__INCLUDED_)
#define AFX_SXDLG_H__D2227E0D_C118_4CBE_8951_98F8BD5E5A2E__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CSxDlg dialog


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

// Dialog Data
	//{{AFX_DATA(CSxDlg)
	enum { IDD = IDD_SXXZ };
	CListBox	m_listXZ;
	CListBox	m_listSX;
	CWebBrowser2	m_web;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSxDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSelchangeListSx();
	afx_msg void OnSelchangeListXz();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CString m_strPath;
};

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

#endif // !defined(AFX_SXDLG_H__D2227E0D_C118_4CBE_8951_98F8BD5E5A2E__INCLUDED_)

⌨️ 快捷键说明

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