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

Wine Cross Reference
wine/dlls/appwiz.cpl/res.h

Version: ~ [ 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 * Add/Remove Programs resources
  3 *
  4 * Copyright 2001-2002, 2008 Owen Rudge
  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 
 22 #include <windef.h>
 23 #include <winuser.h>
 24 #include <commctrl.h>
 25 
 26 /* Dialogs */
 27 
 28 #define IDD_MAIN               1
 29 #define IDD_INFO               2
 30 
 31 /* Dialog controls */
 32 #define IDC_INSTALL         1010
 33 #define IDL_PROGRAMS        1011
 34 #define IDC_ADDREMOVE       1012
 35 #define IDC_SUPPORT_INFO    1013
 36 #define IDC_MODIFY          1014
 37 
 38 #define IDC_INFO_PUBLISHER  1100
 39 #define IDC_INFO_VERSION    1101
 40 #define IDC_INFO_CONTACT    1102
 41 #define IDC_INFO_SUPPORT    1103
 42 #define IDC_INFO_PHONE      1104
 43 #define IDC_INFO_README     1105
 44 #define IDC_INFO_UPDATES    1106
 45 #define IDC_INFO_COMMENTS   1107
 46 #define IDC_INFO_LABEL      1108
 47 
 48 /* Icons */
 49 
 50 #define ICO_MAIN               1
 51 
 52 /* Strings */
 53 #define IDS_CPL_TITLE          1
 54 #define IDS_CPL_DESC           2
 55 #define IDS_TAB1_TITLE         3
 56 #define IDS_UNINSTALL_FAILED   4
 57 #define IDS_NOT_SPECIFIED      5
 58 #define IDS_COLUMN_NAME        6
 59 #define IDS_COLUMN_PUBLISHER   7
 60 #define IDS_COLUMN_VERSION     8
 61 #define IDS_INSTALL_FILTER     9
 62 #define IDS_REMOVE             10
 63 #define IDS_MODIFY_REMOVE      11
 64 

~ [ 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.