xref: /aoo41x/main/sw/source/ui/fldui/javaedit.src (revision 8660f102)
1*8660f102SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*8660f102SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*8660f102SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*8660f102SAndrew Rist * distributed with this work for additional information
6*8660f102SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*8660f102SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*8660f102SAndrew Rist * "License"); you may not use this file except in compliance
9*8660f102SAndrew Rist * with the License.  You may obtain a copy of the License at
10*8660f102SAndrew Rist *
11*8660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*8660f102SAndrew Rist *
13*8660f102SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*8660f102SAndrew Rist * software distributed under the License is distributed on an
15*8660f102SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*8660f102SAndrew Rist * KIND, either express or implied.  See the License for the
17*8660f102SAndrew Rist * specific language governing permissions and limitations
18*8660f102SAndrew Rist * under the License.
19*8660f102SAndrew Rist *
20*8660f102SAndrew Rist *************************************************************/
21*8660f102SAndrew Rist
22*8660f102SAndrew Rist
23cdf0e10cSrcweir // include ---------------------------------------------------------------
24cdf0e10cSrcweir#include "javaedit.hrc"
25cdf0e10cSrcweir#include "fldui.hrc"
26cdf0e10cSrcweir#include "helpid.h"
27cdf0e10cSrcweir // pragma ----------------------------------------------------------------
28cdf0e10cSrcweir
29cdf0e10cSrcweir // RID_SVXDLG_POSTIT -----------------------------------------------------
30cdf0e10cSrcweirModalDialog DLG_JAVAEDIT
31cdf0e10cSrcweir{
32cdf0e10cSrcweir    HelpID = "sw:ModalDialog:DLG_JAVAEDIT";
33cdf0e10cSrcweir	OutputSize = TRUE ;
34cdf0e10cSrcweir	SvLook = TRUE ;
35cdf0e10cSrcweir	Size = MAP_APPFONT ( 248 , 157 ) ;
36cdf0e10cSrcweir	Moveable = TRUE ;
37cdf0e10cSrcweir	FixedText FT_TYPE
38cdf0e10cSrcweir	{
39cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 15 ) ;
40cdf0e10cSrcweir        Size = MAP_APPFONT ( 55 , 10 ) ;
41cdf0e10cSrcweir		Text [ en-US ] = "Script type" ;
42cdf0e10cSrcweir	};
43cdf0e10cSrcweir	Edit ED_TYPE
44cdf0e10cSrcweir	{
45cdf0e10cSrcweir	    HelpID = "sw:Edit:DLG_JAVAEDIT:ED_TYPE";
46cdf0e10cSrcweir		Border = TRUE ;
47cdf0e10cSrcweir		Text = "JavaScript" ;
48cdf0e10cSrcweir		 // Nicht uebersetzen!!!
49cdf0e10cSrcweir        Pos = MAP_APPFONT ( 70 , 14 ) ;
50cdf0e10cSrcweir        Size = MAP_APPFONT ( 87 , 12 ) ;
51cdf0e10cSrcweir		TabStop = TRUE ;
52cdf0e10cSrcweir	};
53cdf0e10cSrcweir	RadioButton RB_URL
54cdf0e10cSrcweir	{
55cdf0e10cSrcweir	    HelpID = "sw:RadioButton:DLG_JAVAEDIT:RB_URL";
56cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 28 ) ;
57cdf0e10cSrcweir        Size = MAP_APPFONT ( 55 , 10 ) ;
58cdf0e10cSrcweir		TabStop = TRUE ;
59cdf0e10cSrcweir		Text [ en-US ] = "URL" ;
60cdf0e10cSrcweir	};
61cdf0e10cSrcweir	Edit ED_URL
62cdf0e10cSrcweir	{
63cdf0e10cSrcweir	    HelpID = "sw:Edit:DLG_JAVAEDIT:ED_URL";
64cdf0e10cSrcweir		Border = TRUE ;
65cdf0e10cSrcweir        Pos = MAP_APPFONT ( 70 , 27 ) ;
66cdf0e10cSrcweir        Size = MAP_APPFONT ( 87 , 12 ) ;
67cdf0e10cSrcweir		TabStop = TRUE ;
68cdf0e10cSrcweir	};
69cdf0e10cSrcweir	PushButton PB_URL
70cdf0e10cSrcweir	{
71cdf0e10cSrcweir	    HelpID = "sw:PushButton:DLG_JAVAEDIT:PB_URL";
72cdf0e10cSrcweir		Pos = MAP_APPFONT ( 163 , 26 ) ;
73cdf0e10cSrcweir		Size = MAP_APPFONT ( 14 , 14 ) ;
74cdf0e10cSrcweir		Text = "~..." ;
75cdf0e10cSrcweir		TabStop = TRUE ;
76cdf0e10cSrcweir	};
77cdf0e10cSrcweir	RadioButton RB_EDIT
78cdf0e10cSrcweir	{
79cdf0e10cSrcweir	    HelpID = "sw:RadioButton:DLG_JAVAEDIT:RB_EDIT";
80cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 40 ) ;
81cdf0e10cSrcweir        Size = MAP_APPFONT ( 140 , 10 ) ;
82cdf0e10cSrcweir		Text [ en-US ] = "~Text" ;
83cdf0e10cSrcweir		TabStop = TRUE ;
84cdf0e10cSrcweir		Check = TRUE ;
85cdf0e10cSrcweir	};
86cdf0e10cSrcweir	MultiLineEdit ED_EDIT
87cdf0e10cSrcweir	{
88cdf0e10cSrcweir	    HelpID = "sw:MultiLineEdit:DLG_JAVAEDIT:ED_EDIT";
89cdf0e10cSrcweir		Border = TRUE ;
90cdf0e10cSrcweir		Pos = MAP_APPFONT ( 23 , 54 ) ;
91cdf0e10cSrcweir		Size = MAP_APPFONT ( 155 , 91 ) ;
92cdf0e10cSrcweir		Left = TRUE ;
93cdf0e10cSrcweir		VScroll = TRUE ;
94cdf0e10cSrcweir		HScroll = TRUE ;
95cdf0e10cSrcweir		IgnoreTab = TRUE ;
96cdf0e10cSrcweir		TabStop = TRUE ;
97cdf0e10cSrcweir	};
98cdf0e10cSrcweir    FixedLine FL_POSTIT
99cdf0e10cSrcweir	{
100cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 3 ) ;
101cdf0e10cSrcweir        Size = MAP_APPFONT ( 179 , 8 ) ;
102cdf0e10cSrcweir		Text [ en-US ] = "Contents" ;
103cdf0e10cSrcweir	};
104cdf0e10cSrcweir	OKButton BTN_POST_OK
105cdf0e10cSrcweir	{
106cdf0e10cSrcweir		Pos = MAP_APPFONT ( 191 , 6 ) ;
107cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 15 ) ;
108cdf0e10cSrcweir		DefButton = TRUE ;
109cdf0e10cSrcweir	};
110cdf0e10cSrcweir	CancelButton BTN_POST_CANCEL
111cdf0e10cSrcweir	{
112cdf0e10cSrcweir		Pos = MAP_APPFONT ( 191 , 23 ) ;
113cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 15 ) ;
114cdf0e10cSrcweir	};
115cdf0e10cSrcweir	HelpButton BTN_POST_HELP
116cdf0e10cSrcweir	{
117cdf0e10cSrcweir		Pos = MAP_APPFONT ( 191 , 40 ) ;
118cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 15 ) ;
119cdf0e10cSrcweir	};
120cdf0e10cSrcweir	ImageButton BTN_PREV
121cdf0e10cSrcweir	{
122cdf0e10cSrcweir	    HelpID = "sw:ImageButton:DLG_JAVAEDIT:BTN_PREV";
123cdf0e10cSrcweir		Pos = MAP_APPFONT ( 191 , 60 ) ;
124cdf0e10cSrcweir		Size = MAP_APPFONT ( 24 , 14 ) ;
125cdf0e10cSrcweir		Symbol = IMAGEBUTTON_ARROW_LEFT ;
126cdf0e10cSrcweir	};
127cdf0e10cSrcweir	ImageButton BTN_NEXT
128cdf0e10cSrcweir	{
129cdf0e10cSrcweir	    HelpID = "sw:ImageButton:DLG_JAVAEDIT:BTN_NEXT";
130cdf0e10cSrcweir		Pos = MAP_APPFONT ( 217 , 60 ) ;
131cdf0e10cSrcweir		Size = MAP_APPFONT ( 24 , 14 ) ;
132cdf0e10cSrcweir		Symbol = IMAGEBUTTON_ARROW_RIGHT ;
133cdf0e10cSrcweir	};
134cdf0e10cSrcweir	 // lokale Strings
135cdf0e10cSrcweir	String STR_JAVA_EDIT
136cdf0e10cSrcweir	{
137cdf0e10cSrcweir		Text [ en-US ] = "Edit Script" ;
138cdf0e10cSrcweir	};
139cdf0e10cSrcweir	String STR_JAVA_INSERT
140cdf0e10cSrcweir	{
141cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? Script einf�gen : Script einf�gen */
142cdf0e10cSrcweir		Text [ en-US ] = "Insert Script" ;
143cdf0e10cSrcweir	};
144cdf0e10cSrcweir	Text [ en-US ] = "Edit Script" ;
145cdf0e10cSrcweir};
146cdf0e10cSrcweir // ********************************************************************** EOF
147cdf0e10cSrcweir
148cdf0e10cSrcweir
149cdf0e10cSrcweir
150cdf0e10cSrcweir
151cdf0e10cSrcweir
152cdf0e10cSrcweir
153cdf0e10cSrcweir
154cdf0e10cSrcweir
155cdf0e10cSrcweir
156cdf0e10cSrcweir
157cdf0e10cSrcweir
158cdf0e10cSrcweir
159cdf0e10cSrcweir
160cdf0e10cSrcweir
161cdf0e10cSrcweir
162cdf0e10cSrcweir
163cdf0e10cSrcweir
164cdf0e10cSrcweir
165cdf0e10cSrcweir
166cdf0e10cSrcweir
167cdf0e10cSrcweir
168cdf0e10cSrcweir
169cdf0e10cSrcweir
170cdf0e10cSrcweir
171cdf0e10cSrcweir
172cdf0e10cSrcweir
173cdf0e10cSrcweir
174cdf0e10cSrcweir
175cdf0e10cSrcweir
176cdf0e10cSrcweir
177cdf0e10cSrcweir
178