LAPTOP-SNT8I5JK\Boounion
2025-01-07 fec3ff7b0bb0a4e53c2f9ff26cd06659a0c8aff9
SourceCode/Bond/BoounionPLC/BoounionPLCDlg.h
@@ -3,7 +3,8 @@
//
#pragma once
#include "TopToolbar.h"
#include "PagePlcList.h"
// CBoounionPLCDlg 对话框
class CBoounionPLCDlg : public CDialogEx
@@ -11,6 +12,18 @@
// 构造
public:
   CBoounionPLCDlg(CWnd* pParent = NULL);   // 标准构造函数
private:
   void Resize();
private:
   COLORREF m_crBkgnd;
   HBRUSH m_hbrBkgnd;
   IObserver* m_pObserver;
   CTopToolbar* m_pTopToolbar;
   CPagePlcList* m_pPagePlcList;
// 对话框数据
#ifdef AFX_DESIGN_TIME
@@ -31,4 +44,8 @@
   afx_msg void OnPaint();
   afx_msg HCURSOR OnQueryDragIcon();
   DECLARE_MESSAGE_MAP()
public:
   afx_msg void OnDestroy();
   afx_msg void OnSize(UINT nType, int cx, int cy);
   afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
};