Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matt-wu/Ext3Fsd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wu <matt@ext2fsd.com>2011-01-30 15:27:46 +0300
committerMatt Wu <matt@ext2fsd.com>2011-01-30 15:27:46 +0300
commitabd6c07223688f426f95bdc39104b42ee3b7740f (patch)
tree31a81f325411309392b61f0c27572ac9848ba640 /Ext2Mgr/DlgView.h
parent0bab5d4b813fde9600a1570b288c8bbacc1aec3e (diff)
Ext2Mgr 2.50
Diffstat (limited to 'Ext2Mgr/DlgView.h')
-rw-r--r--Ext2Mgr/DlgView.h55
1 files changed, 55 insertions, 0 deletions
diff --git a/Ext2Mgr/DlgView.h b/Ext2Mgr/DlgView.h
new file mode 100644
index 0000000..7de291d
--- /dev/null
+++ b/Ext2Mgr/DlgView.h
@@ -0,0 +1,55 @@
+#if !defined(AFX_DLGVIEW1_H__5E7226FD_BC8E_4B9C_9769_80E378804A93__INCLUDED_)
+#define AFX_DLGVIEW1_H__5E7226FD_BC8E_4B9C_9769_80E378804A93__INCLUDED_
+
+#if _MSC_VER > 1000
+#pragma once
+#endif // _MSC_VER > 1000
+// DlgView.h : header file
+//
+
+/////////////////////////////////////////////////////////////////////////////
+// CDlgView view
+
+class CDlgView : public CScrollView
+{
+protected:
+ CDlgView(); // protected constructor used by dynamic creation
+ DECLARE_DYNCREATE(CDlgView)
+
+// Attributes
+public:
+
+// Operations
+public:
+ CString m_csText;
+// Overrides
+ // ClassWizard generated virtual function overrides
+ //{{AFX_VIRTUAL(CDlgView)
+public:
+ virtual void OnInitialUpdate();
+protected:
+ virtual void OnDraw(CDC* pDC); // overridden to draw this view
+ //}}AFX_VIRTUAL
+
+// Implementation
+protected:
+ virtual ~CDlgView();
+#ifdef _DEBUG
+ virtual void AssertValid() const;
+ virtual void Dump(CDumpContext& dc) const;
+#endif
+
+ // Generated message map functions
+protected:
+ //{{AFX_MSG(CDlgView)
+ // NOTE - the ClassWizard will add and remove member functions here.
+ //}}AFX_MSG
+ DECLARE_MESSAGE_MAP()
+};
+
+/////////////////////////////////////////////////////////////////////////////
+
+//{{AFX_INSERT_LOCATION}}
+// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
+
+#endif // !defined(AFX_DLGVIEW1_H__5E7226FD_BC8E_4B9C_9769_80E378804A93__INCLUDED_)