From 42e22cc25ffa66d936ca53171dc745b5fa799906 Mon Sep 17 00:00:00 2001 From: yum Date: Sun, 18 Dec 2022 19:48:51 -0800 Subject: Add resource file header --- GUI/GUI/GUI/.gitignore | 1 - GUI/GUI/GUI/resource.h | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 GUI/GUI/GUI/resource.h (limited to 'GUI') diff --git a/GUI/GUI/GUI/.gitignore b/GUI/GUI/GUI/.gitignore index 92618b8..41aaad2 100644 --- a/GUI/GUI/GUI/.gitignore +++ b/GUI/GUI/GUI/.gitignore @@ -3,4 +3,3 @@ x64 x86 # No .rc generated files GUI.APS -resource.h diff --git a/GUI/GUI/GUI/resource.h b/GUI/GUI/GUI/resource.h new file mode 100644 index 0000000..f10e004 --- /dev/null +++ b/GUI/GUI/GUI/resource.h @@ -0,0 +1,15 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by GUI.rc +// + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 106 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1001 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif -- cgit v1.2.3