DragonNest/Client/EtCutSceneTool/cwxPropEventListPanel.h
Cussrro 47f7895977 Revert "修复编码问题"
This reverts commit 9e69c01767.
2024-12-21 10:04:04 +08:00

19 lines
328 B
C++

#pragma once
#include "eventpanel.h"
class cwxPropEventListPanel : public CEventPanel
{
private:
enum
{
LIST_PROP_ID = 2300,
};
public:
cwxPropEventListPanel( wxWindow* pParent, wxWindowID id = -1 );
virtual ~cwxPropEventListPanel(void);
void OnSelChangePropList( wxListEvent& ListEvent );
DECLARE_EVENT_TABLE()
};