SelDress.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #if !defined(AFX_SELDRESS_H__0AED6DD9_1BF2_4325_BB6C_E013F097E6DD__INCLUDED_)
  2. #define AFX_SELDRESS_H__0AED6DD9_1BF2_4325_BB6C_E013F097E6DD__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SelDress.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // SelDress dialog
  10. #include "MultiLineListBox.h"
  11. class SelDress : public CDialog
  12. {
  13. CArray<CStringArray, CStringArray>m_List1array;
  14. // Construction
  15. public:
  16. SelDress(CWnd* pParent = NULL); // standard constructor
  17. CString m_sel;
  18. // Dialog Data
  19. //{{AFX_DATA(SelDress)
  20. enum { IDD = IDD_DLGSelDress };
  21. CListBox m_List2;
  22. CMultiLineListBox m_List1;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(SelDress)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. // Generated message map functions
  33. //{{AFX_MSG(SelDress)
  34. virtual BOOL OnInitDialog();
  35. afx_msg void OnButton1();
  36. afx_msg void OnButton2();
  37. virtual void OnOK();
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_SELDRESS_H__0AED6DD9_1BF2_4325_BB6C_E013F097E6DD__INCLUDED_)