#if !defined(AFX_BuMenDlg_H__2D3CAAB5_345F_46E3_ADC6_2D8D9B7AB66B__INCLUDED_)
#define AFX_BuMenDlg_H__2D3CAAB5_345F_46E3_ADC6_2D8D9B7AB66B__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// BuMenDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// BuMenDlg dialog
class BuMenDlg : public CDialog
{
	CArray<CStringArray, CStringArray>m_List1array;
// Construction
public:
	void FillGrid();
	BuMenDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(BuMenDlg)
	enum { IDD = IDD_DLGBuMen };
	CSortListCtrl2	m_List1;
	CString	m_edit1;
	//}}AFX_DATA
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(BuMenDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(BuMenDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnBUTadd();
	afx_msg void OnBUTdel();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_BuMenDlg_H__2D3CAAB5_345F_46E3_ADC6_2D8D9B7AB66B__INCLUDED_)