summaryrefslogtreecommitdiff
path: root/gui/win32/src/resource.h
diff options
context:
space:
mode:
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