xref: /aoo41x/main/sc/source/ui/miscdlgs/highred.src (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include "highred.hrc"
29ModelessDialog RID_SCDLG_HIGHLIGHT_CHANGES
30{
31	OutputSize = TRUE ;
32	HelpId = CMD_FID_CHG_ACCEPT ;
33	Hide = TRUE ;
34	SVLook = TRUE ;
35    Size = MAP_APPFONT ( 318 , 148 ) ;
36	Moveable = TRUE ;
37	Closeable = TRUE ;
38	 // Dieser Dialog hat einen Cancel-Button !
39	CheckBox CB_HIGHLIGHT
40	{
41	    HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT";
42		Pos = MAP_APPFONT ( 6 , 6 ) ;
43        Size = MAP_APPFONT ( 150 , 10 ) ;
44		TabStop = TRUE ;
45		Text [ en-US ] = "~Show changes in spreadsheet" ;
46	};
47    FixedLine FL_FILTER
48	{
49        Pos = MAP_APPFONT ( 6 , 22 ) ;
50        Size = MAP_APPFONT ( 255 , 8 ) ;
51		Text [ en-US ] = "Filter settings";
52	};
53	CheckBox CB_HIGHLIGHT_ACCEPT
54	{
55	    HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT_ACCEPT";
56        Pos = MAP_APPFONT ( 12 , 118 ) ;
57        Size = MAP_APPFONT ( 246 , 10 ) ;
58		TabStop = TRUE ;
59		Text [ en-US ] = "Show ~accepted changes" ;
60	};
61	CheckBox CB_HIGHLIGHT_REJECT
62	{
63	    HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT_REJECT";
64        Pos = MAP_APPFONT ( 12 , 132 ) ;
65        Size = MAP_APPFONT ( 246 , 10 ) ;
66		TabStop = TRUE ;
67		Text [ en-US ] = "Show ~rejected changes" ;
68	};
69	OKButton BTN_OK
70	{
71        Pos = MAP_APPFONT ( 267 , 6 ) ;
72		Size = MAP_APPFONT ( 45 , 14 ) ;
73		TabStop = TRUE ;
74		DefButton = TRUE ;
75	};
76	CancelButton BTN_CANCEL
77	{
78        Pos = MAP_APPFONT ( 267 , 23 ) ;
79		Size = MAP_APPFONT ( 45 , 14 ) ;
80		TabStop = TRUE ;
81	};
82	HelpButton BTN_HELP
83	{
84        Pos = MAP_APPFONT ( 267 , 43 ) ;
85		Size = MAP_APPFONT ( 45 , 14 ) ;
86		TabStop = TRUE ;
87	};
88	Edit ED_ASSIGN
89	{
90	    HelpID = "sc:Edit:RID_SCDLG_HIGHLIGHT_CHANGES:ED_ASSIGN";
91		Hide = TRUE ;
92		Border = TRUE ;
93		Pos = MAP_APPFONT ( 12 , 119 ) ;
94		Size = MAP_APPFONT ( 128 , 12 ) ;
95		TabStop = TRUE ;
96	};
97	ImageButton RB_ASSIGN
98	{
99	    HelpID = "sc:ImageButton:RID_SCDLG_HIGHLIGHT_CHANGES:RB_ASSIGN";
100		Hide = TRUE ;
101		Pos = MAP_APPFONT ( 142 , 118 ) ;
102		Size = MAP_APPFONT ( 13 , 15 ) ;
103		TabStop = TRUE;
104		QuickHelpText [ en-US ] = "Minimize/Maximize" ;
105	};
106	Text [ en-US ] = "Show Changes" ;
107};
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139