CategoryPropertyDlg.h
资源名称:GGBT.rar [点击查看]
上传用户:lds876
上传日期:2013-05-25
资源大小:567k
文件大小:2k
源码类别:
P2P编程
开发平台:
Visual C++
- #if !defined(AFX_CATEGORYPROPERTYDLG_H__AF3E9C42_9E88_43F9_9E6D_48F463C134F8__INCLUDED_)
- #define AFX_CATEGORYPROPERTYDLG_H__AF3E9C42_9E88_43F9_9E6D_48F463C134F8__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // CategoryPropertyDlg.h : header file
- //
- #include "ButtonEx.h"
- /////////////////////////////////////////////////////////////////////////////
- // CCategoryPropertyDlg dialog
- class CCategoryPropertyDlg : public CDialog
- {
- // Construction
- public:
- CCategoryPropertyDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CCategoryPropertyDlg)
- enum { IDD = IDD_DIALOG_CATEGORY_PROPERTY };
- CButtonEx m_btnBrowseDir;
- CButtonEx m_btnCancel;
- CButtonEx m_btnOK;
- CString m_strCategoryName;
- CString m_strCategoryDir;
- long m_lDownloadedFiles;
- long m_lDownloadedSize;
- long m_lSubCategory;
- long m_lTotalFiles;
- //}}AFX_DATA
- bool m_bChangeName;
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CCategoryPropertyDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CCategoryPropertyDlg)
- afx_msg void OnButtonFolderSel();
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- CImageList m_ctlImage;
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CATEGORYPROPERTYDLG_H__AF3E9C42_9E88_43F9_9E6D_48F463C134F8__INCLUDED_)