update dev300-m58
[ooovba.git] / automation / source / miniapp / servres.src
blobc7950ee1d400292a2610d8b0a451d5167df13b73
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: servres.src,v $
10  * $Revision: 1.3 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 #include "servres.hrc"
31 #include "servuid.hxx"
32 ModalDialog GROSSER_TEST_DLG
34     OutputSize = TRUE ;
35     SVLook = TRUE ;
36     HelpID = UID_GROSSER_TEST_DLG ;
37     Pos = MAP_APPFONT ( 14 , 7 ) ;
38     Size = MAP_APPFONT ( 273 , 110 ) ;
39     Text = "Großer Testdialog" ;
40     Moveable = TRUE ;
41     Closeable = TRUE ;
42     CheckBox 1
43     {
44         HelpID = UID_CheckBox ;
45         Pos = MAP_APPFONT ( 9 , 17 ) ;
46         Size = MAP_APPFONT ( 55 , 12 ) ;
47         Text = "CheckBox" ;
48         TabStop = TRUE ;
49     };
50     TriStateBox 1
51     {
52         HelpID = UID_TriStateBox ;
53         Pos = MAP_APPFONT ( 9 , 29 ) ;
54         Size = MAP_APPFONT ( 62 , 12 ) ;
55         Text = "TriStateBox" ;
56         TabStop = TRUE ;
57     };
58     OKButton 1
59     {
60         HelpID = 1 ;
61         Pos = MAP_APPFONT ( 132 , 92 ) ;
62         Size = MAP_APPFONT ( 64 , 12 ) ;
63         TabStop = TRUE ;
64     };
65     TimeField 1
66     {
67         Border = TRUE ;
68         HelpID = UID_TimeField ;
69         Pos = MAP_APPFONT ( 9 , 92 ) ;
70         Size = MAP_APPFONT ( 40 , 12 ) ;
71         TabStop = TRUE ;
72         Spin = TRUE ;
73     };
74     MultiLineEdit 1
75     {
76         Border = TRUE ;
77         HelpID = UID_MultiLineEdit ;
78         Pos = MAP_APPFONT ( 172 , 6 ) ;
79         Size = MAP_APPFONT ( 94 , 48 ) ;
80         Text = "MultiLineEdit" ;
81         TabStop = TRUE ;
82         VScroll = TRUE ;
83     };
84     GroupBox 1
85     {
86         Pos = MAP_APPFONT ( 9 , 42 ) ;
87         Size = MAP_APPFONT ( 58 , 44 ) ;
88         Text = "GroupBox" ;
89         Group = TRUE ;
90     };
91     RadioButton 2
92     {
93         HelpID = UID_RadioButton2 ;
94         Pos = MAP_APPFONT ( 16 , 68 ) ;
95         Size = MAP_APPFONT ( 40 , 12 ) ;
96         Text = "Radio2" ;
97         TabStop = TRUE ;
98     };
99     RadioButton 1
100     {
101         HelpID = UID_RadioButton1 ;
102         Pos = MAP_APPFONT ( 16 , 54 ) ;
103         Size = MAP_APPFONT ( 42 , 12 ) ;
104         Text = "Radio1" ;
105         TabStop = TRUE ;
106     };
107     MultiListBox 1
108     {
109         Border = TRUE ;
110         HelpID = UID_MultiListBox ;
111         Pos = MAP_APPFONT ( 76 , 6 ) ;
112         Size = MAP_APPFONT ( 86 , 48 ) ;
113         TabStop = TRUE ;
114         StringList =
115         {
116             < "MultiListBox" ; Default ; > ;
117             < "Zeile 2" ; Default ; > ;
118             < "Zeile 3" ; Default ; > ;
119             < "Zeile 4" ; Default ; > ;
120             < "Zeile 5" ; Default ; > ;
121             < "Zeile 6" ; Default ; > ;
122             < "Zeile 7" ; Default ; > ;
123             < "Zeile 8" ; Default ; > ;
124             < "Zeile 9" ; Default ; > ;
125             < "Zeile 10" ; Default ; > ;
126         };
127     };
128     ComboBox 1
129     {
130         HelpID = UID_ComboBox ;
131         Pos = MAP_APPFONT ( 76 , 58 ) ;
132         Size = MAP_APPFONT ( 86 , 55 ) ;
133         Text = "ComboBox" ;
134         TabStop = TRUE ;
135         DropDown = TRUE ;
136         AutoHScroll = TRUE ;
137         StringList =
138         {
139             "ComboBox" ;
140             "Erster" ;
141             "Zweiter" ;
142             "Dritter" ;
143         };
144     };
145     DateBox 1
146     {
147         HelpID = UID_DateBox ;
148         Pos = MAP_APPFONT ( 76 , 72 ) ;
149         Size = MAP_APPFONT ( 86 , 54 ) ;
150         TabStop = TRUE ;
151         DropDown = TRUE ;
152         AutoHScroll = TRUE ;
153         StringList =
154         {
155             "1.1.91" ;
156             "2.2.92" ;
157             "3.3.93" ;
158         };
159     };
160     FixedText 1
161     {
162         SVLook = TRUE ;
163         Pos = MAP_APPFONT ( 19 , 6 ) ;
164         Size = MAP_APPFONT ( 39 , 9 ) ;
165         Text = "FixedText" ;
166         Center = TRUE ;
167     };
168     CancelButton 1
169     {
170         Pos = MAP_APPFONT ( 202 , 92 ) ;
171         Size = MAP_APPFONT ( 64 , 12 ) ;
172         TabStop = TRUE ;
173     };
175 Menu MENU_CLIENT
177     ItemList =
178     {
179         MenuItem
180         {
181             Identifier = IDM_FILE ;
182             HelpID = IDM_FILE_HELP ;
183             Text = "~File" ;
184             SubMenu = Menu
185             {
186                 ItemList =
187                 {
188                     MenuItem
189                     {
190                         Identifier = IDM_FILE_OPEN_TEST ;
191                         HelpID = IDM_FILE_OPEN_TEST_HELP ;
192                         Text = "~Open Test Window" ;
193                     };
194                     MenuItem
195                     {
196                         Identifier = 4 ;
197                         Separator = TRUE ;
198                     };
199                     MenuItem
200                     {
201                         Identifier = IDM_FILE_EXIT ;
202                         HelpID = IDM_FILE_EXIT_HELP ;
203                         Text = "~Beenden" ;
204                         AccelKey = KeyCode
205                         {
206                             Code = KEY_F4 ;
207                             Modifier2 = TRUE ;
208                         };
209                     };
210                 };
211             };
212         };
213         MenuItem
214         {
215             Identifier = IDM_TEST ;
216             Text = "~Test" ;
217             SubMenu = Menu
218             {
219                 ItemList =
220                 {
221                     MenuItem
222                     {
223                         Identifier = IDM_TEST_GROSS ;
224                         Text = "~Großer Testdialog" ;
225                     };
226                     MenuItem
227                     {
228                         Identifier = IDM_SYS_DLG ;
229                         Text = "~Sysdialoge" ;
230                     };
231                 };
232             };
233         };
234     };