From fa64ecef1f17fa7268fe8052adbd1344016bd2c5 Mon Sep 17 00:00:00 2001
From: chenluhua1980 <Chenluhua@qq.com>
Date: 星期二, 03 二月 2026 10:50:29 +0800
Subject: [PATCH] 1.右侧显示Slot数据;

---
 SourceCode/Bond/Servo/CPageGraph1.h |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/SourceCode/Bond/Servo/CPageGraph1.h b/SourceCode/Bond/Servo/CPageGraph1.h
index 1d6f9b8..fac346d 100644
--- a/SourceCode/Bond/Servo/CPageGraph1.h
+++ b/SourceCode/Bond/Servo/CPageGraph1.h
@@ -1,6 +1,7 @@
 锘�#pragma once
 #include "ServoGraph.h"
 #include "ServoCommo.h"
+#include "CSlotTableCtrl.h"
 
 namespace SERVO {
 	class CEquipment;
@@ -49,6 +50,8 @@
 
 	void ApplySlotBarTestPattern(int mode);
 	void UpdateLegendPosition();
+	void UpdateSlotTable(SERVO::CEquipment* pEquipment);
+	void LayoutSlotTable();
 
 private:
 	IObserver* m_pObserver;
@@ -86,6 +89,13 @@
 	// 涓や釜鏈烘鑷傜浉瀵逛簬鏈哄櫒浜轰腑蹇冪殑鍋忕Щ锛堝儚绱犲潗鏍囷級
 	POINT m_arm1Offset;
 	POINT m_arm2Offset;
+	SERVO::CEquipment* m_pSelectedEquipment;
+	CSlotTableCtrl m_slotTable;
+	int m_slotTableRowCount;
+	int m_slotTableRowHeight;
+	int m_slotTablePadding;
+	int m_slotTableHeaderHeight;
+	int m_slotTableTitleHeight;
 
 
 // 瀵硅瘽妗嗘暟鎹�

--
Gitblit v1.9.3