Removed old icon, made Dialogs.rc correct

This commit is contained in:
Vulpovile
2021-03-20 21:50:14 -07:00
parent aab26d2e35
commit e473d0eb7e
5 changed files with 41 additions and 8 deletions

View File

@@ -891,10 +891,6 @@
RelativePath=".\Dialogs.rc"
>
</File>
<File
RelativePath=".\icon1.ico"
>
</File>
<File
RelativePath=".\Parts.bmp"
>

Binary file not shown.

View File

@@ -62,6 +62,42 @@ IDI_ICON1 ICON "roblox_RN1_icon.ico"
//
IDB_BITMAP1 BITMAP "Parts.bmp"
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
IDD_DIALOG1 DIALOGEX 0, 0, 306, 49
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Dialog"
FONT 8, "MS Sans Serif", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "OK",IDOK,249,7,50,16
PUSHBUTTON "Cancel",IDCANCEL,249,26,50,16
RTEXT "Class:",IDC_STATIC,7,7,40,14,0,WS_EX_RIGHT
EDITTEXT IDC_EDIT1,53,7,175,14,ES_AUTOHSCROLL
END
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//
#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO
BEGIN
IDD_DIALOG1, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 296
TOPMARGIN, 7
BOTTOMMARGIN, 39
END
END
#endif // APSTUDIO_INVOKED
#endif // English (Canada) resources
/////////////////////////////////////////////////////////////////////////////

BIN
icon1.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

View File

@@ -2,18 +2,19 @@
// Microsoft Visual C++ generated include file.
// Used by dialogs.rc
//
#define IDC_PROPERTYGRID 2000
#define IDI_ICON1 101
#define IDB_BITMAP1 102
#define IDD_DIALOG1 103
#define IDC_EDIT1 1001
#define IDC_PROPERTYGRID 2000
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 103
#define _APS_NEXT_RESOURCE_VALUE 104
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_CONTROL_VALUE 1002
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif