LAPTOP-SNT8I5JK\Boounion
2025-09-10 296cead8add8a66a00aa1ea07c19c1039d098c3b
SourceCode/Bond/Servo/CPageGlassList.h
@@ -1,5 +1,5 @@
#pragma once
#include "ListCtrlEx.h"
#include "CExpandableListCtrl.h"
#include "GlassLogDb.h"
@@ -33,7 +33,7 @@
   // 控件
   CDateTimeCtrl m_dateTimeStart;
   CDateTimeCtrl m_dateTimeEnd;
   CListCtrlEx m_listCtrl;
   CExpandableListCtrl m_listCtrl;
private:
   void InitRxWindow();
@@ -44,7 +44,13 @@
   void LoadData();
   void UpdatePageData();
   void UpdatePageControls();
   void InsertWipRow(SERVO::CGlass* pGlass);
   static bool GlassMatchesFilters(const SERVO::CGlass& g,
      const GlassLogDb::Filters& f,
      bool useEndTime = false);
   void UpdateWipData();
   bool eraseGlassInVector(SERVO::CGlass* pGlass, std::vector<SERVO::CGlass*>& glasses);
   void UpdateWipRow(unsigned int index, SERVO::CGlass* pGlass);
// 对话框数据
#ifdef AFX_DESIGN_TIME