chenluhua1980
2025-12-17 2aff4ac73e77d803ba3656057187956258713dbd
SourceCode/Bond/Servo/CPanelProduction.cpp
@@ -7,8 +7,6 @@
#include "afxdialogex.h"
#include "Common.h"
#include "VerticalLine.h"
#include <cstring>
#include <vector>
// CPanelProduction dialog
@@ -120,6 +118,8 @@
void CPanelProduction::OnBnClickedButtonClose()
{
   ShowWindow(SW_HIDE);
   GetParent()->SendMessage(ID_MSG_PANEL_RESIZE, m_nPanelWidth, 0);
   CWnd* pParent = GetParent();
   if (pParent != nullptr) {
      pParent->PostMessage(WM_COMMAND, ID_MENU_WND_TEST_PANEL, 0);
   }
}