/************************************************************************* * * $RCSfile: dlgsnap.src,v $ * * $Revision: 1.20 $ * * last change: $Author: cl $ $Date: 2002-05-21 13:52:42 $ * * 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 EXPRESSED 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): _______________________________________ * * ************************************************************************/ #include "app.hrc" #include "res_bmp.hrc" #include "dlgsnap.hrc" ModalDialog DLG_SNAPLINE { HelpID = SID_CAPTUREPOINT ; OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 140 , 125 ) ; Text = "Neues Fangobjekt" ; Text [ ENGLISH ] = "New Snap Object" ; Text [ norwegian ] = "+++New Snap Object" ; Text [ italian ] = "Nuovo oggetto cattura" ; Text [ portuguese_brazilian ] = "Novo Aderir Objeto" ; Text [ portuguese ] = "Novo objecto de captura" ; Text [ finnish ] = "Uusi kohdistusobjekti" ; Text [ danish ] = "Nyt fangobjekt" ; Text [ french ] = "Nouvel objet de capture" ; Text [ swedish ] = "Nytt fstobjekt" ; Text [ dutch ] = "Nieuw vangobject" ; Text [ spanish ] = "Nuevo objeto de captura" ; Text [ english_us ] = "New Snap Object" ; Moveable = TRUE ; OKButton BTN_OK { Pos = MAP_APPFONT ( 88 , 6 ) ; Size = MAP_APPFONT ( 46 , 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BTN_CANCEL { Pos = MAP_APPFONT ( 88 , 23 ) ; Size = MAP_APPFONT ( 46 , 14 ) ; TabStop = TRUE ; }; HelpButton BTN_HELP { Pos = MAP_APPFONT ( 88 , 43 ) ; Size = MAP_APPFONT ( 46 , 14 ) ; TabStop = TRUE ; }; PushButton BTN_DELETE { Pos = MAP_APPFONT ( 88 , 63 ) ; Size = MAP_APPFONT ( 46 , 14 ) ; /* ### ACHTUNG: Neuer Text in Resource? ~Lschen : ~Lschen */ Text = "~Lschen" ; Text [ ENGLISH ] = "~Delete" ; Text [ norwegian ] = "~Slett" ; Text [ italian ] = "~Elimina" ; Text [ portuguese_brazilian ] = "~Apagar" ; Text [ portuguese ] = "E~liminar" ; Text [ finnish ] = "~Poista" ; Text [ danish ] = "Slet" ; Text [ french ] = "~Supprimer" ; Text [ swedish ] = "~Radera" ; Text [ dutch ] = "~Wissen" ; Text [ spanish ] = "~Eliminar" ; Text [ english_us ] = "~Delete" ; TabStop = TRUE ; Text[ chinese_simplified ] = "删除(~D)"; Text[ russian ] = "~"; Text[ polish ] = "Usu"; Text[ japanese ] = "削除(~D)"; Text[ chinese_traditional ] = "刪除(~D)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "삭제(~D)"; Text[ turkish ] = "Sil"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Eliminar"; }; FixedLine FL_POSITION { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 76 , 8 ) ; Text = "Position" ; Text [ ENGLISH ] = "Position" ; Text [ norwegian ] = "Posisjon" ; Text [ italian ] = "Posizione" ; Text [ portuguese_brazilian ] = "Posio" ; Text [ portuguese ] = "Posio" ; Text [ finnish ] = "Sijainti" ; Text [ danish ] = "Placering" ; Text [ french ] = "Position" ; Text [ swedish ] = "Position" ; Text [ dutch ] = "Positie" ; Text [ spanish ] = "Posicin" ; Text [ english_us ] = "Position" ; Text[ chinese_simplified ] = "位置"; Text[ russian ] = ""; Text[ polish ] = "Pozycja"; Text[ japanese ] = "位置"; Text[ chinese_traditional ] = "位置"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "위치"; Text[ turkish ] = "Konum"; Text[ language_user1 ] = " "; Text[ catalan ] = "Posicin"; }; FixedText FT_X { Pos = MAP_APPFONT ( 12 , 16 ) ; Size = MAP_APPFONT ( 7 , 10 ) ; Text = "~X" ; }; MetricField MTR_FLD_X { Border = TRUE ; Pos = MAP_APPFONT ( 22 , 14 ) ; Size = MAP_APPFONT ( 54 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = -5000000 ; Maximum = 5000000 ; StrictFormat = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_MM ; First = -5000000 ; Last = 5000000 ; SpinSize = 50 ; }; FixedText FT_Y { Pos = MAP_APPFONT ( 12 , 32 ) ; Size = MAP_APPFONT ( 7 , 10 ) ; Text = "~Y" ; }; MetricField MTR_FLD_Y { Border = TRUE ; Pos = MAP_APPFONT ( 22 , 30 ) ; Size = MAP_APPFONT ( 54 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = -5000000 ; Maximum = 5000000 ; StrictFormat = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_MM ; First = -5000000 ; Last = 5000000 ; SpinSize = 50 ; }; FixedLine FL_DIRECTION { Pos = MAP_APPFONT ( 6 , 50 ) ; Size = MAP_APPFONT ( 76 , 8 ) ; Text = "Art" ; Text [ ENGLISH ] = "Kind" ; Text [ norwegian ] = "+++Kind" ; Text [ italian ] = "Tipo" ; Text [ portuguese_brazilian ] = "Tipo" ; Text [ portuguese ] = "Tipo" ; Text [ finnish ] = "Tyyppi" ; Text [ danish ] = "Type" ; Text [ french ] = "Type" ; Text [ swedish ] = "Typ" ; Text [ dutch ] = "Type" ; Text [ spanish ] = "Tipo" ; Text [ english_us ] = "Type" ; Text[ chinese_simplified ] = "类型"; Text[ russian ] = ""; Text[ polish ] = "Typ"; Text[ japanese ] = "種類"; Text[ chinese_traditional ] = "類型"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "형태"; Text[ turkish ] = "Tr"; Text[ language_user1 ] = " "; Text[ catalan ] = "Tipo"; }; ImageRadioButton RB_POINT { Pos = MAP_APPFONT ( 12 , 61 ) ; Size = MAP_APPFONT ( 64 , 16 ) ; Text = "~Punkt" ; Text [ ENGLISH ] = "~Point" ; Text [ norwegian ] = "~Punkt" ; Text [ italian ] = "~Punto" ; Text [ portuguese_brazilian ] = "~Ponto" ; Text [ portuguese ] = "~Ponto" ; Text [ finnish ] = "~Piste" ; Text [ danish ] = "Punkt" ; Text [ french ] = "~Point" ; Text [ swedish ] = "~Punkt" ; Text [ dutch ] = "~Punt" ; Text [ spanish ] = "~Punto" ; Text [ english_us ] = "~Point" ; TabStop = TRUE ; RadioButtonImage = Image { MaskColor = IMAGE_MASK_STDCOLOR; ImageBitmap = Bitmap { File = "hlppoint.bmp" ; }; }; Text[ chinese_simplified ] = "点(~P)"; Text[ russian ] = "~"; Text[ polish ] = "Pu~nkt"; Text[ japanese ] = "点(~P)"; Text[ chinese_traditional ] = "點(~P)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "점(~P)"; Text[ turkish ] = "Nokta"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Punto"; }; ImageRadioButton RB_VERTICAL { Pos = MAP_APPFONT ( 12 , 81 ) ; Size = MAP_APPFONT ( 64 , 16 ) ; Text = "~Vertikal" ; Text [ ENGLISH ] = "~Vertical" ; Text [ norwegian ] = "~Vertikal" ; Text [ italian ] = "~Verticale" ; Text [ portuguese_brazilian ] = "~Vertical" ; Text [ portuguese ] = "~Vertical" ; Text [ finnish ] = "~Pystytaso" ; Text [ danish ] = "Lodret" ; Text [ french ] = "~Vertical" ; Text [ swedish ] = "~Vertikal" ; Text [ dutch ] = "~Verticaal" ; Text [ spanish ] = "~Vertical" ; Text [ english_us ] = "~Vertical" ; TabStop = TRUE ; RadioButtonImage = Image { MaskColor = IMAGE_MASK_STDCOLOR; ImageBitmap = Bitmap { File = "hlplvert.bmp" ; }; }; Text[ chinese_simplified ] = "纵向(~V)"; Text[ russian ] = "~"; Text[ polish ] = "W pionie"; Text[ japanese ] = "縦位置(~V)"; Text[ chinese_traditional ] = "縱向(~V)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "수직(~V)"; Text[ turkish ] = "Dikey"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Vertical"; }; ImageRadioButton RB_HORIZONTAL { Pos = MAP_APPFONT ( 12 , 101 ) ; Size = MAP_APPFONT ( 65 , 16 ) ; Text = "~Horizontal" ; Text [ ENGLISH ] = "~Horizontal" ; Text [ norwegian ] = "~Horisontal" ; Text [ italian ] = "~Orizzontale" ; Text [ portuguese_brazilian ] = "~Horizontal" ; Text [ portuguese ] = "~Horizontal" ; Text [ finnish ] = "Vaaka~taso" ; Text [ danish ] = "Vandret" ; Text [ french ] = "~Horizontal" ; Text [ swedish ] = "H~orisontell" ; Text [ dutch ] = "~Horizontaal" ; Text [ spanish ] = "~Horizontal" ; Text [ english_us ] = "Hori~zontal" ; TabStop = TRUE ; RadioButtonImage = Image { MaskColor = IMAGE_MASK_STDCOLOR; ImageBitmap = Bitmap { File = "hlplhorz.bmp" ; }; }; Text[ chinese_simplified ] = "横向(~Z)"; Text[ russian ] = ""; Text[ polish ] = "W poziomie"; Text[ japanese ] = "横位置(~Z)"; Text[ chinese_traditional ] = "橫向(~Z)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "수평(~Z)"; Text[ turkish ] = "Yatay"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Horizontal"; }; Text[ chinese_simplified ] = "新建坐标"; Text[ russian ] = " "; Text[ polish ] = "Nowy obiekt zaczepu"; Text[ japanese ] = "新しいスナップオブジェクト"; Text[ chinese_traditional ] = "新建座標"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = "새 맞춤 개체"; Text[ turkish ] = "Yeni kavrama nesnesi"; Text[ language_user1 ] = " "; Text[ catalan ] = "Nuevo objeto de captura"; Image BMP_POINT_H { MaskColor = IMAGE_MASK_STDCOLOR_HC; ImageBitmap = Bitmap { File = "hlppoint_h.bmp" ; }; }; Image BMP_VERTICAL_H { MaskColor = IMAGE_MASK_STDCOLOR_HC; ImageBitmap = Bitmap { File = "hlplvert_h.bmp" ; }; }; Image BMP_HORIZONTAL_H { MaskColor = IMAGE_MASK_STDCOLOR_HC; ImageBitmap = Bitmap { File = "hlplhorz_h.bmp" ; }; }; };