xref: /trunk/main/sc/source/ui/miscdlgs/instbdlg.src (revision 1253895e)
1/**************************************************************
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
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
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.
19 *
20 *************************************************************/
21
22
23
24#include "instbdlg.hrc"
25ModalDialog RID_SCDLG_INSERT_TABLE
26{
27	HelpID = "sc:ModalDialog:RID_SCDLG_INSERT_TABLE" ;
28	OutputSize = TRUE ;
29	SVLook = TRUE ;
30	Size = MAP_APPFONT ( 274, 190 ) ;
31	Text [ en-US ] = "Insert Sheet" ;
32	Moveable = TRUE ;
33	Closeable = TRUE ;
34	OKButton BTN_OK
35	{
36		Pos = MAP_APPFONT ( 218, 6 ) ;
37		Size = MAP_APPFONT ( 50, 14 ) ;
38		DefButton = TRUE ;
39	};
40	CancelButton BTN_CANCEL
41	{
42		Pos = MAP_APPFONT ( 218, 23 ) ;
43		Size = MAP_APPFONT ( 50, 14 ) ;
44	};
45	HelpButton BTN_HELP
46	{
47		Pos = MAP_APPFONT ( 218, 43 ) ;
48		Size = MAP_APPFONT ( 50, 14 ) ;
49	};
50	FixedLine FL_POSITION
51	{
52		Pos = MAP_APPFONT ( 6, 3 ) ;
53		Size = MAP_APPFONT ( 206, 8 ) ;
54		Text [ en-US ] = "Position" ;
55	};
56	RadioButton RB_BEFORE
57	{
58		HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_BEFORE" ;
59		Pos = MAP_APPFONT ( 12, 14 ) ;
60		Size = MAP_APPFONT ( 197, 10 ) ;
61		TabStop = TRUE ;
62		Text [ en-US ] = "B~efore current sheet" ;
63	};
64	RadioButton RB_BEHIND
65	{
66		HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_BEHIND" ;
67		Pos = MAP_APPFONT ( 12, 28 ) ;
68		Size = MAP_APPFONT ( 197, 10 ) ;
69		TabStop = TRUE ;
70		Text [ en-US ] = "~After current sheet" ;
71	};
72	FixedLine FL_TABLE
73	{
74		Pos = MAP_APPFONT ( 6, 44 ) ;
75		Size = MAP_APPFONT ( 206, 8 ) ;
76		Text [ en-US ] = "Sheet" ;
77	};
78	RadioButton RB_NEW
79	{
80		HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_NEW" ;
81		Pos = MAP_APPFONT ( 12, 55 ) ;
82		Size = MAP_APPFONT ( 197, 10 ) ;
83		Text [ en-US ] = "~New sheet" ;
84	};
85	FixedText FT_COUNT
86	{
87		Pos = MAP_APPFONT ( 20, 68 ) ;
88		Size = MAP_APPFONT ( 52, 8 ) ;
89		Text [ en-US ] = "N~o. of sheets" ;
90	};
91	NumericField NF_COUNT
92	{
93		HelpID = "sc:NumericField:RID_SCDLG_INSERT_TABLE:NF_COUNT" ;
94		Border = TRUE ;
95		Pos = MAP_APPFONT ( 72, 66 ) ;
96		Size = MAP_APPFONT ( 30, 12 ) ;
97		TabStop = TRUE ;
98		Spin = TRUE ;
99		SpinSize = 1 ;
100		Repeat = TRUE ;
101		Minimum = 1 ;
102		Maximum = 256 ;
103	};
104	FixedText FT_NAME
105	{
106		Pos = MAP_APPFONT ( 20, 84 ) ;
107		Size = MAP_APPFONT ( 50, 8 ) ;
108		Text [ en-US ] = "Na~me" ;
109	};
110	Edit ED_TABNAME
111	{
112		HelpID = "sc:Edit:RID_SCDLG_INSERT_TABLE:ED_TABNAME" ;
113		Border = TRUE ;
114		Pos = MAP_APPFONT ( 72, 82 ) ;
115		Size = MAP_APPFONT ( 137, 12 ) ;
116	};
117	RadioButton RB_FROMFILE
118	{
119		HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_FROMFILE" ;
120		Pos = MAP_APPFONT ( 12, 100 ) ;
121		Size = MAP_APPFONT ( 197, 10 ) ;
122		Text [ en-US ] = "~From file" ;
123	};
124	MultiListBox LB_TABLES
125	{
126		HelpID = "sc:MultiListBox:RID_SCDLG_INSERT_TABLE:LB_TABLES" ;
127		SimpleMode = TRUE ;
128		Border = TRUE ;
129		Pos = MAP_APPFONT ( 20, 113 ) ;
130		Size = MAP_APPFONT ( 123, 59 ) ;
131		AutoHScroll = TRUE ;
132	};
133	PushButton BTN_BROWSE
134	{
135		HelpID = "sc:PushButton:RID_SCDLG_INSERT_TABLE:BTN_BROWSE" ;
136		Pos = MAP_APPFONT ( 149, 113 ) ;
137		Size = MAP_APPFONT ( 60, 14 ) ;
138		Text [ en-US ] = "~Browse..." ;
139	};
140	CheckBox CB_LINK
141	{
142		HelpID = "sc:CheckBox:RID_SCDLG_INSERT_TABLE:CB_LINK" ;
143		Pos = MAP_APPFONT ( 149, 131 ) ;
144		Size = MAP_APPFONT ( 60, 10 ) ;
145		Text [ en-US ] = "Lin~k" ;
146	};
147	FixedText FT_PATH
148	{
149		Pos = MAP_APPFONT ( 20, 176 ) ;
150		Size = MAP_APPFONT ( 192, 8 ) ;
151	};
152};
153
154// ********************************************************************** EOF
155