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

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