DesignFrom.h 2.3 KB

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