#include "BatchCommandDialog.h"
#include <wx/ownerdrw.h>
#include <wx/defs.h>
#include <wx/checkbox.h>
#include <wx/choice.h>
#include <wx/statbox.h>
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include <wx/listctrl.h>
#include <wx/button.h>
#include "DoEffect.h"
#include "EffectManager.h"
#include "HelpSystem.h"
#include "PluginManager.h"
#include "Project.h"
#include "ShuttleGui.h"
Go to the source code of this file.
◆ CommandsListID
#define CommandsListID 7001 |
◆ EditParamsButtonID
#define EditParamsButtonID 7002 |
◆ UsePresetButtonID
#define UsePresetButtonID 7003 |
◆ END_EVENT_TABLE()