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.

17 lines
658 B

  1. #include "workoff.h"
  2. iddOfferOffline DIALOG DISCARDABLE 0, 0, 215, 76
  3. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_CENTER
  4. CAPTION "Would you like to go offline?"
  5. FONT 8, DLG_UI_FONT
  6. BEGIN
  7. DEFPUSHBUTTON "&Work Offline",IDWorkOffline,80,55,50,14
  8. PUSHBUTTON "&Try Again",IDTryAgain,150,55,50,14
  9. LTEXT "No connection to the Internet is currently available. To view Internet content that has been saved on your computer, click Work Offline.",
  10. IDC_STATIC,10,10,200,25
  11. LTEXT "Click Try Again to attempt to connect",IDC_STATIC,10,40,
  12. 125,8
  13. END