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.

41 lines
1.7 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. // Copyright (C) 1993-1996 Microsoft Corporation. All Rights Reserved.
  3. //
  4. // MODULE: Order.dlg
  5. //
  6. // PURPOSE: Dialog for ordering multipart articles for decoding.
  7. //
  8. #include "order.h"
  9. iddOrderMessages DIALOG DISCARDABLE 0, 0, 268, 113
  10. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  11. CAPTION "Order for decoding"
  12. FONT 8, "MS Shell Dlg"
  13. BEGIN
  14. LTEXT "Please d&rag these messages into the correct order for decoding.",
  15. IDC_STATIC,7,7,248,8
  16. LISTBOX IDC_MESSAGE_LIST,7,20,197,57,LBS_NOINTEGRALHEIGHT | LBS_SORT |
  17. WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
  18. PUSHBUTTON "Move &Up",IDC_MOVE_UP,211,20,50,14
  19. PUSHBUTTON "Move &Down",IDC_MOVE_DOWN,211,38,50,14
  20. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,84,
  21. 254,1
  22. DEFPUSHBUTTON "OK",IDOK,154,92,50,14
  23. PUSHBUTTON "Cancel",IDCANCEL,211,92,50,14
  24. END
  25. iddCombineAndDecode DIALOG DISCARDABLE 0, 0, 268, 91
  26. STYLE DS_MODALFRAME | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
  27. CAPTION "Combine and Decode"
  28. FONT 8, "MS Shell Dlg"
  29. BEGIN
  30. CONTROL "Download Animation",IDC_DOWNLOAD_AVI,"SysAnimate32",
  31. ACS_CENTER | ACS_TRANSPARENT,7,7,44,39
  32. LTEXT "",IDC_GENERAL_TEXT,58,7,203,16,SS_NOPREFIX
  33. LTEXT "",IDC_SPECIFIC_TEXT,58,27,203,8,SS_NOPREFIX
  34. CONTROL "Download Progress",IDC_DOWNLOAD_PROG,"msctls_progress32",
  35. PBS_SMOOTH,58,43,202,11
  36. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,62,254,1
  37. PUSHBUTTON "Cancel",IDCANCEL,211,70,50,14
  38. END