#pragma once // resource.h — dialog/control ids for ReaSampler's SWELL dialogs. // // Shared by resource.rc (Windows resource compiler) and, on macOS/Linux, by the // SWELL resgen-generated source (see CLAUDE.md §SWELL dialog resources). Keep the // numeric ids stable and unique across the extension. // The docked bank panel (M5). A bare owner-drawn child dialog: it carries no // controls — bank_panel.cpp paints the whole client area with LICE. #define IDD_BANK_PANEL 1000