home *** CD-ROM | disk | FTP | other *** search
/ distrib.akp.su/Programming/Vb-6+Rus/ / distrib.akp.su.tar / distrib.akp.su / Programming / Vb-6+Rus / COMMON / MSDEV98 / BIN / IDE / POPUP.DLL / string.txt next >
Text File  |  1998-06-18  |  2KB  |  34 lines

  1. 22064    Custom Component.
  2. 22069    Invalid symbol.
  3. 22070    Invalid file name.
  4. 22071    Invalid file extension.
  5. 22072    Please enter a title name of less than 28 characters, with no double quotes or '\n' in the name.
  6. 22073    Invalid Type ID.  Please begin name with a letter and do not use any punctuation other than periods.
  7. 22074    Please enter exactly %1 characters.
  8. 22243    Pop-up Menu
  9. 22244    Adds a Pop-up Menu to a CWnd-derived class.
  10. 22245    Unable to find a suitable classes to add the pop-up menu to.
  11. 22246    Unable to add the pop-up menu to the resource script.
  12. 22247    The class you have selected already contains a pop-up menu handler.
  13. 22248    This component could not be inserted since your project does not use any MFC Window derived classes
  14. 22249    Failed to add the code for the "%1" into the selected class.
  15. 22250    Failed to insert the member "%1" into the selected class.
  16. 22251     The member either already exists or conflicts with another member of that class.
  17. 22252    Failed to insert the message map entry "%1" into the selected class.
  18. 22253     The message map entry either already exists or conflicts with another message map entry of that class.
  19. 22254    Failed to open the resources for this project.
  20. 22255    Failed to create a stream on the project's resources.
  21. 22256    Failed to attach a stream to the project's resources.
  22. 22257    Failed to create the symbol "%1".
  23. 22258    Failed to create the resource "%1".
  24. 22259    Failed to find the class members for selected class %1.
  25. 22260    Failed to find the base class for selected class %1.
  26. 22276    Pop-up Menu
  27. 22287    Failed to determine the resource include file name.
  28. 22288    Unable to add resource include file %1 to your project.
  29. 22289    \n    // CG: This block was added by the Pop-up Menu component\n    {\n        if (point.x == -1 && point.y == -1){\n            //keystroke invocation\n            CRect rect;\n            GetClientRect(rect);\n
  30. 22290                ClientToScreen(rect);\n\n            point = rect.TopLeft();\n            point.Offset(5, 5);\n        }\n\n        CMenu menu;\n        VERIFY(menu.LoadMenu(%s));\n\n        CMenu* pPopup = menu.GetSubMenu(0);\n
  31. 22291            ASSERT(pPopup != NULL);\n        CWnd* pWndPopupOwner = this;\n
  32. 22292    \n        while (pWndPopupOwner->GetStyle() & WS_CHILD)\n            pWndPopupOwner = pWndPopupOwner->GetParent();\n
  33. 22293    \n        pPopup->TrackPopupMenu(TPM_LEFTALIGN | TPM_RIGHTBUTTON, point.x, point.y,\n            pWndPopupOwner);\n    }
  34.