summaryrefslogtreecommitdiff
path: root/sc/source/ui/pagedlg/hfedtdlg.src
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/pagedlg/hfedtdlg.src')
-rw-r--r--sc/source/ui/pagedlg/hfedtdlg.src777
1 files changed, 777 insertions, 0 deletions
diff --git a/sc/source/ui/pagedlg/hfedtdlg.src b/sc/source/ui/pagedlg/hfedtdlg.src
new file mode 100644
index 000000000000..bcfdef66b613
--- /dev/null
+++ b/sc/source/ui/pagedlg/hfedtdlg.src
@@ -0,0 +1,777 @@
+/*************************************************************************
+ *
+ * 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.
+ *
+ ************************************************************************/
+/* StarView ressource file */
+#include "hfedtdlg.hrc"
+#define HFEDIT_DLGTITLE \
+ Text [ en-US ] = "Headers/Footers" ; \
+
+#define HEADER \
+ Text [ en-US ] = "Header" ; \
+
+#define FOOTER \
+ Text [ en-US ] = "Footer" ; \
+
+#define HEADER_RIGHT \
+ Text [ en-US ] = "Header (right)" ; \
+
+#define HEADER_LEFT \
+ Text [ en-US ] = "Header (left)" ; \
+
+#define FOOTER_RIGHT \
+ Text [ en-US ] = "Footer (right)" ; \
+
+#define FOOTER_LEFT \
+ Text [ en-US ] = "Footer (left)" ; \
+
+ //------------------------------------------------------------------------
+ // Bearbeiten vom Seitendialog aus aufgerufen
+ //------------------------------------------------------------------------
+TabDialog RID_SCDLG_HFED_HEADER
+{
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 270 , 140 ) ;
+ Text [ en-US ] = "Headers" ;
+ Moveable = TRUE ;
+ // Closeable = TRUE;
+ TabControl 1
+ {
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 260 , 135 ) ;
+ PageList =
+ {
+ PageItem
+ {
+ Identifier = 1 ;
+ HEADER_RIGHT
+ PageResID = RID_SCPAGE_HFED_HR ;
+ };
+ PageItem
+ {
+ Identifier = 2 ;
+ HEADER_LEFT
+ PageResID = RID_SCPAGE_HFED_HL ;
+ };
+ };
+ };
+};
+
+TabDialog RID_SCDLG_HFED_FOOTER
+{
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 270 , 140 ) ;
+ Text [ en-US ] = "Footers" ;
+ Moveable = TRUE ;
+ // Closeable = TRUE;
+ TabControl 1
+ {
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 260 , 135 ) ;
+ PageList =
+ {
+ PageItem
+ {
+ Identifier = 1 ;
+ FOOTER_RIGHT
+ PageResID = RID_SCPAGE_HFED_FR ;
+ };
+ PageItem
+ {
+ Identifier = 2 ;
+ FOOTER_LEFT
+ PageResID = RID_SCPAGE_HFED_FL ;
+ };
+ };
+ };
+};
+
+ //------------------------------------------------------------------------
+ // Bearbeiten/Kopf-Fusszeile:
+ //------------------------------------------------------------------------
+TabDialog RID_SCDLG_HFEDIT_ALL
+{
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 270 , 140 ) ;
+ Moveable = TRUE ;
+ // Closeable = TRUE;
+ HFEDIT_DLGTITLE
+ TabControl 1
+ {
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 260 , 135 ) ;
+ PageList =
+ {
+ PageItem
+ {
+ Identifier = 1 ;
+ HEADER_RIGHT
+ PageResID = RID_SCPAGE_HFED_HR ;
+ };
+ PageItem
+ {
+ Identifier = 2 ;
+ HEADER_LEFT
+ PageResID = RID_SCPAGE_HFED_HL ;
+ };
+ PageItem
+ {
+ Identifier = 3 ;
+ FOOTER_RIGHT
+ PageResID = RID_SCPAGE_HFED_FR ;
+ };
+ PageItem
+ {
+ Identifier = 4 ;
+ FOOTER_LEFT
+ PageResID = RID_SCPAGE_HFED_FL ;
+ };
+ };
+ };
+};
+
+TabDialog RID_SCDLG_HFEDIT_SHDR
+{
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 270 , 140 ) ;
+ Moveable = TRUE ;
+ // Closeable = TRUE;
+ HFEDIT_DLGTITLE
+ TabControl 1
+ {
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 260 , 135 ) ;
+ PageList =
+ {
+ PageItem
+ {
+ Identifier = 1 ;
+ HEADER
+ PageResID = RID_SCPAGE_HFED_HR ;
+ };
+ PageItem
+ {
+ Identifier = 2 ;
+ FOOTER_RIGHT
+ PageResID = RID_SCPAGE_HFED_FR ;
+ };
+ PageItem
+ {
+ Identifier = 3 ;
+ FOOTER_LEFT
+ PageResID = RID_SCPAGE_HFED_FL ;
+ };
+ };
+ };
+};
+
+TabDialog RID_SCDLG_HFEDIT_SFTR
+{
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 270 , 140 ) ;
+ Moveable = TRUE ;
+ // Closeable = TRUE;
+ HFEDIT_DLGTITLE
+ TabControl 1
+ {
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 260 , 135 ) ;
+ PageList =
+ {
+ PageItem
+ {
+ Identifier = 1 ;
+ HEADER_RIGHT
+ PageResID = RID_SCPAGE_HFED_HR ;
+ };
+ PageItem
+ {
+ Identifier = 2 ;
+ HEADER_LEFT
+ PageResID = RID_SCPAGE_HFED_HL ;
+ };
+ PageItem
+ {
+ Identifier = 3 ;
+ FOOTER
+ PageResID = RID_SCPAGE_HFED_FR ;
+ };
+ };
+ };
+};
+
+TabDialog RID_SCDLG_HFEDIT
+{
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 270 , 140 ) ;
+ Moveable = TRUE ;
+ // Closeable = TRUE;
+ HFEDIT_DLGTITLE
+ TabControl 1
+ {
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 260 , 135 ) ;
+ PageList =
+ {
+ PageItem
+ {
+ Identifier = 1 ;
+ HEADER
+ PageResID = RID_SCPAGE_HFED_HR ;
+ };
+ PageItem
+ {
+ Identifier = 2 ;
+ FOOTER
+ PageResID = RID_SCPAGE_HFED_FR ;
+ };
+ };
+ };
+};
+
+TabDialog RID_SCDLG_HFEDIT_HEADER
+{
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 270 , 140 ) ;
+ Moveable = TRUE ;
+ // Closeable = TRUE;
+ HFEDIT_DLGTITLE
+ TabControl 1
+ {
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 260 , 135 ) ;
+ PageList =
+ {
+ PageItem
+ {
+ Identifier = 1 ;
+ HEADER_RIGHT
+ PageResID = RID_SCPAGE_HFED_HR ;
+ };
+ PageItem
+ {
+ Identifier = 2 ;
+ HEADER_LEFT
+ PageResID = RID_SCPAGE_HFED_HL ;
+ };
+ };
+ };
+};
+
+TabDialog RID_SCDLG_HFEDIT_FOOTER
+{
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 270 , 140 ) ;
+ Moveable = TRUE ;
+ // Closeable = TRUE;
+ HFEDIT_DLGTITLE
+ TabControl 1
+ {
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 260 , 135 ) ;
+ PageList =
+ {
+ PageItem
+ {
+ Identifier = 1 ;
+ FOOTER_RIGHT
+ PageResID = RID_SCPAGE_HFED_FR ;
+ };
+ PageItem
+ {
+ Identifier = 2 ;
+ FOOTER_LEFT
+ PageResID = RID_SCPAGE_HFED_FL ;
+ };
+ };
+ };
+};
+
+TabDialog RID_SCDLG_HFEDIT_RIGHTHEADER
+{
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 270 , 140 ) ;
+ Moveable = TRUE ;
+ // Closeable = TRUE;
+ HFEDIT_DLGTITLE
+ TabControl 1
+ {
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 260 , 135 ) ;
+ PageList =
+ {
+ PageItem
+ {
+ Identifier = 1 ;
+ HEADER_RIGHT
+ PageResID = RID_SCPAGE_HFED_HR ;
+ };
+ };
+ };
+};
+
+TabDialog RID_SCDLG_HFEDIT_LEFTHEADER
+{
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 270 , 140 ) ;
+ Moveable = TRUE ;
+ // Closeable = TRUE;
+ HFEDIT_DLGTITLE
+ TabControl 1
+ {
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 260 , 135 ) ;
+ PageList =
+ {
+ PageItem
+ {
+ Identifier = 1 ;
+ HEADER_LEFT
+ PageResID = RID_SCPAGE_HFED_HL ;
+ };
+ };
+ };
+};
+
+TabDialog RID_SCDLG_HFEDIT_RIGHTFOOTER
+{
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 270 , 140 ) ;
+ Moveable = TRUE ;
+ // Closeable = TRUE;
+ HFEDIT_DLGTITLE
+ TabControl 1
+ {
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 260 , 135 ) ;
+ PageList =
+ {
+ PageItem
+ {
+ Identifier = 1 ;
+ FOOTER_RIGHT
+ PageResID = RID_SCPAGE_HFED_FR ;
+ };
+ };
+ };
+};
+
+TabDialog RID_SCDLG_HFEDIT_LEFTFOOTER
+{
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 270 , 140 ) ;
+ Moveable = TRUE ;
+ // Closeable = TRUE;
+ HFEDIT_DLGTITLE
+ TabControl 1
+ {
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 260 , 135 ) ;
+ PageList =
+ {
+ PageItem
+ {
+ Identifier = 1 ;
+ FOOTER_LEFT
+ PageResID = RID_SCPAGE_HFED_FL ;
+ };
+ };
+ };
+};
+
+ //------------------------------------------------------------------------
+ // ScTpHFEdit
+ //------------------------------------------------------------------------
+TabPage RID_HFBASE
+{
+ Hide = TRUE ;
+ HelpId = HID_SCPAGE_HFEDIT ;
+ Pos = MAP_APPFONT ( 0 , 0 ) ;
+ Size = MAP_APPFONT ( 260 , 185 ) ;
+ FixedText FT_LEFT
+ {
+ Pos = MAP_APPFONT ( 6 , 6 ) ;
+ Size = MAP_APPFONT ( 75 , 10 ) ;
+ Text [ en-US ] = "~Left area" ;
+ };
+ FixedText FT_CENTER
+ {
+ Pos = MAP_APPFONT ( 90 , 6 ) ;
+ Size = MAP_APPFONT ( 75 , 10 ) ;
+ Text [ en-US ] = "~Center area" ;
+ };
+ FixedText FT_RIGHT
+ {
+ Pos = MAP_APPFONT ( 174 , 6 ) ;
+ Size = MAP_APPFONT ( 75 , 10 ) ;
+ Text [ en-US ] = "R~ight area" ;
+ };
+ FixedText FT_HF_DEFINED
+ {
+ Pos = MAP_APPFONT ( 12 , 102 ) ;
+ Size = MAP_APPFONT ( 76 , 10 ) ;
+ Text [ en-US ] = "Hea~der" ;
+ };
+
+ FixedText FT_HF_CUSTOM
+ {
+ Pos = MAP_APPFONT ( 12 , 124 ) ;
+ Size = MAP_APPFONT ( 76 , 10 ) ;
+ Text [ en-US ] = "Custom header" ;
+ };
+
+ ImageButton BTN_TEXT
+ {
+ HelpId = HID_SC_HF_TEXT ;
+ Pos = MAP_APPFONT ( 90 , 122 ) ;
+ Size = MAP_APPFONT ( 15 , 15 ) ;
+ TabStop = TRUE ;
+ QuickHelpText [ en-US ] = "Text Attributes" ;
+ ButtonImage = Image
+ {
+ ImageBitmap = Bitmap { File = "text.png" ; };
+ MaskColor = STD_MASKCOLOR ;
+ };
+ };
+
+ ImageButton BTN_FILE
+ {
+ HelpId = HID_SC_HF_FILE ;
+ Pos = MAP_APPFONT ( 113 , 122 ) ;
+ Size = MAP_APPFONT ( 15 , 15 ) ;
+ TabStop = TRUE ;
+ QuickHelpText [ en-US ] = "Title" ;
+ ButtonImage = Image
+ {
+ ImageBitmap = Bitmap { File = "file.png" ; };
+ MaskColor = STD_MASKCOLOR ;
+ };
+ };
+
+ Menu RID_POPUP_FCOMMAND
+ {
+ ItemList =
+ {
+ MenuItem
+ {
+ Identifier = FILE_COMMAND_TITEL ;
+ HelpID = HID_FCOMMAND_TITEL ;
+ Text [ en-US ] = "Title";
+ };
+ MenuItem
+ {
+ Identifier = FILE_COMMAND_FILENAME;
+ HelpID = HID_FCOMMAND_FILENAME;
+ RadioCheck = TRUE ;
+ Text [ en-US ] = "File Name";
+ };
+ MenuItem
+ {
+ Identifier = FILE_COMMAND_PATH;
+ HelpID = HID_FCOMMAND_PATH;
+ RadioCheck = TRUE ;
+ Text [ en-US ] = "Path/File Name";
+ };
+ };
+ };
+
+ ImageButton BTN_TABLE
+ {
+ HelpId = HID_SC_HF_TABLE ;
+ Pos = MAP_APPFONT ( 130 , 122 ) ;
+ Size = MAP_APPFONT ( 15 , 15 ) ;
+ TabStop = TRUE ;
+ QuickHelpText [ en-US ] = "Sheet Name" ;
+ ButtonImage = Image
+ {
+ ImageBitmap = Bitmap { File = "table.png" ; };
+ MaskColor = STD_MASKCOLOR;
+ };
+ };
+
+ ImageButton BTN_PAGE
+ {
+ HelpId = HID_SC_HF_PAGE ;
+ Pos = MAP_APPFONT ( 150 , 122 ) ;
+ Size = MAP_APPFONT ( 15 , 15 ) ;
+ TabStop = TRUE ;
+ QuickHelpText [ en-US ] = "Page" ;
+ ButtonImage = Image
+ {
+ ImageBitmap = Bitmap { File = "page.png" ; };
+ MaskColor = STD_MASKCOLOR ;
+ };
+ };
+
+ ImageButton BTN_PAGES
+ {
+ HelpId = HID_SC_HF_PAGES ;
+ Pos = MAP_APPFONT ( 167 , 122 ) ;
+ Size = MAP_APPFONT ( 15 , 15 ) ;
+ TabStop = TRUE ;
+ QuickHelpText [ en-US ] = "Pages" ;
+ ButtonImage = Image
+ {
+ ImageBitmap = Bitmap { File = "pages.png" ; };
+ MaskColor = STD_MASKCOLOR ;
+ };
+ };
+
+ ImageButton BTN_DATE
+ {
+ HelpId = HID_SC_HF_DATE ;
+ Pos = MAP_APPFONT ( 187 , 122 ) ;
+ Size = MAP_APPFONT ( 15 , 15 ) ;
+ TabStop = TRUE ;
+ QuickHelpText [ en-US ] = "Date" ;
+ ButtonImage = Image
+ {
+ ImageBitmap = Bitmap { File = "date.png" ; };
+ MaskColor = STD_MASKCOLOR ;
+ };
+ };
+
+ ImageButton BTN_TIME
+ {
+ HelpId = HID_SC_HF_TIME ;
+ Pos = MAP_APPFONT ( 204 , 122 ) ;
+ Size = MAP_APPFONT ( 15 , 15 ) ;
+ TabStop = TRUE ;
+ QuickHelpText [ en-US ] = "Time" ;
+ ButtonImage = Image
+ {
+ ImageBitmap = Bitmap { File = "time.png" ; };
+ MaskColor = STD_MASKCOLOR ;
+ };
+ };
+
+ FixedText FT_INFO
+ {
+ Pos = MAP_APPFONT ( 12 , 155 ) ;
+ Size = MAP_APPFONT ( 240 , 24 ) ;
+ WordBreak = TRUE ;
+ Text [ en-US ] = "Use the buttons to change the font or insert field commands such as date, time, etc." ;
+ };
+ FixedLine FL_INFO
+ {
+ Pos = MAP_APPFONT ( 6 , 144 ) ;
+ Size = MAP_APPFONT ( 248 , 8 ) ;
+ Text [ en-US ] = "Note" ;
+ };
+};
+
+ // Kombinationen: Header/Footer links/rechts
+ // die Eingabefenster jeweils mit eigener ID, sonst aus RID_HFBASE kopiert
+TabPage RID_SCPAGE_HFED_HL < RID_HFBASE
+{
+ Hide = TRUE ;
+ HelpId = HID_SCPAGE_HFED_HL ;
+ Control WND_LEFT
+ {
+ HelpId = HID_SC_HF_HLL ;
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 18 ) ;
+ Size = MAP_APPFONT ( 80 , 72 ) ;
+ TabStop = TRUE ;
+ };
+ Control WND_CENTER
+ {
+ HelpId = HID_SC_HF_HLC ;
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 90 , 18 ) ;
+ Size = MAP_APPFONT ( 80 , 72 ) ;
+ TabStop = TRUE ;
+ };
+ Control WND_RIGHT
+ {
+ HelpId = HID_SC_HF_HLR ;
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 174 , 18 ) ;
+ Size = MAP_APPFONT ( 80 , 72 ) ;
+ TabStop = TRUE ;
+ };
+ ListBox LB_DEFINED
+ {
+ HelpId = HID_SC_HF_HL_DEFINED ;
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 90 , 100 ) ;
+ Size = MAP_APPFONT ( 130 , 80 ) ;
+ DropDown = TRUE ;
+ TabStop = TRUE ;
+ };
+};
+
+TabPage RID_SCPAGE_HFED_HR < RID_HFBASE
+{
+ Hide = TRUE ;
+ HelpId = HID_SCPAGE_HFED_HR ;
+ Control WND_LEFT
+ {
+ HelpId = HID_SC_HF_HRL ;
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 18 ) ;
+ Size = MAP_APPFONT ( 80 , 72 ) ;
+ TabStop = TRUE ;
+ };
+ Control WND_CENTER
+ {
+ HelpId = HID_SC_HF_HRC ;
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 90 , 18 ) ;
+ Size = MAP_APPFONT ( 80 , 72 ) ;
+ TabStop = TRUE ;
+ };
+ Control WND_RIGHT
+ {
+ HelpId = HID_SC_HF_HRR ;
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 174 , 18 ) ;
+ Size = MAP_APPFONT ( 80 , 72 ) ;
+ TabStop = TRUE ;
+ };
+ ListBox LB_DEFINED
+ {
+ HelpId = HID_SC_HF_HR_DEFINED ;
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 90 , 100 ) ;
+ Size = MAP_APPFONT ( 130 , 80 ) ;
+ DropDown = TRUE ;
+ TabStop = TRUE ;
+ };
+};
+
+TabPage RID_SCPAGE_HFED_FL < RID_HFBASE
+{
+ Hide = TRUE ;
+ HelpId = HID_SCPAGE_HFED_FL ;
+ Control WND_LEFT
+ {
+ HelpId = HID_SC_HF_FLL ;
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 18 ) ;
+ Size = MAP_APPFONT ( 80 , 72 ) ;
+ TabStop = TRUE ;
+ };
+ Control WND_CENTER
+ {
+ HelpId = HID_SC_HF_FLC ;
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 90 , 18 ) ;
+ Size = MAP_APPFONT ( 80 , 72 ) ;
+ TabStop = TRUE ;
+ };
+ Control WND_RIGHT
+ {
+ HelpId = HID_SC_HF_FLR ;
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 174 , 18 ) ;
+ Size = MAP_APPFONT ( 80 , 72 ) ;
+ TabStop = TRUE ;
+ };
+ ListBox LB_DEFINED
+ {
+ HelpId = HID_SC_HF_FL_DEFINED ;
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 90 , 100 ) ;
+ Size = MAP_APPFONT ( 130 , 80 ) ;
+ DropDown = TRUE ;
+ TabStop = TRUE ;
+ };
+};
+
+TabPage RID_SCPAGE_HFED_FR < RID_HFBASE
+{
+ Hide = TRUE ;
+ HelpId = HID_SCPAGE_HFED_FR ;
+ Control WND_LEFT
+ {
+ HelpId = HID_SC_HF_FRL ;
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 18 ) ;
+ Size = MAP_APPFONT ( 80 , 72 ) ;
+ TabStop = TRUE ;
+ };
+ Control WND_CENTER
+ {
+ HelpId = HID_SC_HF_FRC ;
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 90 , 18 ) ;
+ Size = MAP_APPFONT ( 80 , 72 ) ;
+ TabStop = TRUE ;
+ };
+ Control WND_RIGHT
+ {
+ HelpId = HID_SC_HF_FRR ;
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 174 , 18 ) ;
+ Size = MAP_APPFONT ( 80 , 72 ) ;
+ TabStop = TRUE ;
+ };
+ ListBox LB_DEFINED
+ {
+ HelpId = HID_SC_HF_FR_DEFINED ;
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 90 , 100 ) ;
+ Size = MAP_APPFONT ( 130 , 80 ) ;
+ DropDown = TRUE ;
+ TabStop = TRUE ;
+ };
+};