diff options
Diffstat (limited to 'plugins/StartupSilence/src/resource.h')
-rw-r--r-- | plugins/StartupSilence/src/resource.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/plugins/StartupSilence/src/resource.h b/plugins/StartupSilence/src/resource.h new file mode 100644 index 0000000000..1abbf2e44b --- /dev/null +++ b/plugins/StartupSilence/src/resource.h @@ -0,0 +1,32 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by StartupSilence.rc
+//
+#define IDI_SSICON 101
+#define IDI_SSENABLE 102
+#define IDI_SSDISABLE 103
+#define IDD_SSOPT 104
+#define IDI_SSENABLETTB 105
+#define IDI_SSDISABLETTB 106
+#define IDC_SSTIME 40001
+#define IDC_DELAY 40002
+#define IDC_SSSPIN 40003
+#define IDC_DELAY2 40004
+#define IDC_SSPOPUPTIME 40005
+#define IDC_SSSPIN2 40006
+#define IDC_MENU 40007
+#define IDC_TTB 40008
+#define IDC_RESETDEFAULT 40009
+#define IDC_HST 40010
+#define IDC_HOSTNAME 40011
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 107
+#define _APS_NEXT_COMMAND_VALUE 40012
+#define _APS_NEXT_CONTROL_VALUE 1001
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
|