www.pudn.com > ObjectInspector_demo.rar > ObjectInspectorTestDlg.h
// ObjectInspectorTestDlg.h : Header-Datei
//
#if !defined(AFX_OBJECTINSPECTORTESTDLG_H__1199407A_8DA9_4950_B360_AC7355494666__INCLUDED_)
#define AFX_OBJECTINSPECTORTESTDLG_H__1199407A_8DA9_4950_B360_AC7355494666__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "ObjectInspector.h"
/////////////////////////////////////////////////////////////////////////////
// CObjectInspectorTestDlg Dialogfeld
class CObjectInspectorTestDlg : public CDialog
{
// Konstruktion
public:
CObjectInspectorTestDlg(CWnd* pParent = NULL); // Standard-Konstruktor
// Dialogfelddaten
//{{AFX_DATA(CObjectInspectorTestDlg)
enum { IDD = IDD_OBJECTINSPECTORTEST_DIALOG };
CObjectInspector m_OI;
//}}AFX_DATA
// Vom Klassenassistenten generierte Überladungen virtueller Funktionen
//{{AFX_VIRTUAL(CObjectInspectorTestDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV-Unterstützung
virtual BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult);
//}}AFX_VIRTUAL
// Implementierung
protected:
HICON m_hIcon;
CString m_szPropertyHeader;
CString m_szValueHeader;
CString m_szBorderStyle;
CStringList m_slBorderStyles;
bool m_bHotTrack;
bool m_b3dFocus;
COLORREF m_clBackColor;
COLORREF m_clVTColor;
COLORREF m_clPTColor;
COLORREF m_clGridLineColor;
COLORREF m_clFocusLineColor;
int m_nMinPropertyColWidth;
int m_nMinValueColWidth;
int m_nStyle;
void UpdateControl();
// Generierte Message-Map-Funktionen
//{{AFX_MSG(CObjectInspectorTestDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnSize(UINT nType, int cx, int cy);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ fügt unmittelbar vor der vorhergehenden Zeile zusätzliche Deklarationen ein.
#endif // !defined(AFX_OBJECTINSPECTORTESTDLG_H__1199407A_8DA9_4950_B360_AC7355494666__INCLUDED_)