#if !defined(AFX_OBJPANELDLG_H__20448031_8282_4C52_81FA_B0EB85C42EB6__INCLUDED_) #define AFX_OBJPANELDLG_H__20448031_8282_4C52_81FA_B0EB85C42EB6__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // ObjPanelDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CObjPanelDlg dialog #include"PanelHolderDlg.h" class CObjPanelDlg : public CPanelHolderDlg { // Construction public: CObjPanelDlg(CWnd* pParent = NULL); // standard constructor CString NameOverride; // Dialog Data //{{AFX_DATA(CObjPanelDlg) enum { IDD = IDD_OBJPROPS }; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CObjPanelDlg) public: protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CObjPanelDlg) virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_OBJPANELDLG_H__20448031_8282_4C52_81FA_B0EB85C42EB6__INCLUDED_)