| OLD | NEW |
| 1 //Microsoft Visual C++ generated resource script. | 1 //Microsoft Visual C++ generated resource script. |
| 2 // | 2 // |
| 3 #include "shell/resource.h" | 3 #include "shell/resource.h" |
| 4 | 4 |
| 5 #define APSTUDIO_READONLY_SYMBOLS | 5 #define APSTUDIO_READONLY_SYMBOLS |
| 6 ///////////////////////////////////////////////////////////////////////////// | 6 ///////////////////////////////////////////////////////////////////////////// |
| 7 // | 7 // |
| 8 // Generated from the TEXTINCLUDE 2 resource. | 8 // Generated from the TEXTINCLUDE 2 resource. |
| 9 // | 9 // |
| 10 #define APSTUDIO_HIDDEN_SYMBOLS | 10 #define APSTUDIO_HIDDEN_SYMBOLS |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 // | 23 // |
| 24 | 24 |
| 25 IDC_CONTENTSHELL MENU | 25 IDC_CONTENTSHELL MENU |
| 26 BEGIN | 26 BEGIN |
| 27 POPUP "&File" | 27 POPUP "&File" |
| 28 BEGIN | 28 BEGIN |
| 29 MENUITEM "&New Window", IDM_NEW_WINDOW | 29 MENUITEM "&New Window", IDM_NEW_WINDOW |
| 30 MENUITEM "&Close Window", IDM_CLOSE_WINDOW | 30 MENUITEM "&Close Window", IDM_CLOSE_WINDOW |
| 31 MENUITEM "E&xit", IDM_EXIT | 31 MENUITEM "E&xit", IDM_EXIT |
| 32 END | 32 END |
| 33 POPUP "&Debug" |
| 34 BEGIN |
| 35 MENUITEM "&Show Developer Tools...", IDM_SHOW_DEVELOPER_TOOLS |
| 36 END |
| 33 END | 37 END |
| 34 | 38 |
| 35 | 39 |
| 36 #ifdef APSTUDIO_INVOKED | 40 #ifdef APSTUDIO_INVOKED |
| 37 ///////////////////////////////////////////////////////////////////////////// | 41 ///////////////////////////////////////////////////////////////////////////// |
| 38 // | 42 // |
| 39 // TEXTINCLUDE | 43 // TEXTINCLUDE |
| 40 // | 44 // |
| 41 1 TEXTINCLUDE | 45 1 TEXTINCLUDE |
| 42 BEGIN | 46 BEGIN |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 ///////////////////////////////////////////////////////////////////////////// | 137 ///////////////////////////////////////////////////////////////////////////// |
| 134 | 138 |
| 135 #ifndef APSTUDIO_INVOKED | 139 #ifndef APSTUDIO_INVOKED |
| 136 ///////////////////////////////////////////////////////////////////////////// | 140 ///////////////////////////////////////////////////////////////////////////// |
| 137 // | 141 // |
| 138 // Generated from the TEXTINCLUDE 3 resource. | 142 // Generated from the TEXTINCLUDE 3 resource. |
| 139 // | 143 // |
| 140 | 144 |
| 141 ///////////////////////////////////////////////////////////////////////////// | 145 ///////////////////////////////////////////////////////////////////////////// |
| 142 #endif // not APSTUDIO_INVOKED | 146 #endif // not APSTUDIO_INVOKED |
| OLD | NEW |