CategoryPropertyDlg.h
上传用户:lds876
上传日期:2013-05-25
资源大小:567k
文件大小:2k
源码类别:

P2P编程

开发平台:

Visual C++

  1. #if !defined(AFX_CATEGORYPROPERTYDLG_H__AF3E9C42_9E88_43F9_9E6D_48F463C134F8__INCLUDED_)
  2. #define AFX_CATEGORYPROPERTYDLG_H__AF3E9C42_9E88_43F9_9E6D_48F463C134F8__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // CategoryPropertyDlg.h : header file
  7. //
  8. #include "ButtonEx.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CCategoryPropertyDlg dialog
  11. class CCategoryPropertyDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CCategoryPropertyDlg(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CCategoryPropertyDlg)
  18. enum { IDD = IDD_DIALOG_CATEGORY_PROPERTY };
  19. CButtonEx m_btnBrowseDir;
  20. CButtonEx m_btnCancel;
  21. CButtonEx m_btnOK;
  22. CString m_strCategoryName;
  23. CString m_strCategoryDir;
  24. long m_lDownloadedFiles;
  25. long m_lDownloadedSize;
  26. long m_lSubCategory;
  27. long m_lTotalFiles;
  28. //}}AFX_DATA
  29. bool m_bChangeName;
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(CCategoryPropertyDlg)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. // Generated message map functions
  39. //{{AFX_MSG(CCategoryPropertyDlg)
  40. afx_msg void OnButtonFolderSel();
  41. virtual BOOL OnInitDialog();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. private:
  45. CImageList m_ctlImage;
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_CATEGORYPROPERTYDLG_H__AF3E9C42_9E88_43F9_9E6D_48F463C134F8__INCLUDED_)