wineboot.rc 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /*
  2. * WineBoot resources
  3. *
  4. * Copyright (C) 2007 Robert Shearman for CodeWeavers
  5. *
  6. * This library is free software; you can redistribute it and/or
  7. * modify it under the terms of the GNU Lesser General Public
  8. * License as published by the Free Software Foundation; either
  9. * version 2.1 of the License, or (at your option) any later version.
  10. *
  11. * This library is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. * Lesser General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU Lesser General Public
  17. * License along with this library; if not, write to the Free Software
  18. * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  19. *
  20. */
  21. #include "resource.h"
  22. #pragma makedep po
  23. LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
  24. IDD_ENDTASK DIALOG 0, 0, 276, 79
  25. STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  26. CAPTION "Waiting for Program"
  27. FONT 8, "MS Shell Dlg"
  28. BEGIN
  29. DEFPUSHBUTTON "Cancel",IDCANCEL,219,58,50,15
  30. PUSHBUTTON "Terminate Process",IDOK,136,58,76,15
  31. LTEXT "A simulated log-off or shutdown is in progress, but this program isn't responding.\n\nIf you terminate the process you may lose all unsaved data.",
  32. IDC_STATIC,7,7,262,48
  33. END
  34. IDD_WAITDLG DIALOG 0, 0, 200, 50
  35. STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED
  36. CAPTION "Wine"
  37. FONT 8, "MS Shell Dlg"
  38. BEGIN
  39. ICON "", IDC_WAITICON, 3, 3, 10, 10
  40. LTEXT "The Wine configuration in %s is being updated, please wait...",
  41. IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX
  42. END
  43. /* @makedep: wineboot.manifest */
  44. 1 RT_MANIFEST wineboot.manifest