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.

16 lines
529 B

  1. #include <ids.h>
  2. #include <windows.h>
  3. APDIAG ICON main.ico
  4. APDIAG DIALOG DISCARDABLE 32768, 0, 400, 156
  5. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  6. CAPTION "Autoplay Diagnostic Tool"
  7. CLASS "APDIAG"
  8. FONT 8, "MS Shell Dlg"
  9. BEGIN
  10. EDITTEXT IDC_EDIT1,4,4,392,131,ES_AUTOHSCROLL | ES_READONLY | ES_MULTILINE | WS_VSCROLL | WS_HSCROLL
  11. PUSHBUTTON "&Clear",IDC_CLEAR,238,139,50,14
  12. PUSHBUTTON "Copy &all",IDC_COPYALL,292,139,50,14
  13. PUSHBUTTON "&Pause",IDC_PAUSERESUME,346,139,50,14
  14. END