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.
 
 
 
 
 
 

44 lines
911 B

#ifndef _DISKLOCA_H_
#define _DISKLOCA_H_
// diskloca.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDiskLocation dialog
class CDiskLocation : public CDialog
{
// Construction
public:
CDiskLocation(CString strMsg, CWnd* pParent = NULL); // standard constructor
CString m_strMsg;
// Dialog Data
//{{AFX_DATA(CDiskLocation)
enum { IDD = IDD_DISK_LOCATION_NTS };
CString m_Location;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDiskLocation)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDiskLocation)
virtual BOOL OnInitDialog();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif // _DISKLOCA_H_