diff --git a/Blocks3D.vcproj b/Blocks3D.vcproj index 1f4af1e..57c0cd9 100644 --- a/Blocks3D.vcproj +++ b/Blocks3D.vcproj @@ -891,10 +891,6 @@ RelativePath=".\Dialogs.rc" > - - diff --git a/Dialogs.aps b/Dialogs.aps index 1f5d31a..7aa1e4e 100644 Binary files a/Dialogs.aps and b/Dialogs.aps differ diff --git a/Dialogs.rc b/Dialogs.rc index 5fd363a..c4a2b24 100644 --- a/Dialogs.rc +++ b/Dialogs.rc @@ -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 ///////////////////////////////////////////////////////////////////////////// diff --git a/icon1.ico b/icon1.ico deleted file mode 100644 index 737faed..0000000 Binary files a/icon1.ico and /dev/null differ diff --git a/resource.h b/resource.h index 8c54509..04ed68e 100644 --- a/resource.h +++ b/resource.h @@ -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