summaryrefslogtreecommitdiff
path: root/apps/windoze/vc/ActiveDiatheke/ActiveDiathekePpg.h
blob: c8b63e75d78c70a35ac3ed4d0d6c155eb610f32c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#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)