LAPTOP-SNT8I5JK\Boounion
2025-09-11 7decda2cbcac858400324af80ab028100bf9140a
SourceCode/Bond/Servo/CPageGlassList.h
@@ -1,5 +1,5 @@
#pragma once
#include "ListCtrlEx.h"
#include "CExpandableListCtrl.h"
#include "GlassLogDb.h"
@@ -33,7 +33,11 @@
   // 控件
   CDateTimeCtrl m_dateTimeStart;
   CDateTimeCtrl m_dateTimeEnd;
   CListCtrlEx m_listCtrl;
   CExpandableListCtrl m_listCtrl;
private:
   int  m_nColCount = 0;
   bool m_rebuilding = false;
private:
   void InitRxWindow();
@@ -44,7 +48,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