xref: /trunk/main/sw/source/ui/fldui/javaedit.src (revision 0a27d2e79413e4d5d7189d275120fd9249a93402)
18660f102SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
38660f102SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
48660f102SAndrew Rist * or more contributor license agreements.  See the NOTICE file
58660f102SAndrew Rist * distributed with this work for additional information
68660f102SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
78660f102SAndrew Rist * to you under the Apache License, Version 2.0 (the
88660f102SAndrew Rist * "License"); you may not use this file except in compliance
98660f102SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
118660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
138660f102SAndrew Rist * Unless required by applicable law or agreed to in writing,
148660f102SAndrew Rist * software distributed under the License is distributed on an
158660f102SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
168660f102SAndrew Rist * KIND, either express or implied.  See the License for the
178660f102SAndrew Rist * specific language governing permissions and limitations
188660f102SAndrew Rist * under the License.
19cdf0e10cSrcweir *
208660f102SAndrew Rist *************************************************************/
218660f102SAndrew Rist
22cdf0e10cSrcweir// include ---------------------------------------------------------------
23cdf0e10cSrcweir#include "javaedit.hrc"
24cdf0e10cSrcweir#include "fldui.hrc"
25cdf0e10cSrcweir#include "helpid.h"
26cdf0e10cSrcweir// pragma ----------------------------------------------------------------
27cdf0e10cSrcweir
28cdf0e10cSrcweir// RID_SVXDLG_POSTIT -----------------------------------------------------
29cdf0e10cSrcweirModalDialog DLG_JAVAEDIT
30cdf0e10cSrcweir{
31cdf0e10cSrcweir    HelpID = "sw:ModalDialog:DLG_JAVAEDIT" ;
32cdf0e10cSrcweir    OutputSize = TRUE ;
33cdf0e10cSrcweir    SvLook = TRUE ;
34cdf0e10cSrcweir    Size = MAP_APPFONT ( 248, 157 ) ;
35cdf0e10cSrcweir    Moveable = TRUE ;
36cdf0e10cSrcweir    FixedText FT_TYPE
37cdf0e10cSrcweir    {
38cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 15 ) ;
39cdf0e10cSrcweir        Size = MAP_APPFONT ( 55, 10 ) ;
40cdf0e10cSrcweir        Text [ en-US ] = "Script type" ;
41cdf0e10cSrcweir    };
42cdf0e10cSrcweir    Edit ED_TYPE
43cdf0e10cSrcweir    {
44cdf0e10cSrcweir        HelpID = "sw:Edit:DLG_JAVAEDIT:ED_TYPE" ;
45cdf0e10cSrcweir        Border = TRUE ;
46cdf0e10cSrcweir        Text = "JavaScript" ;
47*dfe4b789Smseidel        // Do not translate!!!
48cdf0e10cSrcweir        Pos = MAP_APPFONT ( 70, 14 ) ;
49cdf0e10cSrcweir        Size = MAP_APPFONT ( 87, 12 ) ;
50cdf0e10cSrcweir        TabStop = TRUE ;
51cdf0e10cSrcweir    };
52cdf0e10cSrcweir    RadioButton RB_URL
53cdf0e10cSrcweir    {
54cdf0e10cSrcweir        HelpID = "sw:RadioButton:DLG_JAVAEDIT:RB_URL" ;
55cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 28 ) ;
56cdf0e10cSrcweir        Size = MAP_APPFONT ( 55, 10 ) ;
57cdf0e10cSrcweir        TabStop = TRUE ;
58cdf0e10cSrcweir        Text [ en-US ] = "URL" ;
59cdf0e10cSrcweir    };
60cdf0e10cSrcweir    Edit ED_URL
61cdf0e10cSrcweir    {
62cdf0e10cSrcweir        HelpID = "sw:Edit:DLG_JAVAEDIT:ED_URL" ;
63cdf0e10cSrcweir        Border = TRUE ;
64cdf0e10cSrcweir        Pos = MAP_APPFONT ( 70, 27 ) ;
65cdf0e10cSrcweir        Size = MAP_APPFONT ( 87, 12 ) ;
66cdf0e10cSrcweir        TabStop = TRUE ;
67cdf0e10cSrcweir    };
68cdf0e10cSrcweir    PushButton PB_URL
69cdf0e10cSrcweir    {
70cdf0e10cSrcweir        HelpID = "sw:PushButton:DLG_JAVAEDIT:PB_URL" ;
71cdf0e10cSrcweir        Pos = MAP_APPFONT ( 163, 26 ) ;
72cdf0e10cSrcweir        Size = MAP_APPFONT ( 14, 14 ) ;
73cdf0e10cSrcweir        Text = "~..." ;
74cdf0e10cSrcweir        TabStop = TRUE ;
75cdf0e10cSrcweir    };
76cdf0e10cSrcweir    RadioButton RB_EDIT
77cdf0e10cSrcweir    {
78cdf0e10cSrcweir        HelpID = "sw:RadioButton:DLG_JAVAEDIT:RB_EDIT" ;
79cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 40 ) ;
80cdf0e10cSrcweir        Size = MAP_APPFONT ( 140, 10 ) ;
81cdf0e10cSrcweir        Text [ en-US ] = "~Text" ;
82cdf0e10cSrcweir        TabStop = TRUE ;
83cdf0e10cSrcweir        Check = TRUE ;
84cdf0e10cSrcweir    };
85cdf0e10cSrcweir    MultiLineEdit ED_EDIT
86cdf0e10cSrcweir    {
87cdf0e10cSrcweir        HelpID = "sw:MultiLineEdit:DLG_JAVAEDIT:ED_EDIT" ;
88cdf0e10cSrcweir        Border = TRUE ;
89cdf0e10cSrcweir        Pos = MAP_APPFONT ( 23, 54 ) ;
90cdf0e10cSrcweir        Size = MAP_APPFONT ( 155, 91 ) ;
91cdf0e10cSrcweir        Left = TRUE ;
92cdf0e10cSrcweir        VScroll = TRUE ;
93cdf0e10cSrcweir        HScroll = TRUE ;
94cdf0e10cSrcweir        IgnoreTab = TRUE ;
95cdf0e10cSrcweir        TabStop = TRUE ;
96cdf0e10cSrcweir    };
97cdf0e10cSrcweir    FixedLine FL_POSTIT
98cdf0e10cSrcweir    {
99cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 3 ) ;
100cdf0e10cSrcweir        Size = MAP_APPFONT ( 179, 8 ) ;
101cdf0e10cSrcweir        Text [ en-US ] = "Contents" ;
102cdf0e10cSrcweir    };
103cdf0e10cSrcweir    OKButton BTN_POST_OK
104cdf0e10cSrcweir    {
105cdf0e10cSrcweir        Pos = MAP_APPFONT ( 191, 6 ) ;
106cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 15 ) ;
107cdf0e10cSrcweir        DefButton = TRUE ;
108cdf0e10cSrcweir    };
109cdf0e10cSrcweir    CancelButton BTN_POST_CANCEL
110cdf0e10cSrcweir    {
111cdf0e10cSrcweir        Pos = MAP_APPFONT ( 191, 23 ) ;
112cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 15 ) ;
113cdf0e10cSrcweir    };
114cdf0e10cSrcweir    HelpButton BTN_POST_HELP
115cdf0e10cSrcweir    {
116cdf0e10cSrcweir        Pos = MAP_APPFONT ( 191, 40 ) ;
117cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 15 ) ;
118cdf0e10cSrcweir    };
119cdf0e10cSrcweir    ImageButton BTN_PREV
120cdf0e10cSrcweir    {
121cdf0e10cSrcweir        HelpID = "sw:ImageButton:DLG_JAVAEDIT:BTN_PREV" ;
122cdf0e10cSrcweir        Pos = MAP_APPFONT ( 191, 60 ) ;
123cdf0e10cSrcweir        Size = MAP_APPFONT ( 24, 14 ) ;
124cdf0e10cSrcweir        Symbol = IMAGEBUTTON_ARROW_LEFT ;
125cdf0e10cSrcweir    };
126cdf0e10cSrcweir    ImageButton BTN_NEXT
127cdf0e10cSrcweir    {
128cdf0e10cSrcweir        HelpID = "sw:ImageButton:DLG_JAVAEDIT:BTN_NEXT" ;
129cdf0e10cSrcweir        Pos = MAP_APPFONT ( 217, 60 ) ;
130cdf0e10cSrcweir        Size = MAP_APPFONT ( 24, 14 ) ;
131cdf0e10cSrcweir        Symbol = IMAGEBUTTON_ARROW_RIGHT ;
132cdf0e10cSrcweir    };
133*dfe4b789Smseidel    // local strings
134cdf0e10cSrcweir    String STR_JAVA_EDIT
135cdf0e10cSrcweir    {
136cdf0e10cSrcweir        Text [ en-US ] = "Edit Script" ;
137cdf0e10cSrcweir    };
138cdf0e10cSrcweir    String STR_JAVA_INSERT
139cdf0e10cSrcweir    {
140cdf0e10cSrcweir        Text [ en-US ] = "Insert Script" ;
141cdf0e10cSrcweir    };
142cdf0e10cSrcweir    Text [ en-US ] = "Edit Script" ;
143cdf0e10cSrcweir};
144*dfe4b789Smseidel
145cdf0e10cSrcweir// ********************************************************************** EOF
146