diff options
author | fcolin | 2007-02-01 13:11:28 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:11:28 +0000 |
commit | b19123a9a5cb37e8bd49717a0c7fbf99401e0051 (patch) | |
tree | ef191c509cd74a33512ee57c6e4b8dbd86d5f2be /Bus/IvyProbe | |
parent | b4105ef23bced2f8a55d7c930df53b41aab98fea (diff) | |
download | ivy-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)
Diffstat (limited to 'Bus/IvyProbe')
-rw-r--r-- | Bus/IvyProbe/IvyProbeDlg.h | 27 |
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);
|