#if !defined(AFX_SAVELISTDLG_H__A3832572_812D_4486_9EAF_BAD14E7DA0EC__INCLUDED_) #define AFX_SAVELISTDLG_H__A3832572_812D_4486_9EAF_BAD14E7DA0EC__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // SaveListDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CSaveListDlg dialog class CSaveListDlg : public CDialog { // Construction public: CSaveListDlg(CWnd* pParent = NULL); // standard constructor ~CSaveListDlg(); private: CString Strip(CString pszTitle); ILEADRaster *m_pRasterList; // Dialog Data //{{AFX_DATA(CSaveListDlg) enum { IDD = IDD_DIALOG_SAVELIST }; CButton m_btnUp; CButton m_btnDown; CComboBox m_cmbSaveList; CListBox m_SaveList; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CSaveListDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CSaveListDlg) virtual BOOL OnInitDialog(); afx_msg void OnMrcListUp(); afx_msg void OnMrcListDown(); 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_SAVELISTDLG_H__A3832572_812D_4486_9EAF_BAD14E7DA0EC__INCLUDED_)