xref: /trunk/main/cui/source/dialogs/insrc.src (revision 3776b56b)
10e2af6afSAndrew Rist/**************************************************************
2*3776b56bSmseidel *
30e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
40e2af6afSAndrew Rist * or more contributor license agreements.  See the NOTICE file
50e2af6afSAndrew Rist * distributed with this work for additional information
60e2af6afSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
70e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the
80e2af6afSAndrew Rist * "License"); you may not use this file except in compliance
90e2af6afSAndrew Rist * with the License.  You may obtain a copy of the License at
10*3776b56bSmseidel *
110e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*3776b56bSmseidel *
130e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing,
140e2af6afSAndrew Rist * software distributed under the License is distributed on an
150e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
160e2af6afSAndrew Rist * KIND, either express or implied.  See the License for the
170e2af6afSAndrew Rist * specific language governing permissions and limitations
180e2af6afSAndrew Rist * under the License.
19*3776b56bSmseidel *
200e2af6afSAndrew Rist *************************************************************/
210e2af6afSAndrew Rist
220e2af6afSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include <cuires.hrc>
25cdf0e10cSrcweir#include "insrc.hrc"
26cdf0e10cSrcweir
27cdf0e10cSrcweirModalDialog DLG_INS_ROW_COL
28cdf0e10cSrcweir{
29*3776b56bSmseidel	HelpID = "cui:ModalDialog:DLG_INS_ROW_COL" ;
30cdf0e10cSrcweir	OutputSize = TRUE ;
31cdf0e10cSrcweir	SVLook = TRUE ;
32*3776b56bSmseidel	Size = MAP_APPFONT ( 136 , 84 ) ;
33cdf0e10cSrcweir	Text [ en-US ] = "Insert" ;
34cdf0e10cSrcweir	Moveable = TRUE ;
35cdf0e10cSrcweir	OKButton BT_OK
36cdf0e10cSrcweir	{
37*3776b56bSmseidel		Pos = MAP_APPFONT ( 80 , 6 ) ;
38cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
39cdf0e10cSrcweir		TabStop = TRUE ;
40cdf0e10cSrcweir		DefButton = TRUE ;
41cdf0e10cSrcweir	};
42cdf0e10cSrcweir	CancelButton BT_CANCEL
43cdf0e10cSrcweir	{
44*3776b56bSmseidel		Pos = MAP_APPFONT ( 80 , 23 ) ;
45cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
46cdf0e10cSrcweir		TabStop = TRUE ;
47cdf0e10cSrcweir	};
48cdf0e10cSrcweir	HelpButton BT_HELP
49cdf0e10cSrcweir	{
50*3776b56bSmseidel		Pos = MAP_APPFONT ( 80 , 43 ) ;
51cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
52cdf0e10cSrcweir		TabStop = TRUE ;
53cdf0e10cSrcweir	};
54cdf0e10cSrcweir	RadioButton CB_POS_BEFORE
55cdf0e10cSrcweir	{
56*3776b56bSmseidel		HelpID = "cui:RadioButton:DLG_INS_ROW_COL:CB_POS_BEFORE" ;
57cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 49 ) ;
58*3776b56bSmseidel		Size = MAP_APPFONT ( 56 , 10 ) ;
59cdf0e10cSrcweir		Text [ en-US ] = "~Before" ;
60cdf0e10cSrcweir		TabStop = TRUE ;
61cdf0e10cSrcweir	};
62cdf0e10cSrcweir	RadioButton CB_POS_AFTER
63cdf0e10cSrcweir	{
64*3776b56bSmseidel		HelpID = "cui:RadioButton:DLG_INS_ROW_COL:CB_POS_AFTER" ;
65cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 62 ) ;
66*3776b56bSmseidel		Size = MAP_APPFONT ( 56 , 10 ) ;
67cdf0e10cSrcweir		Text [ en-US ] = "A~fter" ;
68cdf0e10cSrcweir		TabStop = TRUE ;
69cdf0e10cSrcweir		Check = TRUE ;
70cdf0e10cSrcweir	};
71cdf0e10cSrcweir	NumericField ED_COUNT
72cdf0e10cSrcweir	{
73*3776b56bSmseidel		HelpID = "cui:NumericField:DLG_INS_ROW_COL:ED_COUNT" ;
74cdf0e10cSrcweir		Border = TRUE ;
75*3776b56bSmseidel		Pos = MAP_APPFONT ( 44 , 14 ) ;
76cdf0e10cSrcweir		Size = MAP_APPFONT ( 24 , 12 ) ;
77cdf0e10cSrcweir		TabStop = TRUE ;
78cdf0e10cSrcweir		Left = TRUE ;
79cdf0e10cSrcweir		Repeat = TRUE ;
80cdf0e10cSrcweir		Spin = TRUE ;
81cdf0e10cSrcweir		Minimum = 1 ;
82cdf0e10cSrcweir		Maximum = 99 ;
83cdf0e10cSrcweir		Value = 1 ;
84cdf0e10cSrcweir		First = 1 ;
85cdf0e10cSrcweir		Last = 5 ;
86cdf0e10cSrcweir	};
87*3776b56bSmseidel	FixedLine FL_INS
88cdf0e10cSrcweir	{
89cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 3 ) ;
90*3776b56bSmseidel		Size = MAP_APPFONT ( 68 , 8 ) ;
91cdf0e10cSrcweir		Text [ en-US ] = "Insert" ;
92cdf0e10cSrcweir	};
93*3776b56bSmseidel	FixedLine FL_POS
94cdf0e10cSrcweir	{
95cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 38 ) ;
96*3776b56bSmseidel		Size = MAP_APPFONT ( 68 , 8 ) ;
97*3776b56bSmseidel		Text [ en-US ] = "Position" ;
98cdf0e10cSrcweir	};
99cdf0e10cSrcweir	FixedText FT_COUNT
100cdf0e10cSrcweir	{
101cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 16 ) ;
102*3776b56bSmseidel		Size = MAP_APPFONT ( 30 , 8 ) ;
103*3776b56bSmseidel		Text [ en-US ] = "~Number" ;
104cdf0e10cSrcweir		Left = TRUE ;
105cdf0e10cSrcweir	};
106cdf0e10cSrcweir	String STR_ROW
107cdf0e10cSrcweir	{
108cdf0e10cSrcweir		Text [ en-US ] = " Rows" ;
109cdf0e10cSrcweir	};
110cdf0e10cSrcweir	String STR_COL
111cdf0e10cSrcweir	{
112cdf0e10cSrcweir		Text [ en-US ] = " Columns" ;
113cdf0e10cSrcweir	};
114cdf0e10cSrcweir};
115*3776b56bSmseidel
116*3776b56bSmseidel// ********************************************************************** EOF
117