Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
616 B

  1. IDD_BUSY DIALOG DISCARDABLE 0, 0, 214, 76
  2. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  3. CAPTION "Server Busy"
  4. FONT 8, "MS Sans Serif"
  5. BEGIN
  6. DEFPUSHBUTTON "&Switch To...", IDBZ_SWITCHTO, 33, 55, 53, 15
  7. PUSHBUTTON "&Cancel", IDCANCEL, 152, 55, 53, 15
  8. PUSHBUTTON "&Retry", IDBZ_RETRY, 92, 55, 53, 15
  9. LTEXT "This action cannot be completed because the other application is busy. Choose 'Switch To' to activate the busy application and correct the problem.", IDBZ_MESSAGE1, 35, 11, 167, 35
  10. ICON "", IDBZ_ICON, 8, 18, 18, 20
  11. END