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.
 
 
 
 
 
 

42 lines
1.1 KiB

/************************************************************************
* *
* FORMMAP.H *
* *
* Copyright (C) Microsoft Corporation 1995 *
* All Rights reserved. *
* *
************************************************************************/
class CFormMap : public CDialog
{
public:
CFormMap(CHpjDoc* pHpjDoc, CWnd* pParent = NULL);
protected:
virtual void DoDataExchange(CDataExchange* pDX);
CHpjDoc* pDoc;
CListBox* plistbox;
// The following sections are ClassWizard maintained
public:
//{{AFX_DATA(CFormMap)
enum { IDD = IDD_FORM_MAP };
CString m_Prefix;
//}}AFX_DATA
protected:
// Generated message map functions
//{{AFX_MSG(CFormMap)
afx_msg void OnButtonAddMap();
afx_msg void OnButtonEditMap();
afx_msg void OnButtonIncludeMap();
afx_msg void OnButtonRemoveMap();
afx_msg void OnDblclkListMap();
afx_msg void OnBtnOverview();
//}}AFX_MSG
LRESULT OnContextMenu(WPARAM wParam, LPARAM lParam);
LRESULT OnHelp(WPARAM wParam, LPARAM lParam);
DECLARE_MESSAGE_MAP()
};