optionsdlg.h
来自「提取NOAA PAL(Pathfinder AVHRR Land cover d」· C头文件 代码 · 共 57 行
H
57 行
#if !defined(AFX_OPTIONSDLG1_H__C93793D8_ABB1_40FE_8FE4_720697AB6B0E__INCLUDED_)
#define AFX_OPTIONSDLG1_H__C93793D8_ABB1_40FE_8FE4_720697AB6B0E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// OptionsDlg1.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// COptionsDlg dialog
class COptionsDlg : public CDialog
{
// Construction
public:
COptionsDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(COptionsDlg)
enum { IDD = IDD_OPTIONS };
FileFormat m_iOutputFormat;
BOOL m_bSubsetDecades;
BOOL m_bSubsetMonths;
CString m_sOutputPath;
CString m_sTempFilePath;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(COptionsDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void LoadLastOptions();
void SaveLastOptions();
// Generated message map functions
//{{AFX_MSG(COptionsDlg)
afx_msg void OnOutputfilepath();
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg void OnTempfilepath();
afx_msg void OnRange();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_OPTIONSDLG1_H__C93793D8_ABB1_40FE_8FE4_720697AB6B0E__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?