xref: /aoo41x/main/soldep/source/soldlg.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 <dtsodcmp.hrc>
29#include <soldep/soldlg.hrc>
30
31//========================================================================
32// Dialogs
33ModalDialog RID_SD_DIALOG_NEWPROJECT
34{
35    HelpID = "soldep:ModalDialog:RID_SD_DIALOG_NEWPROJECT";
36	OutputSize = TRUE;
37	Text = "New Project";
38	PosSize = MAP_SYSFONT(18,18,142,142);
39	SVLook = TRUE;
40	MOVEABLE = TRUE;
41	CLOSEABLE = TRUE;
42	OKButton BTN_OK
43	{
44		PosSize = MAP_SYSFONT(5,123,40,14);
45		TabStop = TRUE;
46		Hide = FALSE;
47		DefButton = TRUE;
48	};
49	CancelButton BTN_CANCEL {
50		PosSize = MAP_SYSFONT(50,123,40,14);
51		TabStop = TRUE;
52	};
53	FixedText FT_PRJNAME {
54		PosSize = MAP_SYSFONT( 5, 10, 100, 10 );
55		Text = "Project Name";
56	};
57	Edit EDIT_PRJNAME {
58	    HelpID = "soldep:Edit:RID_SD_DIALOG_NEWPROJECT:EDIT_PRJNAME";
59		Border = TRUE;
60		PosSize = MAP_SYSFONT(5,20,132,10);
61	};
62	FixedText FT_PRJSHORT {
63		PosSize = MAP_SYSFONT( 5, 30, 100, 10 );
64		Text = "Project Short Name";
65	};
66	Edit EDIT_PRJSHORT {
67	    HelpID = "soldep:Edit:RID_SD_DIALOG_NEWPROJECT:EDIT_PRJSHORT";
68		Border = TRUE;
69		PosSize = MAP_SYSFONT(5,40,132,10);
70	};
71	FixedText FT_PRJDEPS {
72		PosSize = MAP_SYSFONT( 5, 50, 100, 10 );
73		Text = "Project Depends on";
74	};
75	Edit EDIT_PRJDEPS {
76	    HelpID = "soldep:Edit:RID_SD_DIALOG_NEWPROJECT:EDIT_PRJDEPS";
77		Border = TRUE;
78		PosSize = MAP_SYSFONT(5,60,132,10);
79	};
80};
81
82ModalDialog RID_SD_DIALOG_NEWDIRECTORY
83{
84    HelpID = "soldep:ModalDialog:RID_SD_DIALOG_NEWDIRECTORY";
85	OutputSize = TRUE;
86	Text = "New Directory";
87	PosSize = MAP_SYSFONT(18,18,142,142);
88	SVLook = TRUE;
89	MOVEABLE = TRUE;
90	CLOSEABLE = TRUE;
91	OKButton BTN_OK
92	{
93		PosSize = MAP_SYSFONT(5,123,40,14);
94		TabStop = TRUE;
95		Hide = FALSE;
96		DefButton = TRUE;
97	};
98	CancelButton BTN_CANCEL {
99		PosSize = MAP_SYSFONT(50,123,40,14);
100		TabStop = TRUE;
101	};
102	FixedText FT_DIRNAME {
103		PosSize = MAP_SYSFONT( 5, 10, 132, 10 );
104		Text = "Directory Name ( with projectname )";
105	};
106	Edit EDIT_DIRNAME {
107	    HelpID = "soldep:Edit:RID_SD_DIALOG_NEWDIRECTORY:EDIT_DIRNAME";
108		Border = TRUE;
109		PosSize = MAP_SYSFONT(5,20,132,10);
110	};
111	FixedText FT_DIRFLAG {
112		PosSize = MAP_SYSFONT( 5, 30, 100, 10 );
113		Text = "Directory Flag";
114	};
115	Edit EDIT_DIRFLAG {
116	    HelpID = "soldep:Edit:RID_SD_DIALOG_NEWDIRECTORY:EDIT_DIRFLAG";
117		Border = TRUE;
118		PosSize = MAP_SYSFONT(5,40,132,10);
119	};
120	FixedText FT_DIRDEPS {
121		PosSize = MAP_SYSFONT( 5, 50, 100, 10 );
122		Text = "Directory Depends on";
123	};
124	Edit EDIT_DIRDEPS {
125	    HelpID = "soldep:Edit:RID_SD_DIALOG_NEWDIRECTORY:EDIT_DIRDEPS";
126		Border = TRUE;
127		PosSize = MAP_SYSFONT(5,60,132,10);
128	};
129	FixedText FT_DIRACTION {
130		PosSize = MAP_SYSFONT( 5, 70, 100, 10 );
131		Text = "What To Do";
132	};
133	Edit EDIT_DIRACTION {
134	    HelpID = "soldep:Edit:RID_SD_DIALOG_NEWDIRECTORY:EDIT_DIRACTION";
135		Border = TRUE;
136		PosSize = MAP_SYSFONT(5,80,132,10);
137	};
138	FixedText FT_DIRENV {
139		PosSize = MAP_SYSFONT( 5, 90, 100, 10 );
140		Text = "Which Environments";
141	};
142	Edit EDIT_DIRENV {
143	    HelpID = "soldep:Edit:RID_SD_DIALOG_NEWDIRECTORY:EDIT_DIRENV";
144		Border = TRUE;
145		PosSize = MAP_SYSFONT(5,100,132,10);
146	};
147};
148
149
150ModalDialog RID_SD_DIALOG_HELP
151{
152    HelpID = "soldep:ModalDialog:RID_SD_DIALOG_HELP";
153	OutputSize = TRUE;
154	Text = "Help";
155	PosSize = MAP_SYSFONT(18,18,242,242);
156	SVLook = TRUE;
157	MOVEABLE = TRUE;
158	CLOSEABLE = TRUE;
159	OKButton BTN_OK
160	{
161		PosSize = MAP_SYSFONT(101,223,40,14);
162		TabStop = TRUE;
163		Hide = FALSE;
164		DefButton = TRUE;
165	};
166	MultiLineEdit EDIT_HELP {
167	    HelpID = "soldep:MultiLineEdit:RID_SD_DIALOG_HELP:EDIT_HELP";
168		Border = TRUE;
169		PosSize = MAP_SYSFONT(5,5,232,213);
170	};
171};
172
173ModalDialog DLG_VERSIONSELECT {
174    HelpID = "soldep:ModalDialog:DLG_VERSIONSELECT";
175	OutputSize = TRUE;
176	Pos = MAP_APPFONT( 92, 40 );
177	Size = MAP_APPFONT( 161, 98 );
178	Text = "Open workspace";
179	Moveable = TRUE;
180	Closeable = TRUE;
181	ListBox DLG_VERSIONSELECT_LISTBOX {
182	    HelpID = "soldep:ListBox:DLG_VERSIONSELECT:DLG_VERSIONSELECT_LISTBOX";
183			Border = TRUE;
184			Pos = MAP_APPFONT( 8, 16 );
185			Size = MAP_APPFONT( 96, 72 );
186			TabStop = TRUE;
187		};
188	GroupBox DLG_VERSIONSELECT_GROUP {
189			Pos = MAP_APPFONT( 4, 4 );
190			Size = MAP_APPFONT( 104, 88 );
191			Text = "Workspaces";
192		};
193	OKButton DLG_VERSIONSELECT_OK {
194			Pos = MAP_APPFONT( 116, 64 );
195			Size = MAP_APPFONT( 40, 12 );
196			DefButton = TRUE;
197			TabStop = TRUE;
198		};
199	CancelButton DLG_VERSIONSELECT_CANCEL {
200			Pos = MAP_APPFONT( 116, 80 );
201			Size = MAP_APPFONT( 40, 12 );
202			TabStop = TRUE;
203		};
204	GroupBox DLG_MINORSELECT_GROUP {
205			Pos = MAP_APPFONT( 110, 4 );
206			Size = MAP_APPFONT( 47, 30 );
207			Text = "Minor";
208		};
209	Edit	DLG_MINORSELECT_EDIT {
210	    HelpID = "soldep:Edit:DLG_VERSIONSELECT:DLG_MINORSELECT_EDIT";
211			Border = TRUE;
212			Pos = MAP_APPFONT( 115, 16 );
213			Size = MAP_APPFONT( 36, 12 );
214			TabStop = TRUE;
215		};
216};
217
218ModelessDialog DLG_AUTOARRANGE {
219    HelpID = "soldep:ModelessDialog:DLG_AUTOARRANGE";
220	OutputSize = TRUE;
221	Pos = MAP_APPFONT( 40, 12 );
222	Size = MAP_APPFONT( 225, 82 );
223	Text = "Autoarrange";
224	Moveable = TRUE;
225	GroupBox DLG_AUTOARRANGE_GROUP {
226			Pos = MAP_APPFONT( 4, 4 );
227			Size = MAP_APPFONT( 216, 72 );
228			Text = "Progress";
229		};
230	FixedText DLG_AUTOARRANGE_TEXT_MODULE {
231			Pos = MAP_APPFONT( 8, 16 );
232			Size = MAP_APPFONT( 208, 10 );
233			Text = "";
234		};
235	FixedText DLG_AUTOARRANGE_TEXT_OVERALL {
236			Pos = MAP_APPFONT( 8, 48 );
237			Size = MAP_APPFONT( 208, 10 );
238			Text = "";
239		};
240};
241
242ModalDialog DLG_FIND_PROJECT {
243    HelpID = "soldep:ModalDialog:DLG_FIND_PROJECT";
244	OutputSize = TRUE;
245	Pos = MAP_APPFONT( 40, 12 );
246	Size = MAP_APPFONT( 155, 55 );
247	Text = "Find Project";
248	Moveable = TRUE;
249	SVLook          = TRUE;
250	ComboBox DLG_FIND_PROJECT_COMBOBOX
251	{
252	    HelpID = "soldep:ComboBox:DLG_FIND_PROJECT:DLG_FIND_PROJECT_COMBOBOX";
253        Pos = MAP_APPFONT ( 5 , 18 ) ;
254		Size = MAP_APPFONT ( 100 , 90 ) ;
255		TabStop = TRUE ;
256		DropDown = TRUE ;
257		VScroll = TRUE ;
258		Sort = TRUE ;
259	};
260	OKButton DLG_FIND_PROJECT_OK {
261			Pos = MAP_APPFONT( 110, 10 );
262			Size = MAP_APPFONT( 40, 12 );
263            DefButton = TRUE;
264			TabStop = TRUE;
265		};
266	CancelButton DLG_FIND_PROJECT_CANCEL {
267			Pos = MAP_APPFONT( 110, 26 );
268			Size = MAP_APPFONT( 40, 12 );
269			TabStop = TRUE;
270		};
271};
272
273ToolBox TID_SOLDEP_MAIN
274{
275	ButtonType      = BUTTON_SYMBOL;
276    Align           = BOXALIGN_TOP;
277        LineCount       = 1;
278        SVLook          = TRUE;
279        Border          = TRUE;
280        Sizeable                = TRUE;
281        Dockable                = TRUE;
282		Scroll					= TRUE;
283        Moveable                = TRUE;
284        Closeable               = TRUE;
285        Zoomable                = TRUE;
286        ItemList        =
287        {
288                ToolBoxItem
289                {
290                        Identifier      = TID_SOLDEP_OPEN;
291                        Type            = TOOLBOXITEM_BUTTON;
292                        Text            = "Load";
293                        HelpText        = "Load";
294                        Checkable               = TRUE;
295                        ItemBitmap      = Bitmap
296                        {
297                                File = "sx03190.png";
298                        };
299                };
300                ToolBoxItem
301                {
302                        Identifier      = TID_SOLDEP_SAVE;
303                        Type            = TOOLBOXITEM_BUTTON;
304                        Text            = "Save";
305                        HelpText        = "Save";
306                        Checkable               = TRUE;
307                        ItemBitmap      = Bitmap
308                        {
309                                File = "sc05505.png";
310                        };
311                };
312                ToolBoxItem
313                {
314                         Type            = TOOLBOXITEM_SEPARATOR;
315                };
316                ToolBoxItem
317                {
318                        Identifier      = TID_SOLDEP_SELECT_WORKSPACE;
319                        Type            = TOOLBOXITEM_BUTTON;
320                        Text            = "Select Workspace";
321                        HelpText        = "Select Workspace";
322                        Checkable               = TRUE;
323                        ItemBitmap      = Bitmap
324                        {
325                                File = "selectupd_16.png";
326                        };
327                };
328                ToolBoxItem
329                {
330                        Identifier      = TID_SOLDEP_FIND;
331                        Type            = TOOLBOXITEM_BUTTON;
332                        Text            = "Find Module";
333                        HelpText        = "Find Module";
334                        Checkable               = TRUE;
335                        ItemBitmap      = Bitmap
336                        {
337                                File = "sc05961.png";
338                        };
339                };
340                ToolBoxItem
341                {
342                        Identifier      = TID_SOLDEP_BACK;
343                        Type            = TOOLBOXITEM_BUTTON;
344                        Text            = "Back to Overview";
345                        HelpText        = "Back to Overview";
346                        Checkable               = TRUE;
347                        ItemBitmap      = Bitmap
348                        {
349                                File = "arrowup_16.png";
350                        };
351                };
352                ToolBoxItem
353                {
354                        Identifier      = TID_SOLDEP_HIDE_INDEPENDEND;
355                        Type            = TOOLBOXITEM_BUTTON;
356                        Text            = "Hide Independend Modules";
357                        HelpText        = "Hide Independend Modules";
358                        Checkable               = TRUE;
359                        ItemBitmap      = Bitmap
360                        {
361                                File = "hidedependency_16.png";
362                        };
363                };
364                ToolBoxItem
365                {
366                        Identifier      = TID_SOLDEP_CREATEMETA;
367                        Type            = TOOLBOXITEM_BUTTON;
368                        Text            = "Create MetaFile";
369                        Checkable       = TRUE;
370                };
371        };
372};
373
374/*****************************************************************************/
375Bitmap TID_SMALL_PIN_PINED
376/*****************************************************************************/
377{
378    File = "ballgreen_7.png";
379};
380
381/*****************************************************************************/
382Bitmap TID_SMALL_PIN_UNPINED
383/*****************************************************************************/
384{
385    File = "ballred_7.png";
386};
387