#if !defined(AFX_SAVELISTDLG_H__544255A7_F12E_46E8_839B_32C16C7D4764__INCLUDED_) #define AFX_SAVELISTDLG_H__544255A7_F12E_46E8_839B_32C16C7D4764__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // SaveListDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CSaveListDlg dialog class CSaveListDlg : public CDialog { private: CArray& m_arrViews; // Construction public: CSaveListDlg( CArray& arrViews, CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CSaveListDlg) enum { IDD = IDD_DIALOG_SAVELIST }; CListBox m_lstImages; CComboBox m_cmbFormat; int m_nFormat; //}}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) afx_msg void OnUp(); afx_msg void OnDown(); 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_SAVELISTDLG_H__544255A7_F12E_46E8_839B_32C16C7D4764__INCLUDED_)