123
This commit is contained in:
24
Editor/TestDialog.h
Normal file
24
Editor/TestDialog.h
Normal file
@@ -0,0 +1,24 @@
|
||||
#pragma once
|
||||
|
||||
#include "Controls\PropertyCtrl.h"
|
||||
// CTestDialog dialog
|
||||
|
||||
class CTestDialog : public CDialog
|
||||
{
|
||||
DECLARE_DYNAMIC(CTestDialog)
|
||||
|
||||
public:
|
||||
CTestDialog(CWnd* pParent = NULL); // standard constructor
|
||||
virtual ~CTestDialog();
|
||||
|
||||
// Dialog Data
|
||||
enum { IDD = IDD_DIALOG3 };
|
||||
|
||||
protected:
|
||||
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||||
virtual BOOL OnInitDialog();
|
||||
|
||||
DECLARE_MESSAGE_MAP()
|
||||
|
||||
CPropertyCtrl m_props;
|
||||
};
|
||||
Reference in New Issue
Block a user