michael@0: /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: /* This file has *public* stuff needed for the Win32 implementation of michael@0: * the nsINativeAppSupport interface. It has to be broken out into a michael@0: * separate file in order to ensure that the generated .h file can be michael@0: * used in a Win32 .rc file. See /mozilla/xpfe/bootstrap/splash.rc. michael@0: * michael@0: * This file, and the generated .h, are only needed on Win32 platforms. michael@0: */ michael@0: michael@0: // Constants identifying Win32 "native" resources. michael@0: michael@0: #ifdef MOZ_PHOENIX michael@0: michael@0: // Splash screen dialog ID. michael@0: #define IDD_SPLASH 100 michael@0: michael@0: // Splash screen bitmap ID. michael@0: #define IDB_SPLASH 101 michael@0: michael@0: // DDE application name michael@0: #define ID_DDE_APPLICATION_NAME 102 michael@0: michael@0: #define IDI_APPICON 1 michael@0: #define IDI_DOCUMENT 2 michael@0: #define IDI_NEWWINDOW 3 michael@0: #define IDI_NEWTAB 4 michael@0: #define IDI_PBMODE 5 michael@0: #ifndef IDI_APPLICATION michael@0: #define IDI_APPLICATION 32512 michael@0: #endif michael@0: michael@0: #endif michael@0: michael@0: // String that goes in the WinXP Start Menu. michael@0: #define IDS_STARTMENU_APPNAME 103