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
13 class CVolumeInfo
: public CDialog
18 int GetCurVolInfoIndex();
26 CVolumeInfo(CWnd
* pParent
= NULL
); // standard constructor
29 void SetFiles(const CStringArray
& files
);
32 //{{AFX_DATA(CVolumeInfo)
33 enum { IDD
= IDD_VOLUME_INFO
};
34 CSpinButtonCtrl m_QuotaSpin
;
36 CButton m_ShowPartInfo
;
38 unsigned __int64 m_nNewQuota
;
43 // ClassWizard generated virtual function overrides
44 //{{AFX_VIRTUAL(CVolumeInfo)
46 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
52 // Generated message map functions
53 //{{AFX_MSG(CVolumeInfo)
54 virtual BOOL
OnInitDialog();
55 afx_msg
void OnSelChangeList();
56 afx_msg
void OnPartitionInfo();
57 afx_msg
void OnChangeNewQuota();
59 afx_msg
void OnDeltaPosQuotaSpin(NMHDR
* pNMHDR
, LRESULT
* pResult
);
60 afx_msg
void OnHelp();