xref: /trunk/main/sc/source/ui/miscdlgs/instbdlg.src (revision 1253895e)
182177cdbSAndrew Rist/**************************************************************
2*1253895eSmseidel *
382177cdbSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
482177cdbSAndrew Rist * or more contributor license agreements.  See the NOTICE file
582177cdbSAndrew Rist * distributed with this work for additional information
682177cdbSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
782177cdbSAndrew Rist * to you under the Apache License, Version 2.0 (the
882177cdbSAndrew Rist * "License"); you may not use this file except in compliance
982177cdbSAndrew Rist * with the License.  You may obtain a copy of the License at
10*1253895eSmseidel *
1182177cdbSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*1253895eSmseidel *
1382177cdbSAndrew Rist * Unless required by applicable law or agreed to in writing,
1482177cdbSAndrew Rist * software distributed under the License is distributed on an
1582177cdbSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1682177cdbSAndrew Rist * KIND, either express or implied.  See the License for the
1782177cdbSAndrew Rist * specific language governing permissions and limitations
1882177cdbSAndrew Rist * under the License.
19*1253895eSmseidel *
2082177cdbSAndrew Rist *************************************************************/
2182177cdbSAndrew Rist
2282177cdbSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "instbdlg.hrc"
25cdf0e10cSrcweirModalDialog RID_SCDLG_INSERT_TABLE
26cdf0e10cSrcweir{
27*1253895eSmseidel	HelpID = "sc:ModalDialog:RID_SCDLG_INSERT_TABLE" ;
28cdf0e10cSrcweir	OutputSize = TRUE ;
29cdf0e10cSrcweir	SVLook = TRUE ;
30*1253895eSmseidel	Size = MAP_APPFONT ( 274, 190 ) ;
31cdf0e10cSrcweir	Text [ en-US ] = "Insert Sheet" ;
32cdf0e10cSrcweir	Moveable = TRUE ;
33cdf0e10cSrcweir	Closeable = TRUE ;
34cdf0e10cSrcweir	OKButton BTN_OK
35cdf0e10cSrcweir	{
36*1253895eSmseidel		Pos = MAP_APPFONT ( 218, 6 ) ;
37*1253895eSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
38cdf0e10cSrcweir		DefButton = TRUE ;
39cdf0e10cSrcweir	};
40cdf0e10cSrcweir	CancelButton BTN_CANCEL
41cdf0e10cSrcweir	{
42*1253895eSmseidel		Pos = MAP_APPFONT ( 218, 23 ) ;
43*1253895eSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
44cdf0e10cSrcweir	};
45cdf0e10cSrcweir	HelpButton BTN_HELP
46cdf0e10cSrcweir	{
47*1253895eSmseidel		Pos = MAP_APPFONT ( 218, 43 ) ;
48*1253895eSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
49cdf0e10cSrcweir	};
50cdf0e10cSrcweir	FixedLine FL_POSITION
51cdf0e10cSrcweir	{
52*1253895eSmseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
53*1253895eSmseidel		Size = MAP_APPFONT ( 206, 8 ) ;
54cdf0e10cSrcweir		Text [ en-US ] = "Position" ;
55cdf0e10cSrcweir	};
56cdf0e10cSrcweir	RadioButton RB_BEFORE
57cdf0e10cSrcweir	{
58*1253895eSmseidel		HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_BEFORE" ;
59*1253895eSmseidel		Pos = MAP_APPFONT ( 12, 14 ) ;
60*1253895eSmseidel		Size = MAP_APPFONT ( 197, 10 ) ;
61cdf0e10cSrcweir		TabStop = TRUE ;
62cdf0e10cSrcweir		Text [ en-US ] = "B~efore current sheet" ;
63cdf0e10cSrcweir	};
64cdf0e10cSrcweir	RadioButton RB_BEHIND
65cdf0e10cSrcweir	{
66*1253895eSmseidel		HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_BEHIND" ;
67*1253895eSmseidel		Pos = MAP_APPFONT ( 12, 28 ) ;
68*1253895eSmseidel		Size = MAP_APPFONT ( 197, 10 ) ;
69cdf0e10cSrcweir		TabStop = TRUE ;
70cdf0e10cSrcweir		Text [ en-US ] = "~After current sheet" ;
71cdf0e10cSrcweir	};
72cdf0e10cSrcweir	FixedLine FL_TABLE
73cdf0e10cSrcweir	{
74*1253895eSmseidel		Pos = MAP_APPFONT ( 6, 44 ) ;
75*1253895eSmseidel		Size = MAP_APPFONT ( 206, 8 ) ;
76cdf0e10cSrcweir		Text [ en-US ] = "Sheet" ;
77cdf0e10cSrcweir	};
78cdf0e10cSrcweir	RadioButton RB_NEW
79cdf0e10cSrcweir	{
80*1253895eSmseidel		HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_NEW" ;
81*1253895eSmseidel		Pos = MAP_APPFONT ( 12, 55 ) ;
82*1253895eSmseidel		Size = MAP_APPFONT ( 197, 10 ) ;
83cdf0e10cSrcweir		Text [ en-US ] = "~New sheet" ;
84cdf0e10cSrcweir	};
85cdf0e10cSrcweir	FixedText FT_COUNT
86cdf0e10cSrcweir	{
87*1253895eSmseidel		Pos = MAP_APPFONT ( 20, 68 ) ;
88*1253895eSmseidel		Size = MAP_APPFONT ( 52, 8 ) ;
89cdf0e10cSrcweir		Text [ en-US ] = "N~o. of sheets" ;
90cdf0e10cSrcweir	};
91cdf0e10cSrcweir	NumericField NF_COUNT
92cdf0e10cSrcweir	{
93*1253895eSmseidel		HelpID = "sc:NumericField:RID_SCDLG_INSERT_TABLE:NF_COUNT" ;
94cdf0e10cSrcweir		Border = TRUE ;
95*1253895eSmseidel		Pos = MAP_APPFONT ( 72, 66 ) ;
96*1253895eSmseidel		Size = MAP_APPFONT ( 30, 12 ) ;
97cdf0e10cSrcweir		TabStop = TRUE ;
98cdf0e10cSrcweir		Spin = TRUE ;
99*1253895eSmseidel		SpinSize = 1 ;
100cdf0e10cSrcweir		Repeat = TRUE ;
101*1253895eSmseidel		Minimum = 1 ;
102cdf0e10cSrcweir		Maximum = 256 ;
103cdf0e10cSrcweir	};
104cdf0e10cSrcweir	FixedText FT_NAME
105cdf0e10cSrcweir	{
106*1253895eSmseidel		Pos = MAP_APPFONT ( 20, 84 ) ;
107*1253895eSmseidel		Size = MAP_APPFONT ( 50, 8 ) ;
108*1253895eSmseidel		Text [ en-US ] = "Na~me" ;
109cdf0e10cSrcweir	};
110cdf0e10cSrcweir	Edit ED_TABNAME
111cdf0e10cSrcweir	{
112*1253895eSmseidel		HelpID = "sc:Edit:RID_SCDLG_INSERT_TABLE:ED_TABNAME" ;
113cdf0e10cSrcweir		Border = TRUE ;
114*1253895eSmseidel		Pos = MAP_APPFONT ( 72, 82 ) ;
115*1253895eSmseidel		Size = MAP_APPFONT ( 137, 12 ) ;
116cdf0e10cSrcweir	};
117cdf0e10cSrcweir	RadioButton RB_FROMFILE
118cdf0e10cSrcweir	{
119*1253895eSmseidel		HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_FROMFILE" ;
120*1253895eSmseidel		Pos = MAP_APPFONT ( 12, 100 ) ;
121*1253895eSmseidel		Size = MAP_APPFONT ( 197, 10 ) ;
122cdf0e10cSrcweir		Text [ en-US ] = "~From file" ;
123cdf0e10cSrcweir	};
124cdf0e10cSrcweir	MultiListBox LB_TABLES
125cdf0e10cSrcweir	{
126*1253895eSmseidel		HelpID = "sc:MultiListBox:RID_SCDLG_INSERT_TABLE:LB_TABLES" ;
127cdf0e10cSrcweir		SimpleMode = TRUE ;
128cdf0e10cSrcweir		Border = TRUE ;
129*1253895eSmseidel		Pos = MAP_APPFONT ( 20, 113 ) ;
130*1253895eSmseidel		Size = MAP_APPFONT ( 123, 59 ) ;
131cdf0e10cSrcweir		AutoHScroll = TRUE ;
132cdf0e10cSrcweir	};
133cdf0e10cSrcweir	PushButton BTN_BROWSE
134cdf0e10cSrcweir	{
135*1253895eSmseidel		HelpID = "sc:PushButton:RID_SCDLG_INSERT_TABLE:BTN_BROWSE" ;
136*1253895eSmseidel		Pos = MAP_APPFONT ( 149, 113 ) ;
137*1253895eSmseidel		Size = MAP_APPFONT ( 60, 14 ) ;
138cdf0e10cSrcweir		Text [ en-US ] = "~Browse..." ;
139cdf0e10cSrcweir	};
140cdf0e10cSrcweir	CheckBox CB_LINK
141cdf0e10cSrcweir	{
142*1253895eSmseidel		HelpID = "sc:CheckBox:RID_SCDLG_INSERT_TABLE:CB_LINK" ;
143*1253895eSmseidel		Pos = MAP_APPFONT ( 149, 131 ) ;
144*1253895eSmseidel		Size = MAP_APPFONT ( 60, 10 ) ;
145cdf0e10cSrcweir		Text [ en-US ] = "Lin~k" ;
146cdf0e10cSrcweir	};
147cdf0e10cSrcweir	FixedText FT_PATH
148cdf0e10cSrcweir	{
149*1253895eSmseidel		Pos = MAP_APPFONT ( 20, 176 ) ;
150*1253895eSmseidel		Size = MAP_APPFONT ( 192, 8 ) ;
151cdf0e10cSrcweir	};
152cdf0e10cSrcweir};
153cdf0e10cSrcweir
154*1253895eSmseidel// ********************************************************************** EOF
155