1 #if !defined(AFX_VARIABLEPAGE_H__DC1D7AB2_6CC1_492C_AC43_3D39F53180F4__INCLUDED_)
2 #define AFX_VARIABLEPAGE_H__DC1D7AB2_6CC1_492C_AC43_3D39F53180F4__INCLUDED_
6 #endif // _MSC_VER > 1000
7 // VariablePage.h : header file
10 #include "ResizablePage.h"
12 class CLogic_editorDoc
;
15 /////////////////////////////////////////////////////////////////////////////
16 // CVariablePage dialog
18 class CVariablePage
: public CPropertyPage
20 DECLARE_DYNCREATE(CVariablePage
)
27 void addVariable( CLogic_editorDoc
*pDoc
, CString varName
);
30 //{{AFX_DATA(CVariablePage)
31 enum { IDD
= IDD_PAGE_VARIABLES
};
32 CListBox m_listVariables
;
38 // ClassWizard generate virtual function overrides
39 //{{AFX_VIRTUAL(CVariablePage)
41 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
46 // Generated message map functions
47 //{{AFX_MSG(CVariablePage)
48 virtual BOOL
OnInitDialog();
49 afx_msg
void OnButtonAdd();
50 afx_msg
void OnSelchangeListVariables();
51 afx_msg
void OnButtonVarDelete();
52 afx_msg
void OnButtonVarApply();
58 //{{AFX_INSERT_LOCATION}}
59 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
61 #endif // !defined(AFX_VARIABLEPAGE_H__DC1D7AB2_6CC1_492C_AC43_3D39F53180F4__INCLUDED_)