From b76cfabb985d364850a04c8a70f5c04293357da4 Mon Sep 17 00:00:00 2001
From: LAPTOP-T815PCOQ\25526 <mr.liuyang@126.com>
Date: 星期五, 15 十一月 2024 10:06:29 +0800
Subject: [PATCH] 1. 添加控件库 2.Axis设定界面文本字体不跟对话框大小变化3.修复修改用户界面的bug

---
 SourceCode/Bond/BLControlsSDK/include/StaticMap.h |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/SourceCode/Bond/BLControlsSDK/include/StaticMap.h b/SourceCode/Bond/BLControlsSDK/include/StaticMap.h
index 591e458..66e69c3 100644
--- a/SourceCode/Bond/BLControlsSDK/include/StaticMap.h
+++ b/SourceCode/Bond/BLControlsSDK/include/StaticMap.h
@@ -13,7 +13,7 @@
 #define ORIGIN_RIGHTBOTTOM	3
 
 #define UM_MAP_CHANGED			5573
-#define _MENU_DEFECT_LIST_ID_			8000
+#define _MENU_DEFECT_LIST_ID_	8000
 /////////////////////////////////////////////////////////////////////////////
 // CStaticMap window
 enum OriginDirection		{ OD_LeftTop = 0, OD_RightTop = 1, OD_LeftBottom = 10, OD_RightBottom = 11 };
@@ -29,7 +29,7 @@
 
 	// Operations
 public:
-	void				InitGlass(CWnd* pParent, int nMapWidth, int nMapHeight, int nMapMargin);	// Pixel 窜困 付柳.
+	void				InitGlass(CWnd* pParent, int nMapWidth, int nMapHeight, int nMapMargin);	// Pixel 绐滃洶 浠樻煶.
 	void				DeinitGlass();
 	int					GetMapTotalWidth()		{ return m_nMapTotalWidth; }
 	int					GetMapTotalHeight()		{ return m_nMapTotalHeight; }
@@ -50,7 +50,7 @@
 	virtual void		RegistNoDefect()						{ }
 	virtual void		Timer(UINT nIDEvent)					{ }
 
-	// 犬措/绵家
+	// 鐘帾/缁靛
 	void				IncreaseRatio();
 	void				DecreaseRatio();
 	void				ResetRatio();
@@ -61,7 +61,7 @@
 	void				SetDisplayRect(CPoint& PointStart, CPoint& PointEnd);
 	void				SetShowShot(BOOL bShow)	{ m_bShowShot = bShow; }
 
-	// 历厘
+	// 鍘嗗帢
 	void				SaveMapToFile(CString strFileName);
 	void				SetBGColor(COLORREF color) { m_clBGColor = color; }
 
@@ -95,7 +95,7 @@
 	long				m_clBGColor;
 	long				m_clPatColor;
 	//////////////////////////////////////////////////////////////////////////
-	// 弊府扁 沥焊
+	// 寮婂簻鎵� 娌ョ剨
 	HBITMAP				m_hDrawingSurface;
 	BITMAPINFOHEADER	m_BMIH;
 	CRect				m_RectDrawingSurface;
@@ -104,24 +104,24 @@
 	OriginDirection		m_OriginDir;
 	int					m_nUnitSize;
 
-	// Cell 弊府扁
+	// Cell 寮婂簻鎵�
 	BOOL				m_bShowShot;
 
-	// 犬措/绵家
+	// 鐘帾/缁靛
 	CRect				m_RectShowWnd;
 
 	double				m_dRatio;
 	CPoint				m_PointWindowStart;
 	BOOL				m_bDragMove;
 	CPoint				m_PointDragStart;
-	BOOL				m_bIsMiniMap;			// Minimap篮 犬措/绵家甫 救茄促.
-	CPoint				m_PointGlassStart;		// Glass 吝 泅犁 焊咯瘤绰 康开.
+	BOOL				m_bIsMiniMap;			// Minimap绡� 鐘帾/缁靛鐢� 鏁戣寗淇�.
+	CPoint				m_PointGlassStart;		// Glass 鍚� 娉呯妬 鐒婂挴鐦ょ话 搴峰紑.
 	CPoint				m_PointGlassEnd;
 
-	POINT				m_PointCCut[3];			//内呈钠 弊府扁 谅钎
+	POINT				m_PointCCut[3];			//鍐呭憟閽� 寮婂簻鎵� 璋呴拵
 	int					m_nCCutSize;
-	int					m_nCoordGabX;			// 谅钎甫 谎副 芭府.
-	int					m_nCoordGabY;			// 谅钎甫 谎副 芭府.
+	int					m_nCoordGabX;			// 璋呴拵鐢� 璋庡壇 鑺簻.
+	int					m_nCoordGabY;			// 璋呴拵鐢� 璋庡壇 鑺簻.
 
 	//{{AFX_MSG(CStaticGlass)
 	afx_msg void OnPaint();

--
Gitblit v1.9.3