/************************************************************************* * * $RCSfile: directsql.src,v $ * * $Revision: 1.11 $ * * last change: $Author: kz $ $Date: 2001-11-16 22:42:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses * * - GNU Lesser General Public License Version 2.1 * - Sun Industry Standards Source License Version 1.1 * * Sun Microsystems Inc., October, 2000 * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2000 by Sun Microsystems, Inc. * 901 San Antonio Road, Palo Alto, CA 94303, USA * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * * * Sun Industry Standards Source License Version 1.1 * ================================================= * The contents of this file are subject to the Sun Industry Standards * Source License Version 1.1 (the "License"); You may not use this file * except in compliance with the License. You may obtain a copy of the * License at http://www.openoffice.org/license.html. * * Software provided under this License is provided on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. * See the License for the specific provisions governing your rights and * obligations concerning the Software. * * The Initial Developer of the Original Code is: Sun Microsystems, Inc.. * * Copyright: 2000 by Sun Microsystems, Inc. * * All Rights Reserved. * * Contributor(s): _______________________________________ * * ************************************************************************/ #ifndef _DBACCESS_UI_DIRECTSQL_HRC_ #include "directsql.hrc" #endif #ifndef _DBU_RESOURCE_HRC_ #include "dbu_resource.hrc" #endif #define BUTTON_SIZE_X 50 #define BUTTON_SIZE_Y 14 #define WINDOW_SIZE_X 200 #define WINDOW_SIZE_Y 210 + BUTTON_SIZE_Y + BUTTON_SIZE_Y ModalDialog DLG_DIRECTSQL { OutputSize = TRUE ; Moveable = TRUE ; Closeable = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ; FixedLine FL_SQL { Pos = MAP_APPFONT( 4, 3 ); Size = MAP_APPFONT( WINDOW_SIZE_X - 8, 8 ); Text = "SQL Kommando"; Text [ english ] = "SQL command"; Text [ english_us ] = "SQL command"; Text[ portuguese ] = "Comando SQL"; Text[ russian ] = " SQL"; Text[ greek ] = "SQL command"; Text[ dutch ] = "SQL commando"; Text[ french ] = "Instruction SQL"; Text[ spanish ] = "Comando SQL"; Text[ finnish ] = "SQL command"; Text[ italian ] = "SQL command"; Text[ danish ] = "SQL command"; Text[ swedish ] = "SQL-kommando"; Text[ polish ] = "Polecenie SQL"; Text[ portuguese_brazilian ] = "SQL command"; Text[ japanese ] = "SQL コマンド"; Text[ korean ] = "SQL 명령"; Text[ chinese_simplified ] = "SQL 命令"; Text[ chinese_traditional ] = "SQL 指令"; Text[ turkish ] = "SQL command"; Text[ arabic ] = "SQL command"; Text[ catalan ] = "SQL command"; }; FixedText FT_SQL { Pos = MAP_APPFONT( 7, 15 ); Size = MAP_APPFONT( WINDOW_SIZE_X - 14, 8 ); Text = "auszufhrendes Kommando"; Text [ english ] = "Command to execute"; Text [ english_us ] = "Command to execute"; Text[ portuguese ] = "Comando a executar"; Text[ russian ] = " "; Text[ greek ] = "Command to execute"; Text[ dutch ] = "uit te voeren commando"; Text[ french ] = "Instruction excuter"; Text[ spanish ] = "comando a ejecutar"; Text[ finnish ] = "Command to execute"; Text[ italian ] = "Comando da eseguire"; Text[ danish ] = "Command to execute"; Text[ swedish ] = "Kommando att utfra"; Text[ polish ] = "Polecenie do wykonania"; Text[ portuguese_brazilian ] = "Command to execute"; Text[ japanese ] = "実行コマンド"; Text[ korean ] = "실행할 명령"; Text[ chinese_simplified ] = "要执行的命令"; Text[ chinese_traditional ] = "要執行的指令"; Text[ turkish ] = "Command to execute"; Text[ arabic ] = "Command to execute"; Text[ catalan ] = "Command to execute"; }; MultiLineEdit ME_SQL { Pos = MAP_APPFONT( 7, 26 ); Size = MAP_APPFONT( WINDOW_SIZE_X - 14, 80 ); SVLook = TRUE; Border = TRUE; TabStop = TRUE; IgnoreTab = TRUE; }; PushButton PB_EXECUTE { Pos = MAP_APPFONT( WINDOW_SIZE_X - BUTTON_SIZE_X - 7, 109 ); Size = MAP_APPFONT( BUTTON_SIZE_X, BUTTON_SIZE_Y ); Text = "Ausfhren"; Text [ english ] = "Execute"; Text [ english_us ] = "Execute"; DefButton = TRUE; Text[ portuguese ] = "Executar"; Text[ russian ] = ""; Text[ greek ] = "Execute"; Text[ dutch ] = "Uitvoeren"; Text[ french ] = "Excuter"; Text[ spanish ] = "Ejecutar"; Text[ finnish ] = "Execute"; Text[ italian ] = "Esegui"; Text[ danish ] = "Execute"; Text[ swedish ] = "Utfr"; Text[ polish ] = "Wykonaj"; Text[ portuguese_brazilian ] = "Execute"; Text[ japanese ] = "実行"; Text[ korean ] = "실행"; Text[ chinese_simplified ] = "执行"; Text[ chinese_traditional ] = "執行"; Text[ turkish ] = "Execute"; Text[ arabic ] = "Execute"; Text[ catalan ] = "Execute"; }; FixedText FT_HISTORY { Pos = MAP_APPFONT( 7, 110 + BUTTON_SIZE_Y + 3 ); Size = MAP_APPFONT( WINDOW_SIZE_X - 14, 8 ); Text = "Vorherige Kommandos"; Text [ english ] = "Previous commands"; Text [ english_us ] = "Previous commands"; Text[ portuguese ] = "Comandos anteriores"; Text[ russian ] = " "; Text[ greek ] = "Previous commands"; Text[ dutch ] = "Vorige commando's"; Text[ french ] = "Instructions prcdentes"; Text[ spanish ] = "Comandos anteriores"; Text[ finnish ] = "Previous commands"; Text[ italian ] = "Comando precedente"; Text[ danish ] = "Previous commands"; Text[ swedish ] = "Fregende kommando"; Text[ polish ] = "Poprzednie polecenie"; Text[ portuguese_brazilian ] = "Previous commands"; Text[ japanese ] = "前のコマンド"; Text[ korean ] = "이전 명령"; Text[ chinese_simplified ] = "前一个命令"; Text[ chinese_traditional ] = "前一個指令"; Text[ turkish ] = "Previous commands"; Text[ arabic ] = "Previous commands"; Text[ catalan ] = "Previous commands"; }; ListBox LB_HISTORY { Pos = MAP_APPFONT( 7, 121 + BUTTON_SIZE_Y + 3 ); Size = MAP_APPFONT( WINDOW_SIZE_X - 14, 14 ); SvLook = TRUE; DropDown = TRUE; Border = TRUE; }; FixedLine FL_STATUS { Pos = MAP_APPFONT( 4, 138 + BUTTON_SIZE_Y + 4 ); Size = MAP_APPFONT( WINDOW_SIZE_X - 8, 8 ); Text = "Status"; Text [ english ] = "Status"; Text [ english_us ] = "Status"; Text[ portuguese ] = "Estado"; Text[ russian ] = ""; Text[ greek ] = ""; Text[ dutch ] = "Status"; Text[ french ] = "Statut"; Text[ spanish ] = "Estado"; Text[ finnish ] = "Tila"; Text[ italian ] = "Stato"; Text[ danish ] = "Status"; Text[ swedish ] = "Status"; Text[ polish ] = "Stan"; Text[ portuguese_brazilian ] = "Status"; Text[ japanese ] = "ステータス"; Text[ korean ] = "상태"; Text[ chinese_simplified ] = "状态"; Text[ chinese_traditional ] = "狀態"; Text[ turkish ] = "Durum"; Text[ arabic ] = ""; Text[ catalan ] = "Status"; }; MultiLineEdit ME_STATUS { Pos = MAP_APPFONT( 7, 153 + BUTTON_SIZE_Y ); Size = MAP_APPFONT( WINDOW_SIZE_X - 14, 41 ); Border = TRUE; ReadOnly = TRUE; VScroll = TRUE; }; FixedLine FL_BUTTONS { Pos = MAP_APPFONT( 4, 193 + BUTTON_SIZE_Y + 4 ); Size = MAP_APPFONT( WINDOW_SIZE_X - 8, 8 ); }; HelpButton PB_HELP { Pos = MAP_APPFONT( WINDOW_SIZE_X - 7 - BUTTON_SIZE_X - 3 - BUTTON_SIZE_X, 207 + BUTTON_SIZE_Y ); Size = MAP_APPFONT( BUTTON_SIZE_X, BUTTON_SIZE_Y ); }; PushButton PB_CLOSE { Pos = MAP_APPFONT( WINDOW_SIZE_X - 7 - BUTTON_SIZE_X, 207 + BUTTON_SIZE_Y ); Size = MAP_APPFONT( BUTTON_SIZE_X, BUTTON_SIZE_Y ); Text = "Schlieen"; Text [ english ] = "Close"; Text [ english_us ] = "Close"; Text[ portuguese ] = "Fechar"; Text[ russian ] = ""; Text[ greek ] = "Close"; Text[ dutch ] = "Sluiten"; Text[ french ] = "Fermer"; Text[ spanish ] = "Cerrar"; Text[ finnish ] = "Close"; Text[ italian ] = "Chiudi"; Text[ danish ] = "Close"; Text[ swedish ] = "Stng"; Text[ polish ] = "Zamknij"; Text[ portuguese_brazilian ] = "Close"; Text[ japanese ] = "閉じる"; Text[ korean ] = "닫기"; Text[ chinese_simplified ] = "关闭"; Text[ chinese_traditional ] = "關閉"; Text[ turkish ] = "Close"; Text[ arabic ] = "Close"; Text[ catalan ] = "Close"; }; Text = "SQL Statement ausfhren" ; Text [ english ] = "Excecute SQL statement" ; Text [ english_us ] = "Execute SQL Statement" ; Text[ language_user1 ] = "zl: statement means SQL commandos which are directly executed."; Text[ portuguese ] = "Executar instruo SQL"; Text[ russian ] = " SQL"; Text[ greek ] = "Excecute SQL statement"; Text[ dutch ] = "SQL statement uitvoeren"; Text[ french ] = "Excuter l'instruction SQL"; Text[ spanish ] = "Ejecutar comando SQL"; Text[ finnish ] = "Excecute SQL statement"; Text[ italian ] = "Esegui SQL Statement"; Text[ danish ] = "Excecute SQL statement"; Text[ swedish ] = "Utfr SQL-sats"; Text[ polish ] = "Wykonaj polecenie SQL"; Text[ portuguese_brazilian ] = "Excecute SQL statement"; Text[ japanese ] = "SQL ステートメントの実行"; Text[ korean ] = "SQL 문 실행"; Text[ chinese_simplified ] = "直接执行 SQL 命令"; Text[ chinese_traditional ] = "直接執行 SQL 指令"; Text[ turkish ] = "Excecute SQL statement"; Text[ arabic ] = "Excecute SQL statement"; Text[ catalan ] = "Excecute SQL statement"; }; String STR_COMMAND_EXECUTED_SUCCESSFULLY { Text = "Befehl erfolgreich ausgefhrt." ; Text [ English ] = "Command executed successfully." ; Text [ portuguese ] = "Comando executado com xito." ; Text [ english_us ] = "Command successfully executed." ; Text [ portuguese_brazilian ] = "Befehl erfolgreich ausgefhrt." ; Text [ swedish ] = "Kommando utfrt." ; Text [ danish ] = "Kommando fuldfrt." ; Text [ italian ] = "Comando eseguito con successo." ; Text [ spanish ] = "Comando ejecutado satisfactoriamente." ; Text [ french ] = "Commande excute avec succs" ; Text [ dutch ] = "Opdracht met succes uitgevoerd." ; Text[ chinese_simplified ] = "执行命令已经成功。"; Text[ russian ] = " ."; Text[ polish ] = "Polecenie wykonano pomylnie."; Text[ japanese ] = "コマンドは正常に実行されました。"; Text[ chinese_traditional ] = "執行指令已經成功。"; Text[ arabic ] = " ."; Text[ greek ] = " ."; Text[ korean ] = "명령을 성공적으로 실행하였습니다."; Text[ finnish ] = "Command successfully executed."; Text[ turkish ] = "Command successfully executed."; Text[ catalan ] = "Command successfully executed."; }; String STR_DIRECTSQL_CONNECTIONLOST { Text = "Die Verbindung zur Datenbank wurde gelscht. Dieser Dialog wird geschlossen."; Text [ english ] = "The connection to the database has been lost. This dialog will be closed."; Text [ english_us ] = "The connection to the database has been lost. This dialog will be closed."; Text[ portuguese ] = "A ligao base de dados foi eliminada. Esta caixa de dilogo ser fechada."; Text[ russian ] = " . ."; Text[ greek ] = "The connection to the database has been lost. This dialog will be closed."; Text[ dutch ] = "Er bestaat geen verbinding met de database. Deze dialoog wordt gesloten."; Text[ french ] = "La connexion la base de donnes a t annule. Fermeture de la bote de dialogue."; Text[ spanish ] = "Se perdi la conexin a la base de datos. Este dilogo se cerrar."; Text[ finnish ] = "The connection to the database has been lost. This dialog will be closed."; Text[ italian ] = "Il collegamento al database stato eliminato. Questo dialogo verr chiuso."; Text[ danish ] = "The connection to the database has been lost. This dialog will be closed."; Text[ swedish ] = "Frbindelsen till databasen har raderats. Den hr dialogrutan kommer att stngas."; Text[ polish ] = "Poczenie z baz danych przerwano. Okno dialogowe zostanie zamknite."; Text[ portuguese_brazilian ] = "The connection to the database has been lost. This dialog will be closed."; Text[ japanese ] = "データベースへの接続は削除されています。このダイアログを閉じます。"; Text[ korean ] = "데이터베이스와의 연결이 해제되었습니다. 이 대화상자가 닫힐 것입니다."; Text[ chinese_simplified ] = "已经结束和数据库的连接。现在关闭这个对话框。"; Text[ chinese_traditional ] = "已經結束與資料庫的連線。現在關閉這個對話方塊。"; Text[ turkish ] = "The connection to the database has been lost. This dialog will be closed."; Text[ arabic ] = "The connection to the database has been lost. This dialog will be closed."; Text[ catalan ] = "The connection to the database has been lost. This dialog will be closed."; }; /************************************************************************* * history: * $Log: not supported by cvs2svn $ * Revision 1.10 2001/09/26 20:28:03 kz * Merge SRC638: 09/26/01 - 22:27:14 * * Revision 1.9 2001/08/29 14:06:15 kz * Merge SRC638: 29.08.01 - 16:05:39 * * Revision 1.8 2001/08/24 11:09:43 kz * Merge SRC638: 24.08.01 - 13:08:49 * * Revision 1.7 2001/08/21 22:16:33 kz * Merge SRC638: 22.08.01 - 00:15:50 * * Revision 1.6 2001/08/13 20:56:12 kz * Merge SRC638: 13.08.01 - 22:55:32 * * Revision 1.5 2001/08/10 21:03:13 kz * Merge SRC638: 10.08.01 - 23:02:37 * * Revision 1.4 2001/08/07 15:00:18 kz * Merge SRC638: 07.08.01 - 16:59:48 * * Revision 1.3 2001/07/13 21:08:48 kz * Merge SRC638: 13.07.01 - 23:07:57 * * Revision 1.2 2001/06/29 02:21:19 kz * Merge SRC633: 29.06.01 - 04:20:55 * * Revision 1.1 2001/06/19 10:54:20 fs * initial checkin - dialog for executing SQL statements * * * Revision 1.0 18.06.01 17:01:52 fs ************************************************************************/