LAPTOP-SNT8I5JK\Boounion
2025-09-17 62bec5118f5e5fe750017cf2f12d4a428ab092df
SourceCode/Bond/Servo/CCjPage2.h
@@ -4,6 +4,13 @@
#include "CCarrierSlotGrid.h"
struct PJWarp {
   void* pj;
   int port;
   bool checkSlot[8];
};
// CPjPage1 对话框
class CCjPage2 : public CCjPageBase
@@ -15,7 +22,7 @@
   virtual ~CCjPage2();
public:
   void SetExclusionNames(std::vector<std::string>& names);
   void SetPjWarps(std::vector<PJWarp>& pjs);
protected:
   void Resize();
@@ -27,7 +34,7 @@
private:
   CCarrierSlotGrid m_grid;
   std::vector<std::string> m_exclusionNames;
   std::vector<PJWarp> m_pjWarps;
// 对话框数据
#ifdef AFX_DESIGN_TIME