home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / C_C++ / BisonFlexWizard / data1.cab / Src / Wizard / Cstm2Dlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-16  |  1.1 KB  |  44 lines

  1. #if !defined(AFX_CSTM2DLG_H__C709ED38_A04C_11D1_B8B6_000000000000__INCLUDED_)
  2. #define AFX_CSTM2DLG_H__C709ED38_A04C_11D1_B8B6_000000000000__INCLUDED_
  3.  
  4. // cstm2dlg.h : header file
  5. //
  6.  
  7. /////////////////////////////////////////////////////////////////////////////
  8. // CCustom2Dlg dialog
  9.  
  10. class CCustom2Dlg : public CAppWizStepDlg
  11. {
  12. // Construction
  13. public:
  14.     CCustom2Dlg();
  15.     virtual BOOL OnDismiss();
  16.  
  17. // Dialog Data
  18.     //{{AFX_DATA(CCustom2Dlg)
  19.     enum { IDD = IDD_CUSTOM2 };
  20.         // NOTE: the ClassWizard will add data members here
  21.     //}}AFX_DATA
  22.  
  23.  
  24. // Overrides
  25.     // ClassWizard generated virtual function overrides
  26.     //{{AFX_VIRTUAL(CCustom2Dlg)
  27.     protected:
  28.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  29.     //}}AFX_VIRTUAL
  30.  
  31. // Implementation
  32. protected:
  33.     // Generated message map functions
  34.     //{{AFX_MSG(CCustom2Dlg)
  35.     //}}AFX_MSG
  36.     DECLARE_MESSAGE_MAP()
  37. };
  38.  
  39.  
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  42.  
  43. #endif // !defined(AFX_CSTM2DLG_H__C709ED38_A04C_11D1_B8B6_000000000000__INCLUDED_)
  44.