Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

53 lines
1.1 KiB

/************************************************************************
* *
* PAGESORT.H *
* *
* Copyright (C) Microsoft Corporation 1995 *
* All Rights reserved. *
* *
************************************************************************/
#ifndef _HPJ_DOC
#include "hpjdoc.h"
#endif
#ifndef __CPROP_H__
#include "prop.h"
#include "optionpg.h"
#endif
class CPageSorting : public COptionsPage
{
public:
CPageSorting(COptions* pcoption);
protected:
virtual void DoDataExchange(CDataExchange* pDX);
virtual BOOL OnInitDialog();
COptions* pcopt;
KEYWORD_LOCALE m_kwlcid;
// The following sections are ClassWizard maintained
public:
//{{AFX_DATA(CPageSorting)
enum { IDD = IDD_PAGE_SORTING };
BOOL m_fIgnoreNonspace;
BOOL m_fIgnoreSymbols;
CString m_cszIndexSeparators;
//}}AFX_DATA
protected:
void AddUnknownLang(UINT langid);
//{{AFX_MSG(CPageSorting)
afx_msg void OnHelp();
afx_msg void OnButtonOther();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
LRESULT OnContextMenu(WPARAM wParam, LPARAM lParam);
LRESULT OnHelp(WPARAM wParam, LPARAM lParam);
};