sxdlg.h
来自「C语言课程设计案例精编」· C头文件 代码 · 共 58 行
H
58 行
//{{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 + =
减小字号Ctrl + -
显示快捷键?