xref: /trunk/main/sc/source/ui/src/crnrdlg.src (revision 70057e82)
182177cdbSAndrew Rist/**************************************************************
2*70057e82Smseidel *
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*70057e82Smseidel *
1182177cdbSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*70057e82Smseidel *
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*70057e82Smseidel *
2082177cdbSAndrew Rist *************************************************************/
2182177cdbSAndrew Rist
2282177cdbSAndrew Rist
23*70057e82Smseidel
24cdf0e10cSrcweir#include "crnrdlg.hrc"
25cdf0e10cSrcweirModelessDialog RID_SCDLG_COLROWNAMERANGES
26cdf0e10cSrcweir{
27cdf0e10cSrcweir	OutputSize = TRUE ;
28cdf0e10cSrcweir	Hide = TRUE ;
29cdf0e10cSrcweir	SVLook = TRUE ;
30*70057e82Smseidel	Size = MAP_APPFONT ( 256, 181 ) ;
31cdf0e10cSrcweir	HelpId = HID_COLROWNAMERANGES ;
32cdf0e10cSrcweir	Moveable = TRUE ;
33*70057e82Smseidel	 // Closeable = TRUE ;	// This dialog has a Cancel button!
34*70057e82Smseidel	FixedLine FL_ASSIGN
35cdf0e10cSrcweir	{
36*70057e82Smseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
37*70057e82Smseidel		Size = MAP_APPFONT ( 188, 8 ) ;
38cdf0e10cSrcweir		Text [ en-US ] = "Range" ;
39cdf0e10cSrcweir	};
40cdf0e10cSrcweir	ListBox LB_RANGE
41cdf0e10cSrcweir	{
42*70057e82Smseidel		HelpID = "sc:ListBox:RID_SCDLG_COLROWNAMERANGES:LB_RANGE" ;
43*70057e82Smseidel		Pos = MAP_APPFONT ( 12, 14 ) ;
44*70057e82Smseidel		Size = MAP_APPFONT ( 179, 85 ) ;
45cdf0e10cSrcweir		TabStop = TRUE ;
46cdf0e10cSrcweir		VScroll = TRUE ;
47cdf0e10cSrcweir		Border = TRUE ;
48cdf0e10cSrcweir	};
49cdf0e10cSrcweir	Edit ED_AREA
50cdf0e10cSrcweir	{
51*70057e82Smseidel		HelpID = "sc:Edit:RID_SCDLG_COLROWNAMERANGES:ED_AREA" ;
52cdf0e10cSrcweir		Border = TRUE ;
53*70057e82Smseidel		Pos = MAP_APPFONT ( 12, 105 ) ;
54*70057e82Smseidel		Size = MAP_APPFONT ( 165, 12 ) ;
55cdf0e10cSrcweir		TabStop = TRUE ;
56cdf0e10cSrcweir	};
57cdf0e10cSrcweir	ImageButton RB_AREA
58cdf0e10cSrcweir	{
59*70057e82Smseidel		HelpID = "sc:ImageButton:RID_SCDLG_COLROWNAMERANGES:RB_AREA" ;
60*70057e82Smseidel		Pos = MAP_APPFONT ( 179, 104 ) ;
61*70057e82Smseidel		Size = MAP_APPFONT ( 13, 15 ) ;
62cdf0e10cSrcweir		TabStop = FALSE ;
63cdf0e10cSrcweir		QuickHelpText [ en-US ] = "Shrink" ;
64cdf0e10cSrcweir	};
65cdf0e10cSrcweir	RadioButton BTN_COLHEAD
66cdf0e10cSrcweir	{
67*70057e82Smseidel		HelpID = "sc:RadioButton:RID_SCDLG_COLROWNAMERANGES:BTN_COLHEAD" ;
68*70057e82Smseidel		Pos = MAP_APPFONT ( 20, 121 ) ;
69*70057e82Smseidel		Size = MAP_APPFONT ( 171, 10 ) ;
70cdf0e10cSrcweir		TabStop = TRUE ;
71cdf0e10cSrcweir		Text [ en-US ] = "Contains ~column labels" ;
72cdf0e10cSrcweir	};
73cdf0e10cSrcweir	RadioButton BTN_ROWHEAD
74cdf0e10cSrcweir	{
75*70057e82Smseidel		HelpID = "sc:RadioButton:RID_SCDLG_COLROWNAMERANGES:BTN_ROWHEAD" ;
76*70057e82Smseidel		Pos = MAP_APPFONT ( 20, 135 ) ;
77*70057e82Smseidel		Size = MAP_APPFONT ( 171, 10 ) ;
78cdf0e10cSrcweir		TabStop = TRUE ;
79cdf0e10cSrcweir		Text [ en-US ] = "Contains ~row labels" ;
80cdf0e10cSrcweir	};
81cdf0e10cSrcweir	FixedText FT_DATA_LABEL
82cdf0e10cSrcweir	{
83*70057e82Smseidel		Pos = MAP_APPFONT ( 12, 151 ) ;
84*70057e82Smseidel		Size = MAP_APPFONT ( 179, 8 ) ;
85cdf0e10cSrcweir		Text [ en-US ] = "For ~data range" ;
86cdf0e10cSrcweir	};
87cdf0e10cSrcweir	Edit ED_DATA
88cdf0e10cSrcweir	{
89*70057e82Smseidel		HelpID = "sc:Edit:RID_SCDLG_COLROWNAMERANGES:ED_DATA" ;
90cdf0e10cSrcweir		Border = TRUE ;
91*70057e82Smseidel		Pos = MAP_APPFONT ( 12, 162 ) ;
92*70057e82Smseidel		Size = MAP_APPFONT ( 165, 12 ) ;
93cdf0e10cSrcweir		TabStop = TRUE ;
94cdf0e10cSrcweir	};
95cdf0e10cSrcweir	ImageButton RB_DATA
96cdf0e10cSrcweir	{
97*70057e82Smseidel		HelpID = "sc:ImageButton:RID_SCDLG_COLROWNAMERANGES:RB_DATA" ;
98*70057e82Smseidel		Pos = MAP_APPFONT ( 179, 161 ) ;
99*70057e82Smseidel		Size = MAP_APPFONT ( 13, 15 ) ;
100cdf0e10cSrcweir		TabStop = FALSE ;
101cdf0e10cSrcweir		QuickHelpText [ en-US ] = "Shrink" ;
102cdf0e10cSrcweir	};
103cdf0e10cSrcweir	OKButton BTN_OK
104cdf0e10cSrcweir	{
105*70057e82Smseidel		Pos = MAP_APPFONT ( 200, 6 ) ;
106*70057e82Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
107cdf0e10cSrcweir		TabStop = TRUE ;
108cdf0e10cSrcweir	};
109cdf0e10cSrcweir	CancelButton BTN_CANCEL
110cdf0e10cSrcweir	{
111*70057e82Smseidel		Pos = MAP_APPFONT ( 200, 23 ) ;
112*70057e82Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
113cdf0e10cSrcweir		TabStop = TRUE ;
114cdf0e10cSrcweir	};
115cdf0e10cSrcweir	PushButton BTN_ADD
116cdf0e10cSrcweir	{
117*70057e82Smseidel		HelpID = "sc:PushButton:RID_SCDLG_COLROWNAMERANGES:BTN_ADD" ;
118*70057e82Smseidel		Pos = MAP_APPFONT ( 200, 104 ) ;
119*70057e82Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
120cdf0e10cSrcweir		Text [ en-US ] = "~Add" ;
121cdf0e10cSrcweir		TabStop = TRUE ;
122cdf0e10cSrcweir		DefButton = TRUE ;
123cdf0e10cSrcweir	};
124cdf0e10cSrcweir	PushButton BTN_REMOVE
125cdf0e10cSrcweir	{
126*70057e82Smseidel		HelpID = "sc:PushButton:RID_SCDLG_COLROWNAMERANGES:BTN_REMOVE" ;
127*70057e82Smseidel		Pos = MAP_APPFONT ( 200, 122 ) ;
128*70057e82Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
129cdf0e10cSrcweir		Text [ en-US ] = "~Delete" ;
130cdf0e10cSrcweir		TabStop = TRUE ;
131cdf0e10cSrcweir	};
132cdf0e10cSrcweir	HelpButton BTN_HELP
133cdf0e10cSrcweir	{
134*70057e82Smseidel		Pos = MAP_APPFONT ( 200, 43 ) ;
135*70057e82Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
136cdf0e10cSrcweir		TabStop = TRUE ;
137cdf0e10cSrcweir	};
138cdf0e10cSrcweir	Text [ en-US ] = "Define Label Range" ;
139cdf0e10cSrcweir};
140cdf0e10cSrcweir
141*70057e82Smseidel// ********************************************************************** EOF
142