sizedlg.h

来自「本文以数字图像处理、压缩技术和MATLAB应用为基础」· C头文件 代码 · 共 60 行

H
60
字号
#if !defined(AFX_SIZEDLG_H__6211F1B2_C0B0_11D1_9F93_000000000000__INCLUDED_)
#define AFX_SIZEDLG_H__6211F1B2_C0B0_11D1_9F93_000000000000__INCLUDED_

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

enum {UP = 1, DOWN, LEFT, RIGHT, LEFTUP, LEFTDOWN, RIGHTUP, RIGHTDOWN, HIGHLEFTUP, HIGHLEFTDOWN, HIGHRIGHTUP, HIGHRIGHTDOWN};
/////////////////////////////////////////////////////////////////////////////
// CSlopeDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CSlopeDlg)
	enum { IDD = IDD_ROOF_SLOPE_DIR };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSlopeDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnRadioSlopeUp();
	afx_msg void OnRadioSlopeDown();
	afx_msg void OnRadioSlopeLeft();
	afx_msg void OnRadioSlopeRight();
	afx_msg void OnRadioSlopeUpleft();
	afx_msg void OnRadioSlopeUpright();
	afx_msg void OnRadioSlopeDownleft();
	afx_msg void OnRadioSlopeDownright();
	afx_msg void OnRadioSlopeHighUpleft();
	afx_msg void OnRadioSlopeHighUpright();
	afx_msg void OnRadioSlopeHighDownleft();
	afx_msg void OnRadioSlopeHighDownright();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SIZEDLG_H__6211F1B2_C0B0_11D1_9F93_000000000000__INCLUDED_)

⌨️ 快捷键说明

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