summaryrefslogtreecommitdiff
path: root/gui/win32/src/resource.h
diff options
context:
space:
mode:
authorWeicao-CatilGrass <1992414357@qq.com>2026-03-09 14:48:15 +0800
committerWeicao-CatilGrass <1992414357@qq.com>2026-03-09 14:53:36 +0800
commit239cd62103d617f0b2a9d58527843417a0db6ab4 (patch)
tree2566d5ce8a5bfae7b92e7c83c011655753b83a0e /gui/win32/src/resource.h
parente02921ae75d41253406834bd7e214c3c8dec6f9b (diff)
Add Win32 GUI for butck_gui.exe
Diffstat (limited to 'gui/win32/src/resource.h')
-rw-r--r--gui/win32/src/resource.h11
1 files changed, 11 insertions, 0 deletions
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