user32: Add a test to make sure that SendInput sets a non-zero event time.
[wine/multimedia.git] / programs / progman / progman.rc
blob810858ab35fed7d362adf3c9837d786112ec824b
1 /*
2  * Program Manager
3  *
4  * Copyright 1996 Ulrich Schmid
5  * Copyright 2002 Sylvain Petreolle
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20  */
22 #include "winuser.h"
23 #include "progman.h"
25 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
27 MAIN_MENU MENU
29  POPUP "&File" {
30    MENUITEM "&New...",              PM_NEW
31    MENUITEM "O&pen\tEnter",             PM_OPEN
32    MENUITEM "&Move...\tF7",             PM_MOVE,      GRAYED
33    MENUITEM "&Copy...\tF8",             PM_COPY,      GRAYED
34    MENUITEM "&Delete\tDel",             PM_DELETE
35    MENUITEM "&Attributes...\tAlt+Enter",       PM_ATTRIBUTES
36    MENUITEM SEPARATOR
37    MENUITEM "&Execute...",          PM_EXECUTE
38    MENUITEM SEPARATOR
39    MENUITEM "E&xit Windows...",             PM_EXIT
40  }
41  POPUP "&Options" {
42    MENUITEM "&Arrange automatically",  PM_AUTO_ARRANGE
43    MENUITEM "&Minimize on run",    PM_MIN_ON_RUN
44    MENUITEM "&Save settings on exit", PM_SAVE_SETTINGS
45  }
46  POPUP "&Windows" {
47    MENUITEM "&Overlapped\tShift+F5",       PM_OVERLAP
48    MENUITEM "&Side by side\tShift+F4",  PM_SIDE_BY_SIDE
49    MENUITEM "&Arrange Icons",       PM_ARRANGE
50  }
52 POPUP "&Help" {
53    MENUITEM "&Contents",         PM_CONTENTS
54    MENUITEM "&Search...",           PM_SEARCH
55    MENUITEM SEPARATOR
56    MENUITEM "&Help on help",     PM_HELPONHELP
57    MENUITEM "&Tutorial",         PM_TUTORIAL
58    MENUITEM SEPARATOR
59    MENUITEM "&About Wine",     PM_ABOUT_WINE
60  }
63 STRINGTABLE
65 IDS_PROGRAM_MANAGER,            "Program Manager"
66 IDS_ERROR,                      "ERROR"
67 IDS_WARNING,                    "WARNING"
68 IDS_INFO,                       "Information"
69 IDS_DELETE,                     "Delete"
70 IDS_DELETE_GROUP_s,             "Delete group `%s' ?"
71 IDS_DELETE_PROGRAM_s,           "Delete program `%s' ?"
72 IDS_NOT_IMPLEMENTED,            "Not implemented"
73 IDS_FILE_READ_ERROR_s,          "Error reading `%s'."
74 IDS_FILE_WRITE_ERROR_s,         "Error writing `%s'."
75 IDS_GRPFILE_READ_ERROR_s,       "\
76 The group file `%s' cannot be opened.\n\
77 Should it be tried further on?"
78 IDS_OUT_OF_MEMORY,              "Out of memory."
79 IDS_WINHELP_ERROR,              "Help not available."
80 IDS_UNKNOWN_FEATURE_s,          "Unknown feature in %s"
81 IDS_FILE_NOT_OVERWRITTEN_s,     "File `%s' exists. Not overwritten."
82 IDS_SAVE_GROUP_AS_s,            "Save group as `%s to prevent overwriting original files."
83 IDS_NO_HOT_KEY,                 "None"
84 IDS_ALL_FILES,                  "All files (*.*)"
85 IDS_PROGRAMS,                   "Programs"
86 IDS_LIBRARIES_DLL,              "Libraries (*.dll)"
87 IDS_SYMBOL_FILES,               "Icon files"
88 IDS_SYMBOLS_ICO,                "Icons (*.ico)"
91 ACCEL ACCELERATORS
93 VK_RETURN, PM_EXECUTE, VIRTKEY, ALT