1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24#ifndef _DBA_DBACCESS_HELPID_HRC_ 25#include "dbaccess_helpid.hrc" 26#endif 27#ifndef _DBU_DLG_HRC_ 28#include "dbu_dlg.hrc" 29#endif 30#ifndef _DBAUI_SQLMESSAGE_HRC_ 31#include "sqlmessage.hrc" 32#endif 33 34//------------------------------------------------------------------------- 35Image BMP_EXCEPTION_ERROR 36{ 37 ImageBitmap = Bitmap {File = "exerror.png" ;} ; 38}; 39 40Image BMP_EXCEPTION_WARNING 41{ 42 ImageBitmap = Bitmap {File = "exwarning.png" ;} ; 43}; 44 45Image BMP_EXCEPTION_INFO 46{ 47 ImageBitmap = Bitmap {File = "exinfo.png" ;} ; 48}; 49Image BMP_EXCEPTION_ERROR_SCH 50{ 51 ImageBitmap = Bitmap {File = "exerror_sch.png" ;} ; 52}; 53 54Image BMP_EXCEPTION_WARNING_SCH 55{ 56 ImageBitmap = Bitmap {File = "exwarning_sch.png" ;} ; 57}; 58 59Image BMP_EXCEPTION_INFO_SCH 60{ 61 ImageBitmap = Bitmap {File = "exinfo_sch.png" ;} ; 62}; 63 64ModalDialog DLG_SQLEXCEPTIONCHAIN 65{ 66 HelpID = "dbaccess:ModalDialog:DLG_SQLEXCEPTIONCHAIN" ; 67 Moveable = TRUE ; 68 Closeable = TRUE ; 69 OutputSize = TRUE ; 70 SVLook = TRUE ; 71 Size = MAP_APPFONT ( 240, 150 ) ; 72 Text [ en-US ] = "%PRODUCTNAME Base" ; 73 74 FixedLine FL_DETAILS 75 { 76 Pos = MAP_APPFONT ( 6, 3 ) ; 77 Size = MAP_APPFONT ( 228, 8 ) ; 78 Text [ en-US ] = "Details" ; 79 }; 80 FixedText FT_ERRORLIST 81 { 82 Pos = MAP_APPFONT ( 12, 12 ) ; 83 Size = MAP_APPFONT ( 85, 10 ) ; 84 Text [ en-US ] = "Error ~list:" ; 85 Group = TRUE ; 86 }; 87 Control CTL_ERRORLIST 88 { 89 Pos = MAP_APPFONT ( 12, 25 ) ; 90 Size = MAP_APPFONT ( 85, 93 ) ; 91 Border = TRUE ; 92 TabStop = TRUE ; 93 HelpId = HID_SQLERROR_EXCHAIN_ERRORS ; 94 }; 95 FixedText FT_DESCRIPTION 96 { 97 Pos = MAP_APPFONT ( 103, 12 ) ; 98 Size = MAP_APPFONT ( 125, 10 ) ; 99 Text [ en-US ] = "~Description:" ; 100 Group = TRUE ; 101 }; 102 MultiLineEdit ME_DESCRIPTION 103 { 104 Border = TRUE ; 105 Pos = MAP_APPFONT ( 103, 25 ) ; 106 Size = MAP_APPFONT ( 125, 93 ) ; 107 TabStop = TRUE ; 108 VScroll = TRUE ; 109 HelpId = HID_SQLERROR_EXCHAIN_TEXT ; 110 }; 111 OKButton PB_OK 112 { 113 Pos = MAP_APPFONT ( 95, 130 ) ; 114 Size = MAP_APPFONT ( 50, 14 ) ; 115 TabStop = TRUE ; 116 DefButton = TRUE ; 117 }; 118 119 String STR_EXCEPTION_STATUS 120 { 121 Text [ en-US ] = "SQL Status" ; 122 }; 123 String STR_EXCEPTION_ERRORCODE 124 { 125 Text [ en-US ] = "Error code" ; 126 }; 127}; 128 129String STR_EXPLAN_STRINGCONVERSION_ERROR 130{ 131 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." ; 132}; 133 134String STR_EXCEPTION_ERROR 135{ 136 Text [ en-US ] = "Error" ; 137}; 138 139String STR_EXCEPTION_WARNING 140{ 141 Text [ en-US ] = "Warning" ; 142}; 143 144String STR_EXCEPTION_INFO 145{ 146 Text [ en-US ] = "Information" ; 147}; 148 149String STR_EXCEPTION_DETAILS 150{ 151 Text [ en-US ] = "Details" ; 152}; 153 154// ********************************************************************** EOF 155