~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Wine Cross Reference
wine/programs/wineconsole/wineconsole_res.h

Version: ~ [ wine-1.5.30 ] ~ [ wine-1.5.29 ] ~ [ wine-1.5.28 ] ~ [ wine-1.5.27 ] ~ [ wine-1.5.26 ] ~ [ wine-1.5.25 ] ~ [ wine-1.5.24 ] ~ [ wine-1.5.23 ] ~ [ wine-1.5.22 ] ~ [ wine-1.5.21 ] ~ [ wine-1.5.20 ] ~ [ wine-1.5.19 ] ~ [ wine-1.5.18 ] ~ [ wine-1.5.17 ] ~ [ wine-1.5.16 ] ~ [ wine-1.5.15 ] ~ [ wine-1.5.14 ] ~ [ wine-1.5.13 ] ~ [ wine-1.5.12 ] ~ [ wine-1.5.11 ] ~ [ wine-1.5.10 ] ~ [ wine-1.5.9 ] ~ [ wine-1.5.8 ] ~ [ wine-1.5.7 ] ~ [ wine-1.4.1 ] ~ [ wine-1.5.6 ] ~ [ wine-1.5.5 ] ~ [ wine-1.5.4 ] ~ [ wine-1.5.3 ] ~ [ wine-1.5.2 ] ~ [ wine-1.5.1 ] ~ [ wine-1.5.0 ] ~ [ wine-1.4 ] ~ [ wine-1.4-rc6 ] ~ [ wine-1.4-rc5 ] ~ [ wine-1.4-rc4 ] ~ [ wine-1.4-rc3 ] ~ [ wine-1.4-rc2 ] ~ [ wine-1.4-rc1 ] ~ [ wine-1.3.37 ] ~ [ wine-1.3.36 ] ~ [ wine-1.3.35 ] ~ [ wine-1.3.34 ] ~ [ wine-1.3.33 ] ~ [ wine-1.3.32 ] ~ [ wine-1.3.31 ] ~ [ wine-1.3.30 ] ~ [ wine-1.3.29 ] ~ [ wine-1.3.28 ] ~ [ wine-1.3.27 ] ~ [ wine-1.3.26 ] ~ [ wine-1.3.25 ] ~ [ wine-1.3.24 ] ~ [ wine-1.3.23 ] ~ [ wine-1.3.22 ] ~ [ wine-1.3.21 ] ~ [ wine-1.3.20 ] ~ [ wine-1.3.19 ] ~ [ wine-1.3.18 ] ~ [ wine-1.2.3 ] ~ [ wine-1.3.17 ] ~ [ wine-1.3.16 ] ~ [ wine-1.3.15 ] ~ [ wine-1.3.14 ] ~ [ wine-1.3.13 ] ~ [ wine-1.3.12 ] ~ [ wine-1.3.11 ] ~ [ wine-1.3.10 ] ~ [ wine-1.3.9 ] ~ [ wine-1.2.2 ] ~ [ wine-1.3.8 ] ~ [ wine-1.3.7 ] ~ [ wine-1.3.6 ] ~ [ wine-1.3.5 ] ~ [ wine-1.2.1 ] ~ [ wine-1.3.4 ] ~ [ wine-1.3.3 ] ~ [ wine-1.3.2 ] ~ [ wine-1.3.1 ] ~ [ wine-1.3.0 ] ~ [ wine-1.2 ] ~ [ wine-1.2-rc7 ] ~ [ wine-1.2-rc6 ] ~ [ wine-1.2-rc5 ] ~ [ wine-1.2-rc4 ] ~ [ wine-1.2-rc3 ] ~ [ wine-1.2-rc2 ] ~ [ wine-1.2-rc1 ] ~ [ wine-1.1.44 ] ~ [ wine-1.1.43 ] ~ [ wine-1.1.42 ] ~ [ wine-1.1.41 ] ~ [ wine-1.1.40 ] ~ [ wine-1.1.39 ] ~ [ wine-1.1.38 ] ~ [ wine-1.1.37 ] ~ [ wine-1.1.36 ] ~ [ wine-1.1.35 ] ~ [ wine-1.1.34 ] ~ [ wine-1.1.33 ] ~ [ wine-1.1.32 ] ~ [ wine-1.1.31 ] ~ [ wine-1.1.30 ] ~ [ wine-1.1.29 ] ~ [ wine-1.1.28 ] ~ [ wine-1.1.27 ] ~ [ wine-1.1.26 ] ~ [ wine-1.1.25 ] ~ [ wine-1.1.24 ] ~ [ wine-1.1.23 ] ~ [ wine-1.1.22 ] ~ [ wine-1.1.21 ] ~ [ wine-1.1.20 ] ~ [ wine-1.1.19 ] ~ [ wine-1.1.18 ] ~ [ wine-1.1.17 ] ~ [ wine-1.1.16 ] ~ [ wine-1.1.15 ] ~ [ wine-1.1.14 ] ~ [ wine-1.1.13 ] ~ [ wine-1.1.12 ] ~ [ wine-1.1.11 ] ~ [ wine-1.1.10 ] ~ [ wine-1.1.9 ] ~ [ wine-1.1.8 ] ~ [ wine-1.1.7 ] ~ [ wine-1.0.1 ] ~ [ wine-1.1.6 ] ~ [ wine-1.1.5 ] ~ [ wine-1.1.4 ] ~ [ wine-1.1.3 ] ~ [ wine-1.1.2 ] ~ [ wine-1.1.1 ] ~ [ wine-1.1.0 ] ~ [ wine-1.0 ] ~

  1 /*
  2  * wineconsole resource definitions
  3  *
  4  * Copyright 2001 Eric Pouech
  5  *
  6  * This library is free software; you can redistribute it and/or
  7  * modify it under the terms of the GNU Lesser General Public
  8  * License as published by the Free Software Foundation; either
  9  * version 2.1 of the License, or (at your option) any later version.
 10  *
 11  * This library is distributed in the hope that it will be useful,
 12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
 13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 14  * Lesser General Public License for more details.
 15  *
 16  * You should have received a copy of the GNU Lesser General Public
 17  * License along with this library; if not, write to the Free Software
 18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 19  */
 20 
 21 #include <windef.h>
 22 #include <winuser.h>
 23 #include <commctrl.h>
 24 
 25 /* strings */
 26 #define IDS_EDIT                0x100
 27 #define IDS_DEFAULT             0x101
 28 #define IDS_PROPERTIES          0x102
 29 
 30 #define IDS_MARK                0x110
 31 #define IDS_COPY                0x111
 32 #define IDS_PASTE               0x112
 33 #define IDS_SELECTALL           0x113
 34 #define IDS_SCROLL              0x114
 35 #define IDS_SEARCH              0x115
 36 
 37 #define IDS_DLG_TIT_DEFAULT     0x120
 38 #define IDS_DLG_TIT_CURRENT     0x121
 39 #define IDS_DLG_TIT_ERROR       0x122
 40 
 41 #define IDS_DLG_ERR_SBWINSIZE   0x130
 42 
 43 #define IDS_FNT_DISPLAY         0x200
 44 #define IDS_FNT_PREVIEW         0x201
 45 
 46 #define IDS_CMD_INVALID_EVENT_ID   0x300
 47 #define IDS_CMD_INVALID_BACKEND    0x301
 48 #define IDS_CMD_INVALID_OPTION     0x302
 49 #define IDS_CMD_ABOUT              0x303
 50 #define IDS_CMD_LAUNCH_FAILED      0x304
 51 
 52 #define IDS_USAGE_HEADER           0x310
 53 #define IDS_USAGE_BACKEND          0x311
 54 #define IDS_USAGE_COMMAND          0x312
 55 #define IDS_USAGE_FOOTER           0x313
 56 
 57 /* dialog boxes */
 58 #define IDD_OPTION              0x0100
 59 #define IDD_FONT                0x0200
 60 #define IDD_CONFIG              0x0300
 61 #define IDD_SAVE_SETTINGS       0x0400
 62 
 63 /* dialog boxes controls */
 64 #define IDC_OPT_CURSOR_SMALL    0x0101
 65 #define IDC_OPT_CURSOR_MEDIUM   0x0102
 66 #define IDC_OPT_CURSOR_LARGE    0x0103
 67 #define IDC_OPT_HIST_SIZE       0x0104
 68 #define IDC_OPT_HIST_SIZE_UD    0x0105
 69 #define IDC_OPT_HIST_NODOUBLE   0x0106
 70 #define IDC_OPT_CONF_CTRL       0x0107
 71 #define IDC_OPT_CONF_SHIFT      0x0108
 72 #define IDC_OPT_QUICK_EDIT      0x0109
 73 
 74 #define IDC_FNT_LIST_FONT       0x0201
 75 #define IDC_FNT_LIST_SIZE       0x0202
 76 #define IDC_FNT_COLOR_BK        0x0203
 77 #define IDC_FNT_COLOR_FG        0x0204
 78 #define IDC_FNT_FONT_INFO       0x0205
 79 #define IDC_FNT_PREVIEW         0x0206
 80 
 81 #define IDC_CNF_SB_WIDTH        0x0301
 82 #define IDC_CNF_SB_WIDTH_UD     0x0302
 83 #define IDC_CNF_SB_HEIGHT       0x0303
 84 #define IDC_CNF_SB_HEIGHT_UD    0x0304
 85 #define IDC_CNF_WIN_WIDTH       0x0305
 86 #define IDC_CNF_WIN_WIDTH_UD    0x0306
 87 #define IDC_CNF_WIN_HEIGHT      0x0307
 88 #define IDC_CNF_WIN_HEIGHT_UD   0x0308
 89 #define IDC_CNF_CLOSE_EXIT      0x0309
 90 #define IDC_CNF_EDITION_MODE    0x030a
 91 
 92 #define IDC_SAV_SAVE            0x0401
 93 #define IDC_SAV_SESSION         0x0402
 94 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.