summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:11:28 +0000
committerfcolin2007-02-01 13:11:28 +0000
commitb19123a9a5cb37e8bd49717a0c7fbf99401e0051 (patch)
treeef191c509cd74a33512ee57c6e4b8dbd86d5f2be
parentb4105ef23bced2f8a55d7c930df53b41aab98fea (diff)
downloadivy-cplusplus-b19123a9a5cb37e8bd49717a0c7fbf99401e0051.zip
ivy-cplusplus-b19123a9a5cb37e8bd49717a0c7fbf99401e0051.tar.gz
ivy-cplusplus-b19123a9a5cb37e8bd49717a0c7fbf99401e0051.tar.bz2
ivy-cplusplus-b19123a9a5cb37e8bd49717a0c7fbf99401e0051.tar.xz
Utilisateur : Fcolin Date : 19/02/01 Heure : 10:39 Archivé dans $/Bus/Test (vss 10)
-rw-r--r--Bus/IvyProbe/IvyProbeDlg.h27
1 files changed, 26 insertions, 1 deletions
diff --git a/Bus/IvyProbe/IvyProbeDlg.h b/Bus/IvyProbe/IvyProbeDlg.h
index 5ed0e5e..61e3c12 100644
--- a/Bus/IvyProbe/IvyProbeDlg.h
+++ b/Bus/IvyProbe/IvyProbeDlg.h
@@ -9,6 +9,31 @@
#endif // _MSC_VER >= 1000
#include "Ivy.h"
+/////////////////////////////////////////////////////////////////////////////
+// CAboutDlg dialog used for App About
+
+class CAboutDlg : public CDialog
+{
+public:
+ CAboutDlg();
+
+// Dialog Data
+ //{{AFX_DATA(CAboutDlg)
+ enum { IDD = IDD_ABOUTBOX };
+ //}}AFX_DATA
+
+ // ClassWizard generated virtual function overrides
+ //{{AFX_VIRTUAL(CAboutDlg)
+ protected:
+ virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
+ //}}AFX_VIRTUAL
+
+// Implementation
+protected:
+ //{{AFX_MSG(CAboutDlg)
+ //}}AFX_MSG
+ DECLARE_MESSAGE_MAP()
+};
/////////////////////////////////////////////////////////////////////////////
// CTestDlg dialog
@@ -57,7 +82,7 @@ protected:
// Generated message map functions
//{{AFX_MSG(CTestDlg)
virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
+ //afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnStart();
afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);