diff --git a/Dialogs.aps b/Dialogs.aps index a6ea336..1f5d31a 100644 Binary files a/Dialogs.aps and b/Dialogs.aps differ diff --git a/Dialogs.rc b/Dialogs.rc index eb11f94..5fd363a 100644 --- a/Dialogs.rc +++ b/Dialogs.rc @@ -1,25 +1,79 @@ -// Generated by ResEdit 1.6.6 -// Copyright (C) 2006-2015 -// http://www.resedit.net - -#include -#include -#include +// Microsoft Visual C++ generated resource script. +// #include "resource.h" - - - +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// // -// Bitmap resources +// Generated from the TEXTINCLUDE 2 resource. // +#include "afxres.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// English (Canada) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENC) +#ifdef _WIN32 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_CAN -IDB_BITMAP1 BITMAP "Parts.bmp" - - +#pragma code_page(1252) +#endif //_WIN32 +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// // -// Icon resources +// TEXTINCLUDE // -LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL -IDI_ICON1 ICON "roblox_RN1_icon.ico" + +1 TEXTINCLUDE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""afxres.h""\r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +IDI_ICON1 ICON "roblox_RN1_icon.ico" + +///////////////////////////////////////////////////////////////////////////// +// +// Bitmap +// + +IDB_BITMAP1 BITMAP "Parts.bmp" +#endif // English (Canada) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/icon1.ico b/icon1.ico index 2eec275..737faed 100644 Binary files a/icon1.ico and b/icon1.ico differ diff --git a/resource.h b/resource.h index 8555730..8c54509 100644 --- a/resource.h +++ b/resource.h @@ -1,7 +1,19 @@ -#define IDC_PROPERTYGRID 2000 -#ifndef IDC_STATIC -#define IDC_STATIC (-1) -#endif +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by dialogs.rc +// +#define IDC_PROPERTYGRID 2000 -#define IDB_BITMAP1 102 -#define IDI_ICON1 107 +#define IDI_ICON1 101 +#define IDB_BITMAP1 102 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 103 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1001 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif