WIN-O8G15CAEQP9\Administrator
2025-05-24 2ac1265c81930c4a86e364768efcb960013f3032
SourceCode/Bond/BondEq/View/SystemLogManagerDlg.h
@@ -1,11 +1,11 @@
#pragma once
#include "afxdialogex.h"
#include "GridCtrl.h"
#include "CBaseDlg.h"
// CSystemLogManagerDlg 对话框
class CSystemLogManagerDlg : public CDialogEx
class CSystemLogManagerDlg : public CBaseDlg
{
   DECLARE_DYNAMIC(CSystemLogManagerDlg)
@@ -38,11 +38,11 @@
protected:
   virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV 支持
   DECLARE_MESSAGE_MAP()
public:
   virtual BOOL OnInitDialog();
   afx_msg void OnBnClickedButtonSearch();
   afx_msg void OnBnClickedButtonPrevPage();
   afx_msg void OnBnClickedButtonNextPage();
   afx_msg void OnSelchangeComboType();
   afx_msg void OnSelchangeComboUser();
   DECLARE_MESSAGE_MAP()
};