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.

37 lines
1.2 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. // Type library for controls in this DLL
  3. #if defined(_WIN64)
  4. 1 TYPELIB tom64.tlb
  5. #else
  6. 1 TYPELIB tom.tlb
  7. #endif
  8. /////////////////////////////////////////////////////////////////////////////
  9. // Add additional manually edited resources here...
  10. /////////////////////////////////////////////////////////////////////////////
  11. #if defined (DEBUG) || defined (_RELEASE_ASSERTS_)
  12. IDD_ASSERT DIALOG DISCARDABLE 0, 0, 259, 74
  13. STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_CAPTION
  14. CAPTION "Msftedit Assert"
  15. BEGIN
  16. DEFPUSHBUTTON "&Abort",IDABORT,40,55,40,12
  17. PUSHBUTTON "&Ignore",IDIGNORE,110,55,40,12
  18. PUSHBUTTON "I&gnore All",ID_IGNOREALL,180,55,40,12
  19. CTEXT "Static",IDC_MSG,8,4,242,44
  20. END
  21. IDD_DEBUG DIALOG DISCARDABLE 300, 200, 301, 150
  22. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  23. WS_SYSMENU
  24. CAPTION "Msftedit Debug Central"
  25. BEGIN
  26. DEFPUSHBUTTON "OK",IDOK,211,10,80,14
  27. PUSHBUTTON "Cancel",IDCANCEL,211,28,80,14
  28. LISTBOX IDC_MEMORY_STATISTICS,10,10,185,140,LBS_SORT |
  29. WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
  30. END
  31. #endif