home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2002 March / PCWMAR02.iso / software / turbocad / v8trial / TurboCADv8ProfessionalNoReg.exe / Data.Cab / F37604_TDialog1.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-16  |  2.1 KB  |  71 lines

  1. /******************************************************************/
  2. /*                                                                */
  3. /*                      TurboCAD for Windows                      */
  4. /*                   Copyright (c) 1993 - 2001                    */
  5. /*             International Microcomputer Software, Inc.         */
  6. /*                            (IMSI)                              */
  7. /*                      All rights reserved.                      */
  8. /*                                                                */
  9. /******************************************************************/
  10.  
  11. #if !defined(AFX_TDIALOG1_H__8CCE8643_8F35_11D2_8BFF_00403338C504__INCLUDED_)
  12. #define AFX_TDIALOG1_H__8CCE8643_8F35_11D2_8BFF_00403338C504__INCLUDED_
  13.  
  14. #include "InsSymb.h"
  15.  
  16. #if _MSC_VER > 1000
  17. #pragma once
  18. #endif // _MSC_VER > 1000
  19. // TDialog1.h : header file
  20. //
  21.  
  22. /////////////////////////////////////////////////////////////////////////////
  23. // CModifyDlg dialog
  24.  
  25. class CModifyDlg : public CDialog
  26. {
  27. // Construction
  28. public:
  29.     CEdit* m_AngleX;
  30.     CEdit* m_AngleY;
  31.     CEdit* m_AngleZ;
  32.     CEdit* m_ScaleX;
  33.     CEdit* m_ScaleY;
  34.     CEdit* m_ScaleZ;
  35.  
  36.     CModifyDlg(CInsSymb* pTool, CWnd* pParent = NULL);   // standard constructor
  37.  
  38. // Dialog Data
  39.     //{{AFX_DATA(CModifyDlg)
  40.     enum { IDD = IDD_DIALOG2 };
  41.         // NOTE: the ClassWizard will add data members here
  42.     //}}AFX_DATA
  43.  
  44.  
  45. // Overrides
  46.     // ClassWizard generated virtual function overrides
  47.     //{{AFX_VIRTUAL(CModifyDlg)
  48.     protected:
  49.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  50.     //}}AFX_VIRTUAL
  51.  
  52. // Implementation
  53. protected:
  54.     CInsSymb *m_pTool;
  55.  
  56.     // Generated message map functions
  57.     //{{AFX_MSG(CModifyDlg)
  58.     virtual void OnOK();
  59.     virtual void OnCancel();
  60.     afx_msg void OnChangeEditscalex();
  61.     virtual BOOL OnInitDialog();
  62.     afx_msg void OnKillfocusEditscalex();
  63.     //}}AFX_MSG
  64.     DECLARE_MESSAGE_MAP()
  65. };
  66.  
  67. //{{AFX_INSERT_LOCATION}}
  68. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  69.  
  70. #endif // !defined(AFX_TDIALOG1_H__8CCE8643_8F35_11D2_8BFF_00403338C504__INCLUDED_)
  71.