update dev300-m58
[ooovba.git] / sw / source / ui / fldui / javaedit.src
blob3acc650b0c7d7f538f86f5b95d8768adf23b41c3
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: javaedit.src,v $
10  * $Revision: 1.27 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30  // include ---------------------------------------------------------------
31 #include "javaedit.hrc"
32 #include "fldui.hrc"
33 #include "helpid.h"
34  // pragma ----------------------------------------------------------------
36  // RID_SVXDLG_POSTIT -----------------------------------------------------
37 ModalDialog DLG_JAVAEDIT
39     OutputSize = TRUE ;
40     SvLook = TRUE ;
41     Size = MAP_APPFONT ( 248 , 157 ) ;
42     Moveable = TRUE ;
43     FixedText FT_TYPE
44     {
45         Pos = MAP_APPFONT ( 12 , 15 ) ;
46         Size = MAP_APPFONT ( 55 , 10 ) ;
47         Text [ en-US ] = "Script type" ;
48     };
49     Edit ED_TYPE
50     {
51         Border = TRUE ;
52         Text = "JavaScript" ;
53          // Nicht uebersetzen!!!
54         Pos = MAP_APPFONT ( 70 , 14 ) ;
55         Size = MAP_APPFONT ( 87 , 12 ) ;
56         TabStop = TRUE ;
57     };
58     RadioButton RB_URL
59     {
60         Pos = MAP_APPFONT ( 12 , 28 ) ;
61         Size = MAP_APPFONT ( 55 , 10 ) ;
62         TabStop = TRUE ;
63         Text [ en-US ] = "URL" ;
64     };
65     Edit ED_URL
66     {
67         Border = TRUE ;
68         Pos = MAP_APPFONT ( 70 , 27 ) ;
69         Size = MAP_APPFONT ( 87 , 12 ) ;
70         TabStop = TRUE ;
71     };
72     PushButton PB_URL
73     {
74         Pos = MAP_APPFONT ( 163 , 26 ) ;
75         Size = MAP_APPFONT ( 14 , 14 ) ;
76         Text = "~..." ;
77         TabStop = TRUE ;
78     };
79     RadioButton RB_EDIT
80     {
81         Pos = MAP_APPFONT ( 12 , 40 ) ;
82         Size = MAP_APPFONT ( 140 , 10 ) ;
83         Text [ en-US ] = "~Text" ;
84         TabStop = TRUE ;
85         Check = TRUE ;
86     };
87     MultiLineEdit ED_EDIT
88     {
89         Border = TRUE ;
90         Pos = MAP_APPFONT ( 23 , 54 ) ;
91         Size = MAP_APPFONT ( 155 , 91 ) ;
92         Left = TRUE ;
93         VScroll = TRUE ;
94         HScroll = TRUE ;
95         IgnoreTab = TRUE ;
96         TabStop = TRUE ;
97     };
98     FixedLine FL_POSTIT
99     {
100         Pos = MAP_APPFONT ( 6 , 3 ) ;
101         Size = MAP_APPFONT ( 179 , 8 ) ;
102         Text [ en-US ] = "Contents" ;
103     };
104     OKButton BTN_POST_OK
105     {
106         Pos = MAP_APPFONT ( 191 , 6 ) ;
107         Size = MAP_APPFONT ( 50 , 15 ) ;
108         DefButton = TRUE ;
109     };
110     CancelButton BTN_POST_CANCEL
111     {
112         Pos = MAP_APPFONT ( 191 , 23 ) ;
113         Size = MAP_APPFONT ( 50 , 15 ) ;
114     };
115     HelpButton BTN_POST_HELP
116     {
117         Pos = MAP_APPFONT ( 191 , 40 ) ;
118         Size = MAP_APPFONT ( 50 , 15 ) ;
119     };
120     ImageButton BTN_PREV
121     {
122         Pos = MAP_APPFONT ( 191 , 60 ) ;
123         Size = MAP_APPFONT ( 24 , 14 ) ;
124         Symbol = IMAGEBUTTON_ARROW_LEFT ;
125     };
126     ImageButton BTN_NEXT
127     {
128         Pos = MAP_APPFONT ( 217 , 60 ) ;
129         Size = MAP_APPFONT ( 24 , 14 ) ;
130         Symbol = IMAGEBUTTON_ARROW_RIGHT ;
131     };
132      // lokale Strings
133     String STR_JAVA_EDIT
134     {
135         Text [ en-US ] = "Edit Script" ;
136     };
137     String STR_JAVA_INSERT
138     {
139         /* ### ACHTUNG: Neuer Text in Resource? Script einfügen : Script einf³gen */
140         Text [ en-US ] = "Insert Script" ;
141     };
142     Text [ en-US ] = "Edit Script" ;
144  // ********************************************************************** EOF