diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-15 10:38:20 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-15 10:38:20 +0000 |
commit | 48540940b6c28bb4378abfeb500ec45a625b37b6 (patch) | |
tree | 2ef294c0763e802f91d868bdef4229b6868527de /plugins/SplashScreen/src/resource.h | |
parent | 5c350913f011e119127baeb32a6aedeb4f0d33bc (diff) |
initial commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@2 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SplashScreen/src/resource.h')
-rw-r--r-- | plugins/SplashScreen/src/resource.h | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/plugins/SplashScreen/src/resource.h b/plugins/SplashScreen/src/resource.h new file mode 100644 index 0000000000..94480d0ce5 --- /dev/null +++ b/plugins/SplashScreen/src/resource.h @@ -0,0 +1,36 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Developer Studio generated include file.
+// Used by splash.rc
+//
+#define IDD_SPLASH_OPT 102
+#define IDC_CHOOSESPLASH 1004
+#define IDC_SPLASHPATH 1005
+#define IDC_PREVIEW 1006
+#define IDC_ACTIVE 1007
+#define IDC_SNDPATH 1008
+#define IDC_FADEIN 1009
+#define IDC_FADEOUT 1010
+#define IDC_CHOOSESND 1011
+#define IDC_PLAYSND 1012
+#define IDC_SHOWTIME 1013
+#define IDC_ST_SPIN 1014
+#define IDC_FISTEP 1015
+#define IDC_FI_SPIN 1016
+#define IDC_FOSTEP 1017
+#define IDC_FO_SPIN 1018
+#define IDC_RANDOM 1019
+#define IDC_LOOPSOUND 1022
+#define IDC_SHOWVERSION 1023
+#define IDC_VERSIONPREFIX 1024
+#define IDC_PNG2DIBWARN 1025
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 104
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1026
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
|