xref: /aoo4110/main/svtools/bmpmaker/bmp.src (revision b1cdbd2c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "bmp.hrc"
25ModalDialog DLG_PATH {
26    HelpID = "svtools:ModalDialog:DLG_PATH";
27	OutputSize = TRUE;
28	SVLook = TRUE;
29	Size = MAP_APPFONT( 301, 104 );
30	Text = "Pfad-Einstellungen";
31	Moveable = TRUE;
32	Closeable = TRUE;
33	GroupBox GRP_PATH {
34			Pos = MAP_APPFONT( 6, 3 );
35			Size = MAP_APPFONT( 243, 59 );
36			Text = "Pfade";
37		};
38	FixedText FT_SRS {
39			Pos = MAP_APPFONT( 12, 16 );
40			Size = MAP_APPFONT( 50, 10 );
41			Text = "SRS-Datei (inkl.Pfad):";
42		};
43	FixedText FT_OUT {
44			Pos = MAP_APPFONT( 12, 46 );
45			Size = MAP_APPFONT( 50, 10 );
46			Text = "Ausgabe-Pfad:";
47		};
48	FixedText FT_RES {
49			Pos = MAP_APPFONT( 12, 31 );
50			Size = MAP_APPFONT( 50, 10 );
51			Text = "Bitmap-Pfad:";
52		};
53	Edit EDT_SRS {
54	    HelpID = "svtools:Edit:DLG_PATH:EDT_SRS";
55			Border = TRUE;
56			Pos = MAP_APPFONT( 65, 14 );
57			Size = MAP_APPFONT( 160, 12 );
58			TabStop = TRUE;
59		};
60	Edit EDT_RES {
61	    HelpID = "svtools:Edit:DLG_PATH:EDT_RES";
62			Border = TRUE;
63			Pos = MAP_APPFONT( 65, 29 );
64			Size = MAP_APPFONT( 160, 12 );
65			TabStop = TRUE;
66		};
67	Edit EDT_OUT {
68	    HelpID = "svtools:Edit:DLG_PATH:EDT_OUT";
69			Border = TRUE;
70			Pos = MAP_APPFONT( 65, 44 );
71			Size = MAP_APPFONT( 160, 12 );
72			TabStop = TRUE;
73		};
74	PushButton BTN_SRS {
75	    HelpID = "svtools:PushButton:DLG_PATH:BTN_SRS";
76			Pos = MAP_APPFONT( 228, 14 );
77			Size = MAP_APPFONT( 15, 12 );
78			Text = "...";
79			TabStop = TRUE;
80		};
81	PushButton BTN_RES {
82	    HelpID = "svtools:PushButton:DLG_PATH:BTN_RES";
83			Pos = MAP_APPFONT( 228, 29 );
84			Size = MAP_APPFONT( 15, 12 );
85			Text = "...";
86			TabStop = TRUE;
87		};
88	PushButton BTN_OUT {
89	    HelpID = "svtools:PushButton:DLG_PATH: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	    HelpID = "svtools:ListBox:DLG_PATH:LB_LANG";
113			Border = TRUE;
114			Pos = MAP_APPFONT( 12, 76 );
115			Size = MAP_APPFONT( 231, 70 );
116			TabStop = TRUE;
117			DropDown = TRUE;
118			VScroll = TRUE;
119		};
120};
121