62 lines
1.6 KiB
C++
62 lines
1.6 KiB
C++
#if !defined(AFX_BROWSE2DSCRIPTDLG_H__113B5C57_A571_4C03_90B7_05C43A1141E5__INCLUDED_)
|
|
#define AFX_BROWSE2DSCRIPTDLG_H__113B5C57_A571_4C03_90B7_05C43A1141E5__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
|
|
#include "Browse2DScriptView.h"
|
|
#include "opcreatesptview.h"
|
|
#include "EasySize.h"
|
|
// Browse2DScriptDlg.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CBrowse2DScriptDlg dialog
|
|
|
|
class CBrowse2DScriptDlg : public CDialog
|
|
{
|
|
DECLARE_EASYSIZE
|
|
|
|
// Construction
|
|
public:
|
|
CBrowse2DScriptDlg(CWnd* pParent = NULL); // standard constructor
|
|
|
|
// CBrowse2dScriptFrame *m_BrowseFrame;
|
|
CBrowse2DScriptView *m_BrowseScript;
|
|
// COpCreateSptView *m_BrowseScript;
|
|
// Dialog Data
|
|
//{{AFX_DATA(CBrowse2DScriptDlg)
|
|
enum { IDD = IDD_BROWSE_SCRIPT_2D };
|
|
// NOTE: the ClassWizard will add data members here
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(CBrowse2DScriptDlg)
|
|
public:
|
|
virtual BOOL PreTranslateMessage(MSG* pMsg);
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(CBrowse2DScriptDlg)
|
|
virtual BOOL OnInitDialog();
|
|
afx_msg void OnSize(UINT nType, int cx, int cy);
|
|
//}}AFX_MSG
|
|
DECLARE_MESSAGE_MAP()
|
|
|
|
private:
|
|
|
|
};
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_BROWSE2DSCRIPTDLG_H__113B5C57_A571_4C03_90B7_05C43A1141E5__INCLUDED_)
|