⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dxfdlg.h

📁 利用VC++开发
💻 H
字号:
// DXFDlg.h : header file
//

#if !defined(AFX_DXFDLG_H__EDE7C332_12DB_44B6_A624_4C87A92EBAD5__INCLUDED_)
#define AFX_DXFDLG_H__EDE7C332_12DB_44B6_A624_4C87A92EBAD5__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CDXFDlg dialog
#include "CadLib.h"
#include "DrawingView.h"
#include "DUANMIANDATE.h"
#include "DXFPLINE.h"
#include "SplashDlg.h"
#include <Afxtempl.h>
#include "BtnST.h"
//typedef CTypedPtrArray<CObArray,ENTVERTEX*> ENTVERTEX_DXF ;
class CDXFDlg : public CDialog


{
// Construction
public:
	void DeleteM_DXFPLINE(DXFPLINE &m_dxfpline);
	void DeleteM_DATE(DUANMIAN &m_date);
	BOOL TURN_DATE_DXF();
	CDXFDlg(CWnd* pParent = NULL);	// standard constructor
	CDrawing drawing;
	DUANMIAN  m_date;
	DXFPLINE m_dxfpline;
    //CDrawingView	m_DrawingWindow;
// Dialog Data
	//{{AFX_DATA(CDXFDlg)
	enum { IDD = IDD_DXF_DIALOG };
	CButtonST	m_9;
	CButtonST	m_8;
	CButtonST	m_6;
	CButtonST	m_7;
	CButtonST	m_5;
	CButtonST	m_4;
	CButtonST	m_3;
	CButtonST	m_2;
	CButtonST	m_1;
	CDrawingView	m_DrawingWindow;
	 CSplashDlg   dlg;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDXFDlg)
	public:
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL
    //CArray<ENTVERTEX, ENTVERTEX> m;
    
// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CDXFDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnButton1();
	afx_msg void OnSaveDxf();
	afx_msg void OnZoomIN();
	afx_msg void OnZoomOut();
	afx_msg void OnExit();
	afx_msg void OnZoomExtents();
	afx_msg BOOL OnMouseWheel(UINT nFlags, short zDelta, CPoint pt);
	afx_msg void OnDestroy();
	afx_msg void OnOPENDXF();
	afx_msg void OnButton7();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DXFDLG_H__EDE7C332_12DB_44B6_A624_4C87A92EBAD5__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -