From 239cd62103d617f0b2a9d58527843417a0db6ab4 Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Mon, 9 Mar 2026 14:48:15 +0800 Subject: Add Win32 GUI for butck_gui.exe --- gui/win32/src/resource.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gui/win32/src/resource.h (limited to 'gui/win32/src/resource.h') diff --git a/gui/win32/src/resource.h b/gui/win32/src/resource.h new file mode 100644 index 0000000..d28d2b2 --- /dev/null +++ b/gui/win32/src/resource.h @@ -0,0 +1,11 @@ +#pragma once + +#define IDR_MAINMENU 101 + +#define IDM_EXIT 1001 +#define IDM_ABOUT 1002 + +#define IDC_MYBUTTON 2001 + +#define IDC_SELECT_FILE 1003 +#define IDC_STATUS_LABEL 1004 -- cgit