cutdlg.h

来自「图像处理软件,功能比较基础」· C头文件 代码 · 共 70 行

H
70
字号
#if !defined(AFX_CUTDLG_H__640D48D3_6AD4_4996_B4E9_5BB53C6B24AD__INCLUDED_)
#define AFX_CUTDLG_H__640D48D3_6AD4_4996_B4E9_5BB53C6B24AD__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CCutDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CCutDlg)
	enum { IDD = IDD_DIALOG14 };
	CComboBox	m_place;
	CComboBox	m_height;
	CString	m_dimpath;
	CString	m_refpath;
	CString	m_sarpath;
	int		m_picnum;
	CString	m_dim_c_path;
	CString	m_ref_c_path;
	CString	m_sar_c_path;
	CString	m_moni_path;
	int height;
	int	m_firstnum;
	int region;
	CString	m_txtpath;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CCutDlg)
	afx_msg void OnSarOrg();
	afx_msg void OnRefOrg();
	afx_msg void OnDimOrg();
	afx_msg void OnMoni();
	afx_msg void OnSarReferenct();
	afx_msg void OnRefReferenct();
	afx_msg void OnDimReferenct();
	afx_msg void OnSelchangeComboHeight();
	afx_msg void OnSelchangePlace();
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_CUTDLG_H__640D48D3_6AD4_4996_B4E9_5BB53C6B24AD__INCLUDED_)

⌨️ 快捷键说明

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