From c92f11bbf951168cc9b33e5e81dd16d144acfe50 Mon Sep 17 00:00:00 2001 From: shousa Date: Sat, 20 Jul 2013 11:36:05 +0900 Subject: [PATCH] Change commited files from binary to text Again add them. --- PSVPlugin/PSVPlugin.rc | 95 ++++++++++++++++++++++++++++++++++++++++++ PSVPlugin/resource.h | 18 ++++++++ 2 files changed, 113 insertions(+) create mode 100644 PSVPlugin/PSVPlugin.rc create mode 100644 PSVPlugin/resource.h diff --git a/PSVPlugin/PSVPlugin.rc b/PSVPlugin/PSVPlugin.rc new file mode 100644 index 00000000..f60b54c0 --- /dev/null +++ b/PSVPlugin/PSVPlugin.rc @@ -0,0 +1,95 @@ +// Microsoft Visual C++ generated resource script. +// +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "winres.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// English (United States) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""winres.h""\r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// Dialog +// + +IDD_CONFIGPSV DIALOGEX 0, 0, 243, 43 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Config.Caption" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + DEFPUSHBUTTON "OK",IDOK,131,22,50,14 + PUSHBUTTON "Cancel",IDCANCEL,186,22,50,14 + CONTROL "Config.Enable",IDC_TOGGLEPSV,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,7,229,8 +END + + +///////////////////////////////////////////////////////////////////////////// +// +// DESIGNINFO +// + +#ifdef APSTUDIO_INVOKED +GUIDELINES DESIGNINFO +BEGIN + IDD_CONFIGPSV, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 236 + TOPMARGIN, 7 + BOTTOMMARGIN, 36 + END +END +#endif // APSTUDIO_INVOKED + +#endif // English (United States) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/PSVPlugin/resource.h b/PSVPlugin/resource.h new file mode 100644 index 00000000..0871ac31 --- /dev/null +++ b/PSVPlugin/resource.h @@ -0,0 +1,18 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by PSVPlugin.rc +// +#define IDD_CONFIGPSV 101 +#define IDC_CHECK1 1001 +#define IDC_TOGGLEPSV 1001 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 102 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1002 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif