home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2002 March / PCWMAR02.iso / software / turbocad / v8trial / TurboCADv8ProfessionalNoReg.exe / Data.Cab / F37606_ToolList.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_TOOLLIST_H__9EC46045_842F_11D2_82F7_006052012837__INCLUDED_)
  12. #define AFX_TOOLLIST_H__9EC46045_842F_11D2_82F7_006052012837__INCLUDED_
  13.  
  14. #if _MSC_VER >= 1000
  15. #pragma once
  16. #endif // _MSC_VER >= 1000
  17. // ToolList.h : header file
  18. //
  19. #include <io.h>
  20. #include <direct.h>
  21. /////////////////////////////////////////////////////////////////////////////
  22. // ToolList window
  23.  
  24. class CSymbolsList : public CListBox
  25. {
  26. // Construction
  27. public:
  28.     CSymbolsList();
  29.  
  30. // Attributes
  31. public:
  32.  
  33. // Operations
  34. public:
  35.  
  36. // Overrides
  37.     // ClassWizard generated virtual function overrides
  38.     //{{AFX_VIRTUAL(CToolList)
  39.     public:
  40.     virtual void OnFinalRelease();
  41.     //}}AFX_VIRTUAL
  42.  
  43. // Implementation
  44. public:
  45.     CString m_cstrCurSelected;
  46.     BOOL m_bDrag;
  47.     CPoint m_LB_DOWNpoint;
  48.     void RefreshFileList(CString path);
  49.     virtual ~CSymbolsList();
  50.  
  51.     // Generated message map functions
  52. protected:
  53.     HCURSOR m_OldCursor;
  54.     HCURSOR m_DragCursor;
  55.     //{{AFX_MSG(CSymbolsList)
  56.     afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  57.     afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
  58.     afx_msg void OnMouseMove(UINT nFlags, CPoint point);
  59.     afx_msg void OnSelchange();
  60.     //}}AFX_MSG
  61.  
  62.     DECLARE_MESSAGE_MAP()
  63. };
  64.  
  65. /////////////////////////////////////////////////////////////////////////////
  66.  
  67. //{{AFX_INSERT_LOCATION}}
  68. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  69.  
  70. #endif // !defined(AFX_TOOLLIST_H__9EC46045_842F_11D2_82F7_006052012837__INCLUDED_)
  71.