BeautifySkinFrom.h 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. #if !defined(AFX_BeautifySkinFrom_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  2. #define AFX_BeautifySkinFrom_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // BeautifySkinFrom.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // BeautifySkinFrom form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. #include "MyFormView.h"
  14. class BeautifySkinFrom : public MyFormView // ³õÐÞÊÓͼ´°¿Ú;
  15. {
  16. int m_nAdd;
  17. CArray<CStringArray, CStringArray>m_List1array;
  18. protected:
  19. BeautifySkinFrom(); // protected constructor used by dynamic creation
  20. DECLARE_DYNCREATE(BeautifySkinFrom)
  21. // Form Data
  22. public:
  23. //{{AFX_DATA(BeautifySkinFrom)
  24. enum { IDD = IDD_DLGBeautifySkin };
  25. CComboBox m_combo1;
  26. CSortListCtrl2 m_List1;
  27. CStatic m_static1;
  28. CString m_filter;
  29. //}}AFX_DATA
  30. // Attributes
  31. public:
  32. // Operations
  33. public:
  34. void GetData();
  35. void HidePrice();
  36. BOOL CheckOK(CString name);
  37. void FillGrid(BOOL bStatus=0);
  38. // Overrides
  39. // ClassWizard generated virtual function overrides
  40. //{{AFX_VIRTUAL(BeautifySkinFrom)
  41. public:
  42. virtual void OnInitialUpdate();
  43. virtual BOOL PreTranslateMessage(MSG* pMsg);
  44. protected:
  45. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  46. //}}AFX_VIRTUAL
  47. // Implementation
  48. protected:
  49. virtual ~BeautifySkinFrom();
  50. #ifdef _DEBUG
  51. virtual void AssertValid() const;
  52. virtual void Dump(CDumpContext& dc) const;
  53. #endif
  54. // Generated message map functions
  55. //{{AFX_MSG(BeautifySkinFrom)
  56. afx_msg void OnBUTclose();
  57. afx_msg void OnButton1();
  58. afx_msg void OnSelchangeCombo1();
  59. afx_msg void OnTimer(UINT nIDEvent);
  60. afx_msg void OnBUTimportphoto();
  61. afx_msg void OnBUTshowphoto();
  62. afx_msg void OnBUTexportphoto();
  63. afx_msg void OnBUTexportphoto2();
  64. afx_msg void OnButton2();
  65. afx_msg void OnItemchangedList2(NMHDR* pNMHDR, LRESULT* pResult);
  66. afx_msg void OnClickList2(NMHDR* pNMHDR, LRESULT* pResult);
  67. afx_msg void OnBtnsearchfilter();
  68. afx_msg void OnBUTprint3();
  69. //}}AFX_MSG
  70. DECLARE_MESSAGE_MAP()
  71. public:
  72. #if USE_SHARE_FLORD
  73. void LoadAllImageSource(IN LPCTSTR lpOrderNum, IN LPCTSTR lpDomain, IN BOOL bGrowTh, IN CString &strSelectName, OUT CStringArray &strArray);
  74. void StoreImage(IN LPCTSTR lpImagePath, OUT CStringArray &strStoreArray);
  75. #endif
  76. };
  77. /////////////////////////////////////////////////////////////////////////////
  78. //{{AFX_INSERT_LOCATION}}
  79. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  80. #endif // !defined(AFX_BeautifySkinFrom_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)