home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************/
- /* */
- /* TurboCAD for Windows */
- /* Copyright (c) 1993 - 2001 */
- /* International Microcomputer Software, Inc. */
- /* (IMSI) */
- /* All rights reserved. */
- /* */
- /******************************************************************/
-
- #if !defined(AFX_TDIALOG1_H__8CCE8643_8F35_11D2_8BFF_00403338C504__INCLUDED_)
- #define AFX_TDIALOG1_H__8CCE8643_8F35_11D2_8BFF_00403338C504__INCLUDED_
-
- #include "InsSymb.h"
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // TDialog1.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CModifyDlg dialog
-
- class CModifyDlg : public CDialog
- {
- // Construction
- public:
- CEdit* m_AngleX;
- CEdit* m_AngleY;
- CEdit* m_AngleZ;
- CEdit* m_ScaleX;
- CEdit* m_ScaleY;
- CEdit* m_ScaleZ;
-
- CModifyDlg(CInsSymb* pTool, CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CModifyDlg)
- enum { IDD = IDD_DIALOG2 };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CModifyDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- CInsSymb *m_pTool;
-
- // Generated message map functions
- //{{AFX_MSG(CModifyDlg)
- virtual void OnOK();
- virtual void OnCancel();
- afx_msg void OnChangeEditscalex();
- virtual BOOL OnInitDialog();
- afx_msg void OnKillfocusEditscalex();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_TDIALOG1_H__8CCE8643_8F35_11D2_8BFF_00403338C504__INCLUDED_)
-