| 37 | #include "context/cryptcontext.h" |
| 38 | |
| 39 | class CFsInfoDialog : public CDialog |
| 40 | { |
| 41 | private: |
| 42 | |
| 43 | // Construction |
| 44 | public: |
| 45 | CFsInfoDialog(CWnd* pParent = NULL); // standard constructor |
| 46 | |
| 47 | FsInfo m_info; |
| 48 | CString m_mountPoint; |
| 49 | |
| 50 | |
| 51 | // Dialog Data |
| 52 | //{{AFX_DATA(CFsInfoDialog) |
| 53 | // Dialog Data |
| 54 | #ifdef AFX_DESIGN_TIME |
| 55 | enum { IDD = IDD_FSINFO }; |
| 56 | #endif |
| 57 | |
| 58 | //}}AFX_DATA |
| 59 | |
| 60 | |
| 61 | // Overrides |
| 62 | // ClassWizard generated virtual function overrides |
| 63 | //{{AFX_VIRTUAL(CFsInfoDialog) |
| 64 | protected: |
| 65 | virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support |
| 66 | //}}AFX_VIRTUAL |
| 67 | |
| 68 | // Implementation |
| 69 | protected: |
| 70 | |
| 71 | // Generated message map functions |
| 72 | //{{AFX_MSG(CFsInfoDialog) |
| 73 | // NOTE: the ClassWizard will add member functions here |
| 74 | //}}AFX_MSG |
| 75 | DECLARE_MESSAGE_MAP() |
| 76 | public: |
| 77 | |
| 78 | afx_msg void OnBnClickedOk(); |
| 79 | virtual BOOL OnInitDialog(); |
| 80 | |
| 81 | }; |
| 82 | |
| 83 | //{{AFX_INSERT_LOCATION}} |
| 84 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. |
nothing calls this directly
no outgoing calls
no test coverage detected