1 Star 0 Fork 0

李纪潜/OS-virtual_disk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dlg_create_folder.h 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
sunshinenum 提交于 2014-10-25 15:33 . code add
#if !defined(AFX_DLG_CREATE_FOLDER_H__F2DA3D11_3733_4B27_B5BF_51DFD709D60F__INCLUDED_)
#define AFX_DLG_CREATE_FOLDER_H__F2DA3D11_3733_4B27_B5BF_51DFD709D60F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// dlg_create_folder.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// dlg_create_folder dialog
class dlg_create_folder : public CDialog
{
// Construction
public:
dlg_create_folder(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(dlg_create_folder)
enum { IDD = IDD_DIALOG_CREATE_FOLDER };
CString m_folder_name;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(dlg_create_folder)
public:
virtual void OnFinalRelease();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(dlg_create_folder)
afx_msg void OnButtonCreate();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
// Generated OLE dispatch map functions
//{{AFX_DISPATCH(dlg_create_folder)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_DISPATCH
DECLARE_DISPATCH_MAP()
DECLARE_INTERFACE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_CREATE_FOLDER_H__F2DA3D11_3733_4B27_B5BF_51DFD709D60F__INCLUDED_)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Nick-LLL/OS-virtual_disk.git
git@gitee.com:Nick-LLL/OS-virtual_disk.git
Nick-LLL
OS-virtual_disk
OS-virtual_disk
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385