conhost: Fix ctrl-c handling.
[wine.git] / programs / conhost / conhost.rc
blob820220b9d60d278ec32ac12c385d8d71fc57146e
1 /*
2  * Copyright 2012 Detlef Riekenberg
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17  */
19 #include <windef.h>
20 #include <winuser.h>
21 #include <commctrl.h>
23 #include "conhost.h"
25 #pragma makedep po
27 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
29 STRINGTABLE
30 BEGIN
31     IDS_EDIT,               "&Edit"
32     IDS_DEFAULT,            "Set &Defaults"
33     IDS_PROPERTIES,         "&Properties"
34     IDS_MARK,               "&Mark"
35     IDS_COPY,               "&Copy"
36     IDS_PASTE,              "&Paste"
37     IDS_SELECTALL,          "&Select all"
38     IDS_SCROLL,             "Sc&roll"
39     IDS_SEARCH,             "S&earch"
40     IDS_FNT_DISPLAY,        "Each character is %1!u! pixels wide and %2!u! pixels high"
41     IDS_FNT_PREVIEW,        "This is a test"
42     IDS_DLG_TIT_DEFAULT,    "Setup - Default settings"
43     IDS_DLG_TIT_CURRENT,    "Setup - Current settings"
44     IDS_DLG_TIT_ERROR,      "Configuration error"
45     IDS_DLG_ERR_SBWINSIZE,  "The size of the screen buffer must be greater than or equal to the size of the window."
46 END
48 IDD_OPTION DIALOG 36, 24, 140, 109
49 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
50 CAPTION "Options"
51 FONT 8, "MS Shell Dlg"
53         GROUPBOX "Cursor size", -1, 5, 5, 70, 54, BS_GROUPBOX
54         AUTORADIOBUTTON "&Small", IDC_OPT_CURSOR_SMALL, 9, 18, 50, 10, WS_TABSTOP
55         AUTORADIOBUTTON "&Medium", IDC_OPT_CURSOR_MEDIUM, 9, 30, 50, 10, WS_TABSTOP
56         AUTORADIOBUTTON "&Large", IDC_OPT_CURSOR_LARGE, 9, 42, 50, 10, WS_TABSTOP
58         GROUPBOX "Command history", -1, 80, 5, 120, 54, BS_GROUPBOX
59         LTEXT "&Buffer size:", -1, 84, 20, 70, 10
60         EDITTEXT IDC_OPT_HIST_SIZE, 154, 18, 40, 12, WS_TABSTOP|WS_BORDER|ES_NUMBER
61         CONTROL "", IDC_OPT_HIST_SIZE_UD, "msctls_updown32", UDS_SETBUDDYINT|UDS_ALIGNRIGHT|UDS_AUTOBUDDY|UDS_ARROWKEYS|UDS_NOTHOUSANDS, 0, 0, 0, 0
62         AUTOCHECKBOX "&Remove duplicates", IDC_OPT_HIST_NODOUBLE, 84, 36, 100, 10, WS_TABSTOP|BS_MULTILINE
64         GROUPBOX "Popup menu", -1, 5, 61, 70, 42, BS_GROUPBOX
65         AUTOCHECKBOX "&Control", IDC_OPT_CONF_CTRL, 9, 74, 60, 10, WS_TABSTOP
66         AUTOCHECKBOX "S&hift", IDC_OPT_CONF_SHIFT, 9, 86, 60, 10, WS_TABSTOP
68         GROUPBOX "Console", -1, 80, 61, 120, 42, BS_GROUPBOX
69         AUTOCHECKBOX "&Quick Edit mode", IDC_OPT_QUICK_EDIT, 84, 74, 100, 10, WS_TABSTOP
70         AUTOCHECKBOX "&Insert mode", IDC_OPT_INSERT_MODE, 84, 86, 100, 10, WS_TABSTOP
73 IDD_FONT DIALOG 36, 24, 140, 109
74 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
75 CAPTION "Font"
76 FONT 8, "MS Shell Dlg"
78         LTEXT "&Font", -1, 5, 5, 50, 8
79         LISTBOX IDC_FNT_LIST_FONT, 5, 18, 90, 42, LBS_SORT|WS_VSCROLL
80         LTEXT "&Color", -1, 100, 5, 50, 8
81         CONTROL "", IDC_FNT_COLOR_FG, "WineConColorPreview", 0L, 100, 18, 48, 16
82         CONTROL "", IDC_FNT_COLOR_BK, "WineConColorPreview", 0L, 100, 40, 48, 16
83         LTEXT "&Size", -1, 158, 5, 40, 8
84         LISTBOX IDC_FNT_LIST_SIZE, 158, 18, 40, 60, WS_VSCROLL
85         CONTROL "", IDC_FNT_PREVIEW, "WineConFontPreview", 0L, 5, 60, 109, 40
86         LTEXT "", IDC_FNT_FONT_INFO, 128, 73, 80, 27
89 IDD_CONFIG DIALOG 36, 24, 140, 109
90 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
91 CAPTION "Configuration"
92 FONT 8, "MS Shell Dlg"
94         GROUPBOX "Buffer zone", -1, 10, 11, 100, 42, BS_GROUPBOX
95         LTEXT "&Width:", -1, 14, 25, 54, 9
96         EDITTEXT IDC_CNF_SB_WIDTH, 68, 23, 36, 12, WS_TABSTOP|WS_BORDER|ES_NUMBER
97         CONTROL "", IDC_CNF_SB_WIDTH_UD, "msctls_updown32", UDS_SETBUDDYINT|UDS_ALIGNRIGHT|UDS_AUTOBUDDY|UDS_ARROWKEYS|UDS_NOTHOUSANDS, 0, 0, 0, 0
98         LTEXT "&Height:", -1, 14, 39, 54, 9
99         EDITTEXT IDC_CNF_SB_HEIGHT, 68, 37, 36, 12, WS_TABSTOP|WS_BORDER|ES_NUMBER
100         CONTROL "", IDC_CNF_SB_HEIGHT_UD, "msctls_updown32", UDS_SETBUDDYINT|UDS_ALIGNRIGHT|UDS_AUTOBUDDY|UDS_ARROWKEYS|UDS_NOTHOUSANDS, 0, 0, 0, 0
102         GROUPBOX "Window size", -1, 10, 55, 100, 42
103         LTEXT "W&idth:", -1, 14, 69, 54, 9
104         EDITTEXT IDC_CNF_WIN_WIDTH, 68, 67, 36, 12, WS_TABSTOP|WS_BORDER|ES_NUMBER
105         CONTROL "", IDC_CNF_WIN_WIDTH_UD, "msctls_updown32", UDS_SETBUDDYINT|UDS_ALIGNRIGHT|UDS_AUTOBUDDY|UDS_ARROWKEYS|UDS_NOTHOUSANDS, 0, 0, 0, 0
106         LTEXT "H&eight:", -1, 14, 83, 54, 9
107         EDITTEXT IDC_CNF_WIN_HEIGHT, 68, 81, 36, 12, WS_TABSTOP|WS_BORDER|ES_NUMBER
108         CONTROL "", IDC_CNF_WIN_HEIGHT_UD, "msctls_updown32", UDS_SETBUDDYINT|UDS_ALIGNRIGHT|UDS_AUTOBUDDY|UDS_ARROWKEYS|UDS_NOTHOUSANDS, 0, 0, 0, 0
110         GROUPBOX "End of program", -1, 115, 11, 85, 42, BS_GROUPBOX
111         AUTOCHECKBOX "&Close console", IDC_CNF_CLOSE_EXIT, 119, 25, 75, 20, WS_TABSTOP
113         GROUPBOX "Edition", -1, 115, 55, 85, 42
114         COMBOBOX IDC_CNF_EDITION_MODE, 119, 69, 75, 60, CBS_DROPDOWNLIST|WS_VSCROLL|WS_TABSTOP
117 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
119 #define WINE_FILEDESCRIPTION_STR "Wine conhost"
120 #define WINE_FILENAME_STR "conhost.exe"
121 #define WINE_FILEVERSION 6,1,7601,22045
122 #define WINE_FILEVERSION_STR "6.1.7601.22045"
123 #define WINE_PRODUCTVERSION 6,1,7601,22045
124 #define WINE_PRODUCTVERSION_STR "6.1.7601.22045"
126 #include "wine/wine_common_ver.rc"