extractiondialog.h
来自「图像处理软件,功能比较基础」· C头文件 代码 · 共 51 行
H
51 行
#if !defined(AFX_EXTRACTIONDIALOG_H__A7FAF4E2_75E5_11D5_AADF_00E04CE0AE77__INCLUDED_)
#define AFX_EXTRACTIONDIALOG_H__A7FAF4E2_75E5_11D5_AADF_00E04CE0AE77__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ExtractionDialog.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CExtractionDialog dialog
class CExtractionDialog : public CDialog
{
// Construction
public:
CExtractionDialog(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CExtractionDialog)
enum { IDD = IDD_DIALOG9 };
CString m_input_filename;
CString m_output_filename;
int m_layernum;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CExtractionDialog)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CExtractionDialog)
afx_msg void OnOutputButton();
afx_msg void OnInputButton();
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_EXTRACTIONDIALOG_H__A7FAF4E2_75E5_11D5_AADF_00E04CE0AE77__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?