summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp/envlop.src
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/envelp/envlop.src')
-rw-r--r--sw/source/ui/envelp/envlop.src212
1 files changed, 212 insertions, 0 deletions
diff --git a/sw/source/ui/envelp/envlop.src b/sw/source/ui/envelp/envlop.src
new file mode 100644
index 000000000000..32bc1856441b
--- /dev/null
+++ b/sw/source/ui/envelp/envlop.src
@@ -0,0 +1,212 @@
+/*************************************************************************
+ *
+ * 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.
+ *
+ ************************************************************************/
+ // #pragma ******************************************************************
+
+#include "envlop.hrc"
+#include "helpid.h"
+ // DLG_ENV ------------------------------------------------------------------
+TabDialog DLG_ENV
+{
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Text [ en-US ] = "Envelope" ;
+ Moveable = TRUE ;
+ TabControl 1
+ {
+ OutputSize = TRUE ;
+ PageList =
+ {
+ PageItem
+ {
+ Identifier = TP_ENV_ENV ;
+ Text [ en-US ] = "Envelope" ;
+ PageResID = TP_ENV_ENV ;
+ };
+ PageItem
+ {
+ Identifier = TP_ENV_FMT ;
+ PageResID = TP_ENV_FMT ;
+ Text [ en-US ] = "Format";
+ };
+ PageItem
+ {
+ Identifier = TP_ENV_PRT ;
+ Text [ en-US ] = "Printer" ;
+ PageResID = TP_ENV_PRT ;
+ };
+ };
+ };
+ String ST_INSERT
+ {
+ Text [ en-US ] = "~Insert" ;
+ };
+ String ST_CHANGE
+ {
+ Text [ en-US ] = "~Modify" ;
+ };
+};
+ // TP_ENV_ENV ---------------------------------------------------------------
+TabPage TP_ENV_ENV
+{
+ HelpID = HID_ENV_ENV ;
+ Size = MAP_APPFONT ( 260 , 185 ) ;
+ Hide = TRUE ;
+ FixedText TXT_ADDR
+ {
+ Pos = MAP_APPFONT ( 6 , 6 ) ;
+ Size = MAP_APPFONT ( 124 , 8 ) ;
+ Text [ en-US ] = "Addr~essee" ;
+ Group = TRUE ;
+ Left = TRUE ;
+ };
+ MultiLineEdit EDT_ADDR
+ {
+ HelpID = "sw:MultiLineEdit:TP_ENV_ENV:EDT_ADDR";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 17 ) ;
+ Size = MAP_APPFONT ( 124 , 66 ) ;
+ TabStop = TRUE ;
+ Left = TRUE ;
+ HScroll = TRUE ;
+ VScroll = TRUE ;
+ IgnoreTab = TRUE;
+ };
+ FixedText FT_DATABASE
+ {
+ Pos = MAP_APPFONT ( 162 , 6 ) ;
+ Size = MAP_APPFONT ( 92 , 8 ) ;
+ Text [ en-US ] = "Database" ;
+ };
+ ListBox LB_DATABASE
+ {
+ HelpID = "sw:ListBox:TP_ENV_ENV:LB_DATABASE";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 162 , 17 ) ;
+ Size = MAP_APPFONT ( 82 , 50 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ };
+ FixedText FT_TABLE
+ {
+ Pos = MAP_APPFONT ( 162 , 33 ) ;
+ Size = MAP_APPFONT ( 92 , 8 ) ;
+ Text [ en-US ] = "Table" ;
+ };
+ ListBox LB_TABLE
+ {
+ HelpID = "sw:ListBox:TP_ENV_ENV:LB_TABLE";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 162 , 44 ) ;
+ Size = MAP_APPFONT ( 82 , 50 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ };
+ ImageButton BTN_INSERT
+ {
+ HelpID = "sw:ImageButton:TP_ENV_ENV:BTN_INSERT";
+ Pos = MAP_APPFONT ( 137 , 71 ) ;
+ Size = MAP_APPFONT ( 18 , 12 ) ;
+ SYMBOL = IMAGEBUTTON_ARROW_LEFT ;
+ TabStop = TRUE ;
+ };
+ FixedText FT_DBFIELD
+ {
+ Pos = MAP_APPFONT ( 162 , 60 ) ;
+ Size = MAP_APPFONT ( 92 , 8 ) ;
+ Text [ en-US ] = "~Database field" ;
+ };
+ ListBox LB_DBFIELD
+ {
+ HelpID = "sw:ListBox:TP_ENV_ENV:LB_DBFIELD";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 162 , 71 ) ;
+ Size = MAP_APPFONT ( 82 , 50 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ };
+ CheckBox BOX_SEND
+ {
+ HelpID = "sw:CheckBox:TP_ENV_ENV:BOX_SEND";
+ Pos = MAP_APPFONT ( 6 , 105 ) ;
+ Size = MAP_APPFONT ( 124 , 8 ) ;
+ Text [ en-US ] = "~Sender" ;
+ TabStop = TRUE ;
+ };
+ MultiLineEdit EDT_SEND
+ {
+ HelpID = "sw:MultiLineEdit:TP_ENV_ENV:EDT_SEND";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 116) ;
+ Size = MAP_APPFONT ( 124 , 63 ) ;
+ TabStop = TRUE ;
+ Left = TRUE ;
+ HScroll = TRUE ;
+ VScroll = TRUE ;
+ IgnoreTab = TRUE;
+ };
+ Window WIN_PREVIEW
+ {
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 160 , 116 ) ;
+ Size = MAP_APPFONT ( 84 , 63 ) ;
+ };
+};
+ // Strings ******************************************************************
+String STR_DOC_TITLE
+{
+ Text [ en-US ] = "Envelope" ;
+};
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+