87 lines
2.0 KiB
C++
87 lines
2.0 KiB
C++
#if !defined(AFX_WAW_MAIN_HPP__5EB444B7_880C_11D1_9AC1_006097BAFA4F__INCLUDED_)
|
|
#define AFX_WAW_MAIN_HPP__5EB444B7_880C_11D1_9AC1_006097BAFA4F__INCLUDED_
|
|
|
|
#if _MSC_VER >= 1000
|
|
#pragma once
|
|
#endif // _MSC_VER >= 1000
|
|
|
|
#include <afxtempl.h>
|
|
|
|
#include "WAW_Res.h"
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// WAW_MainDialog dialog
|
|
|
|
class WAW_MainDialog : public CDialog
|
|
{
|
|
// Construction
|
|
public:
|
|
WAW_MainDialog(CWnd* pParent = NULL); // standard constructor
|
|
|
|
// Dialog Data
|
|
//{{AFX_DATA(WAW_MainDialog)
|
|
enum { IDD = IDD_DIALOG_WAWMainDlg };
|
|
// NOTE: the ClassWizard will add data members here
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(WAW_MainDialog)
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(WAW_MainDialog)
|
|
virtual BOOL OnInitDialog();
|
|
afx_msg void OnKeydownTreeWaw(NMHDR* pNMHDR, LRESULT* pResult);
|
|
afx_msg void OnDeleteitemTreeWaw(NMHDR* pNMHDR, LRESULT* pResult);
|
|
afx_msg void OnSize(UINT nType, int cx, int cy);
|
|
afx_msg void OnClose();
|
|
afx_msg void OnMove(int x, int y);
|
|
//}}AFX_MSG
|
|
DECLARE_MESSAGE_MAP()
|
|
|
|
//***********************************************
|
|
//*** Specific Members **************************
|
|
//***********************************************
|
|
|
|
// Atributes :
|
|
public:
|
|
|
|
protected:
|
|
|
|
private:
|
|
CString m_pri_csInitFileName;
|
|
|
|
int m_pri_iPosX;
|
|
int m_pri_iPosY;
|
|
int m_pri_iPosCx;
|
|
int m_pri_iPosCy;
|
|
|
|
// Functions :
|
|
public:
|
|
CListCtrl * m_pub_fn_pclGetListCtrl();
|
|
CTreeCtrl * m_pub_fn_pclGetTreeCtrl();
|
|
|
|
protected:
|
|
|
|
private:
|
|
BOOL m_pri_fn_bLoadInitFile();
|
|
BOOL m_pri_fn_bSaveInitFile();
|
|
|
|
//*** End Specific Members **************************
|
|
};
|
|
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
|
|
|
|
|
|
#endif // !defined(AFX_WAW_MAIN_HPP__5EB444B7_880C_11D1_9AC1_006097BAFA4F__INCLUDED_)
|