#if !defined(AFX_DressManage_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
#define AFX_DressManage_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// DressManage form view

#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
#include "MultiLineListBox.h"
class DressManage : public MyFormView
{
	CArray<CStringArray, CStringArray>m_typearray;
	CArray<CStringArray, CStringArray>m_List1array;
	CArray<CStringArray, CStringArray>m_dressareaarray;
	Image *m_pImg;
	BOOL m_bModify;
protected:
	DressManage();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(DressManage)
// Form Data
public:
	//{{AFX_DATA(DressManage)
	enum { IDD = IDD_DLGDressManage };
	CComboBox	m_comboarea;
	CNumEdit	m_editctrl3;
	CNumEdit	m_editctrl2;
	CDateEdit	m_datectrl;
	CMultiLineListBox	m_List2;
	CNumEdit	m_editctrl;
	CMultiLineListBox	m_List1;
	CStatic	m_static1;
	CString	m_type;
	CString	m_count;
	CString	m_dresstype;
	CString	m_name;
	CString	m_remark;
	CString	m_price1;
	CString	m_price2;
	CString	m_date;
	CString	m_no;
	int		m_radio1;
	//}}AFX_DATA

// Attributes
public:

// Operations
public:
	void TypeChange2();
	void TypeChange();
	void GetType();
	void GetData();
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(DressManage)
	public:
	virtual void OnInitialUpdate();
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	virtual ~DressManage();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

	// Generated message map functions
	//{{AFX_MSG(DressManage)
	afx_msg void OnBUTclose();
	afx_msg void OnAdd();
	afx_msg void OnDel();
	afx_msg void OnSelchangeList1();
	afx_msg void OnBUTsave();
	afx_msg void OnBUTdel5();
	afx_msg void OnSelchangeList5();
	afx_msg void OnBUTreset();
	afx_msg void OnBUTload();
	afx_msg void OnPaint();
	afx_msg void OnBUTdel();
	afx_msg void OnBUTgetno();
	afx_msg void OnBUTgetno2();
	afx_msg void OnStatic2();
	afx_msg void OnRadio1();
	afx_msg void OnRadio2();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

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

#endif // !defined(AFX_DressManage_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)