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