File: SphinxPpg.h

package info (click to toggle)
sphinx2 0.4-0.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 26,308 kB
  • ctags: 3,040
  • sloc: ansic: 190,606; sh: 8,996; cpp: 1,764; makefile: 342; perl: 223
file content (48 lines) | stat: -rw-r--r-- 1,376 bytes parent folder | download | duplicates (4)
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
#if !defined(AFX_SPHINXPPG_H__C8BFB25F_466B_11D1_B8FC_006008165B1E__INCLUDED_)
#define AFX_SPHINXPPG_H__C8BFB25F_466B_11D1_B8FC_006008165B1E__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

// SphinxPpg.h : Declaration of the CSphinxPropPage property page class.

////////////////////////////////////////////////////////////////////////////
// CSphinxPropPage : See SphinxPpg.cpp.cpp for implementation.

class CSphinxPropPage : public COlePropertyPage
{
	DECLARE_DYNCREATE(CSphinxPropPage)
	DECLARE_OLECREATE_EX(CSphinxPropPage)

// Constructor
public:
	CSphinxPropPage();

// Dialog Data
	//{{AFX_DATA(CSphinxPropPage)
	enum { IDD = IDD_PROPPAGE_SPHINX };
	CString	m_csArgFile;
	CString	m_csLogFile;
	BOOL	m_fIgnoreEmpty;
	UINT	m_sps;
	//}}AFX_DATA

// Implementation
protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support

// Message maps
protected:
	//{{AFX_MSG(CSphinxPropPage)
		// 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 Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SPHINXPPG_H__C8BFB25F_466B_11D1_B8FC_006008165B1E__INCLUDED)