winefile: Remove the 'Help on Help' menu.
[wine] / programs / winefile / En.rc
1 /*
2  * WineFile
3  * English Language Support
4  *
5  * Copyright 2000 Martin Fuchs
6  * Copyright 2002 Steven Edwards
7  * Copyright 2002 Alexandre Julliard
8  *
9  * This library is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU Lesser General Public
11  * License as published by the Free Software Foundation; either
12  * version 2.1 of the License, or (at your option) any later version.
13  *
14  * This library is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17  * Lesser General Public License for more details.
18  *
19  * You should have received a copy of the GNU Lesser General Public
20  * License along with this library; if not, write to the Free Software
21  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
22  */
23
24 #include "resource.h"
25
26 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
27
28 IDD_SELECT_DESTINATION DIALOG 15, 13, 210, 63
29 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
30 CAPTION "Select destination"
31 FONT 8, "MS Shell Dlg"
32 {
33     CONTROL         "", 101, "Static", SS_SIMPLE|SS_NOPREFIX, 3, 6, 162, 10
34     CONTROL         "&Path:", -1, "Static", SS_LEFTNOWORDWRAP|WS_GROUP, 3, 18, 60, 10
35     EDITTEXT        201, 3, 29, 134, 12, ES_AUTOHSCROLL
36     DEFPUSHBUTTON   "OK", 1, 158, 6, 47, 14
37     PUSHBUTTON      "Cancel", 2, 158, 23, 47, 14
38     PUSHBUTTON      "&Browse", 254, 158, 43, 47, 14
39 }
40
41 IDD_DIALOG_VIEW_TYPE DIALOG 15, 13, 161, 97
42 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
43 CAPTION "By File Type"
44 FONT 8, "MS Sans Serif"
45 BEGIN
46     LTEXT           "&Name:",-1,7,8,22,10
47     EDITTEXT        IDC_VIEW_PATTERN,31,7,63,12,ES_AUTOHSCROLL
48     GROUPBOX        "File Type",-1,7,23,87,56
49     CONTROL         "&Directories",IDC_VIEW_TYPE_DIRECTORIES,"Button",
50                     BS_AUTOCHECKBOX | WS_TABSTOP,13,32,70,10
51     CONTROL         "&Programs",IDC_VIEW_TYPE_PROGRAMS,"Button",
52                     BS_AUTOCHECKBOX | WS_TABSTOP,13,43,70,10
53     CONTROL         "Docu&ments",IDC_VIEW_TYPE_DOCUMENTS,"Button",
54                     BS_AUTOCHECKBOX | WS_TABSTOP,13,54,70,10
55     CONTROL         "&Other files",IDC_VIEW_TYPE_OTHERS,"Button",
56                     BS_AUTOCHECKBOX | WS_TABSTOP,13,65,70,10
57     CONTROL         "Show Hidden/&System Files",IDC_VIEW_TYPE_HIDDEN,
58                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,81,106,9
59     DEFPUSHBUTTON   "OK",IDOK,104,7,50,14
60     PUSHBUTTON      "Cancel",IDCANCEL,104,24,50,14
61 END
62
63 IDD_DIALOG_PROPERTIES DIALOG  0, 0, 248, 215
64 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
65 CAPTION "Properties for %s"
66 FONT 8, "MS Sans Serif"
67 BEGIN
68     DEFPUSHBUTTON   "OK",IDOK,191,7,50,14
69     PUSHBUTTON      "Cancel",IDCANCEL,191,29,50,14
70     LTEXT           "&File Name:",-1,7,7,59,9
71     EDITTEXT        IDC_STATIC_PROP_FILENAME,71,7,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
72     LTEXT           "Full &Path:",-1,7,18,59,9
73     EDITTEXT        IDC_STATIC_PROP_PATH,71,18,120,9, ES_READONLY | NOT WS_BORDER | WS_TABSTOP
74     LTEXT           "Last Change:",-1,7,29,59,9
75     EDITTEXT        IDC_STATIC_PROP_LASTCHANGE,71,29,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
76     LTEXT           "Version:",-1,7,40,59,9
77     EDITTEXT        IDC_STATIC_PROP_VERSION,71,40,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
78     LTEXT           "Cop&yright:",-1,7,51,59,9
79     EDITTEXT        IDC_STATIC_PROP_COPYRIGHT,71,51,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
80     LTEXT           "Size:",-1,7,62,59,9
81     EDITTEXT        IDC_STATIC_PROP_SIZE,71,62,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
82     GROUPBOX        "Attributes",-1,7,79,158,46
83     CONTROL         "&Read Only",IDC_CHECK_READONLY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,91,68,9
84     CONTROL         "H&idden",IDC_CHECK_HIDDEN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,92,91,68,9
85     CONTROL         "&Archive",IDC_CHECK_ARCHIVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,101,68,9
86     CONTROL         "&System",IDC_CHECK_SYSTEM,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,92,101,68,9
87     CONTROL         "&Compressed",IDC_CHECK_COMPRESSED,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,17,111,68,9
88     GROUPBOX        "&Version Information",-1,7,129,234,79
89     LISTBOX         IDC_LIST_PROP_VERSION_TYPES,13,139,107,63,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
90     EDITTEXT        IDC_LIST_PROP_VERSION_VALUES,123,139,111,63,ES_MULTILINE | ES_READONLY | WS_VSCROLL
91 END
92
93 IDA_WINEFILE ACCELERATORS
94 {
95         VK_F1, ID_HELP, VIRTKEY, NOINVERT
96         VK_F5, ID_REFRESH, VIRTKEY, NOINVERT
97         VK_F7, ID_FILE_MOVE, VIRTKEY, NOINVERT
98         VK_F8, ID_FILE_COPY, VIRTKEY, NOINVERT
99         VK_DELETE, ID_FILE_DELETE, VIRTKEY, NOINVERT
100         VK_RETURN, ID_ACTIVATE, VIRTKEY, NOINVERT
101         VK_RETURN, ID_EDIT_PROPERTIES, VIRTKEY, ALT, NOINVERT
102 #ifndef _NO_EXTENSIONS
103         "X", ID_FILE_EXIT, VIRTKEY, ALT, NOINVERT
104         "S", ID_VIEW_FULLSCREEN, VIRTKEY, SHIFT, CONTROL, NOINVERT
105         VK_ADD, ID_PREFERRED_SIZES, VIRTKEY, CONTROL, NOINVERT
106 #endif
107 }