FEMM/femm/Preferences.h

48 lines
1.2 KiB
C++

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