63 lines
1.6 KiB
C++
63 lines
1.6 KiB
C++
#if !defined(AFX_ARRAYELEMENTSVIEW_H__71BABD8C_7ADF_11D2_8745_00A0245476ED__INCLUDED_)
|
|
#define AFX_ARRAYELEMENTSVIEW_H__71BABD8C_7ADF_11D2_8745_00A0245476ED__INCLUDED_
|
|
|
|
#if _MSC_VER >= 1000
|
|
#pragma once
|
|
#endif // _MSC_VER >= 1000
|
|
// ArrayElementsView.h : header file
|
|
//
|
|
|
|
#include "CTL_Res.h"
|
|
#include <afxtempl.h>
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CArrayElementsView form view
|
|
|
|
class CArrayElementsView : public CTL_Editor_BaseFormView
|
|
{
|
|
protected:
|
|
CArrayElementsView(); // protected constructor used by dynamic creation
|
|
DECLARE_DYNCREATE(CArrayElementsView)
|
|
|
|
// Form Data
|
|
public:
|
|
//{{AFX_DATA(CArrayElementsView)
|
|
enum { IDD = IDD_ARRAY_ELEMENTS_VIEW };
|
|
// NOTE: the ClassWizard will add data members here
|
|
//}}AFX_DATA
|
|
|
|
// Attributes
|
|
public:
|
|
|
|
// Operations
|
|
public:
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(CArrayElementsView)
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
virtual ~CArrayElementsView();
|
|
#ifdef _DEBUG
|
|
virtual void AssertValid() const;
|
|
virtual void Dump(CDumpContext& dc) const;
|
|
#endif
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(CArrayElementsView)
|
|
// NOTE - the ClassWizard will add and remove member functions here.
|
|
//}}AFX_MSG
|
|
DECLARE_MESSAGE_MAP()
|
|
};
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_ARRAYELEMENTSVIEW_H__71BABD8C_7ADF_11D2_8745_00A0245476ED__INCLUDED_)
|