xref: /trunk/main/sw/source/ui/misc/insfnote.src (revision 1dc02f04)
18660f102SAndrew Rist/**************************************************************
2*1dc02f04Smseidel *
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
10*1dc02f04Smseidel *
118660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*1dc02f04Smseidel *
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.
19*1dc02f04Smseidel *
208660f102SAndrew Rist *************************************************************/
218660f102SAndrew Rist
228660f102SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "misc.hrc"
25cdf0e10cSrcweir#include "insfnote.hrc"
26cdf0e10cSrcweir#include "helpid.h"
27*1dc02f04Smseidel// #define DLG_INS_FOOTNOTE 257
28cdf0e10cSrcweirModalDialog DLG_INS_FOOTNOTE
29cdf0e10cSrcweir{
30*1dc02f04Smseidel	HelpID = "sw:ModalDialog:DLG_INS_FOOTNOTE" ;
31cdf0e10cSrcweir	OutputSize = TRUE ;
32cdf0e10cSrcweir	SVLook = TRUE ;
33*1dc02f04Smseidel	Size = MAP_APPFONT ( 160, 100 ) ;
34cdf0e10cSrcweir	Text [ en-US ] = "Insert Footnote/Endnote" ;
35cdf0e10cSrcweir	Moveable = TRUE ;
36cdf0e10cSrcweir	Edit ED_NUMBER_CHAR
37cdf0e10cSrcweir	{
38*1dc02f04Smseidel		HelpID = "sw:Edit:DLG_INS_FOOTNOTE:ED_NUMBER_CHAR" ;
39cdf0e10cSrcweir		Disable = TRUE ;
40cdf0e10cSrcweir		Border = TRUE ;
41*1dc02f04Smseidel		Pos = MAP_APPFONT ( 69, 27 ) ;
42*1dc02f04Smseidel		Size = MAP_APPFONT ( 23, 12 ) ;
43cdf0e10cSrcweir		TabStop = TRUE ;
44cdf0e10cSrcweir		Group = TRUE ;
45cdf0e10cSrcweir		Left = TRUE ;
46cdf0e10cSrcweir	};
47cdf0e10cSrcweir	String STR_CHAR
48cdf0e10cSrcweir	{
49cdf0e10cSrcweir		Text [ en-US ] = "Character" ;
50cdf0e10cSrcweir	};
51cdf0e10cSrcweir	OKButton BT_OK
52cdf0e10cSrcweir	{
53*1dc02f04Smseidel		Pos = MAP_APPFONT ( 104, 6 ) ;
54*1dc02f04Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
55cdf0e10cSrcweir		TabStop = TRUE ;
56cdf0e10cSrcweir		Group = TRUE ;
57cdf0e10cSrcweir		DefButton = TRUE ;
58cdf0e10cSrcweir	};
59cdf0e10cSrcweir	CancelButton BT_CANCEL
60cdf0e10cSrcweir	{
61*1dc02f04Smseidel		Pos = MAP_APPFONT ( 104, 23 ) ;
62*1dc02f04Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
63cdf0e10cSrcweir		TabStop = TRUE ;
64cdf0e10cSrcweir		Group = TRUE ;
65cdf0e10cSrcweir	};
66cdf0e10cSrcweir	HelpButton BT_HELP
67cdf0e10cSrcweir	{
68*1dc02f04Smseidel		Pos = MAP_APPFONT ( 104, 43 ) ;
69*1dc02f04Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
70cdf0e10cSrcweir		TabStop = TRUE ;
71cdf0e10cSrcweir		Group = TRUE ;
72cdf0e10cSrcweir	};
73cdf0e10cSrcweir	ImageButton BT_PREV
74cdf0e10cSrcweir	{
75*1dc02f04Smseidel		HelpID = "sw:ImageButton:DLG_INS_FOOTNOTE:BT_PREV" ;
76*1dc02f04Smseidel		Pos = MAP_APPFONT ( 104, 82 ) ;
77*1dc02f04Smseidel		Size = MAP_APPFONT ( 24, 14 ) ;
78cdf0e10cSrcweir		TabStop = TRUE ;
79cdf0e10cSrcweir		Hide = TRUE ;
80cdf0e10cSrcweir		SYMBOL = IMAGEBUTTON_PREV ;
81cdf0e10cSrcweir	};
82cdf0e10cSrcweir	ImageButton BT_NEXT
83cdf0e10cSrcweir	{
84*1dc02f04Smseidel		HelpID = "sw:ImageButton:DLG_INS_FOOTNOTE:BT_NEXT" ;
85*1dc02f04Smseidel		Pos = MAP_APPFONT ( 130, 82 ) ;
86*1dc02f04Smseidel		Size = MAP_APPFONT ( 24, 14 ) ;
87cdf0e10cSrcweir		TabStop = TRUE ;
88cdf0e10cSrcweir		Hide = TRUE ;
89cdf0e10cSrcweir		SYMBOL = IMAGEBUTTON_NEXT ;
90cdf0e10cSrcweir	};
91cdf0e10cSrcweir	RadioButton RB_NUMBER_AUTO
92cdf0e10cSrcweir	{
93*1dc02f04Smseidel		HelpID = "sw:RadioButton:DLG_INS_FOOTNOTE:RB_NUMBER_AUTO" ;
94*1dc02f04Smseidel		Pos = MAP_APPFONT ( 12, 14 ) ;
95*1dc02f04Smseidel		Size = MAP_APPFONT ( 79, 10 ) ;
96cdf0e10cSrcweir		Text [ en-US ] = "~Automatic" ;
97cdf0e10cSrcweir		TabStop = TRUE ;
98cdf0e10cSrcweir		Group = TRUE ;
99cdf0e10cSrcweir		Check = TRUE ;
100cdf0e10cSrcweir	};
101cdf0e10cSrcweir	RadioButton RB_NUMBER_CHAR
102cdf0e10cSrcweir	{
103*1dc02f04Smseidel		HelpID = "sw:RadioButton:DLG_INS_FOOTNOTE:RB_NUMBER_CHAR" ;
104*1dc02f04Smseidel		Pos = MAP_APPFONT ( 12, 27 ) ;
105*1dc02f04Smseidel		Size = MAP_APPFONT ( 54, 10 ) ;
106cdf0e10cSrcweir		Text [ en-US ] = "~Character" ;
107cdf0e10cSrcweir	};
108*1dc02f04Smseidel	FixedLine FL_NUMBER
109cdf0e10cSrcweir	{
110*1dc02f04Smseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
111*1dc02f04Smseidel		Size = MAP_APPFONT ( 92, 8 ) ;
112cdf0e10cSrcweir		Text [ en-US ] = "Numbering" ;
113cdf0e10cSrcweir	};
114cdf0e10cSrcweir	PushButton BT_NUMBER_CHAR
115cdf0e10cSrcweir	{
116*1dc02f04Smseidel		HelpID = "sw:PushButton:DLG_INS_FOOTNOTE:BT_NUMBER_CHAR" ;
117*1dc02f04Smseidel		Pos = MAP_APPFONT ( 69, 42 ) ;
118*1dc02f04Smseidel		Size = MAP_APPFONT ( 12, 12 ) ;
119cdf0e10cSrcweir		Text = "..." ;
120cdf0e10cSrcweir	};
121cdf0e10cSrcweir	RadioButton RB_TYPE_FTN
122cdf0e10cSrcweir	{
123*1dc02f04Smseidel		HelpID = "sw:RadioButton:DLG_INS_FOOTNOTE:RB_TYPE_FTN" ;
124*1dc02f04Smseidel		Pos = MAP_APPFONT ( 12, 70 ) ;
125*1dc02f04Smseidel		Size = MAP_APPFONT ( 79, 10 ) ;
126cdf0e10cSrcweir		TabStop = TRUE ;
127cdf0e10cSrcweir		Group = TRUE ;
128cdf0e10cSrcweir		Check = TRUE ;
129cdf0e10cSrcweir		Text [ en-US ] = "~Footnote" ;
130cdf0e10cSrcweir	};
131cdf0e10cSrcweir	RadioButton RB_TYPE_ENDNOTE
132cdf0e10cSrcweir	{
133*1dc02f04Smseidel		HelpID = "sw:RadioButton:DLG_INS_FOOTNOTE:RB_TYPE_ENDNOTE" ;
134*1dc02f04Smseidel		Pos = MAP_APPFONT ( 12, 83 ) ;
135*1dc02f04Smseidel		Size = MAP_APPFONT ( 79, 10 ) ;
136cdf0e10cSrcweir		Text [ en-US ] = "~Endnote" ;
137cdf0e10cSrcweir	};
138*1dc02f04Smseidel	FixedLine FL_TYPE
139cdf0e10cSrcweir	{
140*1dc02f04Smseidel		Pos = MAP_APPFONT ( 6, 60 ) ;
141*1dc02f04Smseidel		Size = MAP_APPFONT ( 92, 8 ) ;
142cdf0e10cSrcweir		Text [ en-US ] = "Type" ;
143cdf0e10cSrcweir	};
144cdf0e10cSrcweir};
145cdf0e10cSrcweir
146*1dc02f04Smseidel// ********************************************************************** EOF
147