LAPTOP-SNT8I5JK\Boounion
2025-06-19 7a60f2a3404220dcbc05e2e06fd7f3a6e51d5a4a
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()
};