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

  1. #if !defined(AFX_SOCKETEDIT_H__DE978DE7_9C4F_11D3_B959_00609709830E__INCLUDED_)
  2. #define AFX_SOCKETEDIT_H__DE978DE7_9C4F_11D3_B959_00609709830E__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // SocketEdit.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CSocketEdit dialog
  12.  
  13. class CSocketEdit : public CDialog
  14. {
  15. // Construction
  16. public:
  17.     CSocketEdit(CWnd* pParent = NULL);   // standard constructor
  18.  
  19. // Dialog Data
  20.     //{{AFX_DATA(CSocketEdit)
  21.     enum { IDD = IDD_SOCKETEDIT };
  22.     CButton    m_cApply;
  23.     CString    m_Attachment;
  24.     CString    m_Name;
  25.     CString m_NodeName;
  26.     float    m_PosX;
  27.     float    m_PosY;
  28.     float    m_PosZ;
  29.     float    m_RotX;
  30.     float    m_RotY;
  31.     float    m_RotZ;
  32.     float    m_SclX;
  33.     float    m_SclY;
  34.     float    m_SclZ;
  35.     //}}AFX_DATA
  36.  
  37.  
  38. // Overrides
  39.     // ClassWizard generated virtual function overrides
  40.     //{{AFX_VIRTUAL(CSocketEdit)
  41.     protected:
  42.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  43.     //}}AFX_VIRTUAL
  44.  
  45. // Implementation
  46. protected:
  47.  
  48.     // Generated message map functions
  49.     //{{AFX_MSG(CSocketEdit)
  50.     afx_msg void OnAttachmentLoad();
  51.     afx_msg void OnApply();
  52.     virtual BOOL OnInitDialog();
  53.     //}}AFX_MSG
  54.     DECLARE_MESSAGE_MAP()
  55. };
  56.  
  57. //{{AFX_INSERT_LOCATION}}
  58. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  59.  
  60. #endif // !defined(AFX_SOCKETEDIT_H__DE978DE7_9C4F_11D3_B959_00609709830E__INCLUDED_)
  61.