1 Star 0 Fork 0

berry/xmltools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
InputDlg.h 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
nc 提交于 2019-09-29 20:51 . Change CString to CStringW
#if !defined(AFX_INPUTDLG_H__0E01277C_7E93_447A_B758_F48A3B7D14EF__INCLUDED_)
#define AFX_INPUTDLG_H__0E01277C_7E93_447A_B758_F48A3B7D14EF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// InputDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CInputDlg dialog
class CInputDlg : public CDialog
{
// Construction
public:
CInputDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CInputDlg)
enum { IDD = IDD_INPUTDLG };
CStringW m_sInputCaption;
CStringW m_sInputBuffer;
//}}AFX_DATA
CStringW m_sInputTitle;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CInputDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CInputDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSetfocusEditInput();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_INPUTDLG_H__0E01277C_7E93_447A_B758_F48A3B7D14EF__INCLUDED_)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/rootgd/xmltools.git
git@gitee.com:rootgd/xmltools.git
rootgd
xmltools
xmltools
master

搜索帮助