selwin.h

来自「字模转换工具」· C头文件 代码 · 共 57 行

H
57
字号
#if !defined(AFX_SELWIN_H__20506341_0928_11D7_856D_00E04C5F149F__INCLUDED_)
#define AFX_SELWIN_H__20506341_0928_11D7_856D_00E04C5F149F__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CSelWin dialog

class CSelWin : public CDialog
{
// Construction
public:
	int m_chtcnts;
	void PrevPage();
	int m_curpage;
	void NextPage();
	CString m_strBak;
	void SetTextv(CString strValue);
	CSelWin(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CSelWin)
	enum { IDD = IDD_DIALOGBAR };
	CString	m_hztext;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSelWin)
	public:
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSelWin)
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnBexit();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SELWIN_H__20506341_0928_11D7_856D_00E04C5F149F__INCLUDED_)

⌨️ 快捷键说明

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