Language-Haskell

 view release on metacpan or  search on metacpan

hugs98-Nov2003/src/winhugs/winhugs.rc  view on Meta::CPAN

GUIDELINES DESIGNINFO DISCARDABLE 
BEGIN
    ABOUTDLGBOX, DIALOG
    BEGIN
        RIGHTMARGIN, 253
    END

    OPTIONSDLGBOX, DIALOG
    BEGIN
        BOTTOMMARGIN, 196
    END

    BROWSECLASSESDLGBOX, DIALOG
    BEGIN
        BOTTOMMARGIN, 217
    END
END
#endif    // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// String Table
//

STRINGTABLE FIXED IMPURE 
BEGIN
    ID_FILESMENU            "Manage script files (Open, New...)"
    ID_EDITMENU             "Cut, copy, paste and clear"
    ID_INTERPRETERMENU      "Run, Compile, Evaluate, ..."
    ID_BROWSEMENU           "Browse classes, instances, members, names and type constructors"
    ID_HELPMENU             "View online help"
    ID_OPTIONSMENU          "Manage interpreter options (Set, Save...)"
END

STRINGTABLE FIXED IMPURE 
BEGIN
    ID_NEW                  "Edit a new script file"
    ID_OPEN                 "Load modules from specified file"
    ID_SCRIPTMAN            "Enter Module Manager"
    ID_SAVE                 "Load selected file"
    ID_EXIT                 "Exit Hugs interpreter"
    109                     "Load this file"
    110                     "Load this file"
    111                     "Load this file"
END

STRINGTABLE FIXED IMPURE 
BEGIN
    112                     "Load this file"
    113                     "Load this file"
    114                     "Load this file"
    115                     "Load this file"
    116                     "Load this file"
    117                     "Load this file"
    118                     "Load this file"
END

STRINGTABLE FIXED IMPURE 
BEGIN
    ID_COPY                 "Copy selected text to clipboard"
    ID_PASTE                "Paste text from clipboard"
    ID_GOEDIT               "Run text editor"
    ID_CUT                  "Cut selected text"
    ID_CLEAR                "Clear selected text"
    ID_FIND                 "Find definition of selected name"
    ID_GOPREVIOUS           "Edit previous input line"
END

STRINGTABLE FIXED IMPURE 
BEGIN
    ID_GONEXT               "Edit next input line"
    ID_EDITSELECTED         "Edit selected file"
    210                     "Edit this file"
    211                     "Edit this file"
    212                     "Edit this file"
    213                     "Edit this file"
    214                     "Edit this file"
    215                     "Edit this file"
    216                     "Edit this file"
    217                     "Edit this file"
    218                     "Edit this file"
    219                     "Edit this file"
END

STRINGTABLE FIXED IMPURE 
BEGIN
    ID_RUN                  "Evaluate  ""main""  expression"
    ID_STOP                 "Stop program execution"
    ID_EVAL                 "Evaluate selected expression"
END

STRINGTABLE FIXED IMPURE 
BEGIN
    ID_TYPE                 "Show type of selected expression"
    ID_COMPILE              "Reload files"
    ID_MAKE                 "Reload files for current project"
    ID_CLEARALL             "Clear all files except prelude"
    ID_INFO                 "Show information on selected text"
END

STRINGTABLE FIXED IMPURE 
BEGIN
    ID_SETOPTIONS           "Set Hugs interpreter options"
END

STRINGTABLE FIXED IMPURE 
BEGIN
    ID_BROWSECLASSES        "Browse defined classes, instances and members"
    ID_BROWSENAMES          "Browse defined names"
    ID_BROWSETYCONS         "Browse defined type constructors"
    ID_BROWSEHIERARCHY      "Show classes hierarchy"
END

STRINGTABLE FIXED IMPURE 
BEGIN
    ID_HELPINDEX            "Display help contents"
    ID_HELPFIND             "Buscar ayuda sobre una palabra"
    ID_HELPUSE              "Display help on help"
    ID_ABOUT                "Display version info"
    ID_HELPCOMMANDS         "Display Hugs commands"
    ID_HELPREPORT           "Display the Haskell Report"



( run in 1.362 second using v1.01-cache-2.11-cpan-84e82930d8c )