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

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