ShowDress.h 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. #if !defined(AFX_ShowDress_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  2. #define AFX_ShowDress_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ShowDress.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // ShowDress form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. class ShowDress : public MyFormView
  14. {
  15. CArray<CStringArray, CStringArray>m_List1array;
  16. protected:
  17. ShowDress(); // protected constructor used by dynamic creation
  18. DECLARE_DYNCREATE(ShowDress)
  19. // Form Data
  20. public:
  21. //{{AFX_DATA(ShowDress)
  22. enum { IDD = IDD_DLGShowDress };
  23. CComboBox m_combo1;
  24. CSortListCtrl3 m_List1;
  25. CStatic m_static1;
  26. CString m_filter;
  27. int m_radio1;
  28. //}}AFX_DATA
  29. // Attributes
  30. public:
  31. // Operations
  32. public:
  33. void GetData();
  34. void FillGrid();
  35. // Overrides
  36. // ClassWizard generated virtual function overrides
  37. //{{AFX_VIRTUAL(ShowDress)
  38. public:
  39. virtual void OnInitialUpdate();
  40. virtual BOOL PreTranslateMessage(MSG* pMsg);
  41. protected:
  42. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  43. //}}AFX_VIRTUAL
  44. // Implementation
  45. protected:
  46. virtual ~ShowDress();
  47. #ifdef _DEBUG
  48. virtual void AssertValid() const;
  49. virtual void Dump(CDumpContext& dc) const;
  50. #endif
  51. // Generated message map functions
  52. //{{AFX_MSG(ShowDress)
  53. afx_msg void OnBUTclose();
  54. afx_msg void OnButton1();
  55. afx_msg void OnTimer(UINT nIDEvent);
  56. afx_msg void OnDblclkList2(NMHDR* pNMHDR, LRESULT* pResult);
  57. afx_msg void OnSelchangeCombo1();
  58. afx_msg void OnCustomdrawList(NMHDR*, LRESULT*);
  59. afx_msg void OnButton2();
  60. afx_msg void OnButton3();
  61. afx_msg void OnRadio1();
  62. afx_msg void OnRadio2();
  63. //}}AFX_MSG
  64. DECLARE_MESSAGE_MAP()
  65. };
  66. /////////////////////////////////////////////////////////////////////////////
  67. //{{AFX_INSERT_LOCATION}}
  68. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  69. #endif // !defined(AFX_ShowDress_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)