Update ooo320-m1
[ooovba.git] / svtools / bmpmaker / bmp.src
bloba3fb1486faa0f013158b61453cfc9be8833db834
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: bmp.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  ************************************************************************/
31 #include "bmp.hrc"
32 ModalDialog DLG_PATH {
33     OutputSize = TRUE;
34     SVLook = TRUE;
35     Size = MAP_APPFONT( 301, 104 );
36     Text = "Pfad-Einstellungen";
37     Moveable = TRUE;
38     Closeable = TRUE;
39     GroupBox GRP_PATH {
40             Pos = MAP_APPFONT( 6, 3 );
41             Size = MAP_APPFONT( 243, 59 );
42             Text = "Pfade";
43         };
44     FixedText FT_SRS {
45             Pos = MAP_APPFONT( 12, 16 );
46             Size = MAP_APPFONT( 50, 10 );
47             Text = "SRS-Datei (inkl.Pfad):";
48         };
49     FixedText FT_OUT {
50             Pos = MAP_APPFONT( 12, 46 );
51             Size = MAP_APPFONT( 50, 10 );
52             Text = "Ausgabe-Pfad:";
53         };
54     FixedText FT_RES {
55             Pos = MAP_APPFONT( 12, 31 );
56             Size = MAP_APPFONT( 50, 10 );
57             Text = "Bitmap-Pfad:";
58         };
59     Edit EDT_SRS {
60             Border = TRUE;
61             Pos = MAP_APPFONT( 65, 14 );
62             Size = MAP_APPFONT( 160, 12 );
63             TabStop = TRUE;
64         };
65     Edit EDT_RES {
66             Border = TRUE;
67             Pos = MAP_APPFONT( 65, 29 );
68             Size = MAP_APPFONT( 160, 12 );
69             TabStop = TRUE;
70         };
71     Edit EDT_OUT {
72             Border = TRUE;
73             Pos = MAP_APPFONT( 65, 44 );
74             Size = MAP_APPFONT( 160, 12 );
75             TabStop = TRUE;
76         };
77     PushButton BTN_SRS {
78             Pos = MAP_APPFONT( 228, 14 );
79             Size = MAP_APPFONT( 15, 12 );
80             Text = "...";
81             TabStop = TRUE;
82         };
83     PushButton BTN_RES {
84             Pos = MAP_APPFONT( 228, 29 );
85             Size = MAP_APPFONT( 15, 12 );
86             Text = "...";
87             TabStop = TRUE;
88         };
89     PushButton BTN_OUT {
90             Pos = MAP_APPFONT( 228, 44 );
91             Size = MAP_APPFONT( 15, 12 );
92             Text = "...";
93             TabStop = TRUE;
94         };
95     OKButton BTN_OK {
96             Pos = MAP_APPFONT( 255, 6 );
97             Size = MAP_APPFONT( 40, 12 );
98             TabStop = TRUE;
99             DefButton = TRUE;
100         };
101     CancelButton BTN_CANCEL {
102             Pos = MAP_APPFONT( 255, 21 );
103             Size = MAP_APPFONT( 40, 12 );
104             TabStop = TRUE;
105         };
106     GroupBox GRP_LANG {
107             Pos = MAP_APPFONT( 6, 65 );
108             Size = MAP_APPFONT( 243, 33 );
109             Text = "Sprache";
110         };
111     ListBox LB_LANG {
112             Border = TRUE;
113             Pos = MAP_APPFONT( 12, 76 );
114             Size = MAP_APPFONT( 231, 70 );
115             TabStop = TRUE;
116             DropDown = TRUE;
117             VScroll = TRUE;
118         };