summaryrefslogtreecommitdiff
path: root/apps/windoze/vc/ActiveDiatheke/ActiveDiathekePpg.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/windoze/vc/ActiveDiatheke/ActiveDiathekePpg.h')
-rw-r--r--apps/windoze/vc/ActiveDiatheke/ActiveDiathekePpg.h66
1 files changed, 0 insertions, 66 deletions
diff --git a/apps/windoze/vc/ActiveDiatheke/ActiveDiathekePpg.h b/apps/windoze/vc/ActiveDiatheke/ActiveDiathekePpg.h
deleted file mode 100644
index c8b63e7..0000000
--- a/apps/windoze/vc/ActiveDiatheke/ActiveDiathekePpg.h
+++ /dev/null
@@ -1,66 +0,0 @@
-#if !defined(AFX_ACTIVEDIATHEKEPPG_H__47D3068E_9EAA_433E_9C21_DB523C8F31DD__INCLUDED_)
-#define AFX_ACTIVEDIATHEKEPPG_H__47D3068E_9EAA_433E_9C21_DB523C8F31DD__INCLUDED_
-
-#if _MSC_VER > 1000
-#pragma once
-#endif // _MSC_VER > 1000
-
-// ActiveDiathekePpg.h : Declaration of the CActiveDiathekePropPage property page class.
-
-////////////////////////////////////////////////////////////////////////////
-// CActiveDiathekePropPage : See ActiveDiathekePpg.cpp.cpp for implementation.
-
-class CActiveDiathekePropPage : public COlePropertyPage
-{
- DECLARE_DYNCREATE(CActiveDiathekePropPage)
- DECLARE_OLECREATE_EX(CActiveDiathekePropPage)
-
-// Constructor
-public:
- CActiveDiathekePropPage();
-
-// Dialog Data
- //{{AFX_DATA(CActiveDiathekePropPage)
- enum { IDD = IDD_PROPPAGE_ACTIVEDIATHEKE };
- CSpinButtonCtrl m_variantsSpinCtrl;
- CSpinButtonCtrl m_maxversesSpinCtrl;
- CString m_book;
- CString m_key;
- CString m_locale;
- long m_maxverses;
- int m_searchtype;
- BOOL m_strongs;
- BOOL m_footnotes;
- BOOL m_headings;
- BOOL m_morphology;
- int m_outputformat;
- BOOL m_autoupdate;
- CString m_script;
- BOOL m_hpoints;
- BOOL m_hcantillation;
- BOOL m_gaccents;
- BOOL m_arshape;
- BOOL m_bidireorder;
- int m_outputencoding;
- BOOL m_scripref;
- short m_variants;
- //}}AFX_DATA
-
-// Implementation
-protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
-
-// Message maps
-protected:
- //{{AFX_MSG(CActiveDiathekePropPage)
- // NOTE - ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
-
-};
-
-//{{AFX_INSERT_LOCATION}}
-// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
-#endif // !defined(AFX_ACTIVEDIATHEKEPPG_H__47D3068E_9EAA_433E_9C21_DB523C8F31DD__INCLUDED)