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/Donate.h
parent0bab5d4b813fde9600a1570b288c8bbacc1aec3e (diff)
Ext2Mgr 2.50
Diffstat (limited to 'Ext2Mgr/Donate.h')
-rw-r--r--Ext2Mgr/Donate.h50
1 files changed, 50 insertions, 0 deletions
diff --git a/Ext2Mgr/Donate.h b/Ext2Mgr/Donate.h
new file mode 100644
index 0000000..a842276
--- /dev/null
+++ b/Ext2Mgr/Donate.h
@@ -0,0 +1,50 @@
+#if !defined(AFX_DONATE_H__40066CB2_EB28_4B9A_B51A_6CF889E4D5CB__INCLUDED_)
+#define AFX_DONATE_H__40066CB2_EB28_4B9A_B51A_6CF889E4D5CB__INCLUDED_
+
+#if _MSC_VER > 1000
+#pragma once
+#endif // _MSC_VER > 1000
+// Donate.h : header file
+//
+#include "HyperLink.h"
+
+/////////////////////////////////////////////////////////////////////////////
+// CDonate dialog
+
+class CDonate : public CDialog
+{
+// Construction
+public:
+ CDonate(CWnd* pParent = NULL); // standard constructor
+
+// Dialog Data
+ //{{AFX_DATA(CDonate)
+ enum { IDD = IDD_DONATE_DIALOG };
+ CMyHyperLink m_SF;
+ CMyHyperLink m_Paypal;
+ //}}AFX_DATA
+
+
+// Overrides
+ // ClassWizard generated virtual function overrides
+ //{{AFX_VIRTUAL(CDonate)
+protected:
+ virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
+ //}}AFX_VIRTUAL
+
+// Implementation
+protected:
+
+ // Generated message map functions
+ //{{AFX_MSG(CDonate)
+ virtual BOOL OnInitDialog();
+ afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
+ afx_msg void OnKillFocus(CWnd* pNewWnd);
+ //}}AFX_MSG
+ DECLARE_MESSAGE_MAP()
+};
+
+//{{AFX_INSERT_LOCATION}}
+// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
+
+#endif // !defined(AFX_DONATE_H__40066CB2_EB28_4B9A_B51A_6CF889E4D5CB__INCLUDED_)