?? sideline.h
字號:
// SideLine.h: interface for the CSideLine class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SIDELINE_H__26E35B92_3BFF_4A76_8C11_0B7DA8328D61__INCLUDED_)
#define AFX_SIDELINE_H__26E35B92_3BFF_4A76_8C11_0B7DA8328D61__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include <afxtempl.h>
class CSideLine : public CObject
{
public:
CSideLine();
virtual ~CSideLine();
protected:
UINT m_nPenWidth; //width
UINT m_nPenStyle; //style
public:
CString m_sTag; //標識,在數組中存有多個相同序號時,用這個區分,存儲井號
UINT m_nSerialNO; //serial NO.
CArray<CPoint,CPoint> m_pointArray;
};
#endif // !defined(AFX_SIDELINE_H__26E35B92_3BFF_4A76_8C11_0B7DA8328D61__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -