/*========================================================================= * * SECdRep.hpp : class SECT_DialogReplace * * * Version 1.0 * Creation date * Revision date * * Shaitan *=======================================================================*/ /* #ifndef __SECT_D_REP_HPP__ #define __SECT_D_REP_HPP__ #include "SECTres.h" class Sector_Interface; */ //################################################################################# // Environments //################################################################################# /*=========================================================================== * Description: Class for the Environment List * Creation date: * Author: Shaitan *--------------------------------------------------------------------------- * Revision date: Author: *=========================================================================*/ /* class SECT_DialogReplace : public CDialog { protected: // dialog parameters Sector_Interface *m_pSectorInterface; public: // standard constructor SECT_DialogReplace (CWnd* pParent = NULL); void fn_vInitSectorInterface (Sector_Interface *pInterface); protected: // Dialog Data //{{AFX_DATA(SECT_DialogReplace) enum { IDD = SEC_IDD_DIALOGREPLACE }; // env elem CComboBox m_cInitEnv; CComboBox m_cNewEnv; CButton m_cEdit; CButton m_cSelect; CButton m_cAll; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(SECT_DialogEnvElem) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(SECT_DialogEnvElem) afx_msg void OnSize(UINT, int, int); afx_msg void OnDestroy(); // env elem virtual BOOL OnInitDialog(); afx_msg void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; #endif //__SECT_D_REP_HPP__ */