planners/output/BlankDialog.h

Go to the documentation of this file.
00001 #if !defined(AFX_BLANKDIALOG_H__E4525F45_1DD5_11D3_80A8_00500487B520__INCLUDED_)
00002 #define AFX_BLANKDIALOG_H__E4525F45_1DD5_11D3_80A8_00500487B520__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 // BlankDialog.h : header file
00008 //
00009 
00010 #if !defined IDD_BLANK_DIALOG
00011 #define IDD_BLANK_DIALOG 134            //IMPROVE: this is a major hack job.
00012 #endif
00013 
00015 // CBlankDialog dialog
00016 
00017 class CBlankDialog : public CDialog
00018 {
00019 // Construction
00020 public:
00021         CBlankDialog(CWnd* pParent = NULL);   // standard constructor
00022 
00023 // Dialog Data
00024         //{{AFX_DATA(CBlankDialog)
00025         enum { IDD = IDD_BLANK_DIALOG };
00026                 // NOTE: the ClassWizard will add data members here
00027         //}}AFX_DATA
00028 
00029 
00030 // Overrides
00031         // ClassWizard generated virtual function overrides
00032         //{{AFX_VIRTUAL(CBlankDialog)
00033         public:
00034         protected:
00035         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00036         //}}AFX_VIRTUAL
00037 
00038 // Implementation
00039 protected:
00040 
00041         // Generated message map functions
00042         //{{AFX_MSG(CBlankDialog)
00043                 virtual afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
00044         //}}AFX_MSG
00045         DECLARE_MESSAGE_MAP()
00046 };
00047 
00048 //{{AFX_INSERT_LOCATION}}
00049 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00050 
00051 #endif // !defined(AFX_BLANKDIALOG_H__E4525F45_1DD5_11D3_80A8_00500487B520__INCLUDED_)

Generated on Sat Apr 1 21:30:44 2006 for Motion Planning Kernel by  doxygen 1.4.6-NO