goto.h

来自「ebook实现上下翻页」· C头文件 代码 · 共 65 行

H
65
字号
#if !defined(AFX_GOTO_H__FEEA35DE_9436_4852_8761_81DD8E5B2C0F__INCLUDED_)
#define AFX_GOTO_H__FEEA35DE_9436_4852_8761_81DD8E5B2C0F__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// Goto dialog

class Goto : public CDialog
{
// Construction
public:
	BOOL InRect(int left, int top, int right, int bottom, int px, int py);
	Goto(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(Goto)
	enum { IDD = IDD_GOTO };
	CStatic	m_gostatic;
	CEdit	m_goedit1;
	CString	m_goedit;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(Goto)
	afx_msg void OnButton1();
	afx_msg void OnButton2();
	afx_msg void OnButton3();
	afx_msg void OnButton4();
	afx_msg void OnButton5();
	afx_msg void OnButton6();
	afx_msg void OnButton7();
	afx_msg void OnButton8();
	afx_msg void OnButton9();
	afx_msg void OnButton10();
	afx_msg void OnButton11();
	afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CBitmap *mycbitmap;
};

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

#endif // !defined(AFX_GOTO_H__FEEA35DE_9436_4852_8761_81DD8E5B2C0F__INCLUDED_)

⌨️ 快捷键说明

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