📄 xmlcombobox.h
字号:
// ================================================================================
//
// author: Rainer Schuster
//
// created: 09.03.2005 10:16:40
//
// filename: xmlcombobox.h
//
// This code is as it is. You are allowed to use, modify and/or redistribute it freely.
// I'm not responsible for any errors or damage. Use it at your own risk.
//
// ================================================================================
#if !defined(AFX_XMLCOMBOBOX_H__9BC10C4B_C8B2_431D_98DE_F091307AE5B4__INCLUDED_)
#define AFX_XMLCOMBOBOX_H__9BC10C4B_C8B2_431D_98DE_F091307AE5B4__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// XMLComboBox.h : Header-Datei
//
/////////////////////////////////////////////////////////////////////////////
// Fenster CXMLComboBox
#include "xmlbase.h"
#define XCB_COL_ICON 0
#define XCB_COL_STRING 1
class CXMLComboBox : public CComboBox, public CXMLGrid
{
// Konstruktion
public:
CXMLComboBox();
// Attribute
public:
COLORREF m_clrSelected;
virtual void Parse( DOMDocument *doc, const char* lpcszID);
virtual void ParseRow( DOMNode *row);
CPictureMap m_bmps;
// Operationen
public:
// 躡erschreibungen
// Vom Klassen-Assistenten generierte virtuelle Funktions黚erschreibungen
//{{AFX_VIRTUAL(CXMLComboBox)
public:
virtual void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct);
//}}AFX_VIRTUAL
// Implementierung
public:
virtual ~CXMLComboBox();
// Generierte Nachrichtenzuordnungsfunktionen
protected:
//{{AFX_MSG(CXMLComboBox)
// HINWEIS - Der Klassen-Assistent f黦t hier Member-Funktionen ein und entfernt diese.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ f黦t unmittelbar vor der vorhergehenden Zeile zus鋞zliche Deklarationen ein.
#endif // AFX_XMLCOMBOBOX_H__9BC10C4B_C8B2_431D_98DE_F091307AE5B4__INCLUDED_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -