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

Wine Cross Reference
wine/dlls/wininet/wininet.rc

Version: ~ [ wine-1.5.31 ] ~ [ 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  * Copyright 2003 Mike McCormack for CodeWeavers
  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  */
 18 
 19 #include "resource.h"
 20 
 21 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 22 
 23 STRINGTABLE
 24 {
 25   IDS_LANCONNECTION "LAN Connection"
 26   IDS_CERT_CA_INVALID   "The certificate is issued by an unknown or untrusted publisher."
 27   IDS_CERT_DATE_INVALID "The date on the certificate is invalid."
 28   IDS_CERT_CN_INVALID   "The name on the certificate does not match the site."
 29   IDS_CERT_ERRORS       "There is at least one unspecified security problem with this certificate."
 30 }
 31 
 32 IDD_PROXYDLG DIALOG 36, 24, 220, 146
 33 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 34 CAPTION "Enter Network Password"
 35 FONT 8, "MS Shell Dlg"
 36 {
 37  LTEXT "Please enter your username and password:", -1, 6, 6, 210, 15
 38  LTEXT "Proxy", -1, 6, 26, 50, 18
 39  LTEXT "Realm", -1, 6, 46, 50, 18
 40  LTEXT "User", -1, 6, 66, 50, 18
 41  LTEXT "Password", -1, 6, 86, 50, 18
 42  LTEXT "", IDC_PROXY, 60, 26, 150, 14, 0
 43  LTEXT "", IDC_REALM, 60, 46, 150, 14, 0
 44  EDITTEXT IDC_USERNAME, 60, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
 45  EDITTEXT IDC_PASSWORD, 60, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
 46  CHECKBOX "&Save this password (insecure)", IDC_SAVEPASSWORD,
 47            60, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
 48  PUSHBUTTON "OK", IDOK, 90, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
 49  PUSHBUTTON "Cancel", IDCANCEL, 154, 126, 56, 14, WS_GROUP | WS_TABSTOP
 50 }
 51 
 52 IDD_AUTHDLG DIALOG 36, 24, 220, 146
 53 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 54 CAPTION "Authentication Required"
 55 FONT 8, "MS Shell Dlg"
 56 {
 57  LTEXT "Please enter your username and password:", -1, 6, 6, 210, 15
 58  LTEXT "Server", -1, 6, 26, 50, 18
 59  LTEXT "Realm", -1, 6, 46, 50, 18
 60  LTEXT "User", -1, 6, 66, 50, 18
 61  LTEXT "Password", -1, 6, 86, 50, 18
 62  LTEXT "", IDC_SERVER, 60, 26, 150, 14, 0
 63  LTEXT "", IDC_REALM, 60, 46, 150, 14, 0
 64  EDITTEXT IDC_USERNAME, 60, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
 65  EDITTEXT IDC_PASSWORD, 60, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
 66  CHECKBOX "&Save this password (insecure)", IDC_SAVEPASSWORD,
 67            60, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
 68  PUSHBUTTON "OK", IDOK, 90, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
 69  PUSHBUTTON "Cancel", IDCANCEL, 154, 126, 56, 14, WS_GROUP | WS_TABSTOP
 70 }
 71 
 72 IDD_INVCERTDLG DIALOG 3, 24, 250, 86
 73 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 74 CAPTION "Security Warning"
 75 FONT 8, "MS Shell Dlg"
 76 {
 77  LTEXT "There is a problem with the certificate for this site.", -1, 40, 6, 200, 20
 78  LTEXT "", IDC_CERT_ERROR, 40, 26, 200, 20
 79  LTEXT "Do you want to continue anyway?", -1, 40, 46, 200, 20
 80  PUSHBUTTON "Yes", IDOK, 40, 66, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
 81  PUSHBUTTON "No", IDCANCEL, 100, 66, 56, 14, WS_GROUP | WS_TABSTOP
 82 }
 83 
 84 #define WINE_FILEDESCRIPTION_STR "Wine Internet Connectivity"
 85 #define WINE_FILENAME_STR "wininet.dll"
 86 #define WINE_FILEVERSION 6,0,2800,1106
 87 #define WINE_FILEVERSION_STR "6.0.2800.1106"
 88 #define WINE_PRODUCTVERSION 6,0,2800,1106
 89 #define WINE_PRODUCTVERSION_STR "6.0.2800.1106"
 90 
 91 #include "wine/wine_common_ver.rc"

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