Skip to content

Commit

Permalink
Resource updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ousnius committed May 3, 2015
1 parent fc0f0c7 commit ab37bd6
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 71 deletions.
110 changes: 42 additions & 68 deletions BodySlide.rc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Microsoft Visual C++ generated resource script.
// Microsoft Visual C++ generated resource script.
//
#include "Resource.h"

Expand All @@ -13,11 +13,15 @@
#define APSTUDIO_HIDDEN_SYMBOLS
#include "Windows.h"
#undef APSTUDIO_HIDDEN_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// Englisch (USA) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
LANGUAGE 9, 1
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)

/////////////////////////////////////////////////////////////////////////////
Expand All @@ -27,111 +31,79 @@ LANGUAGE 9, 1

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.

IDI_BODYSLIDE ICON "BodySlide.ico"
IDI_SMALL ICON "small.ico"

/////////////////////////////////////////////////////////////////////////////
//
// Menu
//


/////////////////////////////////////////////////////////////////////////////
//
// Accelerator
//


/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//

IDI_BODYSLIDE ICON "BodySlide.ico"
IDI_SMALL ICON "small.ico"

/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
// Version
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
FILEVERSION 2,5,0,0
PRODUCTVERSION 2,5,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
FILEOS 0x4L
#endif
FILEOS 0x40000L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "Caliente Mod Tools"
VALUE "FileDescription", "BodySlide & Outfit Studio"
VALUE "FileVersion", "2, 0, 1, 0"
VALUE "InternalName", "BodySlide"
VALUE "LegalCopyright", "Copyright (C) 2014"
VALUE "OriginalFilename", "BodySlide.exe"
VALUE "ProductName", "BodySlide"
VALUE "ProductVersion", "2, 0, 1, 0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END


#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO
BEGIN
IDD_ABOUTBOX, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 163
TOPMARGIN, 7
BOTTOMMARGIN, 55
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "Caliente & ousnius"
VALUE "FileDescription", "BodySlide & Outfit Studio"
VALUE "FileVersion", "2.5.0.0"
VALUE "InternalName", "BodySlide"
VALUE "LegalCopyright", "Copyright (C) 2015"
VALUE "OriginalFilename", "BodySlide.exe"
VALUE "ProductName", "BodySlide & Outfit Studio"
VALUE "ProductVersion", "2.5.0.0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END
#endif // APSTUDIO_INVOKED


#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE

1 TEXTINCLUDE
BEGIN
"resource.h\0"
"Resource.h\0"
END

2 TEXTINCLUDE
2 TEXTINCLUDE
BEGIN
"#ifndef APSTUDIO_INVOKED\r\n"
"#ifndef APSTUDIO_INVOKED\r\n"
"#include ""targetver.h""\r\n"
"#endif\r\n"
"#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
"#include ""windows.h""\r\n"
"#include ""Windows.h""\r\n"
"#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
"\0"
END

3 TEXTINCLUDE
3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END

#endif // APSTUDIO_INVOKED

/////////////////////////////////////////////////////////////////////////////
//
// String Table
//

#endif
#endif // Englisch (USA) resources
/////////////////////////////////////////////////////////////////////////////


Expand All @@ -142,5 +114,7 @@ END
// Generated from the TEXTINCLUDE 3 resource.
//


/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

18 changes: 15 additions & 3 deletions Resource.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
// Microsoft Visual C++ generated include file.
// Used by BodySlide.rc

//{{NO_DEPENDENCIES}}
// Von Microsoft Visual C++ generierte Includedatei.
// Verwendet durch BodySlide.rc
//
#define IDI_ICON1 101
#define AAAAIcon 101

// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1000
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif

0 comments on commit ab37bd6

Please sign in to comment.