Source code of Windows XP (NT5)
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.

28 lines
898 B

  1. //\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\
  2. //
  3. // ocupdate.dlg
  4. //
  5. // dialog resource for occache.dll
  6. //
  7. // History:
  8. //
  9. // 7/14/97 seanf Poached from cdfview.
  10. //
  11. ////////////////////////////////////////////////////////////////////////////////
  12. #define IDC_STATIC -1
  13. IDD_OCUPDATE DIALOG 20, 20, 250, 60
  14. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  15. CAPTION "Program File Update"
  16. FONT 8, "MS Shell Dlg"
  17. BEGIN
  18. CONTROL "",IDC_DOWNLOADANIMATE,"SysAnimate32",ACS_TRANSPARENT |
  19. ACS_AUTOPLAY,7,0,236,25
  20. CONTROL "Progress1",IDC_DOWNLOADPROGRESS,"msctls_progress32",0x0,
  21. 7,38,190,8,WS_EX_CLIENTEDGE
  22. DEFPUSHBUTTON "Cancel",IDCANCEL,202,38,40,14
  23. // LTEXT "Place holder text.",IDC_DOWNLOADMSG,40,7,195,32
  24. // ICON IDI_CHANNEL,IDC_STATIC,7,7,20,20
  25. END