chenluhua1980
5 天以前 43cd50ae5629f8e18c349fe5e9a58aac298df9f2
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;
// 对话框数据