home *** CD-ROM | disk | FTP | other *** search
/ Xentax forum attachments archive / xentax.7z / 8090 / ModelEdit.7z / KeyframeStringDlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-03-08  |  1.3 KB  |  47 lines

  1. #if !defined(AFX_KEYFRAMESTRINGDLG_H__4B4E13B2_49D2_11D1_B4AC_00A024805738__INCLUDED_)
  2. #define AFX_KEYFRAMESTRINGDLG_H__4B4E13B2_49D2_11D1_B4AC_00A024805738__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // KeyframeStringDlg.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CKeyframeStringDlg dialog
  12.  
  13. class CKeyframeStringDlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17.     CKeyframeStringDlg(CWnd* pParent = NULL);   // standard constructor
  18.  
  19. // Dialog Data
  20.     //{{AFX_DATA(CKeyframeStringDlg)
  21.     enum { IDD = IDD_KEYFRAMESTRING };
  22.     CString    m_KeyframeString;
  23.     //}}AFX_DATA
  24.  
  25.  
  26. // Overrides
  27.     // ClassWizard generated virtual function overrides
  28.     //{{AFX_VIRTUAL(CKeyframeStringDlg)
  29.     protected:
  30.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31.     //}}AFX_VIRTUAL
  32.  
  33. // Implementation
  34. protected:
  35.  
  36.     // Generated message map functions
  37.     //{{AFX_MSG(CKeyframeStringDlg)
  38.         // NOTE: the ClassWizard will add member functions here
  39.     //}}AFX_MSG
  40.     DECLARE_MESSAGE_MAP()
  41. };
  42.  
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  45.  
  46. #endif // !defined(AFX_KEYFRAMESTRINGDLG_H__4B4E13B2_49D2_11D1_B4AC_00A024805738__INCLUDED_)
  47.