⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xmldlg.h

📁 ARM2410基于wince4.2平台的xml文档操作。包括基本的读取、保存等。此实例是读取SD卡上的xml文档
💻 H
字号:
// xmlDlg.h : header file
//

#if !defined(AFX_XMLDLG_H__B1338545_074A_4AD6_831F_FF90C881A4BC__INCLUDED_)
#define AFX_XMLDLG_H__B1338545_074A_4AD6_831F_FF90C881A4BC__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#include <msxml.h>
#include <atlbase.h>
#include "CEXML.h"
#include "MYXML.h"
/////////////////////////////////////////////////////////////////////////////
// CXmlDlg dialog

class CXmlDlg : public CDialog
{
// Construction
public:
	CString EmulatNodeText(IXMLDOMNode *pNode);
	BOOL ListNode(IXMLDOMElement *iNode);
	CXmlDlg(CWnd* pParent = NULL);	// standard constructor
	CMYXML myxml;
	BOOL iLoad;
	
// Dialog Data
	//{{AFX_DATA(CXmlDlg)
	enum { IDD = IDD_XML_DIALOG };
	CListCtrl	m_list;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CXmlDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CXmlDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnBtnload();
	afx_msg void OnBtnadd();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_XMLDLG_H__B1338545_074A_4AD6_831F_FF90C881A4BC__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -