2 * Copyright 2000, International Business Machines Corporation and others.
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
10 class CPartitionInfoDlg
: public CDialog
17 CPartitionInfoDlg(CWnd
* pParent
= NULL
); // standard constructor
19 void SetValues(LONG nSize
, LONG nFree
) { m_nSize
= nSize
; m_nFree
= nFree
; }
22 //{{AFX_DATA(CPartitionInfoDlg)
23 enum { IDD
= IDD_PARTITION_INFO
};
31 // ClassWizard generated virtual function overrides
32 //{{AFX_VIRTUAL(CPartitionInfoDlg)
34 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
40 // Generated message map functions
41 //{{AFX_MSG(CPartitionInfoDlg)
42 virtual BOOL
OnInitDialog();
43 afx_msg
void OnHelp();