xref: /AOO42X/main/sc/source/ui/miscdlgs/acredlin.src (revision 4093da6add88b990e4cd71be2d17a0821ed8a76d)
182177cdbSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
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
10cdf0e10cSrcweir *
1182177cdbSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
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.
19cdf0e10cSrcweir *
2082177cdbSAndrew Rist *************************************************************/
2182177cdbSAndrew Rist
22cdf0e10cSrcweir#include "acredlin.hrc"
23cdf0e10cSrcweirModelessDialog RID_SCDLG_CHANGES
24cdf0e10cSrcweir{
25cdf0e10cSrcweir    OutputSize = TRUE ;
26cdf0e10cSrcweir    HelpId = CMD_FID_CHG_ACCEPT ;
27cdf0e10cSrcweir    Hide = TRUE ;
28cdf0e10cSrcweir    SVLook = TRUE ;
29cdf0e10cSrcweir    Size = MAP_APPFONT ( 282, 142 ) ;
30cdf0e10cSrcweir    Moveable = TRUE ;
31cdf0e10cSrcweir    Sizeable = TRUE ;
32cdf0e10cSrcweir    Closeable = TRUE ;
33*a47ba11fSmseidel    // This dialog has a Cancel button!
34cdf0e10cSrcweir    Control CTR_REDLINING
35cdf0e10cSrcweir    {
36cdf0e10cSrcweir        HelpId = HID_SC_REDLIN_CTR ;
37cdf0e10cSrcweir        Pos = MAP_APPFONT ( 2, 2 ) ;
38cdf0e10cSrcweir        Size = MAP_APPFONT ( 270, 105 ) ;
39cdf0e10cSrcweir    };
40cdf0e10cSrcweir    CancelButton BTN_CANCEL
41cdf0e10cSrcweir    {
42cdf0e10cSrcweir        Pos = MAP_APPFONT ( 271, 105 ) ;
43cdf0e10cSrcweir        Size = MAP_APPFONT ( 1, 1 ) ;
44cdf0e10cSrcweir        TabStop = FALSE ;
45cdf0e10cSrcweir    };
46cdf0e10cSrcweir    FixedText FT_ASSIGN
47cdf0e10cSrcweir    {
48cdf0e10cSrcweir        Hide = TRUE ;
49cdf0e10cSrcweir        Border = TRUE ;
50cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 105 ) ;
51cdf0e10cSrcweir        Size = MAP_APPFONT ( 128, 12 ) ;
52cdf0e10cSrcweir        TabStop = TRUE ;
53cdf0e10cSrcweir        Text [ en-US ] = "Range" ;
54cdf0e10cSrcweir    };
55cdf0e10cSrcweir    Edit ED_ASSIGN
56cdf0e10cSrcweir    {
57cdf0e10cSrcweir        HelpID = "sc:Edit:RID_SCDLG_CHANGES:ED_ASSIGN" ;
58cdf0e10cSrcweir        Hide = TRUE ;
59cdf0e10cSrcweir        Border = TRUE ;
60cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 119 ) ;
61cdf0e10cSrcweir        Size = MAP_APPFONT ( 128, 12 ) ;
62cdf0e10cSrcweir        TabStop = TRUE ;
63cdf0e10cSrcweir    };
64cdf0e10cSrcweir    ImageButton RB_ASSIGN
65cdf0e10cSrcweir    {
66cdf0e10cSrcweir        HelpID = "sc:ImageButton:RID_SCDLG_CHANGES:RB_ASSIGN" ;
67cdf0e10cSrcweir        Hide = TRUE ;
68cdf0e10cSrcweir        Pos = MAP_APPFONT ( 142, 118 ) ;
69cdf0e10cSrcweir        Size = MAP_APPFONT ( 13, 15 ) ;
70cdf0e10cSrcweir        TabStop = FALSE ;
71cdf0e10cSrcweir        QuickHelpText [ en-US ] = "Minimize/Maximize" ;
72cdf0e10cSrcweir    };
73cdf0e10cSrcweir    String STR_INSERT_COLS
74cdf0e10cSrcweir    {
75cdf0e10cSrcweir        Text [ en-US ] = "Column inserted" ;
76cdf0e10cSrcweir    };
77cdf0e10cSrcweir    String STR_INSERT_ROWS
78cdf0e10cSrcweir    {
79cdf0e10cSrcweir        Text [ en-US ] = "Row inserted " ;
80cdf0e10cSrcweir    };
81cdf0e10cSrcweir    String STR_INSERT_TABS
82cdf0e10cSrcweir    {
83cdf0e10cSrcweir        Text [ en-US ] = "Sheet inserted " ;
84cdf0e10cSrcweir    };
85cdf0e10cSrcweir    String STR_DELETE_COLS
86cdf0e10cSrcweir    {
87cdf0e10cSrcweir        Text [ en-US ] = "Column deleted" ;
88cdf0e10cSrcweir    };
89cdf0e10cSrcweir    String STR_DELETE_ROWS
90cdf0e10cSrcweir    {
91cdf0e10cSrcweir        Text [ en-US ] = "Row deleted" ;
92cdf0e10cSrcweir    };
93cdf0e10cSrcweir    String STR_DELETE_TABS
94cdf0e10cSrcweir    {
95cdf0e10cSrcweir        Text [ en-US ] = "Sheet deleted" ;
96cdf0e10cSrcweir    };
97cdf0e10cSrcweir    String STR_MOVE
98cdf0e10cSrcweir    {
99cdf0e10cSrcweir        Text [ en-US ] = "Range moved" ;
100cdf0e10cSrcweir    };
101cdf0e10cSrcweir    String STR_CONTENT
102cdf0e10cSrcweir    {
103cdf0e10cSrcweir        Text [ en-US ] = "Changed contents" ;
104cdf0e10cSrcweir    };
105cdf0e10cSrcweir    String STR_CONTENT_WITH_CHILD
106cdf0e10cSrcweir    {
107cdf0e10cSrcweir        Text [ en-US ] = "Changed contents" ;
108cdf0e10cSrcweir    };
109cdf0e10cSrcweir    String STR_CHILD_CONTENT
110cdf0e10cSrcweir    {
111cdf0e10cSrcweir        Text [ en-US ] = "Changed to " ;
112cdf0e10cSrcweir    };
113cdf0e10cSrcweir    String STR_CHILD_ORGCONTENT
114cdf0e10cSrcweir    {
115cdf0e10cSrcweir        Text [ en-US ] = "Original" ;
116cdf0e10cSrcweir    };
117cdf0e10cSrcweir    String STR_REJECT
118cdf0e10cSrcweir    {
119cdf0e10cSrcweir        Text [ en-US ] = "Changes rejected" ;
120cdf0e10cSrcweir    };
121cdf0e10cSrcweir    String STR_ACCEPTED
122cdf0e10cSrcweir    {
123cdf0e10cSrcweir        Text [ en-US ] = "Accepted" ;
124cdf0e10cSrcweir    };
125cdf0e10cSrcweir    String STR_REJECTED
126cdf0e10cSrcweir    {
127cdf0e10cSrcweir        Text [ en-US ] = "Rejected" ;
128cdf0e10cSrcweir    };
129cdf0e10cSrcweir    String STR_NO_ENTRY
130cdf0e10cSrcweir    {
131cdf0e10cSrcweir        Text [ en-US ] = "No Entry" ;
132cdf0e10cSrcweir    };
133cdf0e10cSrcweir    String STR_EMPTY
134cdf0e10cSrcweir    {
135cdf0e10cSrcweir        Text [ en-US ] = "<empty>" ;
136cdf0e10cSrcweir    };
137cdf0e10cSrcweir    Bitmap BMP_STR_CLOSE
138cdf0e10cSrcweir    {
139dc54fd29Smseidel        File = "dir-clos.png" ;
140cdf0e10cSrcweir    };
141cdf0e10cSrcweir    Bitmap BMP_STR_OPEN
142cdf0e10cSrcweir    {
143dc54fd29Smseidel        File = "dir-open.png" ;
144cdf0e10cSrcweir    };
145cdf0e10cSrcweir    Bitmap BMP_STR_END
146cdf0e10cSrcweir    {
147dc54fd29Smseidel        File = "basobj2.png" ;
148cdf0e10cSrcweir    };
149cdf0e10cSrcweir    Bitmap BMP_STR_ERROR
150cdf0e10cSrcweir    {
151dc54fd29Smseidel        File = "basbrk.png" ;
152cdf0e10cSrcweir    };
153cdf0e10cSrcweir    Text [ en-US ] = "Accept or Reject Changes" ;
154cdf0e10cSrcweir};
155cdf0e10cSrcweirMenu RID_POPUP_CHANGES
156cdf0e10cSrcweir{
157cdf0e10cSrcweir    ItemList =
158cdf0e10cSrcweir    {
159cdf0e10cSrcweir        MenuItem
160cdf0e10cSrcweir        {
161cdf0e10cSrcweir            Identifier = SC_CHANGES_COMMENT ;
162cdf0e10cSrcweir            HelpId = HID_SC_CHANGES_COMMENT ;
163cdf0e10cSrcweir            Text [ en-US ] = "Edit Comment..." ;
164cdf0e10cSrcweir
165cdf0e10cSrcweir        };
166cdf0e10cSrcweir        MenuItem
167cdf0e10cSrcweir        {
168cdf0e10cSrcweir            Identifier = SC_SUB_SORT ;
169cdf0e10cSrcweir            SubMenu = Menu
170cdf0e10cSrcweir            {
171cdf0e10cSrcweir                ItemList =
172cdf0e10cSrcweir                {
173cdf0e10cSrcweir                    MenuItem
174cdf0e10cSrcweir                    {
175cdf0e10cSrcweir                        Identifier = SC_SORT_ACTION ;
176cdf0e10cSrcweir                        HelpID = HID_SC_SORT_ACTION ;
177cdf0e10cSrcweir                        RadioCheck = TRUE ;
178cdf0e10cSrcweir                        Text [ en-US ] = "Action" ;
179cdf0e10cSrcweir                    };
180cdf0e10cSrcweir                    MenuItem
181cdf0e10cSrcweir                    {
182cdf0e10cSrcweir                        Identifier = SC_SORT_POSITION ;
183cdf0e10cSrcweir                        HelpID = HID_SORT_POSITION ;
184cdf0e10cSrcweir                        RadioCheck = TRUE ;
185cdf0e10cSrcweir                        Text [ en-US ] = "Position" ;
186cdf0e10cSrcweir                    };
187cdf0e10cSrcweir                    MenuItem
188cdf0e10cSrcweir                    {
189cdf0e10cSrcweir                        Identifier = SC_SORT_AUTHOR ;
190cdf0e10cSrcweir                        HelpID = HID_SC_SORT_AUTHOR ;
191cdf0e10cSrcweir                        RadioCheck = TRUE ;
192cdf0e10cSrcweir                        Text [ en-US ] = "Author" ;
193cdf0e10cSrcweir                    };
194cdf0e10cSrcweir                    MenuItem
195cdf0e10cSrcweir                    {
196cdf0e10cSrcweir                        Identifier = SC_SORT_DATE ;
197cdf0e10cSrcweir                        HelpID = HID_SC_SORT_DATE ;
198cdf0e10cSrcweir                        RadioCheck = TRUE ;
199cdf0e10cSrcweir                        Text [ en-US ] = "Date" ;
200cdf0e10cSrcweir                    };
201cdf0e10cSrcweir                    MenuItem
202cdf0e10cSrcweir                    {
203cdf0e10cSrcweir                        Identifier = SC_SORT_COMMENT ;
204cdf0e10cSrcweir                        HelpID = HID_SC_SORT_COMMENT ;
205cdf0e10cSrcweir                        RadioCheck = TRUE ;
206cdf0e10cSrcweir                        Text [ en-US ] = "Description" ;
207cdf0e10cSrcweir                    };
208cdf0e10cSrcweir                };
209cdf0e10cSrcweir            };
210cdf0e10cSrcweir            Text [ en-US ] = "Sorting" ;
211cdf0e10cSrcweir        };
212cdf0e10cSrcweir    };
213cdf0e10cSrcweir};
214cdf0e10cSrcweir
215*a47ba11fSmseidel// ********************************************************************** EOF
216