javaedit.src (8660f102) javaedit.src (b1d35b17)
1/**************************************************************
1/**************************************************************
2 *
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
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 *
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
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.
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 *
19 *
20 *************************************************************/
21
22
20 *************************************************************/
21
22
23 // include ---------------------------------------------------------------
23
24// include ---------------------------------------------------------------
24#include "javaedit.hrc"
25#include "fldui.hrc"
26#include "helpid.h"
25#include "javaedit.hrc"
26#include "fldui.hrc"
27#include "helpid.h"
27 // pragma ----------------------------------------------------------------
28// pragma ----------------------------------------------------------------
28
29
29 // RID_SVXDLG_POSTIT -----------------------------------------------------
30// RID_SVXDLG_POSTIT -----------------------------------------------------
30ModalDialog DLG_JAVAEDIT
31{
31ModalDialog DLG_JAVAEDIT
32{
32 HelpID = "sw:ModalDialog:DLG_JAVAEDIT";
33 HelpID = "sw:ModalDialog:DLG_JAVAEDIT" ;
33 OutputSize = TRUE ;
34 SvLook = TRUE ;
34 OutputSize = TRUE ;
35 SvLook = TRUE ;
35 Size = MAP_APPFONT ( 248 , 157 ) ;
36 Size = MAP_APPFONT ( 248, 157 ) ;
36 Moveable = TRUE ;
37 FixedText FT_TYPE
38 {
37 Moveable = TRUE ;
38 FixedText FT_TYPE
39 {
39 Pos = MAP_APPFONT ( 12 , 15 ) ;
40 Size = MAP_APPFONT ( 55 , 10 ) ;
40 Pos = MAP_APPFONT ( 12, 15 ) ;
41 Size = MAP_APPFONT ( 55, 10 ) ;
41 Text [ en-US ] = "Script type" ;
42 };
43 Edit ED_TYPE
44 {
42 Text [ en-US ] = "Script type" ;
43 };
44 Edit ED_TYPE
45 {
45 HelpID = "sw:Edit:DLG_JAVAEDIT:ED_TYPE";
46 HelpID = "sw:Edit:DLG_JAVAEDIT:ED_TYPE" ;
46 Border = TRUE ;
47 Text = "JavaScript" ;
47 Border = TRUE ;
48 Text = "JavaScript" ;
48 // Nicht uebersetzen!!!
49 Pos = MAP_APPFONT ( 70 , 14 ) ;
50 Size = MAP_APPFONT ( 87 , 12 ) ;
49 // Do not translate!!!
50 Pos = MAP_APPFONT ( 70, 14 ) ;
51 Size = MAP_APPFONT ( 87, 12 ) ;
51 TabStop = TRUE ;
52 };
53 RadioButton RB_URL
54 {
52 TabStop = TRUE ;
53 };
54 RadioButton RB_URL
55 {
55 HelpID = "sw:RadioButton:DLG_JAVAEDIT:RB_URL";
56 Pos = MAP_APPFONT ( 12 , 28 ) ;
57 Size = MAP_APPFONT ( 55 , 10 ) ;
56 HelpID = "sw:RadioButton:DLG_JAVAEDIT:RB_URL" ;
57 Pos = MAP_APPFONT ( 12, 28 ) ;
58 Size = MAP_APPFONT ( 55, 10 ) ;
58 TabStop = TRUE ;
59 Text [ en-US ] = "URL" ;
60 };
61 Edit ED_URL
62 {
59 TabStop = TRUE ;
60 Text [ en-US ] = "URL" ;
61 };
62 Edit ED_URL
63 {
63 HelpID = "sw:Edit:DLG_JAVAEDIT:ED_URL";
64 HelpID = "sw:Edit:DLG_JAVAEDIT:ED_URL" ;
64 Border = TRUE ;
65 Border = TRUE ;
65 Pos = MAP_APPFONT ( 70 , 27 ) ;
66 Size = MAP_APPFONT ( 87 , 12 ) ;
66 Pos = MAP_APPFONT ( 70, 27 ) ;
67 Size = MAP_APPFONT ( 87, 12 ) ;
67 TabStop = TRUE ;
68 };
69 PushButton PB_URL
70 {
68 TabStop = TRUE ;
69 };
70 PushButton PB_URL
71 {
71 HelpID = "sw:PushButton:DLG_JAVAEDIT:PB_URL";
72 Pos = MAP_APPFONT ( 163 , 26 ) ;
73 Size = MAP_APPFONT ( 14 , 14 ) ;
72 HelpID = "sw:PushButton:DLG_JAVAEDIT:PB_URL" ;
73 Pos = MAP_APPFONT ( 163, 26 ) ;
74 Size = MAP_APPFONT ( 14, 14 ) ;
74 Text = "~..." ;
75 TabStop = TRUE ;
76 };
77 RadioButton RB_EDIT
78 {
75 Text = "~..." ;
76 TabStop = TRUE ;
77 };
78 RadioButton RB_EDIT
79 {
79 HelpID = "sw:RadioButton:DLG_JAVAEDIT:RB_EDIT";
80 Pos = MAP_APPFONT ( 12 , 40 ) ;
81 Size = MAP_APPFONT ( 140 , 10 ) ;
80 HelpID = "sw:RadioButton:DLG_JAVAEDIT:RB_EDIT" ;
81 Pos = MAP_APPFONT ( 12, 40 ) ;
82 Size = MAP_APPFONT ( 140, 10 ) ;
82 Text [ en-US ] = "~Text" ;
83 TabStop = TRUE ;
84 Check = TRUE ;
85 };
86 MultiLineEdit ED_EDIT
87 {
83 Text [ en-US ] = "~Text" ;
84 TabStop = TRUE ;
85 Check = TRUE ;
86 };
87 MultiLineEdit ED_EDIT
88 {
88 HelpID = "sw:MultiLineEdit:DLG_JAVAEDIT:ED_EDIT";
89 HelpID = "sw:MultiLineEdit:DLG_JAVAEDIT:ED_EDIT" ;
89 Border = TRUE ;
90 Border = TRUE ;
90 Pos = MAP_APPFONT ( 23 , 54 ) ;
91 Size = MAP_APPFONT ( 155 , 91 ) ;
91 Pos = MAP_APPFONT ( 23, 54 ) ;
92 Size = MAP_APPFONT ( 155, 91 ) ;
92 Left = TRUE ;
93 VScroll = TRUE ;
94 HScroll = TRUE ;
95 IgnoreTab = TRUE ;
96 TabStop = TRUE ;
97 };
93 Left = TRUE ;
94 VScroll = TRUE ;
95 HScroll = TRUE ;
96 IgnoreTab = TRUE ;
97 TabStop = TRUE ;
98 };
98 FixedLine FL_POSTIT
99 FixedLine FL_POSTIT
99 {
100 {
100 Pos = MAP_APPFONT ( 6 , 3 ) ;
101 Size = MAP_APPFONT ( 179 , 8 ) ;
101 Pos = MAP_APPFONT ( 6, 3 ) ;
102 Size = MAP_APPFONT ( 179, 8 ) ;
102 Text [ en-US ] = "Contents" ;
103 };
104 OKButton BTN_POST_OK
105 {
103 Text [ en-US ] = "Contents" ;
104 };
105 OKButton BTN_POST_OK
106 {
106 Pos = MAP_APPFONT ( 191 , 6 ) ;
107 Size = MAP_APPFONT ( 50 , 15 ) ;
107 Pos = MAP_APPFONT ( 191, 6 ) ;
108 Size = MAP_APPFONT ( 50, 15 ) ;
108 DefButton = TRUE ;
109 };
110 CancelButton BTN_POST_CANCEL
111 {
109 DefButton = TRUE ;
110 };
111 CancelButton BTN_POST_CANCEL
112 {
112 Pos = MAP_APPFONT ( 191 , 23 ) ;
113 Size = MAP_APPFONT ( 50 , 15 ) ;
113 Pos = MAP_APPFONT ( 191, 23 ) ;
114 Size = MAP_APPFONT ( 50, 15 ) ;
114 };
115 HelpButton BTN_POST_HELP
116 {
115 };
116 HelpButton BTN_POST_HELP
117 {
117 Pos = MAP_APPFONT ( 191 , 40 ) ;
118 Size = MAP_APPFONT ( 50 , 15 ) ;
118 Pos = MAP_APPFONT ( 191, 40 ) ;
119 Size = MAP_APPFONT ( 50, 15 ) ;
119 };
120 ImageButton BTN_PREV
121 {
120 };
121 ImageButton BTN_PREV
122 {
122 HelpID = "sw:ImageButton:DLG_JAVAEDIT:BTN_PREV";
123 Pos = MAP_APPFONT ( 191 , 60 ) ;
124 Size = MAP_APPFONT ( 24 , 14 ) ;
123 HelpID = "sw:ImageButton:DLG_JAVAEDIT:BTN_PREV" ;
124 Pos = MAP_APPFONT ( 191, 60 ) ;
125 Size = MAP_APPFONT ( 24, 14 ) ;
125 Symbol = IMAGEBUTTON_ARROW_LEFT ;
126 };
127 ImageButton BTN_NEXT
128 {
126 Symbol = IMAGEBUTTON_ARROW_LEFT ;
127 };
128 ImageButton BTN_NEXT
129 {
129 HelpID = "sw:ImageButton:DLG_JAVAEDIT:BTN_NEXT";
130 Pos = MAP_APPFONT ( 217 , 60 ) ;
131 Size = MAP_APPFONT ( 24 , 14 ) ;
130 HelpID = "sw:ImageButton:DLG_JAVAEDIT:BTN_NEXT" ;
131 Pos = MAP_APPFONT ( 217, 60 ) ;
132 Size = MAP_APPFONT ( 24, 14 ) ;
132 Symbol = IMAGEBUTTON_ARROW_RIGHT ;
133 };
133 Symbol = IMAGEBUTTON_ARROW_RIGHT ;
134 };
134 // lokale Strings
135 // local strings
135 String STR_JAVA_EDIT
136 {
137 Text [ en-US ] = "Edit Script" ;
138 };
139 String STR_JAVA_INSERT
140 {
136 String STR_JAVA_EDIT
137 {
138 Text [ en-US ] = "Edit Script" ;
139 };
140 String STR_JAVA_INSERT
141 {
141 /* ### ACHTUNG: Neuer Text in Resource? Script einf�gen : Script einf�gen */
142 Text [ en-US ] = "Insert Script" ;
143 };
144 Text [ en-US ] = "Edit Script" ;
145};
142 Text [ en-US ] = "Insert Script" ;
143 };
144 Text [ en-US ] = "Edit Script" ;
145};
146 // ********************************************************************** EOF
147
146
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
147// ********************************************************************** EOF