mrDarker
2025-06-26 da96e6da0b677c6a4e96308aaecd3d619a8e4db2
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()
};