1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
28 #ifndef _DBA_DBACCESS_HELPID_HRC_
29 #include "dbaccess_helpid.hrc"
32 #include "dbu_dlg.hrc"
34 #ifndef _DBAUI_SQLMESSAGE_HRC_
35 #include "sqlmessage.hrc"
38 //-------------------------------------------------------------------------
39 Image BMP_EXCEPTION_ERROR
41 ImageBitmap = Bitmap { File = "exerror.png"; };
42 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
45 Image BMP_EXCEPTION_WARNING
47 ImageBitmap = Bitmap { File = "exwarning.png"; };
48 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
51 Image BMP_EXCEPTION_INFO
53 ImageBitmap = Bitmap { File = "exinfo.png"; };
54 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
57 ModalDialog DLG_SQLEXCEPTIONCHAIN
59 HelpID = "dbaccess:ModalDialog:DLG_SQLEXCEPTIONCHAIN";
64 Size = MAP_APPFONT ( 240 , 150 ) ;
65 Text [ en-US ] = "%PRODUCTNAME Base" ;
69 Pos = MAP_APPFONT ( 6, 3 ) ;
70 Size = MAP_APPFONT ( 228, 8 ) ;
71 Text [ en-US ] = "Details";
73 FixedText FT_ERRORLIST
75 Pos = MAP_APPFONT ( 12, 12 ) ;
76 Size = MAP_APPFONT ( 85, 10 ) ;
77 Text [ en-US ] = "Error ~list:";
82 Pos = MAP_APPFONT ( 12, 25 ) ;
83 Size = MAP_APPFONT ( 85, 93 ) ;
86 HelpId = HID_SQLERROR_EXCHAIN_ERRORS;
88 FixedText FT_DESCRIPTION
90 Pos = MAP_APPFONT ( 103, 12 ) ;
91 Size = MAP_APPFONT ( 125, 10 ) ;
92 Text [ en-US ] = "~Description:";
95 MultiLineEdit ME_DESCRIPTION
98 Pos = MAP_APPFONT ( 103 , 25 ) ;
99 Size = MAP_APPFONT ( 125 , 93 ) ;
102 HelpId = HID_SQLERROR_EXCHAIN_TEXT;
106 Pos = MAP_APPFONT ( 95 , 130 ) ;
107 Size = MAP_APPFONT ( 50 , 14 ) ;
112 String STR_EXCEPTION_STATUS
114 Text [ en-US ] = "SQL Status";
116 String STR_EXCEPTION_ERRORCODE
118 Text [ en-US ] = "Error code";
122 String STR_EXPLAN_STRINGCONVERSION_ERROR
124 Text [ en-US ] = "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties.";
127 String STR_EXCEPTION_ERROR
129 Text [ en-US ] = "Error";
132 String STR_EXCEPTION_WARNING
134 Text [ en-US ] = "Warning";
137 String STR_EXCEPTION_INFO
139 Text [ en-US ] = "Information";
142 String STR_EXCEPTION_DETAILS
144 Text [ en-US ] = "Details";