office-gobmx/soldep/source/soldlg.src

374 lines
12 KiB
Text

/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#include <dtsodcmp.hrc>
#include <soldep/soldlg.hrc>
//========================================================================
// Dialogs
ModalDialog RID_SD_DIALOG_NEWPROJECT
{
OutputSize = TRUE;
Text = "New Project";
PosSize = MAP_SYSFONT(18,18,142,142);
SVLook = TRUE;
MOVEABLE = TRUE;
CLOSEABLE = TRUE;
OKButton BTN_OK
{
PosSize = MAP_SYSFONT(5,123,40,14);
TabStop = TRUE;
Hide = FALSE;
DefButton = TRUE;
};
CancelButton BTN_CANCEL {
PosSize = MAP_SYSFONT(50,123,40,14);
TabStop = TRUE;
};
FixedText FT_PRJNAME {
PosSize = MAP_SYSFONT( 5, 10, 100, 10 );
Text = "Project Name";
};
Edit EDIT_PRJNAME {
Border = TRUE;
PosSize = MAP_SYSFONT(5,20,132,10);
};
FixedText FT_PRJSHORT {
PosSize = MAP_SYSFONT( 5, 30, 100, 10 );
Text = "Project Short Name";
};
Edit EDIT_PRJSHORT {
Border = TRUE;
PosSize = MAP_SYSFONT(5,40,132,10);
};
FixedText FT_PRJDEPS {
PosSize = MAP_SYSFONT( 5, 50, 100, 10 );
Text = "Project Depends on";
};
Edit EDIT_PRJDEPS {
Border = TRUE;
PosSize = MAP_SYSFONT(5,60,132,10);
};
};
ModalDialog RID_SD_DIALOG_NEWDIRECTORY
{
OutputSize = TRUE;
Text = "New Directory";
PosSize = MAP_SYSFONT(18,18,142,142);
SVLook = TRUE;
MOVEABLE = TRUE;
CLOSEABLE = TRUE;
OKButton BTN_OK
{
PosSize = MAP_SYSFONT(5,123,40,14);
TabStop = TRUE;
Hide = FALSE;
DefButton = TRUE;
};
CancelButton BTN_CANCEL {
PosSize = MAP_SYSFONT(50,123,40,14);
TabStop = TRUE;
};
FixedText FT_DIRNAME {
PosSize = MAP_SYSFONT( 5, 10, 132, 10 );
Text = "Directory Name ( with projectname )";
};
Edit EDIT_DIRNAME {
Border = TRUE;
PosSize = MAP_SYSFONT(5,20,132,10);
};
FixedText FT_DIRFLAG {
PosSize = MAP_SYSFONT( 5, 30, 100, 10 );
Text = "Directory Flag";
};
Edit EDIT_DIRFLAG {
Border = TRUE;
PosSize = MAP_SYSFONT(5,40,132,10);
};
FixedText FT_DIRDEPS {
PosSize = MAP_SYSFONT( 5, 50, 100, 10 );
Text = "Directory Depends on";
};
Edit EDIT_DIRDEPS {
Border = TRUE;
PosSize = MAP_SYSFONT(5,60,132,10);
};
FixedText FT_DIRACTION {
PosSize = MAP_SYSFONT( 5, 70, 100, 10 );
Text = "What To Do";
};
Edit EDIT_DIRACTION {
Border = TRUE;
PosSize = MAP_SYSFONT(5,80,132,10);
};
FixedText FT_DIRENV {
PosSize = MAP_SYSFONT( 5, 90, 100, 10 );
Text = "Which Environments";
};
Edit EDIT_DIRENV {
Border = TRUE;
PosSize = MAP_SYSFONT(5,100,132,10);
};
};
ModalDialog RID_SD_DIALOG_HELP
{
OutputSize = TRUE;
Text = "Help";
PosSize = MAP_SYSFONT(18,18,242,242);
SVLook = TRUE;
MOVEABLE = TRUE;
CLOSEABLE = TRUE;
OKButton BTN_OK
{
PosSize = MAP_SYSFONT(101,223,40,14);
TabStop = TRUE;
Hide = FALSE;
DefButton = TRUE;
};
MultiLineEdit EDIT_HELP {
Border = TRUE;
PosSize = MAP_SYSFONT(5,5,232,213);
};
};
ModalDialog DLG_VERSIONSELECT {
OutputSize = TRUE;
Pos = MAP_APPFONT( 92, 40 );
Size = MAP_APPFONT( 161, 98 );
Text = "Open workspace";
Moveable = TRUE;
Closeable = TRUE;
ListBox DLG_VERSIONSELECT_LISTBOX {
Border = TRUE;
Pos = MAP_APPFONT( 8, 16 );
Size = MAP_APPFONT( 96, 72 );
TabStop = TRUE;
};
GroupBox DLG_VERSIONSELECT_GROUP {
Pos = MAP_APPFONT( 4, 4 );
Size = MAP_APPFONT( 104, 88 );
Text = "Workspaces";
};
OKButton DLG_VERSIONSELECT_OK {
Pos = MAP_APPFONT( 116, 64 );
Size = MAP_APPFONT( 40, 12 );
DefButton = TRUE;
TabStop = TRUE;
};
CancelButton DLG_VERSIONSELECT_CANCEL {
Pos = MAP_APPFONT( 116, 80 );
Size = MAP_APPFONT( 40, 12 );
TabStop = TRUE;
};
GroupBox DLG_MINORSELECT_GROUP {
Pos = MAP_APPFONT( 110, 4 );
Size = MAP_APPFONT( 47, 30 );
Text = "Minor";
};
Edit DLG_MINORSELECT_EDIT {
Border = TRUE;
Pos = MAP_APPFONT( 115, 16 );
Size = MAP_APPFONT( 36, 12 );
TabStop = TRUE;
};
};
ModelessDialog DLG_AUTOARRANGE {
OutputSize = TRUE;
Pos = MAP_APPFONT( 40, 12 );
Size = MAP_APPFONT( 225, 82 );
Text = "Autoarrange";
Moveable = TRUE;
GroupBox DLG_AUTOARRANGE_GROUP {
Pos = MAP_APPFONT( 4, 4 );
Size = MAP_APPFONT( 216, 72 );
Text = "Progress";
};
FixedText DLG_AUTOARRANGE_TEXT_MODULE {
Pos = MAP_APPFONT( 8, 16 );
Size = MAP_APPFONT( 208, 10 );
Text = "";
};
FixedText DLG_AUTOARRANGE_TEXT_OVERALL {
Pos = MAP_APPFONT( 8, 48 );
Size = MAP_APPFONT( 208, 10 );
Text = "";
};
};
ModalDialog DLG_FIND_PROJECT {
OutputSize = TRUE;
Pos = MAP_APPFONT( 40, 12 );
Size = MAP_APPFONT( 155, 55 );
Text = "Find Project";
Moveable = TRUE;
SVLook = TRUE;
ComboBox DLG_FIND_PROJECT_COMBOBOX
{
Pos = MAP_APPFONT ( 5 , 18 ) ;
Size = MAP_APPFONT ( 100 , 90 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
VScroll = TRUE ;
Sort = TRUE ;
};
OKButton DLG_FIND_PROJECT_OK {
Pos = MAP_APPFONT( 110, 10 );
Size = MAP_APPFONT( 40, 12 );
DefButton = TRUE;
TabStop = TRUE;
};
CancelButton DLG_FIND_PROJECT_CANCEL {
Pos = MAP_APPFONT( 110, 26 );
Size = MAP_APPFONT( 40, 12 );
TabStop = TRUE;
};
};
ToolBox TID_SOLDEP_MAIN
{
ButtonType = BUTTON_SYMBOL;
Align = BOXALIGN_TOP;
LineCount = 1;
SVLook = TRUE;
Border = TRUE;
Sizeable = TRUE;
Dockable = TRUE;
Scroll = TRUE;
Moveable = TRUE;
Closeable = TRUE;
Zoomable = TRUE;
ItemList =
{
ToolBoxItem
{
Identifier = TID_SOLDEP_OPEN;
Type = TOOLBOXITEM_BUTTON;
Text = "Load";
HelpId = TID_SOLDEP_OPEN;
HelpText = "Load";
Checkable = TRUE;
ItemBitmap = Bitmap
{
File = "sx03190.png";
};
};
ToolBoxItem
{
Identifier = TID_SOLDEP_SAVE;
Type = TOOLBOXITEM_BUTTON;
Text = "Save";
HelpId = TID_SOLDEP_SAVE;
HelpText = "Save";
Checkable = TRUE;
ItemBitmap = Bitmap
{
File = "sc05505.png";
};
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR;
};
ToolBoxItem
{
Identifier = TID_SOLDEP_SELECT_WORKSPACE;
Type = TOOLBOXITEM_BUTTON;
Text = "Select Workspace";
HelpId = TID_SOLDEP_HIDE_INDEPENDEND;
HelpText = "Select Workspace";
Checkable = TRUE;
ItemBitmap = Bitmap
{
File = "selectupd_16.png";
};
};
ToolBoxItem
{
Identifier = TID_SOLDEP_FIND;
Type = TOOLBOXITEM_BUTTON;
Text = "Find Module";
HelpId = TID_SOLDEP_FIND;
HelpText = "Find Module";
Checkable = TRUE;
ItemBitmap = Bitmap
{
File = "sc05961.png";
};
};
ToolBoxItem
{
Identifier = TID_SOLDEP_BACK;
Type = TOOLBOXITEM_BUTTON;
Text = "Back to Overview";
HelpId = TID_SOLDEP_BACK;
HelpText = "Back to Overview";
Checkable = TRUE;
ItemBitmap = Bitmap
{
File = "arrowup_16.png";
};
};
ToolBoxItem
{
Identifier = TID_SOLDEP_HIDE_INDEPENDEND;
Type = TOOLBOXITEM_BUTTON;
Text = "Hide Independend Modules";
HelpId = TID_SOLDEP_HIDE_INDEPENDEND;
HelpText = "Hide Independend Modules";
Checkable = TRUE;
ItemBitmap = Bitmap
{
File = "hidedependency_16.png";
};
};
ToolBoxItem
{
Identifier = TID_SOLDEP_CREATEMETA;
Type = TOOLBOXITEM_BUTTON;
Text = "Create MetaFile";
Checkable = TRUE;
};
};
};
/*****************************************************************************/
Bitmap TID_SMALL_PIN_PINED
/*****************************************************************************/
{
File = "ballgreen_7.png";
};
/*****************************************************************************/
Bitmap TID_SMALL_PIN_UNPINED
/*****************************************************************************/
{
File = "ballred_7.png";
};