summaryrefslogtreecommitdiffstats
path: root/sw/source/ui
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-03-22 08:40:18 +0000
committerOliver Specht <os@openoffice.org>2001-03-22 08:40:18 +0000
commitcf2debbe7a6766a09444221dd28ea051bcd0af62 (patch)
treefe9c561c513a421770c82b96d8daf1e8effc3b84 /sw/source/ui
parentoptions dialog changes (diff)
downloadcore-cf2debbe7a6766a09444221dd28ea051bcd0af62.tar.gz
core-cf2debbe7a6766a09444221dd28ea051bcd0af62.zip
options dialog changes
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/config/optdlg.hrc75
-rw-r--r--sw/source/ui/config/optdlg.src2068
-rw-r--r--sw/source/ui/config/optload.hrc49
-rw-r--r--sw/source/ui/config/optload.src1267
-rw-r--r--sw/source/ui/config/redlopt.hrc49
-rw-r--r--sw/source/ui/config/redlopt.src884
-rw-r--r--sw/source/ui/inc/cfgitems.hxx50
-rw-r--r--sw/source/ui/inc/optload.hxx150
-rw-r--r--sw/source/ui/inc/optpage.hxx150
9 files changed, 2427 insertions, 2315 deletions
diff --git a/sw/source/ui/config/optdlg.hrc b/sw/source/ui/config/optdlg.hrc
index 86e116d1c1a4..c1299299e58b 100644
--- a/sw/source/ui/config/optdlg.hrc
+++ b/sw/source/ui/config/optdlg.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: optdlg.hrc,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: os $ $Date: 2001-02-09 07:57:51 $
+ * last change: $Author: os $ $Date: 2001-03-22 09:36:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,10 +64,6 @@
#define GB_NOPRINT 2
#define GB_WINDOW 3
#define GB_BACK 4
-#define GB_METRIC 5
-#define ST_METRIC 6
-#define GB_TAB 7
-#define MF_TAB 8
#define CB_GRF 1
#define CB_TBL 2
@@ -92,7 +88,7 @@
#define CB_FLDBACK 21
#define GB_LINE 22
#define CB_POSTIT 23
-#define LB_METRIC 24
+
#define CB_BIGHANDLE 25
#define CB_TEST1 25
@@ -154,52 +150,8 @@
#define RB_PAGEEND 83
#define LB_FAX 86
#define CB_BLACK_FONT 87
-
-//Grid-Page
-#define GB_GRID 90
-#define MTR_FLD_GRID 2
-#define BTN_MORE 3
-#define GRP_DRAWGRID 4
-#define GRP_OPTIONS 5
-#define GRP_SNAPGRID 6
-#define GRP_ORIGIN 7
-#define CBX_GRID_SNAP 8
-#define CBX_SYNCHRONIZE 9
-#define CBX_EQUAL_GRID 10
-#define CBX_SNAPGRID 11
-#define CBX_ORIGIN 12
-#define CBX_GRID_VISIBLE 13
-#define MTR_FLD_DRAW_Y 18
-#define MTR_FLD_DRAW_X 21
-#define MTR_FLD_DIVISION_X 22
-#define MTR_FLD_DIVISION_Y 23
-#define FT_DRAW_X 26
-#define FT_DRAW_Y 27
-#define FT_RESOLUTION 28
-#define FT_DIVISION 29
-#define CBX_CROSSHAIR 30
-#define CB_RULER 31
-
-
-// DefaultFarben
-#define SW_COLOR_START 1
-#define CL_BLACK (SW_COLOR_START + 0)
-#define CL_BLUE (SW_COLOR_START + 1)
-#define CL_GREEN (SW_COLOR_START + 2)
-#define CL_CYAN (SW_COLOR_START + 3)
-#define CL_RED (SW_COLOR_START + 4)
-#define CL_MAGENTA (SW_COLOR_START + 5)
-#define CL_BROWN (SW_COLOR_START + 6)
-#define CL_GRAY (SW_COLOR_START + 7)
-#define CL_LIGHTGRAY (SW_COLOR_START + 8)
-#define CL_LIGHTBLUE (SW_COLOR_START + 9)
-#define CL_LIGHTGREEN (SW_COLOR_START + 10)
-#define CL_LIGHTCYAN (SW_COLOR_START + 11)
-#define CL_LIGHTRED (SW_COLOR_START + 12)
-#define CL_LIGHTMAGENTA (SW_COLOR_START + 13)
-#define CL_YELLOW (SW_COLOR_START + 14)
-#define CL_WHITE (SW_COLOR_START + 15)
-#define SW_COLOR_END CL_WHITE
+#define LB_HMETRIC 88
+#define LB_VMETRIC 89
// Tabpage Grundschriften
#define FT_STANDARD 90
@@ -217,25 +169,34 @@
#define CB_DOCONLY 102
//Tabpage Tabelle
-#define GB_MOVE 110
+#define CB_HEADER 101
+#define CB_REPEAT_HEADER 102
+#define CB_DONT_SPLIT 103
+#define CB_BORDER 104
+#define CB_NUMFORMATTING 105
+#define CB_NUMALIGNMENT 106
+#define GB_TABLE 107
+#define GB_TABLE_INSERT 108
+#define CB_NUMFMT_FORMATTING 109
+#define GB_MOVE 110
#define FT_ROWMOVE 111
#define MF_ROWMOVE 112
#define FT_COLMOVE 113
#define MF_COLMOVE 114
-#define GB_INSERT 115
+#define FT_INSERT 115
#define FT_ROWINSERT 116
#define MF_ROWINSERT 117
#define FT_COLINSERT 118
#define MF_COLINSERT 119
-#define GB_HANDLING 120
+#define FT_HANDLING 120
#define RB_FIX 121
#define RB_FIXPROP 122
#define RB_VAR 123
#define FT_FIX 124
#define FT_FIXPROP 125
#define FT_VAR 126
-#define FT_DESC 127
+#define FT_MOVE 128
#define GB_COLOR 130
#define FT_SGML 131
#define LB_SGML 132
diff --git a/sw/source/ui/config/optdlg.src b/sw/source/ui/config/optdlg.src
index 08ad54dd1115..0e52af8eb671 100644
--- a/sw/source/ui/config/optdlg.src
+++ b/sw/source/ui/config/optdlg.src
@@ -2,9 +2,9 @@
*
* $RCSfile: optdlg.src,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: kz $ $Date: 2001-03-21 20:46:09 $
+ * last change: $Author: os $ $Date: 2001-03-22 09:36:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,10 +81,277 @@ TabPage TP_CONTENT_OPT
SVLook = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ;
Hide = TRUE ;
- GroupBox GB_DISP
+ FixedLine GB_LINE
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 120 , 77 ) ;
+ Size = MAP_APPFONT ( 120 , 8 ) ;
+ Text = "Hilfslinien" ;
+ Text [ ENGLISH ] = "Visual aids" ;
+ Group = TRUE ;
+ Text[ language_user1 ] = " ";
+ };
+ CheckBox CB_TXTBEG
+ {
+ Pos = MAP_APPFONT ( 12 , 14 ) ;
+ Size = MAP_APPFONT ( 108 , 10 ) ;
+ Text = "Te~xtbegrenzungen" ;
+ Text [ ENGLISH ] = "Text limits" ;
+ Text [ norwegian ] = "Text boundaries" ;
+ Text [ italian ] = "Limiti di ~testo" ;
+ Text [ portuguese_brazilian ] = "Limites do texto" ;
+ Text [ portuguese ] = "~Limites do texto" ;
+ Text [ finnish ] = "Tekstin rajat" ;
+ Text [ danish ] = "Tekstmargener" ;
+ Text [ french ] = "Dlimitations du te~xte" ;
+ Text [ swedish ] = "Te~xtbegrnsningar" ;
+ Text [ dutch ] = "Tekst~begrenzingen" ;
+ Text [ spanish ] = "Lmites del ~texto" ;
+ Text [ english_us ] = "Te~xt limits" ;
+ TabStop = TRUE ;
+ Text[ chinese_simplified ] = "ı߽(~X)";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Granice tekstu";
+ Text[ japanese ] = "÷Ă̋E(~X)";
+ Text[ chinese_traditional ] = "(~X)";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "ؽƮ 輱";
+ Text[ turkish ] = "Metin snrlar";
+ Text[ language_user1 ] = " ";
+ };
+ CheckBox CB_TABBEG
+ {
+ Pos = MAP_APPFONT ( 12 , 27 ) ;
+ Size = MAP_APPFONT ( 108 , 10 ) ;
+ Text = "Tabelle~nbegrenzungen" ;
+ Text [ ENGLISH ] = "~Table boundaries" ;
+ Text [ norwegian ] = "~Table boundaries" ;
+ Text [ italian ] = "Limiti ~tabella" ;
+ Text [ portuguese_brazilian ] = "~Limites da tabela" ;
+ Text [ portuguese ] = "~Limites da tabela" ;
+ Text [ finnish ] = "~Taulukon rajat" ;
+ Text [ danish ] = "Tabelgrnser" ;
+ Text [ french ] = "~Bordures de tableau" ;
+ Text [ swedish ] = "Tabellbegr~nsningar" ;
+ Text [ dutch ] = "~Tabelbegrenzingen" ;
+ Text [ spanish ] = "Lmites de la t~abla" ;
+ Text [ english_us ] = "T~able limits" ;
+ Text[ chinese_simplified ] = "߽(~B)";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Ograniczenia tabeli";
+ Text[ japanese ] = "\\̋E(~B)";
+ Text[ chinese_traditional ] = "(~B)";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "ǥ (~A)";
+ Text[ turkish ] = "Tablo snrlar";
+ Text[ language_user1 ] = " ";
+ };
+ CheckBox CB_SECT_BOUNDS
+ {
+ Pos = MAP_APPFONT ( 12 , 40 ) ;
+ Size = MAP_APPFONT ( 108 , 10 ) ;
+ Text = "~Bereichsbegrenzungen" ;
+ Text [ ENGLISH ] = "~Section boundaries" ;
+ Text[ english_us ] = "~Section limits";
+ Text[ portuguese ] = "~Limites de rea";
+ Text[ russian ] = " ";
+ Text[ dutch ] = "~Bereiksgrenzen";
+ Text[ french ] = "~Limites de sections";
+ Text[ spanish ] = "~Lmites de rea";
+ Text[ italian ] = "Limiti area";
+ Text[ danish ] = "Omrdegrnser";
+ Text[ swedish ] = "Omrdesbegrnsningar";
+ Text[ polish ] = "Ograniczenie obszaru";
+ Text[ portuguese_brazilian ] = "~Section boundaries";
+ Text[ japanese ] = "͈͂̋؂(~S)";
+ Text[ chinese_simplified ] = "߽(~S)";
+ Text[ chinese_traditional ] = "ϰ(~S)";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " (~S)";
+ Text[ turkish ] = "~Blm snrlar";
+ Text[ language_user1 ] = " ";
+ };
+ CheckBox CB_CROSS
+ {
+ Pos = MAP_APPFONT ( 12 , 53 ) ;
+ Size = MAP_APPFONT ( 108 , 10 ) ;
+ Text = "H~ilfslinien beim ~Verschieben" ;
+ Text [ ENGLISH ] = "Guides while moving" ;
+ };
+ CheckBox CB_HANDLE
+ {
+ Pos = MAP_APPFONT ( 12 , 66 ) ;
+ Size = MAP_APPFONT ( 108 , 10 ) ;
+ Text = "~Einfache Griffe" ;
+ Text [ ENGLISH ] = "Simple control points" ;
+ };
+ CheckBox CB_BIGHANDLE
+ {
+ Pos = MAP_APPFONT ( 12 , 79 ) ;
+ Size = MAP_APPFONT ( 108 , 10 ) ;
+ Text = "~Groe Griffe" ;
+ Text [ ENGLISH ] = "Large control points" ;
+ };
+ FixedLine GB_WINDOW
+ {
+ Pos = MAP_APPFONT ( 130 , 3 ) ;
+ Size = MAP_APPFONT ( 120 , 8 ) ;
+ Text = "Ansicht";
+ Text[English] = "View";
+ Group = TRUE ;
+ };
+ CheckBox CB_HSCROLL
+ {
+ Pos = MAP_APPFONT ( 136 , 14 ) ;
+ Size = MAP_APPFONT ( 108 , 10 ) ;
+ Text = "Horizontale Bildla~ufleiste" ;
+ Text [ ENGLISH ] = "~Horizontal scrollbar" ;
+ Text [ english_us ] = "H~orizontal scroll" ;
+ Text [ italian ] = "Barra di scorrimento orizzontale" ;
+ Text [ spanish ] = "Barra de desplazamiento ~horizontal" ;
+ Text [ french ] = "Barre de dfilement ~horizontale" ;
+ Text [ dutch ] = "H~orizontale beeldschuifbalk" ;
+ Text [ swedish ] = "H~orisontell bildrullningslist" ;
+ Text [ danish ] = "Vandret rullepanel" ;
+ Text [ portuguese_brazilian ] = "Horizontale Bildla~ufleiste" ;
+ Text [ portuguese ] = "Barra de deslocao ~horizontal" ;
+ Text[ chinese_simplified ] = "ˮƽ(~H)";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Poziomy pa~sek przewijania obrazu";
+ Text[ japanese ] = "۰ް(~H)";
+ Text[ chinese_traditional ] = "Vb(~H)";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " ũ(~O)";
+ Text[ turkish ] = "Yatay kaydrma ~ubuu";
+ Text[ language_user1 ] = " ";
+ };
+ CheckBox CB_VSCROLL
+ {
+ Pos = MAP_APPFONT ( 136 , 27 ) ;
+ Size = MAP_APPFONT ( 108 , 10 ) ;
+ Text = "~Vertikale Bildlaufleiste" ;
+ Text [ ENGLISH ] = "~Vertical scrollbar" ;
+ Text [ english_us ] = "~Vertical scroll" ;
+ Text [ italian ] = "Barra di scorrimento verticale" ;
+ Text [ spanish ] = "Barra de desplazamiento ~vertical" ;
+ Text [ french ] = "Barre de dfilement ~verticale" ;
+ Text [ dutch ] = "~Verticale schuifbalk" ;
+ Text [ swedish ] = "~Vertikal bildrullningslist" ;
+ Text [ danish ] = "Lodret rullepanel" ;
+ Text [ portuguese_brazilian ] = "~Vertikale Bildlaufleiste" ;
+ Text [ portuguese ] = "Barra de deslocamento ~vertical" ;
+ Text[ chinese_simplified ] = "ֱ(~V)";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Piono~wy pasek przewijania obrazu";
+ Text[ japanese ] = "۰ް(~V)";
+ Text[ chinese_traditional ] = "b(~V)";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " ũ(~V)";
+ Text[ turkish ] = "Di~key kaydrma ubuu";
+ Text[ language_user1 ] = " ";
+ };
+ CheckBox CB_HRULER
+ {
+ Pos = MAP_APPFONT ( 136 , 40 ) ;
+ Size = MAP_APPFONT ( 108 , 10 ) ;
+ Text = "Horizontales ~Lineal" ;
+ Text [ ENGLISH ] = "~Horic. ruler" ;
+ Text [ norwegian ] = "~Horic. ruler" ;
+ Text [ italian ] = "Rig~hello orizzontale" ;
+ Text [ portuguese_brazilian ] = "~Rgua horizontal" ;
+ Text [ portuguese ] = "~Rgua horizontal" ;
+ Text [ finnish ] = "~Vaakaviivain" ;
+ Text [ danish ] = "Vandret lineal" ;
+ Text [ french ] = "Rgle hori~zontale" ;
+ Text [ swedish ] = "Horisontell ~linjal" ;
+ Text [ dutch ] = "Horizontale ~liniaal" ;
+ Text [ spanish ] = "Regla h~orizontal" ;
+ Text [ english_us ] = "Hori~zontal ruler" ;
+ Text[ chinese_simplified ] = "ˮƽ(~O)";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Linijka pozioma";
+ Text[ japanese ] = "ٰ(~O)";
+ Text[ chinese_traditional ] = "Ф(~O)";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " (~Z)";
+ Text[ turkish ] = "Yatay cetvel";
+ Text[ language_user1 ] = " ";
+ };
+ ListBox LB_HMETRIC
+ {
+ Pos = MAP_APPFONT ( 206 , 38 ) ;
+ Size = MAP_APPFONT ( 45 , 60 ) ;
+ DropDown = TRUE;
+ };
+ CheckBox CB_VRULER
+ {
+ Pos = MAP_APPFONT ( 136 , 53 ) ;
+ Size = MAP_APPFONT ( 108 , 10 ) ;
+ Text = "Verti~kales Lineal" ;
+ Text [ ENGLISH ] = "~Vert. ruler" ;
+ Text [ norwegian ] = "~Vert. ruler" ;
+ Text [ italian ] = "Ri~ghello verticale" ;
+ Text [ portuguese_brazilian ] = "~Rgua vertical" ;
+ Text [ portuguese ] = "~Rgua vertical" ;
+ Text [ finnish ] = "~Pystyviivain" ;
+ Text [ danish ] = "Lodret lineal" ;
+ Text [ french ] = "Rgle verti~cale" ;
+ Text [ swedish ] = "Verti~kal linjal" ;
+ Text [ dutch ] = "Verticale l~iniaal" ;
+ Text [ spanish ] = "Regla v~ertical" ;
+ Text [ english_us ] = "V~ertical ruler" ;
+ Text[ chinese_simplified ] = "ֱ(~E)";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Linij~ka pionowa";
+ Text[ japanese ] = "ٰ(~E)";
+ Text[ chinese_traditional ] = "Ф(~E)";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " (~E)";
+ Text[ turkish ] = "Dikey cetvel";
+ Text[ language_user1 ] = " ";
+ };
+ ListBox LB_VMETRIC
+ {
+ Pos = MAP_APPFONT ( 206 , 51 ) ;
+ Size = MAP_APPFONT ( 30 , 60 ) ;
+ DropDown = TRUE;
+ };
+ CheckBox CB_SMOOTH_SCROLL
+ {
+ Pos = MAP_APPFONT ( 136 , 66 ) ;
+ Size = MAP_APPFONT ( 108 , 10 ) ;
+ Text = "~Weiches Scrollen" ;
+ Text [ ENGLISH ] = "S~mooth scroll" ;
+ Text [ english_us ] = "S~mooth scroll" ;
+ Text [ portuguese_brazilian ] = "~Weiches Scrollen" ;
+ Text [ swedish ] = "~Mjuk rullning" ;
+ Text [ danish ] = "Bld rulning" ;
+ Text [ italian ] = "Scorrimento dolce" ;
+ Text [ spanish ] = "Desplazamiento ~suave" ;
+ Text [ french ] = "~Dfilement doux" ;
+ Text [ dutch ] = "~Zacht scrollen" ;
+ Text [ portuguese ] = "~Mover suavemente" ;
+ Text[ chinese_simplified ] = "ƽ(~M)";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Mikkie przewijanie";
+ Text[ japanese ] = "炩Ƚ۰(~M)";
+ Text[ chinese_traditional ] = "Ʊ(~M)";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "ε巴 ũ(~M)";
+ Text[ turkish ] = "Yava kaydrma";
+ Text[ language_user1 ] = " ";
+ };
+ FixedLine GB_DISP
+ {
+ Pos = MAP_APPFONT ( 6 , 95 ) ;
+ Size = MAP_APPFONT ( 120 , 8 ) ;
Text = "Anzeigen" ;
Text [ ENGLISH ] = "Display" ;
Text [ norwegian ] = "Display" ;
@@ -112,7 +379,7 @@ TabPage TP_CONTENT_OPT
};
CheckBox CB_GRF
{
- Pos = MAP_APPFONT ( 12 , 14 ) ;
+ Pos = MAP_APPFONT ( 12 , 106 ) ;
Size = MAP_APPFONT ( 108 , 10 ) ;
Text = "~Grafiken und Objekte" ;
Text [ ENGLISH ] = "Gra~phics and Objects" ;
@@ -142,7 +409,7 @@ TabPage TP_CONTENT_OPT
};
CheckBox CB_TBL
{
- Pos = MAP_APPFONT ( 12 , 27 ) ;
+ Pos = MAP_APPFONT ( 12 , 119 ) ;
Size = MAP_APPFONT ( 108 , 10 ) ;
Text = "~Tabellen " ;
Text [ ENGLISH ] = "~Tables" ;
@@ -170,7 +437,7 @@ TabPage TP_CONTENT_OPT
};
CheckBox CB_DRWFAST
{
- Pos = MAP_APPFONT ( 12 , 40 ) ;
+ Pos = MAP_APPFONT ( 12 , 132 ) ;
Size = MAP_APPFONT ( 108 , 10 ) ;
Text = "Zeichnungen und ~Kontrollfelder" ;
Text [ ENGLISH ] = "Dra~wings and controls" ;
@@ -198,9 +465,8 @@ TabPage TP_CONTENT_OPT
};
CheckBox CB_FIELD
{
- Pos = MAP_APPFONT ( 12 , 53 ) ;
+ Pos = MAP_APPFONT ( 12 , 145 ) ;
Size = MAP_APPFONT ( 108 , 10 ) ;
- /* ### ACHTUNG: Neuer Text in Resource? F~eldname : F~eldname anzeigen */
Text = "F~eldnamen" ;
Text [ ENGLISH ] = "~Field names" ;
Text [ english_us ] = "~Field codes" ;
@@ -225,7 +491,7 @@ TabPage TP_CONTENT_OPT
};
CheckBox CB_POSTIT
{
- Pos = MAP_APPFONT ( 12 , 67 ) ;
+ Pos = MAP_APPFONT ( 12 , 158 ) ;
Size = MAP_APPFONT ( 108 , 10 ) ;
Text = "N~otizen" ;
Text [ ENGLISH ] = "N~otes" ;
@@ -249,10 +515,10 @@ TabPage TP_CONTENT_OPT
Text[ turkish ] = "Notlar";
Text[ language_user1 ] = " ";
};
- GroupBox GB_BACK
+ FixedLine GB_BACK
{
- Pos = MAP_APPFONT ( 6 , 83 ) ;
- Size = MAP_APPFONT ( 120 , 63 ) ;
+ Pos = MAP_APPFONT ( 130 , 95 ) ;
+ Size = MAP_APPFONT ( 120 , 8 ) ;
Text = "Hinterlegung" ;
Text [ ENGLISH ] = "Background" ;
Text [ norwegian ] = "Background" ;
@@ -280,7 +546,7 @@ TabPage TP_CONTENT_OPT
};
CheckBox CB_IDX_ENTRY
{
- Pos = MAP_APPFONT ( 12 , 94 ) ;
+ Pos = MAP_APPFONT ( 136 , 106 ) ;
Size = MAP_APPFONT ( 108 , 10 ) ;
Text = "Verzeichniseintr~ge" ;
Text [ ENGLISH ] = "Index entries" ;
@@ -308,7 +574,7 @@ TabPage TP_CONTENT_OPT
};
CheckBox CB_INDEX
{
- Pos = MAP_APPFONT ( 12 , 107 ) ;
+ Pos = MAP_APPFONT ( 136 , 119 ) ;
Size = MAP_APPFONT ( 108 , 10 ) ;
Text = "Verzeichn~isse" ;
Text [ ENGLISH ] = "Indexes" ;
@@ -334,7 +600,7 @@ TabPage TP_CONTENT_OPT
};
CheckBox CB_FOOTBACK
{
- Pos = MAP_APPFONT ( 12 , 120 ) ;
+ Pos = MAP_APPFONT ( 130 , 132 ) ;
Size = MAP_APPFONT ( 108 , 10 ) ;
Text = "Fu~noten" ;
Text [ ENGLISH ] = "Footnotes" ;
@@ -360,7 +626,7 @@ TabPage TP_CONTENT_OPT
};
CheckBox CB_FLDBACK
{
- Pos = MAP_APPFONT ( 12 , 133 ) ;
+ Pos = MAP_APPFONT ( 130 , 145 ) ;
Size = MAP_APPFONT ( 108 , 10 ) ;
Text = "~Felder" ;
Text [ ENGLISH ] = "Fields" ;
@@ -384,983 +650,6 @@ TabPage TP_CONTENT_OPT
Text[ turkish ] = "Alanlar";
Text[ language_user1 ] = " ";
};
- //_----------------------------
- GroupBox GB_NOPRINT
- {
- Pos = MAP_APPFONT ( 134 , 3 ) ;
- Size = MAP_APPFONT ( 120 , 143 ) ;
- Text = "Nicht druckbare Zeichen" ;
- Text [ ENGLISH ] = "Unprintable Characters" ;
- Text [ norwegian ] = "Unprintable Characters" ;
- Text [ italian ] = "Caratteri non stampabili" ;
- Text [ portuguese_brazilian ] = "Unprintable Characters" ;
- Text [ portuguese ] = "Caracteres no imprimveis" ;
- Text [ finnish ] = "Unprintable Characters" ;
- Text [ danish ] = "Tegn som ikke kan udskrives" ;
- Text [ french ] = "Caractres non imprimables " ;
- Text [ swedish ] = "Icke utskrivbara tecken" ;
- Text [ dutch ] = "Niet-afdrukbare tekens" ;
- Text [ spanish ] = "Caracteres no imprimibles" ;
- Text [ english_us ] = "Nonprinting characters" ;
- Group = TRUE ;
- Text[ chinese_simplified ] = "ɴӡַ";
- Text[ russian ] = " ";
- Text[ polish ] = "Znaki niedrukowalne";
- Text[ japanese ] = "ȂL̕\\/\\";
- Text[ chinese_traditional ] = "";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "ܶȣǥ";
- Text[ turkish ] = "Yazdrlmayan karakterler";
- Text[ language_user1 ] = " ";
- };
- CheckBox CB_PARA
- {
- Pos = MAP_APPFONT ( 140 , 14 ) ;
- Size = MAP_APPFONT ( 108 , 10 ) ;
- Text = "~Absatzende" ;
- Text [ ENGLISH ] = "Paragraph ends" ;
- Text [ norwegian ] = "Paragraph ends" ;
- Text [ italian ] = "Fine paragrafo" ;
- Text [ portuguese_brazilian ] = "Finais de pargrafo" ;
- Text [ portuguese ] = "~Fim de pargrafo" ;
- Text [ finnish ] = "Kappaleenvaihdot" ;
- Text [ danish ] = "Afsnitsslutning" ;
- Text [ french ] = "~Fin de paragraphe" ;
- Text [ swedish ] = "Styck~etecken" ;
- Text [ dutch ] = "~Einde alinea" ;
- Text [ spanish ] = "~Fin de prrafo" ;
- Text [ english_us ] = "Pa~ragraph end" ;
- TabStop = TRUE ;
- Group = TRUE ;
- Text[ chinese_simplified ] = "β (~M)";
- Text[ russian ] = " ";
- Text[ polish ] = "Koniec akapitu";
- Text[ japanese ] = "i (~M)";
- Text[ chinese_traditional ] = "q (~M)";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "ܶ (~R)";
- Text[ turkish ] = "Paragraf sonu";
- Text[ language_user1 ] = " ";
- };
- CheckBox CB_SHYPH
- {
- Pos = MAP_APPFONT ( 140 , 27 ) ;
- Size = MAP_APPFONT ( 108 , 10 ) ;
- Text = "~Weiche Trenner" ;
- Text [ ENGLISH ] = "Soft hyphens" ;
- Text [ norwegian ] = "Soft hyphens" ;
- Text [ italian ] = "Sillabazione ~manuale" ;
- Text [ portuguese_brazilian ] = "Hfens soft" ;
- Text [ portuguese ] = "~Hfens opcionais" ;
- Text [ finnish ] = "Ehdolliset tavuviivat" ;
- Text [ danish ] = "Blde skilletegn" ;
- Text [ french ] = "Traits d'union ~automatiques" ;
- Text [ swedish ] = "~Mjuka bindestreck" ;
- Text [ dutch ] = "Tij~delijke afbreektekens" ;
- Text [ spanish ] = "G~uiones opcionales" ;
- Text [ english_us ] = "Optional h~yphens" ;
- Text[ chinese_simplified ] = "ַ(~Y)";
- Text[ russian ] = " ";
- Text[ polish ] = "Mikkie znaki podziau";
- Text[ japanese ] = "Oʲ(~Y)";
- Text[ chinese_traditional ] = "iΪsr(~Y)";
- Text[ arabic ] = " ";
- Text[ greek ] = "~ ";
- Text[ korean ] = " (~Y)";
- Text[ turkish ] = "Ay~rma iareti";
- Text[ language_user1 ] = " ";
- };
- CheckBox CB_SPACE
- {
- Pos = MAP_APPFONT ( 140 , 40 ) ;
- Size = MAP_APPFONT ( 108 , 10 ) ;
- Text = "Lee~rzeichen" ;
- Text [ ENGLISH ] = "Spaces" ;
- Text [ norwegian ] = "Spaces" ;
- Text [ italian ] = "Spazi" ;
- Text [ portuguese_brazilian ] = "Espaamentos" ;
- Text [ portuguese ] = "Espaamentos" ;
- Text [ finnish ] = "Vlilynnit" ;
- Text [ danish ] = "Mellemrum" ;
- Text [ french ] = "Es~paces" ;
- Text [ swedish ] = "Bl~anksteg" ;
- Text [ dutch ] = "~Spaties" ;
- Text [ spanish ] = "Esp~acios" ;
- Text [ english_us ] = "Spa~ces" ;
- Text[ chinese_simplified ] = "հַ(~S)";
- Text[ russian ] = "";
- Text[ polish ] = "Spa~cje";
- Text[ japanese ] = "߰(~S)";
- Text[ chinese_traditional ] = "ťզr(~S)";
- Text[ arabic ] = " ";
- Text[ greek ] = "";
- Text[ korean ] = "(~C)";
- Text[ turkish ] = "~Boluklar";
- Text[ language_user1 ] = " ";
- };
- CheckBox CB_HSPACE
- {
- Pos = MAP_APPFONT ( 140 , 53 ) ;
- Size = MAP_APPFONT ( 108 , 10 ) ;
- Text = "Ge~sch. Leerzeichen" ;
- Text [ ENGLISH ] = "Nonbreaking spaces" ;
- Text [ norwegian ] = "Nonbreaking spaces" ;
- Text [ italian ] = "Spa~zio non divisibile" ;
- Text [ portuguese_brazilian ] = "Espaos ininterruptos" ;
- Text [ portuguese ] = "Espaos p~rotegidos" ;
- Text [ finnish ] = "Sitovat vlilynnit" ;
- Text [ danish ] = "Beskyttede mellemrum" ;
- Text [ french ] = "~Espaces protgs" ;
- Text [ swedish ] = "~Skyddade blanksteg" ;
- Text [ dutch ] = "~Beveiligde spatie" ;
- Text [ spanish ] = "Espacios proteg~idos" ;
- Text [ english_us ] = "Non-breaking s~paces" ;
- Text[ chinese_simplified ] = "ܱĿհַ(~P)";
- Text[ russian ] = " ";
- Text[ polish ] = "Zab~ezpieczone spacje";
- Text[ japanese ] = "ی߰(~P)";
- Text[ chinese_traditional ] = "O@ťզr(~P)";
- Text[ arabic ] = " ";
- Text[ greek ] = "~ ";
- Text[ korean ] = " ȣ(~P)";
- Text[ turkish ] = "Blnemez boluklar";
- Text[ language_user1 ] = " ";
- };
- CheckBox CB_TAB
- {
- Pos = MAP_APPFONT ( 140 , 66 ) ;
- Size = MAP_APPFONT ( 108 , 10 ) ;
- Text = "Ta~bulatoren" ;
- Text [ ENGLISH ] = "~Tabs" ;
- Text [ norwegian ] = "~Tabs" ;
- Text [ italian ] = "~Tabulazioni" ;
- Text [ portuguese_brazilian ] = "~Tabulaes" ;
- Text [ portuguese ] = "~Tabulaes" ;
- Text [ finnish ] = "~Sarkaimet" ;
- Text [ danish ] = "Tabulatorer" ;
- Text [ french ] = "~Tabulations" ;
- Text [ swedish ] = "Ta~bulatorer" ;
- Text [ dutch ] = "Tabsto~ps" ;
- Text [ spanish ] = "Ta~bulaciones" ;
- Text [ english_us ] = "Tabs" ;
- Text[ chinese_simplified ] = "Ʊ(~B)";
- Text[ russian ] = "";
- Text[ polish ] = "Tabulatory";
- Text[ japanese ] = "(~B)";
- Text[ chinese_traditional ] = "s(~B)";
- Text[ arabic ] = " ";
- Text[ greek ] = "";
- Text[ korean ] = "";
- Text[ turkish ] = "Sekmeler";
- Text[ language_user1 ] = " ";
- };
- CheckBox CB_BREAK
- {
- Pos = MAP_APPFONT ( 140 , 79 ) ;
- Size = MAP_APPFONT ( 108 , 10 ) ;
- Text = "Umbr~che" ;
- Text [ ENGLISH ] = "Breaks" ;
- Text [ norwegian ] = "Breaks" ;
- Text [ italian ] = "Interruzioni" ;
- Text [ portuguese_brazilian ] = "Interrupes" ;
- Text [ portuguese ] = "Quebras" ;
- Text [ finnish ] = "Vaihdot" ;
- Text [ danish ] = "Skift" ;
- Text [ french ] = "~Sauts" ;
- Text [ swedish ] = "Br~ytningar" ;
- Text [ dutch ] = "Ve~randeringen" ;
- Text [ spanish ] = "~Saltos" ;
- Text [ english_us ] = "Brea~ks" ;
- Text[ chinese_simplified ] = "з(~K)";
- Text[ russian ] = "";
- Text[ polish ] = "Podzia~y";
- Text[ japanese ] = "s(~K)";
- Text[ chinese_traditional ] = "(~K)";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "(~K)";
- Text[ turkish ] = "Kesmeler";
- Text[ language_user1 ] = " ";
- };
- CheckBox CB_HIDDEN
- {
- Pos = MAP_APPFONT ( 140 , 92 ) ;
- Size = MAP_APPFONT ( 108 , 10 ) ;
- Text = "Verste~ckter Text" ;
- Text [ ENGLISH ] = "~Hidden text" ;
- Text [ norwegian ] = "~Hidden text" ;
- Text [ italian ] = "Testo nascosto" ;
- Text [ portuguese_brazilian ] = "~Texto oculto" ;
- Text [ portuguese ] = "~Texto oculto" ;
- Text [ finnish ] = "~Piiloteksti" ;
- Text [ danish ] = "Skjult tekst" ;
- Text [ french ] = "Texte ~masqu" ;
- Text [ swedish ] = "Dold te~xt" ;
- Text [ dutch ] = "On~zichtbare tekst" ;
- Text [ spanish ] = "Te~xto oculto" ;
- Text [ english_us ] = "Hidden text" ;
- Text[ chinese_simplified ] = "(~H)";
- Text[ russian ] = " ";
- Text[ polish ] = "Ukryty tek~st";
- Text[ japanese ] = "B÷(~H)";
- Text[ chinese_traditional ] = "Jr(~H)";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = " ؽƮ";
- Text[ turkish ] = "~Gizli metin";
- Text[ language_user1 ] = " ";
- };
- CheckBox CB_HIDDEN_PARA
- {
- Pos = MAP_APPFONT ( 140 , 105 ) ;
- Size = MAP_APPFONT ( 108 , 10 ) ;
- Text = "~Versteckte Abstze" ;
- Text [ ENGLISH ] = "H~idden paragraphs" ;
- Text [ english_us ] = "Hidden p~aragraphs" ;
- Text [ portuguese_brazilian ] = "~Versteckte Abstze" ;
- Text [ swedish ] = "~Dolda stycken" ;
- Text [ danish ] = "Skulte afsnit" ;
- Text [ italian ] = "~Paragrafi nascosti" ;
- Text [ spanish ] = "P~rrafos ocultos" ;
- Text [ french ] = "~Paragraphes masqus" ;
- Text [ dutch ] = "Verborgen al~ineas" ;
- Text [ portuguese ] = "~Pargrafos ocultos" ;
- Text[ chinese_simplified ] = "Ķ(~H)";
- Text[ russian ] = " ";
- Text[ polish ] = "~Uk~yte akapity";
- Text[ japanese ] = "Bi(~H)";
- Text[ chinese_traditional ] = "Jq(~H)";
- Text[ arabic ] = " ";
- Text[ language_user1 ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = " ܶ(~A)";
- Text[ turkish ] = "Gizili paragraflar";
- };
-};
-/**************************************************************************/
-/* */
-/* TabPage Anzeige/Layout */
-/* */
-/**************************************************************************/
-TabPage TP_LAYOUT_OPT
-{
- HelpID = HID_LAYOUT_OPT ;
- SVLook = TRUE ;
- Hide = TRUE ;
- Size = MAP_APPFONT ( 260 , 185 ) ;
- GroupBox GB_LINE
- {
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 120 , 89 ) ;
- Text = "Linien" ;
- Text [ ENGLISH ] = "Lines" ;
- Group = TRUE ;
- Text [ english_us ] = "Lines" ;
- Text [ italian ] = "Linee" ;
- Text [ spanish ] = "Lneas" ;
- Text [ french ] = "Lignes" ;
- Text [ dutch ] = "Lijnen" ;
- Text [ swedish ] = "Linjer" ;
- Text [ danish ] = "Linjer" ;
- Text [ portuguese_brazilian ] = "Linien" ;
- Text [ portuguese ] = "Linhas" ;
- Text[ chinese_simplified ] = "";
- Text[ russian ] = "";
- Text[ polish ] = "Linie";
- Text[ japanese ] = "";
- Text[ chinese_traditional ] = "u";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "";
- Text[ turkish ] = "izgiler";
- Text[ language_user1 ] = " ";
- };
- CheckBox CB_TXTBEG
- {
- Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 108 , 10 ) ;
- Text = "Te~xtbegrenzungen" ;
- Text [ ENGLISH ] = "Text boundaries" ;
- Text [ norwegian ] = "Text boundaries" ;
- Text [ italian ] = "Limiti di ~testo" ;
- Text [ portuguese_brazilian ] = "Limites do texto" ;
- Text [ portuguese ] = "~Limites do texto" ;
- Text [ finnish ] = "Tekstin rajat" ;
- Text [ danish ] = "Tekstmargener" ;
- Text [ french ] = "Dlimitations du te~xte" ;
- Text [ swedish ] = "Te~xtbegrnsningar" ;
- Text [ dutch ] = "Tekst~begrenzingen" ;
- Text [ spanish ] = "Lmites del ~texto" ;
- Text [ english_us ] = "Te~xt limits" ;
- TabStop = TRUE ;
- Text[ chinese_simplified ] = "ı߽(~X)";
- Text[ russian ] = " ";
- Text[ polish ] = "Granice tekstu";
- Text[ japanese ] = "÷Ă̋E(~X)";
- Text[ chinese_traditional ] = "(~X)";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "ؽƮ 輱";
- Text[ turkish ] = "Metin snrlar";
- Text[ language_user1 ] = " ";
- };
- CheckBox CB_TABBEG
- {
- Pos = MAP_APPFONT ( 12 , 27 ) ;
- Size = MAP_APPFONT ( 108 , 10 ) ;
- Text = "Tabelle~nbegrenzungen" ;
- Text [ ENGLISH ] = "~Table boundaries" ;
- Text [ norwegian ] = "~Table boundaries" ;
- Text [ italian ] = "Limiti ~tabella" ;
- Text [ portuguese_brazilian ] = "~Limites da tabela" ;
- Text [ portuguese ] = "~Limites da tabela" ;
- Text [ finnish ] = "~Taulukon rajat" ;
- Text [ danish ] = "Tabelgrnser" ;
- Text [ french ] = "~Bordures de tableau" ;
- Text [ swedish ] = "Tabellbegr~nsningar" ;
- Text [ dutch ] = "~Tabelbegrenzingen" ;
- Text [ spanish ] = "Lmites de la t~abla" ;
- Text [ english_us ] = "T~able limits" ;
- Text[ chinese_simplified ] = "߽(~B)";
- Text[ russian ] = " ";
- Text[ polish ] = "Ograniczenia tabeli";
- Text[ japanese ] = "\\̋E(~B)";
- Text[ chinese_traditional ] = "(~B)";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "ǥ (~A)";
- Text[ turkish ] = "Tablo snrlar";
- Text[ language_user1 ] = " ";
- };
- CheckBox CB_SECT_BOUNDS
- {
- Pos = MAP_APPFONT ( 12 , 40 ) ;
- Size = MAP_APPFONT ( 108 , 10 ) ;
- Text = "~Bereichsbegrenzungen" ;
- Text [ ENGLISH ] = "~Section boundaries" ;
- Text[ english_us ] = "~Section limits";
- Text[ portuguese ] = "~Limites de rea";
- Text[ russian ] = " ";
- Text[ dutch ] = "~Bereiksgrenzen";
- Text[ french ] = "~Limites de sections";
- Text[ spanish ] = "~Lmites de rea";
- Text[ italian ] = "Limiti area";
- Text[ danish ] = "Omrdegrnser";
- Text[ swedish ] = "Omrdesbegrnsningar";
- Text[ polish ] = "Ograniczenie obszaru";
- Text[ portuguese_brazilian ] = "~Section boundaries";
- Text[ japanese ] = "͈͂̋؂(~S)";
- Text[ chinese_simplified ] = "߽(~S)";
- Text[ chinese_traditional ] = "ϰ(~S)";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = " (~S)";
- Text[ turkish ] = "~Blm snrlar";
- Text[ language_user1 ] = " ";
- };
- CheckBox CB_CROSS
- {
- Pos = MAP_APPFONT ( 12 , 53 ) ;
- Size = MAP_APPFONT ( 108 , 10 ) ;
- Text = "H~ilfslinien" ;
- Text [ ENGLISH ] = "~Crosshair" ;
- Text [ norwegian ] = "~Crosshair" ;
- Text [ italian ] = "Linee guida" ;
- Text [ portuguese_brazilian ] = "~Crosshair" ;
- Text [ portuguese ] = "~Guias" ;
- Text [ finnish ] = "~Ristikkin" ;
- Text [ danish ] = "Hjlpelinjer" ;
- Text [ french ] = "~Repres" ;
- Text [ swedish ] = "Hj~lplinjer" ;
- Text [ dutch ] = "~Hulplijnen" ;
- Text [ spanish ] = "~Guas" ;
- Text [ english_us ] = "~Guides" ;
- Text[ chinese_simplified ] = "(~G)";
- Text[ russian ] = " ";
- Text[ polish ] = "Linie pomocnicze";
- Text[ japanese ] = "⏕(~G)";
- Text[ chinese_traditional ] = "Uu(~G)";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "ȳ(~G)";
- Text[ turkish ] = "Klavuzlar";
- Text[ language_user1 ] = " ";
- };
- CheckBox CB_HANDLE
- {
- Pos = MAP_APPFONT ( 12 , 66 ) ;
- Size = MAP_APPFONT ( 108 , 10 ) ;
- Text = "~Einfache Griffe" ;
- Text [ ENGLISH ] = "Simple Handles" ;
- Text[ english_us ] = "~Simple Handles";
- Text[ portuguese ] = "Guias sim~ples";
- Text[ russian ] = " ";
- Text[ greek ] = " ~ ";
- Text[ dutch ] = "~Eenvoudige handvatten";
- Text[ french ] = "~Poignes simples";
- Text[ spanish ] = "Agarraderas ~sencillas";
- Text[ italian ] = "~Maniglie semplici";
- Text[ danish ] = "Enkelte hndtag";
- Text[ swedish ] = "~Enkla handtag";
- Text[ polish ] = "Proste uchwyty";
- Text[ portuguese_brazilian ] = "~Farbige Handles";
- Text[ japanese ] = "قȻޕύX(~S)";
- Text[ korean ] = "ܼ ڵ(~S)";
- Text[ chinese_simplified ] = "׼ص";
- Text[ chinese_traditional ] = "зDZI(~S)";
- Text[ arabic ] = " ";
- Text[ turkish ] = "Basit ekme noktalar";
- Text[ language_user1 ] = " ";
- };
- CheckBox CB_BIGHANDLE
- {
- Pos = MAP_APPFONT ( 12 , 79 ) ;
- Size = MAP_APPFONT ( 108 , 10 ) ;
- Text = "~Groe Griffe" ;
- Text [ ENGLISH ] = "Big Handles" ;
- Text[ english_us ] = "Large Ha~ndles";
- Text[ portuguese ] = "~Guias grandes";
- Text[ russian ] = " ";
- Text[ greek ] = "~ ";
- Text[ dutch ] = "~Grote handvatten";
- Text[ french ] = "~Grandes poignes";
- Text[ spanish ] = "Agarrader~as grandes";
- Text[ italian ] = "Maniglie ~grandi";
- Text[ danish ] = "Store hndtag";
- Text[ swedish ] = "~Stora handtag";
- Text[ polish ] = "Due uchwyty";
- Text[ portuguese_brazilian ] = "Big Handles";
- Text[ japanese ] = "傫ޕύX(~B)";
- Text[ korean ] = " ڵ(~N)";
- Text[ chinese_simplified ] = "ص";
- Text[ chinese_traditional ] = "jI(~B)";
- Text[ arabic ] = " ";
- Text[ turkish ] = "~Byk ekme noktalar";
- Text[ language_user1 ] = " ";
- };
- GroupBox GB_WINDOW
- {
- Pos = MAP_APPFONT ( 134 , 3 ) ;
- Size = MAP_APPFONT ( 120 , 89 ) ;
- Text = "Fenster";
- Text [ italian ] = "Finestra";
- Text [ portuguese_brazilian ] = "Janela";
- Text [ portuguese ] = "Janela";
- Text [ danish ] = "Vindue";
- Text [ french ] = "Fentre";
- Text [ swedish ] = "Fnster";
- Text [ dutch ] = "Venster";
- Text [ spanish ] = "Ventana";
- Text [ english_us ] = "Window";
- Text[ chinese_simplified ] = "Ӵ";
- Text[ russian ] = "";
- Text[ polish ] = "Okno";
- Text[ japanese ] = "޳";
- Text [ norwegian ] = "Window" ;
- Text [ italian ] = "Finestra" ;
- Group = TRUE ;
- Text[ chinese_traditional ] = "";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "â";
- Text[ turkish ] = "Pencere";
- Text[ language_user1 ] = " ";
- };
- CheckBox CB_HSCROLL
- {
- Pos = MAP_APPFONT ( 140 , 14 ) ;
- Size = MAP_APPFONT ( 108 , 10 ) ;
- Text = "Horizontale Bildla~ufleiste" ;
- Text [ ENGLISH ] = "~Horizontal scrollbar" ;
- Text [ english_us ] = "H~orizontal scroll" ;
- Text [ italian ] = "Barra di scorrimento orizzontale" ;
- Text [ spanish ] = "Barra de desplazamiento ~horizontal" ;
- Text [ french ] = "Barre de dfilement ~horizontale" ;
- Text [ dutch ] = "H~orizontale beeldschuifbalk" ;
- Text [ swedish ] = "Horisontell r~ullningslist" ;
- Text [ danish ] = "Vandret rullepanel" ;
- Text [ portuguese_brazilian ] = "Horizontale Bildla~ufleiste" ;
- Text [ portuguese ] = "Barra de deslocao ~horizontal" ;
- Text[ chinese_simplified ] = "ˮƽ(~H)";
- Text[ russian ] = " ";
- Text[ polish ] = "Poziomy pa~sek przewijania obrazu";
- Text[ japanese ] = "۰ް(~H)";
- Text[ chinese_traditional ] = "Vb(~H)";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = " ũ(~O)";
- Text[ turkish ] = "Yatay kaydrma ~ubuu";
- Text[ language_user1 ] = " ";
- };
- CheckBox CB_VSCROLL
- {
- Pos = MAP_APPFONT ( 140 , 27 ) ;
- Size = MAP_APPFONT ( 108 , 10 ) ;
- Text = "~Vertikale Bildlaufleiste" ;
- Text [ ENGLISH ] = "~Vertical scrollbar" ;
- Text [ english_us ] = "~Vertical scroll" ;
- Text [ italian ] = "Barra di scorrimento verticale" ;
- Text [ spanish ] = "Barra de desplazamiento ~vertical" ;
- Text [ french ] = "Barre de dfilement ~verticale" ;
- Text [ dutch ] = "~Verticale schuifbalk" ;
- Text [ swedish ] = "~Vertikal rullningslist" ;
- Text [ danish ] = "Lodret rullepanel" ;
- Text [ portuguese_brazilian ] = "~Vertikale Bildlaufleiste" ;
- Text [ portuguese ] = "Barra de deslocamento ~vertical" ;
- Text[ chinese_simplified ] = "ֱ(~V)";
- Text[ russian ] = " ";
- Text[ polish ] = "Piono~wy pasek przewijania obrazu";
- Text[ japanese ] = "۰ް(~V)";
- Text[ chinese_traditional ] = "b(~V)";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = " ũ(~V)";
- Text[ turkish ] = "Di~key kaydrma ubuu";
- Text[ language_user1 ] = " ";
- };
- CheckBox CB_HRULER
- {
- Pos = MAP_APPFONT ( 140 , 40 ) ;
- Size = MAP_APPFONT ( 108 , 10 ) ;
- Text = "Horizontales ~Lineal" ;
- Text [ ENGLISH ] = "~Horic. ruler" ;
- Text [ norwegian ] = "~Horic. ruler" ;
- Text [ italian ] = "Rig~hello orizzontale" ;
- Text [ portuguese_brazilian ] = "~Rgua horizontal" ;
- Text [ portuguese ] = "~Rgua horizontal" ;
- Text [ finnish ] = "~Vaakaviivain" ;
- Text [ danish ] = "Vandret lineal" ;
- Text [ french ] = "Rgle hori~zontale" ;
- Text [ swedish ] = "Horisontell ~linjal" ;
- Text [ dutch ] = "Horizontale ~liniaal" ;
- Text [ spanish ] = "Regla h~orizontal" ;
- Text [ english_us ] = "Hori~zontal ruler" ;
- Text[ chinese_simplified ] = "ˮƽ(~O)";
- Text[ russian ] = " ";
- Text[ polish ] = "Linijka pozioma";
- Text[ japanese ] = "ٰ(~O)";
- Text[ chinese_traditional ] = "Ф(~O)";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = " (~Z)";
- Text[ turkish ] = "Yatay cetvel";
- Text[ language_user1 ] = " ";
- };
- CheckBox CB_VRULER
- {
- Pos = MAP_APPFONT ( 140 , 53 ) ;
- Size = MAP_APPFONT ( 108 , 10 ) ;
- Text = "Verti~kales Lineal" ;
- Text [ ENGLISH ] = "~Vert. ruler" ;
- Text [ norwegian ] = "~Vert. ruler" ;
- Text [ italian ] = "Ri~ghello verticale" ;
- Text [ portuguese_brazilian ] = "~Rgua vertical" ;
- Text [ portuguese ] = "~Rgua vertical" ;
- Text [ finnish ] = "~Pystyviivain" ;
- Text [ danish ] = "Lodret lineal" ;
- Text [ french ] = "Rgle verti~cale" ;
- Text [ swedish ] = "Verti~kal linjal" ;
- Text [ dutch ] = "Verticale l~iniaal" ;
- Text [ spanish ] = "Regla v~ertical" ;
- Text [ english_us ] = "V~ertical ruler" ;
- Text[ chinese_simplified ] = "ֱ(~E)";
- Text[ russian ] = " ";
- Text[ polish ] = "Linij~ka pionowa";
- Text[ japanese ] = "ٰ(~E)";
- Text[ chinese_traditional ] = "Ф(~E)";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = " (~E)";
- Text[ turkish ] = "Dikey cetvel";
- Text[ language_user1 ] = " ";
- };
- CheckBox CB_SMOOTH_SCROLL
- {
- Pos = MAP_APPFONT ( 140 , 66 ) ;
- Size = MAP_APPFONT ( 108 , 10 ) ;
- Text = "~Weiches Scrollen" ;
- Text [ ENGLISH ] = "S~mooth scroll" ;
- Text [ english_us ] = "S~mooth scroll" ;
- Text [ portuguese_brazilian ] = "~Weiches Scrollen" ;
- Text [ swedish ] = "~Mjuk rullning" ;
- Text [ danish ] = "Bld rulning" ;
- Text [ italian ] = "Scorrimento dolce" ;
- Text [ spanish ] = "Desplazamiento ~suave" ;
- Text [ french ] = "~Dfilement doux" ;
- Text [ dutch ] = "~Zacht scrollen" ;
- Text [ portuguese ] = "~Mover suavemente" ;
- Text[ chinese_simplified ] = "ƽ(~M)";
- Text[ russian ] = " ";
- Text[ polish ] = "Mikkie przewijanie";
- Text[ japanese ] = "炩Ƚ۰(~M)";
- Text[ chinese_traditional ] = "Ʊ(~M)";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "ε巴 ũ(~M)";
- Text[ turkish ] = "Yava kaydrma";
- Text[ language_user1 ] = " ";
- };
- GroupBox GB_METRIC
- {
- Pos = MAP_APPFONT ( 6 , 95 ) ;
- Size = MAP_APPFONT ( 120 , 26 ) ;
- Text = "Maeinheit";
- Text [ ENGLISH ] = "Metric Units" ;
- Text [ italian ] = "Unit di misura";
- Text [ portuguese_brazilian ] = "Unidades mtricas";
- Text [ portuguese ] = "Unidades mtricas";
- Text [ danish ] = "Mleenhed";
- Text [ french ] = "Unit de mesure";
- Text [ swedish ] = "Mttenhet";
- Text [ dutch ] = "Maateenheid";
- Text [ spanish ] = "Unidad de medida";
- Text [ english_us ] = "Meas. units";
- Text[ chinese_simplified ] = "λ";
- Text[ russian ] = " ";
- Text[ polish ] = "Jednostka miary";
- Text[ japanese ] = "P";
- Text [ norwegian ] = "Metriske Enheter" ;
- Text [ finnish ] = "Metriset yksikt" ;
- Text[ chinese_traditional ] = "׶q";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = " ";
- Text[ turkish ] = "l birimi";
- Text[ language_user1 ] = " ";
- };
- ListBox LB_METRIC
- {
- Pos = MAP_APPFONT ( 12 , 106 ) ;
- Size = MAP_APPFONT ( 70 , 50 ) ;
- Border = TRUE ;
- DropDown = TRUE ;
- };
- StringArray ST_METRIC
- {
- ItemList =
- {
- < "Millimeter" ; FUNIT_MM ; > ;
- < "Zentimeter" ; FUNIT_CM ; > ;
- < "Meter" ; FUNIT_M ; > ;
- < "Kilometer" ; FUNIT_KM ; > ;
- < "Zoll" ; FUNIT_INCH ; > ;
- < "Fu" ; FUNIT_FOOT ; > ;
- < "Meilen" ; FUNIT_MILE ; > ;
- < "Pica" ; FUNIT_PICA ; > ;
- < "Point" ; FUNIT_POINT ; > ;
- };
- ItemList [ English ] =
- {
- < "Millimeter" ; FUNIT_MM ; > ;
- < "Zentimeter" ; FUNIT_CM ; > ;
- < "Meter" ; FUNIT_M ; > ;
- < "Kilometer" ; FUNIT_KM ; > ;
- < "Zoll" ; FUNIT_INCH ; > ;
- < "Fu" ; FUNIT_FOOT ; > ;
- < "Meilen" ; FUNIT_MILE ; > ;
- < "Pica" ; FUNIT_PICA ; > ;
- < "Point" ; FUNIT_POINT ; > ;
- };
- ItemList [ norwegian ] =
- {
- < "Millimeter" ; FUNIT_MM ; > ;
- < "Zentimeter" ; FUNIT_CM ; > ;
- < "Meter" ; FUNIT_M ; > ;
- < "Kilometer" ; FUNIT_KM ; > ;
- < "Zoll" ; FUNIT_INCH ; > ;
- < "Fu" ; FUNIT_FOOT ; > ;
- < "Meilen" ; FUNIT_MILE ; > ;
- < "Pica" ; FUNIT_PICA ; > ;
- < "Point" ; FUNIT_POINT ; > ;
- };
- ItemList [ italian ] =
- {
- < "Millimetro" ; FUNIT_MM ; > ;
- < "Centimetro" ; FUNIT_CM ; > ;
- < "Metro" ; FUNIT_M ; > ;
- < "Chilometro" ; FUNIT_KM ; > ;
- < "Pollice" ; FUNIT_INCH ; > ;
- < "piede" ; FUNIT_FOOT ; > ;
- < "miglia" ; FUNIT_MILE ; > ;
- < "Pica" ; FUNIT_PICA ; > ;
- < "Punto" ; FUNIT_POINT ; > ;
- };
- ItemList [ portuguese_brazilian ] =
- {
- < "Millimeter" ; FUNIT_MM ; > ;
- < "Zentimeter" ; FUNIT_CM ; > ;
- < "Meter" ; FUNIT_M ; > ;
- < "Kilometer" ; FUNIT_KM ; > ;
- < "Zoll" ; FUNIT_INCH ; > ;
- < "Fu" ; FUNIT_FOOT ; > ;
- < "Meilen" ; FUNIT_MILE ; > ;
- < "Pica" ; FUNIT_PICA ; > ;
- < "Ponto" ; FUNIT_POINT ; > ;
- };
- ItemList [ portuguese ] =
- {
- < "Milmetro" ; FUNIT_MM ; > ;
- < "Centmetro" ; FUNIT_CM ; > ;
- < "Metro" ; FUNIT_M ; > ;
- < "Quilmetro" ; FUNIT_KM ; > ;
- < "Polegada" ; FUNIT_INCH ; > ;
- < "P" ; FUNIT_FOOT ; > ;
- < "Milhas" ; FUNIT_MILE ; > ;
- < "Pica" ; FUNIT_PICA ; > ;
- < "Ponto" ; FUNIT_POINT ; > ;
- };
- ItemList [ french ] =
- {
- < "Millimtre" ; FUNIT_MM ; > ;
- < "Centimtre" ; FUNIT_CM ; > ;
- < "Mtre" ; FUNIT_M ; > ;
- < "Kilomtre" ; FUNIT_KM ; > ;
- < "Pouce" ; FUNIT_INCH ; > ;
- < "Pied" ; FUNIT_FOOT ; > ;
- < "Miles" ; FUNIT_MILE ; > ;
- < "Pica" ; FUNIT_PICA ; > ;
- < "Point" ; FUNIT_POINT ; > ;
- };
- ItemList [ dutch ] =
- {
- < "Millimeter" ; FUNIT_MM ; > ;
- < "Centimeter" ; FUNIT_CM ; > ;
- < "Meter" ; FUNIT_M ; > ;
- < "Kilometer" ; FUNIT_KM ; > ;
- < "Duim" ; FUNIT_INCH ; > ;
- < "Voet" ; FUNIT_FOOT ; > ;
- < "Mijlen" ; FUNIT_MILE ; > ;
- < "Pica" ; FUNIT_PICA ; > ;
- < "Punt" ; FUNIT_POINT ; > ;
- };
- ItemList [ spanish ] =
- {
- < "Milmetro" ; FUNIT_MM ; > ;
- < "Centmetro" ; FUNIT_CM ; > ;
- < "Metro" ; FUNIT_M ; > ;
- < "Kilmetro" ; FUNIT_KM ; > ;
- < "Pulgadas" ; FUNIT_INCH ; > ;
- < "Pie" ; FUNIT_FOOT ; > ;
- < "Millas" ; FUNIT_MILE ; > ;
- < "Pica" ; FUNIT_PICA ; > ;
- < "Punto" ; FUNIT_POINT ; > ;
- };
- ItemList [ danish ] =
- {
- < "Millimeter" ; FUNIT_MM ; > ;
- < "Centimeter" ; FUNIT_CM ; > ;
- < "Meter" ; FUNIT_M ; > ;
- < "Kilometer" ; FUNIT_KM ; > ;
- < "Tommer" ; FUNIT_INCH ; > ;
- < "Fod" ; FUNIT_FOOT ; > ;
- < "Mil" ; FUNIT_MILE ; > ;
- < "Pica" ; FUNIT_PICA ; > ;
- < "Punkt" ; FUNIT_POINT ; > ;
- };
- ItemList [ swedish ] =
- {
- < "Millimeter" ; FUNIT_MM ; > ;
- < "Centimeter" ; FUNIT_CM ; > ;
- < "Meter" ; FUNIT_M ; > ;
- < "Kilometer" ; FUNIT_KM ; > ;
- < "Tum" ; FUNIT_INCH ; > ;
- < "Fot" ; FUNIT_FOOT ; > ;
- < "Miles" ; FUNIT_MILE ; > ;
- < "Pica" ; FUNIT_PICA ; > ;
- < "Punkt" ; FUNIT_POINT ; > ;
- };
- ItemList [ finnish ] =
- {
- < "Millimeter" ; FUNIT_MM ; > ;
- < "Zentimeter" ; FUNIT_CM ; > ;
- < "Meter" ; FUNIT_M ; > ;
- < "Kilometer" ; FUNIT_KM ; > ;
- < "Zoll" ; FUNIT_INCH ; > ;
- < "Fu" ; FUNIT_FOOT ; > ;
- < "Meilen" ; FUNIT_MILE ; > ;
- < "Pica" ; FUNIT_PICA ; > ;
- < "Point" ; FUNIT_POINT ; > ;
- };
- ItemList [ english_us ] =
- {
- < "Millimeter" ; FUNIT_MM ; > ;
- < "Centimeter" ; FUNIT_CM ; > ;
- < "Meter" ; FUNIT_M ; > ;
- < "Kilometer" ; FUNIT_KM ; > ;
- < "Inch" ; FUNIT_INCH ; > ;
- < "Foot" ; FUNIT_FOOT ; > ;
- < "Miles" ; FUNIT_MILE ; > ;
- < "Pica" ; FUNIT_PICA ; > ;
- < "Point" ; FUNIT_POINT ; > ;
- };
- ItemList [ chinese_simplified ] =
- {
- < "" ; FUNIT_MM ; > ;
- < "" ; FUNIT_CM ; > ;
- < "" ; FUNIT_M ; > ;
- < "" ; FUNIT_KM ; > ;
- < "Ӣ" ; FUNIT_INCH ; > ;
- < "Ӣ" ; FUNIT_FOOT ; > ;
- < "Ӣ" ; FUNIT_MILE ; > ;
- < "Ƥַ" ; FUNIT_PICA ; > ;
- < "" ; FUNIT_POINT ; > ;
- };
- ItemList [ russian ] =
- {
- < "" ; FUNIT_MM ; > ;
- < "" ; FUNIT_CM ; > ;
- < "" ; FUNIT_M ; > ;
- < "" ; FUNIT_KM ; > ;
- < "" ; FUNIT_INCH ; > ;
- < "" ; FUNIT_FOOT ; > ;
- < "" ; FUNIT_MILE ; > ;
- < "" ; FUNIT_PICA ; > ;
- < "" ; FUNIT_POINT ; > ;
- };
- ItemList [ polish ] =
- {
- < "Milimetr" ; FUNIT_MM ; > ;
- < "Centymetr" ; FUNIT_CM ; > ;
- < "Metr" ; FUNIT_M ; > ;
- < "Kilometr" ; FUNIT_KM ; > ;
- < "Cal" ; FUNIT_INCH ; > ;
- < "Stopa" ; FUNIT_FOOT ; > ;
- < "Mile" ; FUNIT_MILE ; > ;
- < "Cycero" ; FUNIT_PICA ; > ;
- < "Punkt" ; FUNIT_POINT ; > ;
- };
- ItemList [ japanese ] =
- {
- < "Ұ" ; FUNIT_MM ; > ;
- < "Ұ" ; FUNIT_CM ; > ;
- < "Ұ" ; FUNIT_M ; > ;
- < "Ұ" ; FUNIT_KM ; > ;
- < "" ; FUNIT_INCH ; > ;
- < "̨" ; FUNIT_FOOT ; > ;
- < "ϲ" ; FUNIT_MILE ; > ;
- < "߲" ; FUNIT_PICA ; > ;
- < "߲" ; FUNIT_POINT ; > ;
- };
- ItemList [ chinese_traditional ] =
- {
- < "@" ; FUNIT_MM ; > ;
- < "" ; FUNIT_CM ; > ;
- < "" ; FUNIT_M ; > ;
- < "" ; FUNIT_KM ; > ;
- < "^o" ; FUNIT_INCH ; > ;
- < "^" ; FUNIT_FOOT ; > ;
- < "^" ; FUNIT_MILE ; > ;
- < "֥ir" ; FUNIT_PICA ; > ;
- < "I" ; FUNIT_POINT ; > ;
- };
- ItemList [ arabic ] =
- {
- < "" ; FUNIT_MM ; > ;
- < "" ; FUNIT_CM ; > ;
- < "" ; FUNIT_M ; > ;
- < "" ; FUNIT_KM ; > ;
- < "" ; FUNIT_INCH ; > ;
- < "" ; FUNIT_FOOT ; > ;
- < "" ; FUNIT_MILE ; > ;
- < "" ; FUNIT_PICA ; > ;
- < "" ; FUNIT_POINT ; > ;
- };
- ItemList [ greek ] =
- {
- < "" ; FUNIT_MM ; > ;
- < "" ; FUNIT_CM ; > ;
- < "" ; FUNIT_M ; > ;
- < "" ; FUNIT_KM ; > ;
- < "" ; FUNIT_INCH ; > ;
- < "" ; FUNIT_FOOT ; > ;
- < "" ; FUNIT_MILE ; > ;
- < "Pica" ; FUNIT_PICA ; > ;
- < "" ; FUNIT_POINT ; > ;
- };
- ItemList [ korean ] =
- {
- < "и" ; FUNIT_MM ; > ;
- < "Ƽ" ; FUNIT_CM ; > ;
- < "" ; FUNIT_M ; > ;
- < "ųι" ; FUNIT_KM ; > ;
- < "ġ" ; FUNIT_INCH ; > ;
- < "Ʈ" ; FUNIT_FOOT ; > ;
- < "" ; FUNIT_MILE ; > ;
- < "ī" ; FUNIT_PICA ; > ;
- < "Ʈ" ; FUNIT_POINT ; > ;
- };
- ItemList [ turkish ] =
- {
- < "Milimetre" ; FUNIT_MM ; > ;
- < "Santimetre" ; FUNIT_CM ; > ;
- < "Metre" ; FUNIT_M ; > ;
- < "Kilometre" ; FUNIT_KM ; > ;
- < "n" ; FUNIT_INCH ; > ;
- < "Ft" ; FUNIT_FOOT ; > ;
- < "Mil" ; FUNIT_MILE ; > ;
- < "Pika" ; FUNIT_PICA ; > ;
- < "Nokta" ; FUNIT_POINT ; > ;
- };
- ItemList [ language_user1 ] =
- {
- < " " ; FUNIT_MM ; > ;
- < " " ; FUNIT_CM ; > ;
- < " " ; FUNIT_M ; > ;
- < " " ; FUNIT_KM ; > ;
- < " " ; FUNIT_INCH ; > ;
- < " " ; FUNIT_FOOT ; > ;
- < " " ; FUNIT_MILE ; > ;
- < " " ; FUNIT_PICA ; > ;
- < " " ; FUNIT_POINT ; > ;
- };
- };
- GroupBox GB_TAB
- {
- Pos = MAP_APPFONT ( 134 , 95 ) ;
- Size = MAP_APPFONT ( 120 , 26 ) ;
- Text = "Tabulatorenabstand";
- Text [ ENGLISH ] = "Default Tab distance" ;
- Text [ italian ] = "Intervallo di tabulazione";
- Text [ portuguese_brazilian ] = "Default Tab distance";
- Text [ portuguese ] = "Intervalo entre tabulaes";
- Text [ danish ] = "Tabulatorafstand";
- Text [ french ] = "Tabulations";
- Text [ swedish ] = "Tabulatoravstnd";
- Text [ dutch ] = "Tabstops";
- Text [ spanish ] = "Distancia entre tabuladores";
- Text [ english_us ] = "Tab stops";
- Text[ chinese_simplified ] = "Ʊ";
- Text[ russian ] = " ";
- Text[ polish ] = "Odstp tabulatorw";
- Text[ japanese ] = "ފԊu";
- Text [ norwegian ] = "Standard tabulatoravstand" ;
- Text [ finnish ] = "Default Tab distance" ;
- Group = TRUE ;
- Text[ chinese_traditional ] = "sŶj";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = " ";
- Text[ turkish ] = "Sekme dura";
- Text[ language_user1 ] = " ";
- };
- MetricField MF_TAB
- {
- Border = TRUE ;
- Pos = MAP_APPFONT ( 140 , 106 ) ;
- Size = MAP_APPFONT ( 45 , 12 ) ;
- Left = TRUE ;
- Repeat = TRUE ;
- Spin = TRUE ;
- DecimalDigits = 2 ;
- Unit = FUNIT_CM ;
- SpinSize = 10 ;
- Minimum = 50 ;
- Maximum = 9999 ;
- First = 50 ;
- Last = 9999 ;
- };
};
/**************************************************************************/
/* */
@@ -1372,10 +661,10 @@ TabPage TP_OPTPRINT_PAGE
HelpID = HID_OPTPRINT_PAGE ;
Size = MAP_APPFONT ( 260 , 185 ) ;
Hide = TRUE ;
- GroupBox GRP_1
+ FixedLine GRP_1
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 78 , 89 ) ;
+ Size = MAP_APPFONT ( 78 , 8 ) ;
Text = "Inhalt" ;
Text [ ENGLISH ] = "Contents" ;
Text [ norwegian ] = "Innhold " ;
@@ -1497,7 +786,7 @@ TabPage TP_OPTPRINT_PAGE
Text [ italian ] = "Campi di controllo" ;
Text [ portuguese_brazilian ] = "Controles" ;
Text [ portuguese ] = "Campos de controlo" ;
- Text [ english_us ] = "Control~s" ;
+ Text [ english_us ] = "Controls" ;
Text [ finnish ] = "Ohjausobjektit" ;
Text [ danish ] = "Kontrolelementer" ;
Text [ french ] = "~Champs de contrle" ;
@@ -1567,10 +856,10 @@ TabPage TP_OPTPRINT_PAGE
Text[ turkish ] = "Siyah/beyaz yazdr";
Text[ language_user1 ] = " ";
};
- GroupBox GRP_2
+ FixedLine GRP_2
{
Pos = MAP_APPFONT ( 90 , 3 ) ;
- Size = MAP_APPFONT ( 78 , 89 ) ;
+ Size = MAP_APPFONT ( 78 , 8 ) ;
Text = "Seiten" ;
Text [ ENGLISH ] = "Pages" ;
Text [ norwegian ] = "Pages" ;
@@ -1689,7 +978,7 @@ TabPage TP_OPTPRINT_PAGE
Text = "Pr~ospekt" ;
Text [ ENGLISH ] = "Pr~ospectus" ;
Text [ dutch ] = "~Prospectus" ;
- Text [ english_us ] = "Broc~hure" ;
+ Text [ english_us ] = "Bro~chure" ;
Text [ italian ] = "Depliant" ;
Text [ spanish ] = "~Prospecto" ;
Text [ french ] = "Pr~ospectus" ;
@@ -1822,10 +1111,10 @@ TabPage TP_OPTPRINT_PAGE
Text[ turkish ] = "~Sayfa sonu";
Text[ language_user1 ] = " ";
};
- GroupBox GRP_3
+ FixedLine GRP_3
{
Pos = MAP_APPFONT ( 174 , 3 ) ;
- Size = MAP_APPFONT ( 80 , 89 ) ;
+ Size = MAP_APPFONT ( 80 , 8 ) ;
Text = "Notizen" ;
Text [ ENGLISH ] = "Notes" ;
Text [ norwegian ] = "Notes" ;
@@ -1851,31 +1140,13 @@ TabPage TP_OPTPRINT_PAGE
Text[ turkish ] = "Not";
Text[ language_user1 ] = " ";
};
- GroupBox GRP_4
+ FixedLine GRP_4
{
Pos = MAP_APPFONT ( 6 , 95 ) ;
- Size = MAP_APPFONT ( 248 , 52 ) ;
+ Size = MAP_APPFONT ( 248 , 8 ) ;
Text = "Sonstiges" ;
Text [ English ] = "Other" ;
- Text [ dutch ] = "Papierinvoer" ;
- Text [ english_us ] = "Other" ;
- Text [ italian ] = "Cassetto" ;
- Text [ spanish ] = "Otros" ;
- Text [ french ] = "Autres" ;
- Text [ swedish ] = "vrigt" ;
- Text [ danish ] = "Papirbakke" ;
- Text [ portuguese ] = "Tabuleiro de alimentao" ;
- Text [ portuguese_brazilian ] = "Bandeja para o papel" ;
- Text[ chinese_simplified ] = "";
- Text[ russian ] = "";
- Text[ polish ] = "Inne";
- Text[ japanese ] = "̑";
- Text[ chinese_traditional ] = "䥦";
- Text[ arabic ] = " ";
- Text[ greek ] = "";
- Text[ korean ] = " ";
Group = TRUE ;
- Text[ turkish ] = "Kat kayna";
};
CheckBox CB_SINGLEJOBS
{
@@ -1884,7 +1155,7 @@ TabPage TP_OPTPRINT_PAGE
Text = "Einzelne Druck~jobs erzeugen" ;
Text [ ENGLISH ] = "Si~ngle print jobs" ;
TabStop = TRUE ;
- Text [ english_us ] = "Create s~ingle print jobs" ;
+ Text [ english_us ] = "Create ~single print jobs" ;
Text [ portuguese_brazilian ] = "Einzelne Druckjobs erzeugen" ;
Text [ swedish ] = "Skapa enstaka utskrifts~jobb" ;
Text [ danish ] = "Opret enkelte printerjob" ;
@@ -1911,24 +1182,24 @@ TabPage TP_OPTPRINT_PAGE
Text = "Papierschacht aus ~Druckereinstellung" ;
Text [ ENGLISH ] = "Paper tray from printer ~setup" ;
Text [ norwegian ] = "Paper tray from printer ~setup" ;
- Text[ english_us ] = "Paper tray from printer ~settings";
+ Text[ english_us ] = "From printer ~settings";
Text[ portuguese ] = "Da configurao da ~impressora";
- Text[ russian ] = " ";
- Text[ greek ] = "~ ";
+ Text[ russian ] = " ";
+ Text[ greek ] = " ";
Text[ dutch ] = "~uit printerinstelling";
- Text[ french ] = "D'aprs les paramtres de l'~imprimante";
- Text[ spanish ] = "Bandeja segn c~onfiguracin de impresora";
+ Text[ french ] = "d'aprs ~les paramtres de l'imprimante";
+ Text[ spanish ] = "De la c~onfiguracin de la impresora";
Text[ italian ] = "Come da imposta~zione stampante";
Text[ danish ] = "fra udskriftsindstillingerne";
- Text[ swedish ] = "Pappersmagasin frn ~skrivarinstllning";
- Text[ polish ] = "Zasobnik papieru z ustaw~ie drukarki";
+ Text[ swedish ] = "frn ~skrivarinstllning";
+ Text[ polish ] = "Z ustaw~ienia drukarki";
Text[ portuguese_brazilian ] = "da impressora ~setup";
- Text[ japanese ] = "ݒ肩̋@(~S)";
+ Text[ japanese ] = "̐ݒ肩(~S)";
Text[ korean ] = " (~S)";
- Text[ chinese_simplified ] = "ôӡ趨";
- Text[ chinese_traditional ] = "ĥΦL]w";
+ Text[ chinese_simplified ] = "ôӡ趨(~S)";
+ Text[ chinese_traditional ] = "ĥΦL]w(~S)";
Text[ turkish ] = "Yazc ayarlarn kullan";
- Text[ arabic ] = " ";
+ Text[ arabic ] = " ";
};
FixedText FT_FAX
{
@@ -1937,13 +1208,13 @@ TabPage TP_OPTPRINT_PAGE
Group = TRUE ;
Text = "Fa~x" ;
Text[English] = "Fax" ;
- Text[ english_us ] = "~Fax";
+ Text[ english_us ] = "Fax";
Text[ portuguese ] = "Fax";
Text[ russian ] = "";
Text[ greek ] = "Fa~x";
Text[ dutch ] = "Fax";
- Text[ french ] = "Fa~x";
- Text[ spanish ] = "~Fax";
+ Text[ french ] = "Fax";
+ Text[ spanish ] = "Fax";
Text[ italian ] = "Fax";
Text[ danish ] = "Fax";
Text[ swedish ] = "Fa~x";
@@ -1977,10 +1248,10 @@ TabPage TP_STD_FONT
HelpID = HID_STD_FONT ;
Size = MAP_APPFONT ( 260 , 185 ) ;
Hide = TRUE ;
- GroupBox GB_STDCHR
+ FixedLine GB_STDCHR
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 195 , 113 ) ;
+ Size = MAP_APPFONT ( 195 , 8 ) ;
Text = "Grundschriften" ;
Text [ English ] = "Standard fonts" ;
Text [ norwegian ] = "Standard fonts" ;
@@ -2251,35 +1522,245 @@ TabPage TP_OPTTABLE_PAGE
HelpID = HID_OPTTABLE_PAGE ;
Size = MAP_APPFONT ( 260 , 185 ) ;
Hide = TRUE ;
- GroupBox GB_MOVE
+ FixedLine GB_TABLE
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 120 , 41 ) ;
- Text = "Verschieben" ;
- Text [ English ] = "Move" ;
- Text [ english_us ] = "Shift" ;
- Text [ portuguese_brazilian ] = "Verschieben" ;
- Text [ swedish ] = "Flytta" ;
- Text [ danish ] = "Flyt" ;
- Text [ italian ] = "Sposta" ;
- Text [ spanish ] = "Desplazar" ;
- Text [ french ] = "Dcaler" ;
- Text [ dutch ] = "Verplaatsen" ;
- Text [ portuguese ] = "Mover" ;
- Text[ chinese_simplified ] = "ƶ";
- Text[ russian ] = "";
- Text[ polish ] = "Przesu";
- Text[ japanese ] = "ړ";
- Text[ chinese_traditional ] = "";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "̵";
- Text[ turkish ] = "Ta";
+ Size = MAP_APPFONT ( 120 , 8 ) ;
+ Text = "Standard" ;
+ Text [ English ] = "Defaults" ;
+ };
+ CheckBox CB_HEADER
+ {
+ Pos = MAP_APPFONT ( 12 , 14 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
+ Text = "be~rschrift" ;
+ Text [ ENGLISH ] = "Header" ;
+ TabStop = TRUE ;
+ Text[ italian ] = "Intestazione";
+ Text[ portuguese_brazilian ] = "Header";
+ Text[ portuguese ] = "~Ttulo";
+ Text[ danish ] = "Overskrift";
+ Text[ french ] = "T~itre";
+ Text[ swedish ] = "~verskrift";
+ Text[ dutch ] = "~Kop";
+ Text[ spanish ] = "~Encabezado";
+ Text[ english_us ] = "H~eader";
+ Text[ chinese_simplified ] = "";
+ Text[ russian ] = "";
+ Text[ polish ] = "Tytu";
+ Text[ japanese ] = "o";
+ Text[ chinese_traditional ] = "D";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "ǥ";
Text[ language_user1 ] = " ";
+ Text[ turkish ] = "Balk";
+ };
+ CheckBox CB_REPEAT_HEADER
+ {
+ Pos = MAP_APPFONT ( 18 , 27 ) ;
+ Size = MAP_APPFONT ( 107 , 10 ) ;
+ Text = "Auf jeder Seite ~wiederholen" ;
+ Text [ ENGLISH ] = "Repeat on every page" ;
+ TabStop = TRUE ;
+ Text[ italian ] = "Ripeti intestazione";
+ Text[ portuguese_brazilian ] = "Repeat Header";
+ Text[ portuguese ] = "~Repetir em todas as pginas";
+ Text[ danish ] = "Gentag p hver side";
+ Text[ french ] = "Rpter sur chaque page";
+ Text[ swedish ] = "~Upprepa p varje sida";
+ Text[ dutch ] = "Op elke pagina ~herhalen";
+ Text[ spanish ] = "~Repetir en cada pgina";
+ Text[ english_us ] = "~Repeat header";
+ Text[ chinese_simplified ] = "ÿҳظʾ";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Powt~rz na kadej stronie";
+ Text[ japanese ] = "e߰ނŌJԂ";
+ Text[ chinese_traditional ] = "bCW";
+ Text[ arabic ] = " ";
+ Text[ greek ] = "~ ";
+ Text[ korean ] = "硡ʿݺ";
+ Text[ language_user1 ] = " ";
+ Text[ turkish ] = "Bal her sayfada yinele";
+ };
+ CheckBox CB_DONT_SPLIT
+ {
+ Pos = MAP_APPFONT ( 12 , 40 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
+ Text = "~Nicht trennen" ;
+ Text [ ENGLISH ] = "Don't split" ;
+ TabStop = TRUE ;
+ Text[ italian ] = "Non separare";
+ Text[ portuguese_brazilian ] = "Don't split";
+ Text[ portuguese ] = "No ~dividir";
+ Text[ danish ] = "Opdel ikke";
+ Text[ french ] = "Pas de c~oupure";
+ Text[ swedish ] = "~Dela inte";
+ Text[ dutch ] = "Niet ~splitsen";
+ Text[ spanish ] = "No ~dividir";
+ Text[ english_us ] = "Don't split";
+ Text[ chinese_simplified ] = "ָ";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Nie dziel";
+ Text[ japanese ] = "Ȃ";
+ Text[ chinese_traditional ] = "}";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "и ";
+ Text[ language_user1 ] = " ";
+ Text[ turkish ] = "Blme";
+ };
+ CheckBox CB_BORDER
+ {
+ Pos = MAP_APPFONT ( 12 , 53 ) ;
+ Size = MAP_APPFONT ( 112 , 10 ) ;
+ Text = "~Umrandung" ;
+ Text [ ENGLISH ] = "Border" ;
+ TabStop = TRUE ;
+ Text[ italian ] = "Bordo";
+ Text[ portuguese_brazilian ] = "Border";
+ Text[ portuguese ] = "~Contornos";
+ Text[ danish ] = "Ramme";
+ Text[ french ] = "B~ordure";
+ Text[ swedish ] = "Inra~mning";
+ Text[ dutch ] = "~Omranding";
+ Text[ spanish ] = "~Borde";
+ Text[ english_us ] = "B~order";
+ Text[ chinese_simplified ] = "߿";
+ Text[ russian ] = "";
+ Text[ polish ] = "Obramowanie";
+ Text[ japanese ] = "Og";
+ Text[ chinese_traditional ] = "";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "׵θ";
+ Text[ language_user1 ] = " ";
+ Text[ turkish ] = "Kenarlk";
+ };
+ FixedLine GB_TABLE_INSERT
+ {
+ Pos = MAP_APPFONT ( 130 , 3 ) ;
+ Size = MAP_APPFONT ( 122 , 8 ) ;
+ Text = "Eingabe in Tabellen" ;
+ Text [ English ] = "Insertion into tables" ;
+ Text[ english_us ] = "Input in tables";
+ Text[ portuguese ] = "Entrada em tabelas";
+ Text[ russian ] = " ";
+ Text[ dutch ] = "Invoer in tabellen";
+ Text[ french ] = "Saisie dans des tableaux";
+ Text[ spanish ] = "Entrada en tablas";
+ Text[ italian ] = "Digitazione in tabelle";
+ Text[ danish ] = "Input i tabeller";
+ Text[ swedish ] = "Inmatning i tabell";
+ Text[ polish ] = "Wprowad do tabeli";
+ Text[ portuguese_brazilian ] = "Insertion into tables";
+ Text[ japanese ] = "\\ւ̓";
+ Text[ chinese_simplified ] = "";
+ Text[ chinese_traditional ] = "椺e";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "ǥ Է";
+ Text[ language_user1 ] = " ";
+ Text[ turkish ] = "Tablolara giri";
+ };
+ CheckBox CB_NUMFORMATTING
+ {
+ Pos = MAP_APPFONT ( 136 , 14 ) ;
+ Size = MAP_APPFONT ( 113 , 10 ) ;
+ Text = "Zahlen~erkennung" ;
+ Text [ ENGLISH ] = "Number recognition" ;
+ TabStop = TRUE ;
+ Text[ english_us ] = "Number recognition";
+ Text[ portuguese ] = "R~econhecimento de nmeros";
+ Text[ russian ] = " ";
+ Text[ dutch ] = "~Herkennen van getallen";
+ Text[ french ] = "R~econnaissance des nombres";
+ Text[ spanish ] = "~Reconocimiento de nmeros";
+ Text[ italian ] = "Riconoscimento numeri";
+ Text[ danish ] = "Talgenkendelse";
+ Text[ swedish ] = "~Nummerigenknning";
+ Text[ polish ] = "Rozpoznawanie liczb";
+ Text[ portuguese_brazilian ] = "Automatic number recognition";
+ Text[ japanese ] = "̔F(~N)";
+ Text[ chinese_simplified ] = "ʶ";
+ Text[ chinese_traditional ] = "۩wѧOƦr";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " ν";
+ Text[ language_user1 ] = " ";
+ Text[ turkish ] = "Say tanma";
+ };
+ CheckBox CB_NUMFMT_FORMATTING
+ {
+ Pos = MAP_APPFONT ( 142 , 27 ) ;
+ Size = MAP_APPFONT ( 109 , 10 ) ;
+ Text = "Zahlen~formaterkennung" ;
+ Text [ ENGLISH ] = "Numberformat recognition" ;
+ TabStop = TRUE ;
+ Text[ english_us ] = "Number format recognition";
+ Text[ portuguese ] = "Reconhecimento do ~formato numrico";
+ Text[ russian ] = " ";
+ Text[ dutch ] = "Herkenning ~getalnotatie";
+ Text[ french ] = "Reconnaissance du format numrique";
+ Text[ spanish ] = "Reconocimiento formato ~numrico";
+ Text[ italian ] = "Riconoscimento formato numerico";
+ Text[ danish ] = "Talformatgenkendelse";
+ Text[ swedish ] = "~Talformatsigenknning";
+ Text[ polish ] = "Rozpoznawanie for~matu liczb";
+ Text[ portuguese_brazilian ] = "Numberformat recognition";
+ Text[ japanese ] = "̏̔F";
+ Text[ chinese_simplified ] = "ʶָʽ";
+ Text[ chinese_traditional ] = "ѧOƦr榡";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " ǥ";
+ Text[ language_user1 ] = " ";
+ Text[ turkish ] = "Say format tanma";
+ };
+ CheckBox CB_NUMALIGNMENT
+ {
+ Pos = MAP_APPFONT ( 142 , 40 ) ;
+ Size = MAP_APPFONT ( 109 , 10 ) ;
+ Text = "Au~srichtung" ;
+ Text [ ENGLISH ] = "Alignment" ;
+ TabStop = TRUE ;
+ Text[ english_us ] = "Alignment";
+ Text[ portuguese ] = "A~linhamento";
+ Text[ russian ] = "";
+ Text[ dutch ] = "~Uitlijning";
+ Text[ french ] = "A~lignement";
+ Text[ spanish ] = "~Alineacin";
+ Text[ italian ] = "Allineamento";
+ Text[ danish ] = "Justering";
+ Text[ swedish ] = "Ju~stering";
+ Text[ polish ] = "Wyrwnanie";
+ Text[ portuguese_brazilian ] = "Automatic alignment";
+ Text[ japanese ] = "zu";
+ Text[ chinese_simplified ] = "";
+ Text[ chinese_traditional ] = "";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "";
+ Text[ language_user1 ] = " ";
+ Text[ turkish ] = "Hizalama";
+ };
+ FixedLine GB_MOVE
+ {
+ Pos = MAP_APPFONT ( 6 , 69 ) ;
+ Size = MAP_APPFONT ( 248 , 8 ) ;
+ Text = "Tasturbedienung" ;
+ Text [ English ] = "Keyboard handling" ;
+ };
+ FixedText FT_MOVE
+ {
+ Pos = MAP_APPFONT ( 12 , 80) ;
+ Size = MAP_APPFONT ( 100 , 8 ) ;
+ Text = "Umschalt- und Pfeiltaste gedrckt" ;
+ Text [ English ] = "Shift and arrow key pressed" ;
};
FixedText FT_ROWMOVE
{
- Pos = MAP_APPFONT ( 12 , 16 ) ;
+ Pos = MAP_APPFONT ( 18 , 93 ) ;
Size = MAP_APPFONT ( 51 , 8 ) ;
Text = "~Zeile" ;
Text [ English ] = "~Row" ;
@@ -2306,7 +1787,7 @@ TabPage TP_OPTTABLE_PAGE
MetricField MF_ROWMOVE
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 83 , 14 ) ;
+ Pos = MAP_APPFONT ( 83 , 91 ) ;
Size = MAP_APPFONT ( 40 , 12 ) ;
Left = TRUE ;
Repeat = TRUE ;
@@ -2321,7 +1802,7 @@ TabPage TP_OPTTABLE_PAGE
};
FixedText FT_COLMOVE
{
- Pos = MAP_APPFONT ( 12 , 31 ) ;
+ Pos = MAP_APPFONT ( 18 , 108 ) ;
Size = MAP_APPFONT ( 51 , 8 ) ;
Text = "~Spalte" ;
Text [ English ] = "~Column" ;
@@ -2348,7 +1829,7 @@ TabPage TP_OPTTABLE_PAGE
MetricField MF_COLMOVE
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 83 , 29 ) ;
+ Pos = MAP_APPFONT ( 83 , 106 ) ;
Size = MAP_APPFONT ( 40 , 12 ) ;
Left = TRUE ;
Repeat = TRUE ;
@@ -2361,35 +1842,16 @@ TabPage TP_OPTTABLE_PAGE
First = 25 ;
Last = 2000 ;
};
- GroupBox GB_INSERT
+ FixedText FT_INSERT
{
- Pos = MAP_APPFONT ( 132 , 3 ) ;
- Size = MAP_APPFONT ( 122 , 41 ) ;
+ Pos = MAP_APPFONT ( 136 , 80 ) ;
+ Size = MAP_APPFONT ( 122 , 8 ) ;
Text = "Einfgen" ;
Text [ English ] = "Insert" ;
- Text [ english_us ] = "Insert" ;
- Text [ portuguese_brazilian ] = "Einfgen" ;
- Text [ swedish ] = "Infoga" ;
- Text [ danish ] = "Indst" ;
- Text [ italian ] = "Inserisci" ;
- Text [ spanish ] = "Insertar" ;
- Text [ french ] = "Insrer" ;
- Text [ dutch ] = "Invoegen" ;
- Text [ portuguese ] = "Inserir" ;
- Text[ chinese_simplified ] = "";
- Text[ russian ] = "";
- Text[ polish ] = "Wstaw";
- Text[ japanese ] = "}";
- Text[ chinese_traditional ] = "J";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "";
- Text[ turkish ] = "Ekle";
- Text[ language_user1 ] = " ";
};
FixedText FT_ROWINSERT
{
- Pos = MAP_APPFONT ( 138 , 16 ) ;
+ Pos = MAP_APPFONT ( 142 , 93 ) ;
Size = MAP_APPFONT ( 51 , 8 ) ;
Text = "Z~eile" ;
Text [ English ] = "Ro~w" ;
@@ -2416,7 +1878,7 @@ TabPage TP_OPTTABLE_PAGE
MetricField MF_ROWINSERT
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 211 , 14 ) ;
+ Pos = MAP_APPFONT ( 211 , 91 ) ;
Size = MAP_APPFONT ( 40 , 12 ) ;
Left = TRUE ;
Repeat = TRUE ;
@@ -2431,7 +1893,7 @@ TabPage TP_OPTTABLE_PAGE
};
FixedText FT_COLINSERT
{
- Pos = MAP_APPFONT ( 138 , 31 ) ;
+ Pos = MAP_APPFONT ( 142 , 108 ) ;
Size = MAP_APPFONT ( 51 , 10 ) ;
Text = "S~palte" ;
Text [ English ] = "C~olumn" ;
@@ -2458,7 +1920,7 @@ TabPage TP_OPTTABLE_PAGE
MetricField MF_COLINSERT
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 211 , 29 ) ;
+ Pos = MAP_APPFONT ( 211 , 106 ) ;
Size = MAP_APPFONT ( 40 , 12 ) ;
Left = TRUE ;
Repeat = TRUE ;
@@ -2471,36 +1933,17 @@ TabPage TP_OPTTABLE_PAGE
First = 25 ;
Last = 2000 ;
};
- GroupBox GB_HANDLING
- {
- Pos = MAP_APPFONT ( 6 , 46 ) ;
- Size = MAP_APPFONT ( 248 , 66 ) ;
- Text = "Verhalten" ;
- Text [ English ] = "Behaviour" ;
- Text [ english_us ] = "Behavior" ;
- Text [ portuguese_brazilian ] = "Verhalten" ;
- Text [ swedish ] = "Effekt" ;
- Text [ danish ] = "Effekt" ;
- Text [ italian ] = "Effetto" ;
- Text [ spanish ] = "Comportamiento" ;
- Text [ french ] = "Fonctionnement" ;
- Text [ dutch ] = "Effect" ;
- Text [ portuguese ] = "Efeito" ;
- Text[ chinese_simplified ] = "ʽ";
- Text[ russian ] = "";
- Text[ polish ] = "Efekt";
- Text[ japanese ] = "ޕύX̍ۂ̒";
- Text[ chinese_traditional ] = "覡";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "ȿ";
- Text[ turkish ] = "Etki";
- Text[ language_user1 ] = " ";
+ FixedText FT_HANDLING
+ {
+ Pos = MAP_APPFONT ( 12 , 122 ) ;
+ Size = MAP_APPFONT ( 248 , 8 ) ;
+ Text = "Verhalten whrend des Verschiebens" ;
+ Text [ English ] = "Behaviour while moving" ;
};
RadioButton RB_FIX
{
- Pos = MAP_APPFONT ( 12 , 57 ) ;
- Size = MAP_APPFONT ( 78 , 10 ) ;
+ Pos = MAP_APPFONT ( 18 , 133 ) ;
+ Size = MAP_APPFONT ( 70 , 10 ) ;
Text = "~Fix" ;
Text [ English ] = "~Fix" ;
Text [ english_us ] = "~Fixed" ;
@@ -2525,7 +1968,7 @@ TabPage TP_OPTTABLE_PAGE
};
FixedText FT_FIX
{
- Pos = MAP_APPFONT ( 93 , 55 ) ;
+ Pos = MAP_APPFONT ( 93 , 133 ) ;
Size = MAP_APPFONT ( 155 , 16 ) ;
Text = "Vernderungen einer Zeile bzw. Spalte wirken sich nur auf den direkten Nachbarn aus" ;
Text [ English ] = "Changes of a row and column respectively will affect the direct neighbor only" ;
@@ -2552,8 +1995,8 @@ TabPage TP_OPTTABLE_PAGE
};
RadioButton RB_FIXPROP
{
- Pos = MAP_APPFONT ( 12 , 76 ) ;
- Size = MAP_APPFONT ( 78 , 10 ) ;
+ Pos = MAP_APPFONT ( 18 , 146 ) ;
+ Size = MAP_APPFONT ( 70 , 10 ) ;
Text = "F~ix, proportional" ;
Text [ English ] = "F~ix, proportional" ;
Text [ english_us ] = "Fi~xed, proportional" ;
@@ -2578,7 +2021,7 @@ TabPage TP_OPTTABLE_PAGE
};
FixedText FT_FIXPROP
{
- Pos = MAP_APPFONT ( 93 , 74 ) ;
+ Pos = MAP_APPFONT ( 93 , 146 ) ;
Size = MAP_APPFONT ( 155 , 16 ) ;
Text = "Vernderungen einer Zeile bzw. Spalte wirken sich auf die gesamte Tabelle aus" ;
Text [ English ] = "Changes of a row and column respectively will affect the whole table" ;
@@ -2605,8 +2048,8 @@ TabPage TP_OPTTABLE_PAGE
};
RadioButton RB_VAR
{
- Pos = MAP_APPFONT ( 12 , 95 ) ;
- Size = MAP_APPFONT ( 78 , 10 ) ;
+ Pos = MAP_APPFONT ( 18 , 159 ) ;
+ Size = MAP_APPFONT ( 70 , 10 ) ;
Text = "~Variabel" ;
Text [ English ] = "~Variable" ;
Text [ english_us ] = "~Variable" ;
@@ -2631,7 +2074,7 @@ TabPage TP_OPTTABLE_PAGE
};
FixedText FT_VAR
{
- Pos = MAP_APPFONT ( 93 , 93 ) ;
+ Pos = MAP_APPFONT ( 93 , 159 ) ;
Size = MAP_APPFONT ( 155 , 16 ) ;
Text = "Vernderungen einer Zeile bzw. Spalte wirken sich auf die Tabellengre aus" ;
Text [ English ] = "Changes of a row and column respectively will affect the table size" ;
@@ -2656,33 +2099,6 @@ TabPage TP_OPTTABLE_PAGE
Text[ turkish ] = "Satr ya da stunlar zerinde yaplan deiiklikler tablo boyutunu etkiler";
Text[ language_user1 ] = " ";
};
- FixedText FT_DESC
- {
- Pos = MAP_APPFONT ( 12 , 115 ) ;
- Size = MAP_APPFONT ( 236 , 10 ) ;
- Text = "Diese Einstellungen sind bei der Tastaturbedienung wirksam." ;
- Text [ English ] = "These settings affect the keyboard handling." ;
- WordBreak = TRUE ;
- Text [ english_us ] = "These settings affect the keyboard handling." ;
- Text [ portuguese_brazilian ] = "Diese Einstellungen sind bei der Tastaturbedienung wirksam." ;
- Text [ swedish ] = "Dessa instllningar gller fr tangentbord." ;
- Text [ danish ] = "Disse indstillinger udfolder virkning ved tastaturbetjening" ;
- Text [ italian ] = "Queste impostazioni sono effettive con l'uso della tastiera" ;
- Text [ spanish ] = "Esta configuracin es efectiva al usar el teclado." ;
- Text [ french ] = "Ces paramtres ne seront appliqus que pour l'utilisation du clavier." ;
- Text [ dutch ] = "Deze instellingen zijn bij de bediening van de tastatuur werkzaam." ;
- Text [ portuguese ] = "Estas definies so activadas com o teclado." ;
- Text[ chinese_simplified ] = "趨ڼ̲";
- Text[ russian ] = " .";
- Text[ polish ] = "Ustawienia te s uaktywnione podczas korzystania z klawiatury.";
- Text[ japanese ] = "̐ݒͷްޑ̍ۂɗLɂȂ܂";
- Text[ chinese_traditional ] = "oӳ]wΩLC";
- Text[ arabic ] = " .";
- Text[ greek ] = " .";
- Text[ korean ] = "̷ Ű  Ĩϴ .";
- Text[ turkish ] = "Bu ayarlar klavye kullanmn etkiler.";
- Text[ language_user1 ] = " ";
- };
};
/**************************************************************************/
/* */
@@ -2695,10 +2111,10 @@ TabPage TP_OPTSRCVIEW
SVLook = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ;
Hide = TRUE ;
- GroupBox GB_COLOR
+ FixedLine GB_COLOR
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 248 , 74 ) ;
+ Size = MAP_APPFONT ( 248 , 8 ) ;
Text = "Farbzuordnung Syntax - Highlighting" ;
Text [ English ] = "Color assignment syntax highlighting" ;
Text [ english_us ] = "Colors for syntax highlighting" ;
@@ -2865,10 +2281,264 @@ TabPage TP_OPTSHDWCRSR
SVLook = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ;
Hide = TRUE ;
- GroupBox GB_SHDWCRSFLAG
+ //_----------------------------
+ FixedLine GB_NOPRINT
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 248 , 92 ) ;
+ Size = MAP_APPFONT ( 120 , 8 ) ;
+ Text = "Nicht druckbare Zeichen" ;
+ Text [ ENGLISH ] = "Unprintable Characters" ;
+ Text [ norwegian ] = "Unprintable Characters" ;
+ Text [ italian ] = "Caratteri non stampabili" ;
+ Text [ portuguese_brazilian ] = "Unprintable Characters" ;
+ Text [ portuguese ] = "Caracteres no imprimveis" ;
+ Text [ finnish ] = "Unprintable Characters" ;
+ Text [ danish ] = "Tegn som ikke kan udskrives" ;
+ Text [ french ] = "Caractres non imprimables " ;
+ Text [ swedish ] = "Icke utskrivbara tecken" ;
+ Text [ dutch ] = "Niet-afdrukbare tekens" ;
+ Text [ spanish ] = "Caracteres no imprimibles" ;
+ Text [ english_us ] = "Nonprinting characters" ;
+ Group = TRUE ;
+ Text[ chinese_simplified ] = "ɴӡַ";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Znaki niedrukowalne";
+ Text[ japanese ] = "ȂL̕\\/\\";
+ Text[ chinese_traditional ] = "";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "ܶȣǥ";
+ Text[ turkish ] = "Yazdrlmayan karakterler";
+ Text[ language_user1 ] = " ";
+ };
+ CheckBox CB_PARA
+ {
+ Pos = MAP_APPFONT ( 12 , 14 ) ;
+ Size = MAP_APPFONT ( 108 , 10 ) ;
+ Text = "~Absatzende" ;
+ Text [ ENGLISH ] = "Paragraph ends" ;
+ Text [ norwegian ] = "Paragraph ends" ;
+ Text [ italian ] = "Fine paragrafo" ;
+ Text [ portuguese_brazilian ] = "Finais de pargrafo" ;
+ Text [ portuguese ] = "~Fim de pargrafo" ;
+ Text [ finnish ] = "Kappaleenvaihdot" ;
+ Text [ danish ] = "Afsnitsslutning" ;
+ Text [ french ] = "~Fin de paragraphe" ;
+ Text [ swedish ] = "Styck~etecken" ;
+ Text [ dutch ] = "~Einde alinea" ;
+ Text [ spanish ] = "~Fin de prrafo" ;
+ Text [ english_us ] = "Pa~ragraph end" ;
+ TabStop = TRUE ;
+ Group = TRUE ;
+ Text[ chinese_simplified ] = "β (~M)";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Koniec akapitu";
+ Text[ japanese ] = "i (~M)";
+ Text[ chinese_traditional ] = "q (~M)";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "ܶ (~R)";
+ Text[ turkish ] = "Paragraf sonu";
+ Text[ language_user1 ] = " ";
+ };
+ CheckBox CB_SHYPH
+ {
+ Pos = MAP_APPFONT ( 12 , 27 ) ;
+ Size = MAP_APPFONT ( 108 , 10 ) ;
+ Text = "~Weiche Trenner" ;
+ Text [ ENGLISH ] = "Soft hyphens" ;
+ Text [ norwegian ] = "Soft hyphens" ;
+ Text [ italian ] = "Sillabazione ~manuale" ;
+ Text [ portuguese_brazilian ] = "Hfens soft" ;
+ Text [ portuguese ] = "~Hfens opcionais" ;
+ Text [ finnish ] = "Ehdolliset tavuviivat" ;
+ Text [ danish ] = "Blde skilletegn" ;
+ Text [ french ] = "Traits d'union ~automatiques" ;
+ Text [ swedish ] = "~Mjuka bindestreck" ;
+ Text [ dutch ] = "Tij~delijke afbreektekens" ;
+ Text [ spanish ] = "G~uiones opcionales" ;
+ Text [ english_us ] = "Optional h~yphens" ;
+ Text[ chinese_simplified ] = "ַ(~Y)";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Mikkie znaki podziau";
+ Text[ japanese ] = "Oʲ(~Y)";
+ Text[ chinese_traditional ] = "iΪsr(~Y)";
+ Text[ arabic ] = " ";
+ Text[ greek ] = "~ ";
+ Text[ korean ] = " (~Y)";
+ Text[ turkish ] = "Ay~rma iareti";
+ Text[ language_user1 ] = " ";
+ };
+ CheckBox CB_SPACE
+ {
+ Pos = MAP_APPFONT ( 12 , 40 ) ;
+ Size = MAP_APPFONT ( 108 , 10 ) ;
+ Text = "Lee~rzeichen" ;
+ Text [ ENGLISH ] = "Spaces" ;
+ Text [ norwegian ] = "Spaces" ;
+ Text [ italian ] = "Spazi" ;
+ Text [ portuguese_brazilian ] = "Espaamentos" ;
+ Text [ portuguese ] = "Espaamentos" ;
+ Text [ finnish ] = "Vlilynnit" ;
+ Text [ danish ] = "Mellemrum" ;
+ Text [ french ] = "Es~paces" ;
+ Text [ swedish ] = "Bl~anksteg" ;
+ Text [ dutch ] = "~Spaties" ;
+ Text [ spanish ] = "Esp~acios" ;
+ Text [ english_us ] = "Spa~ces" ;
+ Text[ chinese_simplified ] = "հַ(~S)";
+ Text[ russian ] = "";
+ Text[ polish ] = "Spa~cje";
+ Text[ japanese ] = "߰(~S)";
+ Text[ chinese_traditional ] = "ťզr(~S)";
+ Text[ arabic ] = " ";
+ Text[ greek ] = "";
+ Text[ korean ] = "(~C)";
+ Text[ turkish ] = "~Boluklar";
+ Text[ language_user1 ] = " ";
+ };
+ CheckBox CB_HSPACE
+ {
+ Pos = MAP_APPFONT ( 12 , 53 ) ;
+ Size = MAP_APPFONT ( 108 , 10 ) ;
+ Text = "Ge~sch. Leerzeichen" ;
+ Text [ ENGLISH ] = "Nonbreaking spaces" ;
+ Text [ norwegian ] = "Nonbreaking spaces" ;
+ Text [ italian ] = "Spa~zio non divisibile" ;
+ Text [ portuguese_brazilian ] = "Espaos ininterruptos" ;
+ Text [ portuguese ] = "Espaos p~rotegidos" ;
+ Text [ finnish ] = "Sitovat vlilynnit" ;
+ Text [ danish ] = "Beskyttede mellemrum" ;
+ Text [ french ] = "~Espaces protgs" ;
+ Text [ swedish ] = "~Skyddade blanksteg" ;
+ Text [ dutch ] = "~Beveiligde spatie" ;
+ Text [ spanish ] = "Espacios proteg~idos" ;
+ Text [ english_us ] = "Non-breaking s~paces" ;
+ Text[ chinese_simplified ] = "ܱĿհַ(~P)";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Zab~ezpieczone spacje";
+ Text[ japanese ] = "ی߰(~P)";
+ Text[ chinese_traditional ] = "O@ťզr(~P)";
+ Text[ arabic ] = " ";
+ Text[ greek ] = "~ ";
+ Text[ korean ] = " ȣ(~P)";
+ Text[ turkish ] = "Blnemez boluklar";
+ Text[ language_user1 ] = " ";
+ };
+ CheckBox CB_TAB
+ {
+ Pos = MAP_APPFONT ( 12 , 66 ) ;
+ Size = MAP_APPFONT ( 108 , 10 ) ;
+ Text = "Ta~bulatoren" ;
+ Text [ ENGLISH ] = "~Tabs" ;
+ Text [ norwegian ] = "~Tabs" ;
+ Text [ italian ] = "~Tabulazioni" ;
+ Text [ portuguese_brazilian ] = "~Tabulaes" ;
+ Text [ portuguese ] = "~Tabulaes" ;
+ Text [ finnish ] = "~Sarkaimet" ;
+ Text [ danish ] = "Tabulatorer" ;
+ Text [ french ] = "~Tabulations" ;
+ Text [ swedish ] = "Ta~bulatorer" ;
+ Text [ dutch ] = "Tabsto~ps" ;
+ Text [ spanish ] = "Ta~bulaciones" ;
+ Text [ english_us ] = "Tabs" ;
+ Text[ chinese_simplified ] = "Ʊ(~B)";
+ Text[ russian ] = "";
+ Text[ polish ] = "Tabulatory";
+ Text[ japanese ] = "(~B)";
+ Text[ chinese_traditional ] = "s(~B)";
+ Text[ arabic ] = " ";
+ Text[ greek ] = "";
+ Text[ korean ] = "";
+ Text[ turkish ] = "Sekmeler";
+ Text[ language_user1 ] = " ";
+ };
+ CheckBox CB_BREAK
+ {
+ Pos = MAP_APPFONT ( 12 , 79 ) ;
+ Size = MAP_APPFONT ( 108 , 10 ) ;
+ Text = "Umbr~che" ;
+ Text [ ENGLISH ] = "Breaks" ;
+ Text [ norwegian ] = "Breaks" ;
+ Text [ italian ] = "Interruzioni" ;
+ Text [ portuguese_brazilian ] = "Interrupes" ;
+ Text [ portuguese ] = "Quebras" ;
+ Text [ finnish ] = "Vaihdot" ;
+ Text [ danish ] = "Skift" ;
+ Text [ french ] = "~Sauts" ;
+ Text [ swedish ] = "Br~ytningar" ;
+ Text [ dutch ] = "Ve~randeringen" ;
+ Text [ spanish ] = "~Saltos" ;
+ Text [ english_us ] = "Brea~ks" ;
+ Text[ chinese_simplified ] = "з(~K)";
+ Text[ russian ] = "";
+ Text[ polish ] = "Podzia~y";
+ Text[ japanese ] = "s(~K)";
+ Text[ chinese_traditional ] = "(~K)";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "(~K)";
+ Text[ turkish ] = "Kesmeler";
+ Text[ language_user1 ] = " ";
+ };
+ CheckBox CB_HIDDEN
+ {
+ Pos = MAP_APPFONT ( 12 , 92 ) ;
+ Size = MAP_APPFONT ( 108 , 10 ) ;
+ Text = "Verste~ckter Text" ;
+ Text [ ENGLISH ] = "~Hidden text" ;
+ Text [ norwegian ] = "~Hidden text" ;
+ Text [ italian ] = "Testo nascosto" ;
+ Text [ portuguese_brazilian ] = "~Texto oculto" ;
+ Text [ portuguese ] = "~Texto oculto" ;
+ Text [ finnish ] = "~Piiloteksti" ;
+ Text [ danish ] = "Skjult tekst" ;
+ Text [ french ] = "Texte ~masqu" ;
+ Text [ swedish ] = "Dold te~xt" ;
+ Text [ dutch ] = "On~zichtbare tekst" ;
+ Text [ spanish ] = "Te~xto oculto" ;
+ Text [ english_us ] = "Hidden text" ;
+ Text[ chinese_simplified ] = "(~H)";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Ukryty tek~st";
+ Text[ japanese ] = "B÷(~H)";
+ Text[ chinese_traditional ] = "Jr(~H)";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " ؽƮ";
+ Text[ turkish ] = "~Gizli metin";
+ Text[ language_user1 ] = " ";
+ };
+ CheckBox CB_HIDDEN_PARA
+ {
+ Pos = MAP_APPFONT ( 12 , 105 ) ;
+ Size = MAP_APPFONT ( 108 , 10 ) ;
+ Text = "~Versteckte Abstze" ;
+ Text [ ENGLISH ] = "H~idden paragraphs" ;
+ Text [ english_us ] = "Hidden p~aragraphs" ;
+ Text [ portuguese_brazilian ] = "~Versteckte Abstze" ;
+ Text [ swedish ] = "~Dolda stycken" ;
+ Text [ danish ] = "Skulte afsnit" ;
+ Text [ italian ] = "~Paragrafi nascosti" ;
+ Text [ spanish ] = "P~rrafos ocultos" ;
+ Text [ french ] = "~Paragraphes masqus" ;
+ Text [ dutch ] = "Verborgen al~ineas" ;
+ Text [ portuguese ] = "~Pargrafos ocultos" ;
+ Text[ chinese_simplified ] = "Ķ(~H)";
+ Text[ russian ] = " ";
+ Text[ polish ] = "~Uk~yte akapity";
+ Text[ japanese ] = "Bi(~H)";
+ Text[ chinese_traditional ] = "Jq(~H)";
+ Text[ arabic ] = " ";
+ Text[ language_user1 ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " ܶ(~A)";
+ Text[ turkish ] = "Gizili paragraflar";
+ };
+ FixedLine GB_SHDWCRSFLAG
+ {
+ Pos = MAP_APPFONT ( 130 , 3 ) ;
+ Size = MAP_APPFONT ( 120 , 8 ) ;
Text = "Direkt-Cursor" ;
Text [ ENGLISH ] = "Direct cursor" ;
Text [ english_us ] = "Direct Cursor" ;
@@ -2893,7 +2563,7 @@ TabPage TP_OPTSHDWCRSR
};
CheckBox CB_SHDWCRSONOFF
{
- Pos = MAP_APPFONT ( 12 , 14 ) ;
+ Pos = MAP_APPFONT ( 136 , 14 ) ;
Size = MAP_APPFONT ( 100 , 10 ) ;
Text = "~Direkt-Cursor" ;
Text [ ENGLISH ] = "~Direct cursor" ;
@@ -2921,7 +2591,7 @@ TabPage TP_OPTSHDWCRSR
};
FixedText FT_SHDWCRSFILLMODE
{
- Pos = MAP_APPFONT ( 12 , 27 ) ;
+ Pos = MAP_APPFONT ( 136 , 27 ) ;
Size = MAP_APPFONT ( 48 , 8 ) ;
Text = "Einfgen" ;
Text [ English ] = "Insert" ;
@@ -2948,7 +2618,7 @@ TabPage TP_OPTSHDWCRSR
};
RadioButton RB_SHDWCRSFILLMARGIN
{
- Pos = MAP_APPFONT ( 80 , 27 ) ;
+ Pos = MAP_APPFONT ( 142 , 39 ) ;
Size = MAP_APPFONT ( 100 , 10 ) ;
Text = "~Absatzausrichtung" ;
Text [ ENGLISH ] = "~Adjustment" ;
@@ -2976,7 +2646,7 @@ TabPage TP_OPTSHDWCRSR
};
RadioButton RB_SHDWCRSFILLINDENT
{
- Pos = MAP_APPFONT ( 80 , 40 ) ;
+ Pos = MAP_APPFONT ( 142 , 52 ) ;
Size = MAP_APPFONT ( 100 , 10 ) ;
Text = "linker Absatz~rand" ;
Text [ ENGLISH ] = "Left ~margin" ;
@@ -3002,7 +2672,7 @@ TabPage TP_OPTSHDWCRSR
};
RadioButton RB_SHDWCRSFILLTAB
{
- Pos = MAP_APPFONT ( 80 , 53 ) ;
+ Pos = MAP_APPFONT ( 142 , 66 ) ;
Size = MAP_APPFONT ( 100 , 10 ) ;
Text = "~Tabulator" ;
Text [ ENGLISH ] = "~Tab" ;
@@ -3028,7 +2698,7 @@ TabPage TP_OPTSHDWCRSR
};
RadioButton RB_SHDWCRSFILLSPACE
{
- Pos = MAP_APPFONT ( 80 , 66 ) ;
+ Pos = MAP_APPFONT ( 142 , 79 ) ;
Size = MAP_APPFONT ( 100 , 10 ) ;
Text = "Tabulator und ~Leerzeichen" ;
Text [ ENGLISH ] = "Tabs and ~space" ;
@@ -3054,8 +2724,8 @@ TabPage TP_OPTSHDWCRSR
};
FixedText FT_SHDWCRSCOLOR
{
- Pos = MAP_APPFONT ( 12 , 82 ) ;
- Size = MAP_APPFONT ( 50 , 8 ) ;
+ Pos = MAP_APPFONT ( 136 , 94 ) ;
+ Size = MAP_APPFONT ( 35 , 8 ) ;
Text = "~Farbe" ;
Text [ English ] = "~Color" ;
Text [ english_us ] = "~Color" ;
@@ -3081,71 +2751,25 @@ TabPage TP_OPTSHDWCRSR
ListBox LB_SHDWCRSCOLOR
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 80 , 80 ) ;
- Size = MAP_APPFONT ( 80 , 80 ) ;
+ Pos = MAP_APPFONT ( 176 , 92 ) ;
+ Size = MAP_APPFONT ( 75 , 80 ) ;
DropDown = TRUE ;
};
- GroupBox GB_CRSR_OPT
+ FixedLine GB_CRSR_OPT
{
- Pos = MAP_APPFONT ( 6 , 95 ) ;
- Size = MAP_APPFONT ( 248 , 24 ) ;
- Text = "Optionen" ;
- Text [ ENGLISH ] = "Options" ;
- Text [ NORWEGIAN ] = "Options" ;
- Text [ DANISH ] = "Indstillinger" ;
- Text [ ENGLISH_US ] = "Options" ;
- Text [ SPANISH ] = "Opciones" ;
- Text [ FINNISH ] = "Mritykset" ;
- Text [ FRENCH ] = "Options" ;
- Text [ ITALIAN ] = "Opzioni" ;
- Text [ DUTCH ] = "Opties" ;
- Text [ PORTUGUESE_BRAZILIAN ] = "Opes" ;
- Text [ SWEDISH ] = "Alternativ" ;
- Text [ PORTUGUESE ] = "Opes" ;
- Text[ chinese_simplified ] = "ѡ";
- Text[ russian ] = "";
- Text[ polish ] = "Opcje";
- Text[ japanese ] = "߼";
- Text[ chinese_traditional ] = "ﶵ";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "ɼ";
- Text[ turkish ] = "Seenekler";
- Text[ language_user1 ] = " ";
+ Pos = MAP_APPFONT ( 130 , 110 ) ;
+ Size = MAP_APPFONT ( 248 , 8 ) ;
+ Text = "~Cursor in geschtzten Zonen" ;
+ Text [ ENGLISH ] = "Cursor in protected areas" ;
};
CheckBox CB_ALLOW_IN_PROT
{
- Pos = MAP_APPFONT ( 12 , 106 ) ;
- Size = MAP_APPFONT ( 220 , 10 ) ;
+ Pos = MAP_APPFONT ( 136 , 121 ) ;
+ Size = MAP_APPFONT ( 100 , 10 ) ;
TabStop = TRUE ;
Group = TRUE ;
-
- Text = "~Cursor in geschtzten Zonen zulassen" ;
- Text [ ENGLISH ] = "~Allow cursor in protected areas" ;
- Text[ english_us ] = "~Allow cursor in protected areas";
- Text[ portuguese ] = "~Permitir cursor em zonas protegidas";
- Text[ russian ] = " ";
- Text[ dutch ] = "~Cursor in beveiligde zones toelaten";
- Text[ french ] = "~Autoriser l'utilisation du curseur dans les zones protges";
- Text[ spanish ] = "~Permitir cursor en zonas protegidas";
- Text[ italian ] = "Permetti cursore in aree protette";
- Text[ danish ] = "Tillad markr i beskyttede omrder";
- Text[ swedish ] = "Tillt ~markren i skyddade omrden";
- Text[ polish ] = "Dopu kursor w chronionych obszarach";
- Text[ portuguese_brazilian ] = "~Allow cursor in protected areas";
- Text[ japanese ] = "ی͈͂ւ̶ِi(~A)";
- Text[ chinese_simplified ] = "궨λڱ(~A)";
- Text[ chinese_traditional ] = "\\ЩwbO@ϰ(~A)";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "ȣ Ŀ ";
- Text[ turkish ] = "mlecin korumal blmlere girmesine izin ver";
- Text[ language_user1 ] = " ";
+ Text = "Zulassen" ;
+ Text [ ENGLISH ] = "Enable" ;
};
-
};
-/**************************************************************************/
-/* */
-/* */
-/* */
-/**************************************************************************/
+
diff --git a/sw/source/ui/config/optload.hrc b/sw/source/ui/config/optload.hrc
index 93a62aa0d8b0..7ca87447b8dc 100644
--- a/sw/source/ui/config/optload.hrc
+++ b/sw/source/ui/config/optload.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: optload.hrc,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:33 $
+ * last change: $Author: os $ $Date: 2001-03-22 09:36:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,17 +59,54 @@
*
************************************************************************/
-#define GB_LINK 1
+#define GB_UPDATE 1
#define RB_ALWAYS 2
#define RB_REQUEST 3
#define RB_NEVER 4
-#define CB_FLD_DOCONLY 5
+
#define CB_MERGE_PARA_DIST 6
#define GB_COMPAT 7
#define CB_AUTO_UPDATE_FIELDS 8
#define CB_AUTO_UPDATE_CHARTS 9
#define FT_UPDATE_LINKS 10
-#define CB_LINK_DOCONLY 11
-#define GB_FIELD 13
+
#define CB_MERGE_PARA_DIST_PAGESTART 14
+#define GB_SETTINGS 15
+#define ST_METRIC 16
+#define FT_TAB 17
+#define MF_TAB 18
+#define LB_METRIC 19
+#define FT_LINK 20
+#define FT_FIELD 21
+#define FT_METRIC 22
+#define CB_CAPTION 23
+#define PB_OPTIONS 24
+#define TXT_OPTIONS 25
+#define GB_CAPTION 26
+
+#define CLB_OBJECTS 1
+#define STR_TABLE 2
+#define STR_FRAME 3
+#define STR_GRAPHIC 4
+#define STR_OLE 5
+
+#define TXT_CATEGORY 5
+#define BOX_CATEGORY 6
+#define TXT_FORMAT 7
+#define BOX_FORMAT 8
+#define TXT_TEXT 9
+#define EDT_TEXT 10
+#define TXT_POS 11
+#define BOX_POS 12
+#define TXT_SAMPLE 13
+#define GRP_SETTINGS 14
+#define STR_BEGINNING 15
+#define STR_END 16
+#define STR_ABOVE 17
+#define STR_CP_BELOW 18
+#define FT_LEVEL 19
+#define LB_LEVEL 20
+#define FT_SEPARATOR 21
+#define ED_SEPARATOR 22
+
diff --git a/sw/source/ui/config/optload.src b/sw/source/ui/config/optload.src
index ddfb9aabb577..c0b0a541aa20 100644
--- a/sw/source/ui/config/optload.src
+++ b/sw/source/ui/config/optload.src
@@ -2,9 +2,9 @@
*
* $RCSfile: optload.src,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: kz $ $Date: 2001-03-21 20:51:43 $
+ * last change: $Author: os $ $Date: 2001-03-22 09:36:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,37 +72,25 @@
TabPage TP_OPTLOAD_PAGE
{
HelpID = HID_OPTLOAD_PAGE ;
- Size = MAP_APPFONT ( 260 , 135 ) ;
+ Size = MAP_APPFONT ( 260 , 185 ) ;
Hide = TRUE ;
- GroupBox GB_LINK
+ FixedLine GB_UPDATE
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 248 , 38 ) ;
- Text = "Verknpfungen aktualisieren" ;
- Text [ English ] = "Update links" ;
- Text[ english_us ] = "Update links";
- Text[ portuguese ] = "Actualizar ligaes";
- Text[ russian ] = " ";
- Text[ dutch ] = "Verbindingen actualiseren";
- Text[ french ] = "Actualiser les liens";
- Text[ spanish ] = "Actualizar vnculos";
- Text[ italian ] = "Aggiorna collegamenti";
- Text[ danish ] = "Opdater kder";
- Text[ swedish ] = "Uppdatera lnkar";
- Text[ polish ] = "Aktualizuj cza";
- Text[ portuguese_brazilian ] = "Refresh links";
- Text[ japanese ] = "ݸ̍XV";
- Text[ chinese_simplified ] = "";
- Text[ chinese_traditional ] = "s|";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = " Ʈ";
- Text[ turkish ] = "Balantlar gncelle";
- Text[ language_user1 ] = " ";
-};
- RadioButton RB_ALWAYS
+ Size = MAP_APPFONT ( 248 , 8 ) ;
+ Text = "Aktualisierung" ;
+ Text [ English ] = "Updating" ;
+ };
+ FixedText FT_LINK
{
Pos = MAP_APPFONT ( 12 , 14 ) ;
+ Size = MAP_APPFONT ( 100 , 8 ) ;
+ Text = "Verknpfungen beim Laden aktualisieren" ;
+ Text [ English ] = "Update links when loading" ;
+ };
+ RadioButton RB_ALWAYS
+ {
+ Pos = MAP_APPFONT ( 18 , 26 ) ;
Size = MAP_APPFONT ( 75 , 10 ) ;
Text = "~Immer" ;
Text [ ENGLISH ] = "~Always" ;
@@ -111,15 +99,15 @@ TabPage TP_OPTLOAD_PAGE
Text[ portuguese_brazilian ] = "~Always";
Text[ portuguese ] = "~Sempre";
Text[ danish ] = "Altid";
- Text[ french ] = "~Toujours";
+ Text[ french ] = "Toujours";
Text[ swedish ] = "Allt~id";
Text[ dutch ] = "~Altijd";
Text[ spanish ] = "~Siempre";
- Text[ english_us ] = "~Always";
+ Text[ english_us ] = "Always";
Text[ chinese_simplified ] = "";
Text[ russian ] = "";
Text[ polish ] = "Zawsze";
- Text[ japanese ] = "ɂ";
+ Text[ japanese ] = "";
Text[ chinese_traditional ] = "`O";
Text[ arabic ] = "";
Text[ greek ] = "";
@@ -129,7 +117,7 @@ TabPage TP_OPTLOAD_PAGE
};
RadioButton RB_REQUEST
{
- Pos = MAP_APPFONT ( 90 , 14 ) ;
+ Pos = MAP_APPFONT ( 18 , 39 ) ;
Size = MAP_APPFONT ( 75 , 10 ) ;
Text = "Auf Nach~frage" ;
Text [ ENGLISH ] = "On request" ;
@@ -138,25 +126,25 @@ TabPage TP_OPTLOAD_PAGE
Text[ portuguese_brazilian ] = "On request";
Text[ portuguese ] = "A ~pedido";
Text[ danish ] = "P anmodning";
- Text[ french ] = "Sur de~mande";
+ Text[ french ] = "Sur demande";
Text[ swedish ] = "~P begran";
Text[ dutch ] = "Op aan~vraag";
Text[ spanish ] = "A ~peticin";
- Text[ english_us ] = "~On request";
+ Text[ english_us ] = "On request";
Text[ chinese_simplified ] = "ʱ";
Text[ russian ] = " ";
Text[ polish ] = "Na danie";
- Text[ japanese ] = "mF";
+ Text[ japanese ] = "Kvɉ";
Text[ chinese_traditional ] = "bШD";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "û";
- Text[ turkish ] = "stek zerine";
- Text[ language_user1 ] = " ";
-};
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "û";
+ Text[ turkish ] = "stek zerine";
+ Text[ language_user1 ] = " ";
+ };
RadioButton RB_NEVER
{
- Pos = MAP_APPFONT ( 168 , 14 ) ;
+ Pos = MAP_APPFONT ( 18 , 52 ) ;
Size = MAP_APPFONT ( 75 , 10 ) ;
Text = "~Nie" ;
Text [ ENGLISH ] = "Never" ;
@@ -165,52 +153,26 @@ TabPage TP_OPTLOAD_PAGE
Text[ portuguese_brazilian ] = "Never";
Text[ portuguese ] = "~Nunca";
Text[ danish ] = "Aldrig";
- Text[ french ] = "~Jamais";
+ Text[ french ] = "Jamais";
Text[ swedish ] = "A~ldrig";
Text[ dutch ] = "~Nooit";
Text[ spanish ] = "~Nunca";
- Text[ english_us ] = "~Never";
+ Text[ english_us ] = "Never";
Text[ chinese_simplified ] = "Զ";
Text[ russian ] = "";
Text[ polish ] = "Nigdy";
- Text[ japanese ] = "Ȃ";
+ Text[ japanese ] = "sKv";
Text[ chinese_traditional ] = "û";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "";
- Text[ turkish ] = "Hibir zaman";
- Text[ language_user1 ] = " ";
-};
- CheckBox CB_LINK_DOCONLY
- {
- Pos = MAP_APPFONT ( 12 , 28) ;
- Size = MAP_APPFONT ( 220 , 10 ) ;
- Text = "Nur fr das aktuelle ~Dokument" ;
- Text [ English ] = "Actual document only" ;
- Text [ dutch ] = "~Alleen in het actuele document" ;
- Text [ english_us ] = "Current document only" ;
- Text [ italian ] = "Solo per il documento corrente" ;
- Text [ spanish ] = "Solo para el documento ~actual" ;
- Text [ french ] = "Uniquement pour le ~document actif" ;
- Text [ swedish ] = "Bara fr det aktuella ~dokumentet" ;
- Text [ danish ] = "Kun for det aktuelle dokument" ;
- Text [ portuguese ] = "~Apenas para documento activo" ;
- Text[ portuguese_brazilian ] = "~Nur fr das aktuelle Dokument";
- Text[ chinese_simplified ] = "ֻڵǰĵ";
- Text[ russian ] = " ";
- Text[ polish ] = "Tylko dla aktualnego dokumentu";
- Text[ japanese ] = "݂޷Ă̂";
- Text[ chinese_traditional ] = "ȥΩe";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = " ";
- Text[ language_user1 ] = " ";
- Text[ turkish ] = "Yalnzca ak belgede";
-};
- GroupBox GB_FIELD
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "";
+ Text[ turkish ] = "Hibir zaman";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_FIELD
{
- Pos = MAP_APPFONT ( 6 , 44 ) ;
- Size = MAP_APPFONT ( 248 , 51 ) ;
+ Pos = MAP_APPFONT ( 130 , 14 ) ;
+ Size = MAP_APPFONT ( 100 , 81 ) ;
Text = "Felder und Diagramme" ;
Text [ English ] = "Update" ;
Text[ english_us ] = "Fields and charts";
@@ -227,16 +189,16 @@ TabPage TP_OPTLOAD_PAGE
Text[ japanese ] = "̨ނƸ";
Text[ chinese_simplified ] = "ֶκͼ";
Text[ chinese_traditional ] = "MϪ";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "ʵ Ʈ";
- Text[ turkish ] = "Alan ve emalar";
- Text[ language_user1 ] = " ";
-};
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "ʵ Ʈ";
+ Text[ turkish ] = "Alan ve emalar";
+ Text[ language_user1 ] = " ";
+ };
CheckBox CB_AUTO_UPDATE_FIELDS
{
- Pos = MAP_APPFONT ( 12 , 55) ;
- Size = MAP_APPFONT ( 213 , 10 ) ;
+ Pos = MAP_APPFONT ( 136 , 26) ;
+ Size = MAP_APPFONT ( 120 , 10 ) ;
Text = "F~eldbefehle automatisch aktualisieren" ;
Text [ English ] = "Update fields automatically" ;
Text[ english_us ] = "Update ~fields automatically";
@@ -250,8 +212,8 @@ TabPage TP_OPTLOAD_PAGE
Text[ swedish ] = "Uppdat~era fltkommandon automatiskt";
Text[ polish ] = "Aktualizuj pola automatycznie";
Text[ portuguese_brazilian ] = "Update fields automatically";
- Text[ japanese ] = "̨ނXV(~F)";
- Text[ chinese_simplified ] = "Զֶ";
+ Text[ japanese ] = "̨ނIɍXV(~F)";
+ Text[ chinese_simplified ] = "Զֶ(~F)";
Text[ chinese_traditional ] = "۰ʧsO";
Text[ arabic ] = " ";
Text[ greek ] = " ~ ";
@@ -261,23 +223,23 @@ TabPage TP_OPTLOAD_PAGE
};
CheckBox CB_AUTO_UPDATE_CHARTS
{
- Pos = MAP_APPFONT ( 12 , 68) ;
- Size = MAP_APPFONT ( 213 , 10 ) ;
+ Pos = MAP_APPFONT ( 136 , 39) ;
+ Size = MAP_APPFONT ( 120 , 10 ) ;
Text = "Dia~gramme automatisch aktualisieren" ;
Text [ English ] = "Update charts automatically" ;
Text[ english_us ] = "Update ~charts automatically";
Text[ portuguese ] = "Actualizar ~grficos automaticamente";
Text[ russian ] = " ";
Text[ dutch ] = "~Diagrammen automatisch actualiseren";
- Text[ french ] = "Actualiser automatiquement les dia~grammes";
+ Text[ french ] = "Actualiser automatiquement les diagrammes";
Text[ spanish ] = "Actualizar ~diagramas automticamente";
Text[ italian ] = "Aggiorna i diagrammi automaticamente";
Text[ danish ] = "Opdater diagrammer automatisk";
Text[ swedish ] = "Uppdatera dia~gram automatiskt";
Text[ polish ] = "Aktualizuj wykresy automatycznie";
Text[ portuguese_brazilian ] = "Update charts automatically";
- Text[ japanese ] = "̂XV(~C)";
- Text[ chinese_simplified ] = "Զͼ";
+ Text[ japanese ] = "̂IɍXV(~C)";
+ Text[ chinese_simplified ] = "Զͼ(~C)";
Text[ chinese_traditional ] = "۰ʧsϪ";
Text[ arabic ] = " ";
Text[ greek ] = " ~";
@@ -285,36 +247,462 @@ TabPage TP_OPTLOAD_PAGE
Text[ turkish ] = "emalar otomatik olarak gncelle";
Text[ language_user1 ] = " ";
};
- CheckBox CB_FLD_DOCONLY
- {
- Pos = MAP_APPFONT ( 12 , 82) ;
- Size = MAP_APPFONT ( 213 , 10 ) ;
- Text = "Nur fr das aktuelle D~okument" ;
- Text [ English ] = "Current document only" ;
- Text [ dutch ] = "~Alleen in het actuele document" ;
- Text [ english_us ] = "Current document onl~y" ;
- Text [ italian ] = "Solo per il documento corrente" ;
- Text [ spanish ] = "Slo para el documento ~actual" ;
- Text [ french ] = "Uniquement pour le d~ocument actif" ;
- Text [ swedish ] = "Bara fr det aktuella d~okumentet" ;
- Text [ danish ] = "Kun for det aktuelle dokument" ;
- Text [ portuguese ] = "~Apenas para documento actual" ;
- Text[ portuguese_brazilian ] = "~Nur fr das aktuelle Dokument";
- Text[ chinese_simplified ] = "ֻڵǰĵ";
- Text[ russian ] = " ";
- Text[ polish ] = "Tylko dla aktualnego dokumentu";
- Text[ japanese ] = "݂޷Ă̂";
- Text[ chinese_traditional ] = "ȥΩe";
- Text[ arabic ] = " ";
- Text[ greek ] = " ~";
- Text[ korean ] = " ";
- Text[ turkish ] = "Yalnzca ak belgede";
- Text[ language_user1 ] = " ";
-};
- GroupBox GB_COMPAT
+ FixedLine GB_CAPTION
+ {
+ Pos = MAP_APPFONT ( 6 , 68 ) ;
+ Size = MAP_APPFONT ( 248 , 8 ) ;
+ Text = "Beschriftung" ;
+ Text [ English ] = "Caption" ;
+ Text[ italian ] = "Dicitura";
+ Text[ portuguese_brazilian ] = "Caption";
+ Text[ portuguese ] = "Legenda";
+ Text[ danish ] = "Billedtekst";
+ Text[ french ] = "Lgende";
+ Text[ swedish ] = "Bildtext";
+ Text[ dutch ] = "Bijschrift";
+ Text[ spanish ] = "Etiqueta";
+ Text[ english_us ] = "Caption";
+ Text[ chinese_simplified ] = "ǩ";
+ Text[ russian ] = "";
+ Text[ polish ] = "Opis";
+ Text[ japanese ] = "}\\ԍ";
+ Text[ chinese_traditional ] = "";
+ Text[ arabic ] = " ";
+ Text[ greek ] = "";
+ Text[ korean ] = "ĸ";
+ Text[ language_user1 ] = " ";
+ Text[ turkish ] = "Resim yazs";
+ };
+ CheckBox CB_CAPTION
+ {
+ Pos = MAP_APPFONT ( 12 , 81 ) ;
+ Size = MAP_APPFONT ( 170 , 10 ) ;
+ Text = "~Automatisch" ;
+ Text [ ENGLISH ] = "Automatic" ;
+ TabStop = TRUE ;
+ Text[ italian ] = "Automatico";
+ Text[ portuguese_brazilian ] = "Automatic";
+ Text[ portuguese ] = "~Automtico";
+ Text[ danish ] = "Automatisk";
+ Text[ french ] = "~Automatiquement";
+ Text[ swedish ] = "~Automatiskt";
+ Text[ dutch ] = "~Automatisch";
+ Text[ spanish ] = "~Automtico";
+ Text[ english_us ] = "Automatic";
+ Text[ chinese_simplified ] = "Զ";
+ Text[ russian ] = "";
+ Text[ polish ] = "Automatycznie";
+ Text[ japanese ] = "";
+ Text[ chinese_traditional ] = "۰";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "ڵ";
+ Text[ language_user1 ] = " ";
+ Text[ turkish ] = "~Otomatik";
+ };
+ FixedText TXT_OPTIONS
+ {
+ Pos = MAP_APPFONT ( 185 , 81 ) ;
+ Size = MAP_APPFONT ( 50 , 8 ) ;
+ Text = "~Objektauswahl:" ;
+ Text [ English ] = "~Object selection" ;
+ Left = TRUE ;
+ Text[ italian ] = "Scelta ~oggetto:";
+ Text[ portuguese_brazilian ] = "~Object selection";
+ Text[ portuguese ] = "~Seleco de objecto";
+ Text[ danish ] = "Objektudvalg:";
+ Text[ french ] = "~Slection d'objet :";
+ Text[ swedish ] = "~Objekturval:";
+ Text[ dutch ] = "~Objectselectie";
+ Text[ spanish ] = "~Seleccin objeto:";
+ Text[ english_us ] = "Object selection";
+ Text[ chinese_simplified ] = "ѡ";
+ Text[ russian ] = " :";
+ Text[ polish ] = "Wybr obiektu:";
+ Text[ japanese ] = "޼ުđI:";
+ Text[ chinese_traditional ] = "ܪG";
+ Text[ arabic ] = " :";
+ Text[ greek ] = " :";
+ Text[ korean ] = "ü ";
+ Text[ language_user1 ] = " ";
+ Text[ turkish ] = "~Nesne seimi:";
+ };
+ PushButton PB_OPTIONS
+ {
+ Pos = MAP_APPFONT ( 239 , 79 ) ;
+ Size = MAP_APPFONT ( 12 , 12 ) ;
+ Text = "..." ;
+ };
+ FixedLine GB_SETTINGS
+ {
+ Pos = MAP_APPFONT ( 6 , 97 ) ;
+ Size = MAP_APPFONT ( 248 , 8 ) ;
+ Text = "Einstellungen";
+ Text [ ENGLISH ] = "Settings" ;
+ };
+ FixedText FT_METRIC
{
- Pos = MAP_APPFONT ( 6 , 98 ) ;
- Size = MAP_APPFONT ( 248 , 37 ) ;
+ Pos = MAP_APPFONT ( 12 , 110 ) ;
+ Size = MAP_APPFONT ( 60 , 8 ) ;
+ Text = "Maeinheit";
+ Text [ ENGLISH ] = "Measurement units" ;
+ Text [ italian ] = "Unit di misura";
+ Text [ portuguese_brazilian ] = "Unidades mtricas";
+ Text [ portuguese ] = "Unidades mtricas";
+ Text [ danish ] = "Mleenhed";
+ Text [ french ] = "Unit de mesure";
+ Text [ swedish ] = "Mttenhet";
+ Text [ dutch ] = "Maateenheid";
+ Text [ spanish ] = "Unidad de medida";
+ Text [ english_us ] = "Measurement units";
+ Text[ chinese_simplified ] = "λ";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Jednostka miary";
+ Text[ japanese ] = "P";
+ Text [ norwegian ] = "Metriske Enheter" ;
+ Text [ finnish ] = "Metriset yksikt" ;
+ Text[ chinese_traditional ] = "׶q";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " ";
+ Text[ turkish ] = "l birimi";
+ Text[ language_user1 ] = " ";
+ };
+ ListBox LB_METRIC
+ {
+ Pos = MAP_APPFONT ( 75, 98 ) ;
+ Size = MAP_APPFONT ( 50 , 50 ) ;
+ Border = TRUE ;
+ DropDown = TRUE ;
+ };
+ StringArray ST_METRIC
+ {
+ ItemList =
+ {
+ < "Millimeter" ; FUNIT_MM ; > ;
+ < "Zentimeter" ; FUNIT_CM ; > ;
+ < "Meter" ; FUNIT_M ; > ;
+ < "Kilometer" ; FUNIT_KM ; > ;
+ < "Zoll" ; FUNIT_INCH ; > ;
+ < "Fu" ; FUNIT_FOOT ; > ;
+ < "Meilen" ; FUNIT_MILE ; > ;
+ < "Pica" ; FUNIT_PICA ; > ;
+ < "Point" ; FUNIT_POINT ; > ;
+ };
+ ItemList [ English ] =
+ {
+ < "Millimeter" ; FUNIT_MM ; > ;
+ < "Zentimeter" ; FUNIT_CM ; > ;
+ < "Meter" ; FUNIT_M ; > ;
+ < "Kilometer" ; FUNIT_KM ; > ;
+ < "Zoll" ; FUNIT_INCH ; > ;
+ < "Fu" ; FUNIT_FOOT ; > ;
+ < "Meilen" ; FUNIT_MILE ; > ;
+ < "Pica" ; FUNIT_PICA ; > ;
+ < "Point" ; FUNIT_POINT ; > ;
+ };
+ ItemList [ norwegian ] =
+ {
+ < "Millimeter" ; FUNIT_MM ; > ;
+ < "Zentimeter" ; FUNIT_CM ; > ;
+ < "Meter" ; FUNIT_M ; > ;
+ < "Kilometer" ; FUNIT_KM ; > ;
+ < "Zoll" ; FUNIT_INCH ; > ;
+ < "Fu" ; FUNIT_FOOT ; > ;
+ < "Meilen" ; FUNIT_MILE ; > ;
+ < "Pica" ; FUNIT_PICA ; > ;
+ < "Point" ; FUNIT_POINT ; > ;
+ };
+ ItemList [ italian ] =
+ {
+ < "Millimetro" ; FUNIT_MM ; > ;
+ < "Centimetro" ; FUNIT_CM ; > ;
+ < "Metro" ; FUNIT_M ; > ;
+ < "Chilometro" ; FUNIT_KM ; > ;
+ < "Pollice" ; FUNIT_INCH ; > ;
+ < "piede" ; FUNIT_FOOT ; > ;
+ < "miglia" ; FUNIT_MILE ; > ;
+ < "Pica" ; FUNIT_PICA ; > ;
+ < "Punto" ; FUNIT_POINT ; > ;
+ };
+ ItemList [ portuguese_brazilian ] =
+ {
+ < "Millimeter" ; FUNIT_MM ; > ;
+ < "Zentimeter" ; FUNIT_CM ; > ;
+ < "Meter" ; FUNIT_M ; > ;
+ < "Kilometer" ; FUNIT_KM ; > ;
+ < "Zoll" ; FUNIT_INCH ; > ;
+ < "Fu" ; FUNIT_FOOT ; > ;
+ < "Meilen" ; FUNIT_MILE ; > ;
+ < "Pica" ; FUNIT_PICA ; > ;
+ < "Ponto" ; FUNIT_POINT ; > ;
+ };
+ ItemList [ portuguese ] =
+ {
+ < "Milmetro" ; FUNIT_MM ; > ;
+ < "Centmetro" ; FUNIT_CM ; > ;
+ < "Metro" ; FUNIT_M ; > ;
+ < "Quilmetro" ; FUNIT_KM ; > ;
+ < "Polegada" ; FUNIT_INCH ; > ;
+ < "P" ; FUNIT_FOOT ; > ;
+ < "Milhas" ; FUNIT_MILE ; > ;
+ < "Pica" ; FUNIT_PICA ; > ;
+ < "Ponto" ; FUNIT_POINT ; > ;
+ };
+ ItemList [ french ] =
+ {
+ < "Millimtre" ; FUNIT_MM ; > ;
+ < "Centimtre" ; FUNIT_CM ; > ;
+ < "Mtre" ; FUNIT_M ; > ;
+ < "Kilomtre" ; FUNIT_KM ; > ;
+ < "Pouce" ; FUNIT_INCH ; > ;
+ < "Pied" ; FUNIT_FOOT ; > ;
+ < "Miles" ; FUNIT_MILE ; > ;
+ < "Pica" ; FUNIT_PICA ; > ;
+ < "Point" ; FUNIT_POINT ; > ;
+ };
+ ItemList [ dutch ] =
+ {
+ < "Millimeter" ; FUNIT_MM ; > ;
+ < "Centimeter" ; FUNIT_CM ; > ;
+ < "Meter" ; FUNIT_M ; > ;
+ < "Kilometer" ; FUNIT_KM ; > ;
+ < "Duim" ; FUNIT_INCH ; > ;
+ < "Voet" ; FUNIT_FOOT ; > ;
+ < "Mijlen" ; FUNIT_MILE ; > ;
+ < "Pica" ; FUNIT_PICA ; > ;
+ < "Punt" ; FUNIT_POINT ; > ;
+ };
+ ItemList [ spanish ] =
+ {
+ < "Milmetro" ; FUNIT_MM ; > ;
+ < "Centmetro" ; FUNIT_CM ; > ;
+ < "Metro" ; FUNIT_M ; > ;
+ < "Kilmetro" ; FUNIT_KM ; > ;
+ < "Pulgadas" ; FUNIT_INCH ; > ;
+ < "Pie" ; FUNIT_FOOT ; > ;
+ < "Millas" ; FUNIT_MILE ; > ;
+ < "Pica" ; FUNIT_PICA ; > ;
+ < "Punto" ; FUNIT_POINT ; > ;
+ };
+ ItemList [ danish ] =
+ {
+ < "Millimeter" ; FUNIT_MM ; > ;
+ < "Centimeter" ; FUNIT_CM ; > ;
+ < "Meter" ; FUNIT_M ; > ;
+ < "Kilometer" ; FUNIT_KM ; > ;
+ < "Tommer" ; FUNIT_INCH ; > ;
+ < "Fod" ; FUNIT_FOOT ; > ;
+ < "Mil" ; FUNIT_MILE ; > ;
+ < "Pica" ; FUNIT_PICA ; > ;
+ < "Punkt" ; FUNIT_POINT ; > ;
+ };
+ ItemList [ swedish ] =
+ {
+ < "Millimeter" ; FUNIT_MM ; > ;
+ < "Centimeter" ; FUNIT_CM ; > ;
+ < "Meter" ; FUNIT_M ; > ;
+ < "Kilometer" ; FUNIT_KM ; > ;
+ < "Tum" ; FUNIT_INCH ; > ;
+ < "Fot" ; FUNIT_FOOT ; > ;
+ < "Miles" ; FUNIT_MILE ; > ;
+ < "Pica" ; FUNIT_PICA ; > ;
+ < "Punkt" ; FUNIT_POINT ; > ;
+ };
+ ItemList [ finnish ] =
+ {
+ < "Millimeter" ; FUNIT_MM ; > ;
+ < "Zentimeter" ; FUNIT_CM ; > ;
+ < "Meter" ; FUNIT_M ; > ;
+ < "Kilometer" ; FUNIT_KM ; > ;
+ < "Zoll" ; FUNIT_INCH ; > ;
+ < "Fu" ; FUNIT_FOOT ; > ;
+ < "Meilen" ; FUNIT_MILE ; > ;
+ < "Pica" ; FUNIT_PICA ; > ;
+ < "Point" ; FUNIT_POINT ; > ;
+ };
+ ItemList [ english_us ] =
+ {
+ < "Millimeter" ; FUNIT_MM ; > ;
+ < "Centimeter" ; FUNIT_CM ; > ;
+ < "Meter" ; FUNIT_M ; > ;
+ < "Kilometer" ; FUNIT_KM ; > ;
+ < "Inch" ; FUNIT_INCH ; > ;
+ < "Foot" ; FUNIT_FOOT ; > ;
+ < "Miles" ; FUNIT_MILE ; > ;
+ < "Pica" ; FUNIT_PICA ; > ;
+ < "Point" ; FUNIT_POINT ; > ;
+ };
+ ItemList [ chinese_simplified ] =
+ {
+ < "" ; FUNIT_MM ; > ;
+ < "" ; FUNIT_CM ; > ;
+ < "" ; FUNIT_M ; > ;
+ < "" ; FUNIT_KM ; > ;
+ < "Ӣ" ; FUNIT_INCH ; > ;
+ < "Ӣ" ; FUNIT_FOOT ; > ;
+ < "Ӣ" ; FUNIT_MILE ; > ;
+ < "Ƥַ" ; FUNIT_PICA ; > ;
+ < "" ; FUNIT_POINT ; > ;
+ };
+ ItemList [ russian ] =
+ {
+ < "" ; FUNIT_MM ; > ;
+ < "" ; FUNIT_CM ; > ;
+ < "" ; FUNIT_M ; > ;
+ < "" ; FUNIT_KM ; > ;
+ < "" ; FUNIT_INCH ; > ;
+ < "" ; FUNIT_FOOT ; > ;
+ < "" ; FUNIT_MILE ; > ;
+ < "" ; FUNIT_PICA ; > ;
+ < "" ; FUNIT_POINT ; > ;
+ };
+ ItemList [ polish ] =
+ {
+ < "Milimetr" ; FUNIT_MM ; > ;
+ < "Centymetr" ; FUNIT_CM ; > ;
+ < "Metr" ; FUNIT_M ; > ;
+ < "Kilometr" ; FUNIT_KM ; > ;
+ < "Cal" ; FUNIT_INCH ; > ;
+ < "Stopa" ; FUNIT_FOOT ; > ;
+ < "Mile" ; FUNIT_MILE ; > ;
+ < "Cycero" ; FUNIT_PICA ; > ;
+ < "Punkt" ; FUNIT_POINT ; > ;
+ };
+ ItemList [ japanese ] =
+ {
+ < "Ұ" ; FUNIT_MM ; > ;
+ < "Ұ" ; FUNIT_CM ; > ;
+ < "Ұ" ; FUNIT_M ; > ;
+ < "Ұ" ; FUNIT_KM ; > ;
+ < "" ; FUNIT_INCH ; > ;
+ < "̨" ; FUNIT_FOOT ; > ;
+ < "ϲ" ; FUNIT_MILE ; > ;
+ < "߲" ; FUNIT_PICA ; > ;
+ < "߲" ; FUNIT_POINT ; > ;
+ };
+ ItemList [ chinese_traditional ] =
+ {
+ < "@" ; FUNIT_MM ; > ;
+ < "" ; FUNIT_CM ; > ;
+ < "" ; FUNIT_M ; > ;
+ < "" ; FUNIT_KM ; > ;
+ < "^o" ; FUNIT_INCH ; > ;
+ < "^" ; FUNIT_FOOT ; > ;
+ < "^" ; FUNIT_MILE ; > ;
+ < "֥ir" ; FUNIT_PICA ; > ;
+ < "I" ; FUNIT_POINT ; > ;
+ };
+ ItemList [ arabic ] =
+ {
+ < "" ; FUNIT_MM ; > ;
+ < "" ; FUNIT_CM ; > ;
+ < "" ; FUNIT_M ; > ;
+ < "" ; FUNIT_KM ; > ;
+ < "" ; FUNIT_INCH ; > ;
+ < "" ; FUNIT_FOOT ; > ;
+ < "" ; FUNIT_MILE ; > ;
+ < "" ; FUNIT_PICA ; > ;
+ < "" ; FUNIT_POINT ; > ;
+ };
+ ItemList [ greek ] =
+ {
+ < "" ; FUNIT_MM ; > ;
+ < "" ; FUNIT_CM ; > ;
+ < "" ; FUNIT_M ; > ;
+ < "" ; FUNIT_KM ; > ;
+ < "" ; FUNIT_INCH ; > ;
+ < "" ; FUNIT_FOOT ; > ;
+ < "" ; FUNIT_MILE ; > ;
+ < "Pica" ; FUNIT_PICA ; > ;
+ < "" ; FUNIT_POINT ; > ;
+ };
+ ItemList [ korean ] =
+ {
+ < "и" ; FUNIT_MM ; > ;
+ < "Ƽ" ; FUNIT_CM ; > ;
+ < "" ; FUNIT_M ; > ;
+ < "ųι" ; FUNIT_KM ; > ;
+ < "ġ" ; FUNIT_INCH ; > ;
+ < "Ʈ" ; FUNIT_FOOT ; > ;
+ < "" ; FUNIT_MILE ; > ;
+ < "ī" ; FUNIT_PICA ; > ;
+ < "Ʈ" ; FUNIT_POINT ; > ;
+ };
+ ItemList [ turkish ] =
+ {
+ < "Milimetre" ; FUNIT_MM ; > ;
+ < "Santimetre" ; FUNIT_CM ; > ;
+ < "Metre" ; FUNIT_M ; > ;
+ < "Kilometre" ; FUNIT_KM ; > ;
+ < "n" ; FUNIT_INCH ; > ;
+ < "Ft" ; FUNIT_FOOT ; > ;
+ < "Mil" ; FUNIT_MILE ; > ;
+ < "Pika" ; FUNIT_PICA ; > ;
+ < "Nokta" ; FUNIT_POINT ; > ;
+ };
+ ItemList [ language_user1 ] =
+ {
+ < " " ; FUNIT_MM ; > ;
+ < " " ; FUNIT_CM ; > ;
+ < " " ; FUNIT_M ; > ;
+ < " " ; FUNIT_KM ; > ;
+ < " " ; FUNIT_INCH ; > ;
+ < " " ; FUNIT_FOOT ; > ;
+ < " " ; FUNIT_MILE ; > ;
+ < " " ; FUNIT_PICA ; > ;
+ < " " ; FUNIT_POINT ; > ;
+ };
+ };
+ FixedText FT_TAB
+ {
+ Pos = MAP_APPFONT ( 130 , 110 ) ;
+ Size = MAP_APPFONT ( 60 , 8 ) ;
+ Text = "Tabulatorenabstand";
+ Text [ ENGLISH ] = "Default Tab distance" ;
+ Text [ italian ] = "Intervallo di tabulazione";
+ Text [ portuguese_brazilian ] = "Default Tab distance";
+ Text [ portuguese ] = "Intervalo entre tabulaes";
+ Text [ danish ] = "Tabulatorafstand";
+ Text [ french ] = "Tabulations";
+ Text [ swedish ] = "Tabulatoravstnd";
+ Text [ dutch ] = "Tabstops";
+ Text [ spanish ] = "Distancia entre tabuladores";
+ Text [ english_us ] = "Tab stops";
+ Text[ chinese_simplified ] = "Ʊ";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Odstp tabulatorw";
+ Text[ japanese ] = "ފԊu";
+ Text [ norwegian ] = "Standard tabulatoravstand" ;
+ Text [ finnish ] = "Default Tab distance" ;
+ Group = TRUE ;
+ Text[ chinese_traditional ] = "sŶj";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " ";
+ Text[ turkish ] = "Sekme dura";
+ Text[ language_user1 ] = " ";
+ };
+ MetricField MF_TAB
+ {
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 206 , 108 ) ;
+ Size = MAP_APPFONT ( 45 , 12 ) ;
+ Left = TRUE ;
+ Repeat = TRUE ;
+ Spin = TRUE ;
+ DecimalDigits = 2 ;
+ Unit = FUNIT_CM ;
+ SpinSize = 10 ;
+ Minimum = 50 ;
+ Maximum = 9999 ;
+ First = 50 ;
+ Last = 9999 ;
+ };
+ FixedLine GB_COMPAT
+ {
+ Pos = MAP_APPFONT ( 6 , 126 ) ;
+ Size = MAP_APPFONT ( 248 , 8 ) ;
Text = "Kompatibilitt" ;
Text [ English ] = "Compatibility" ;
Text[ english_us ] = "Compatibility";
@@ -339,7 +727,7 @@ TabPage TP_OPTLOAD_PAGE
};
CheckBox CB_MERGE_PARA_DIST
{
- Pos = MAP_APPFONT ( 12 , 109) ;
+ Pos = MAP_APPFONT ( 12 , 137) ;
Size = MAP_APPFONT ( 236 , 10 ) ;
Text = "Im aktuellen Dokument alle Absatz- und Tabellen~abstnde addieren";
Text [ English ] = "Add ~distances between paragraphs and tables" ;
@@ -354,40 +742,617 @@ TabPage TP_OPTLOAD_PAGE
Text[ swedish ] = "Addera alla stycke- och tabell~avstnd i det aktuella dokumentet";
Text[ polish ] = "Dodaj w aktualnym dokumencie wszystkie odstpy akapitw i tabel";
Text[ portuguese_brazilian ] = "Add ~distances between paragraphs and tables";
- Text[ japanese ] = "݂޷Ă̒iԊuƕ\\ԊuZ";
- Text[ chinese_simplified ] = "ڵǰĵжͱ֮ļ";
+ Text[ japanese ] = "݂޷ĂɂׂĂ̒iѕ\\̊Ԋut";
+ Text[ chinese_simplified ] = "ڵǰĵжͱ֮ļ(~S)";
Text[ chinese_traditional ] = "beXjҦqM椧j";
- Text[ arabic ] = " ";
+ Text[ arabic ] = " ";
Text[ greek ] = " ~ ";
- Text[ korean ] = " ܶ ǥ ߰";
- Text[ turkish ] = "Ak belgedeki tm paragraf ve tablo aralklarn topla";
- Text[ language_user1 ] = " ";
-};
+ Text[ korean ] = " ܶ ǥ ߰";
+ Text[ turkish ] = "Ak belgedeki tm paragraf ve tablo aralklarn topla";
+ Text[ language_user1 ] = " ";
+ };
CheckBox CB_MERGE_PARA_DIST_PAGESTART
{
- Pos = MAP_APPFONT ( 12 , 122) ;
+ Pos = MAP_APPFONT ( 12 , 150) ;
Size = MAP_APPFONT ( 236 , 10 ) ;
Text = "A~bsatz- und Tabellenabstnde an Seitenanfngen addieren";
Text [ English ] = "Add distances at the beginning of pages" ;
Text[ english_us ] = "Add paragraph and table spacing to start of pages";
- Text[ portuguese ] = "A~dicionar espaos de pargrafos e tabelas no incio das pginas";
- Text[ russian ] = " ";
- Text[ greek ] = " ";
- Text[ dutch ] = "~Alinea- en tabellenafstanden invoegen aan paginabegin.";
- Text[ french ] = "Additionner les ~espaces entre paragraphes et tableaux en dbut de page";
- Text[ spanish ] = "Su~mar espacios de tablas y prrafos a los comienzos de pginas";
- Text[ italian ] = "Aggiungi distanze paragrafi e tabelle a inizio pagina.";
- Text[ danish ] = "Lg afsnits- og tabelafstande til ved sidebegyndelser";
- Text[ swedish ] = "Lgg till stycke- och ta~bellavstnd i brjan av sidor";
- Text[ polish ] = "Dodaj odstpy a~kapitw i tabel na pocztku stron";
- Text[ portuguese_brazilian ] = "Add distances at the beginning of pages";
- Text[ japanese ] = "߰ނ̎n߂ɒiԊuƕ\\Ԋut";
- Text[ korean ] = " ۿ ܶ ǥ ߰";
- Text[ chinese_simplified ] = "ҳʼͱļ";
- Text[ chinese_traditional ] = "b}Ym[JqP椧j";
- Text[ arabic ] = " ";
- Text[ turkish ] = "Paragraf ve tablo aralklarn sayfa balarna ekle";
- Text[ language_user1 ] = " ";
+ Text[ portuguese ] = "A~dicionar espaos de pargrafos e tabelas no incio das pginas";
+ Text[ russian ] = " ";
+ Text[ greek ] = " ";
+ Text[ dutch ] = "~Alinea- en tabellenafstanden invoegen aan paginabegin.";
+ Text[ french ] = "Additionner les ~espaces entre paragraphes et tableaux en dbut de page";
+ Text[ spanish ] = "Su~mar espacios de tablas y prrafos a los comienzos de pgina";
+ Text[ italian ] = "Aggiungi distanze paragrafi e tabelle a inizio pagina.";
+ Text[ danish ] = "Lg afsnits- og tabelafstande til ved sidebegyndelser";
+ Text[ swedish ] = "Lgg till stycke- och ta~bellavstnd i brjan av sidor";
+ Text[ polish ] = "Dodaj odstpy a~kapitw i tabel na pocztku stron";
+ Text[ portuguese_brazilian ] = "Add distances at the beginning of pages";
+ Text[ japanese ] = "iѕ\\Ԋu߰ނ̎n߂ɕt";
+ Text[ korean ] = " ۿ ܶ ǥ ߰";
+ Text[ chinese_simplified ] = "ҳʼӶͱļ";
+ Text[ chinese_traditional ] = "b}Ym[JqP椧j";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Paragraf ve tablo aralklarn sayfa balarna ekle";
+ Text[ language_user1 ] = " ";
+ };
};
+/**************************************************************************/
+/* */
+/**************************************************************************/
+
+TabPage TP_OPTCAPTION_PAGE
+{
+ HelpID = HID_OPTCAPTION_PAGE ;
+ Size = MAP_APPFONT ( 260 , 185 ) ;
+ Hide = TRUE ;
+ Text = "Beschriftung" ;
+ Text [ English ] = "Caption" ;
+ Text [ norwegian ] = "Bildetekst" ;
+ Text [ italian ] = "Dicitura" ;
+ Text [ portuguese_brazilian ] = "Captura" ;
+ Text [ portuguese ] = "Legenda" ;
+ Text [ finnish ] = "Selite" ;
+ Text [ danish ] = "Billedtekst" ;
+ Text [ french ] = "Lgende" ;
+ Text [ swedish ] = "Bildtext" ;
+ Text [ dutch ] = "Bijschrift" ;
+ Text [ spanish ] = "Etiqueta" ;
+ Text [ english_us ] = "Caption" ;
+
+ Control CLB_OBJECTS
+ {
+ Pos = MAP_APPFONT ( 6 , 6 ) ;
+ Size = MAP_APPFONT ( 121 , 173 ) ;
+ Border = TRUE ;
+ TabStop = TRUE ;
+ };
+ String STR_TABLE
+ {
+ Text = "%PRODUCTNAME Writer Tabelle" ;
+ Text [ English ] = "StarOffice Writer Table" ;
+ Text[ italian ] = "Tabella %PRODUCTNAME Writer";
+ Text[ portuguese_brazilian ] = "%PRODUCTNAME Writer Table";
+ Text[ portuguese ] = "Tabela %PRODUCTNAME Writer";
+ Text[ danish ] = "%PRODUCTNAME Writer tabel";
+ Text[ french ] = "Tableau %PRODUCTNAME Writer";
+ Text[ swedish ] = "%PRODUCTNAME Writer tabell";
+ Text[ dutch ] = "%PRODUCTNAME Writer tabel";
+ Text[ spanish ] = "%PRODUCTNAME Writer Tabla";
+ Text[ english_us ] = "%PRODUCTNAME Writer Table";
+ Text[ chinese_simplified ] = "%PRODUCTNAME Writer ";
+ Text[ russian ] = "%PRODUCTNAME Writer - ";
+ Text[ polish ] = "Tabela %PRODUCTNAME Writer";
+ Text[ japanese ] = "%PRODUCTNAME Writer \\";
+ Text[ chinese_traditional ] = "%PRODUCTNAME Writer ";
+ Text[ arabic ] = " %PRODUCTNAME Writer";
+ Text[ greek ] = " %PRODUCTNAME Writer";
+ Text[ korean ] = "%PRODUCTNAME Writer ǥ";
+ Text[ language_user1 ] = " ";
+ Text[ turkish ] = "%PRODUCTNAME Writer Tablosu";
+ };
+ String STR_FRAME
+ {
+ Text = "%PRODUCTNAME Writer Rahmen" ;
+ Text [ English ] = "StarOffice Writer Frame" ;
+ Text[ italian ] = "Cornice %PRODUCTNAME Writer";
+ Text[ portuguese_brazilian ] = "%PRODUCTNAME Writer Frame";
+ Text[ portuguese ] = "Moldura %PRODUCTNAME Writer";
+ Text[ danish ] = "%PRODUCTNAME Writer ramme";
+ Text[ french ] = "Cadre %PRODUCTNAME Writer";
+ Text[ swedish ] = "%PRODUCTNAME Writer ram";
+ Text[ dutch ] = "%PRODUCTNAME Writer kader";
+ Text[ spanish ] = "%PRODUCTNAME Writer Marco";
+ Text[ english_us ] = "%PRODUCTNAME Writer Frame";
+ Text[ chinese_simplified ] = "%PRODUCTNAME Writer ";
+ Text[ russian ] = "%PRODUCTNAME Writer - ";
+ Text[ polish ] = "Ramka %PRODUCTNAME Writer";
+ Text[ japanese ] = "%PRODUCTNAME Writer g";
+ Text[ chinese_traditional ] = "%PRODUCTNAME Writer T";
+ Text[ arabic ] = " %PRODUCTNAME Writer";
+ Text[ greek ] = " %PRODUCTNAME Writer";
+ Text[ korean ] = "%PRODUCTNAME Writer ";
+ Text[ language_user1 ] = " ";
+ Text[ turkish ] = "%PRODUCTNAME Writer erevesi";
+ };
+ String STR_GRAPHIC
+ {
+ Text = "%PRODUCTNAME Writer Grafik" ;
+ Text [ English ] = "StarOffice Writer Graphic" ;
+ Text[ italian ] = "Immagine %PRODUCTNAME Writer";
+ Text[ portuguese_brazilian ] = "%PRODUCTNAME Writer Graphic";
+ Text[ portuguese ] = "Imagem %PRODUCTNAME Writer";
+ Text[ danish ] = "%PRODUCTNAME Writer grafik";
+ Text[ french ] = "Image %PRODUCTNAME Writer";
+ Text[ swedish ] = "%PRODUCTNAME Writer grafik";
+ Text[ dutch ] = "%PRODUCTNAME Writer afbeelding";
+ Text[ spanish ] = "%PRODUCTNAME Writer Imagen ";
+ Text[ english_us ] = "%PRODUCTNAME Writer Graphics";
+ Text[ chinese_simplified ] = "%PRODUCTNAME Writer ͼ";
+ Text[ russian ] = "%PRODUCTNAME Writer - ";
+ Text[ polish ] = "Grafika %PRODUCTNAME Writer";
+ Text[ japanese ] = "%PRODUCTNAME Writer }";
+ Text[ chinese_traditional ] = "%PRODUCTNAME Writer ϧ";
+ Text[ arabic ] = " %PRODUCTNAME Writer";
+ Text[ greek ] = " %PRODUCTNAME Writer";
+ Text[ korean ] = "%PRODUCTNAME Writer ׷";
+ Text[ language_user1 ] = " ";
+ Text[ turkish ] = "%PRODUCTNAME Writer Grafii";
+ };
+ String STR_OLE
+ {
+ Text = "Weitere OLE-Objekte" ;
+ Text [ English ] = "Further OLE objects" ;
+ Text[ italian ] = "Ulteriori oggetti OLE";
+ Text[ portuguese_brazilian ] = "Further OLE objects";
+ Text[ portuguese ] = "Outros objectos OLE";
+ Text[ danish ] = "Yderligere OLE-objekter";
+ Text[ french ] = "Autres objets OLE";
+ Text[ swedish ] = "Andra OLE-objekt";
+ Text[ dutch ] = "Meer OLE objecten";
+ Text[ spanish ] = "Otros objetos OLE";
+ Text[ english_us ] = "Further OLE objects";
+ Text[ chinese_simplified ] = " OLE ";
+ Text[ russian ] = " OLE";
+ Text[ polish ] = "Dalsze obiekty OLE";
+ Text[ japanese ] = "̑OLE޼ު";
+ Text[ chinese_traditional ] = "䥦 OLE ";
+ Text[ arabic ] = " OLE ";
+ Text[ greek ] = " OLE";
+ Text[ korean ] = "Ÿ OLE ü";
+ Text[ language_user1 ] = " ";
+ Text[ turkish ] = "Dier OLE nesneleri";
+ };
+
+ FixedText TXT_CATEGORY
+ {
+ Pos = MAP_APPFONT ( 139 , 16 ) ;
+ Size = MAP_APPFONT ( 44 , 10 ) ;
+ Text = "~Kategorie" ;
+ Text [ English ] = "~Category" ;
+ Text [ norwegian ] = "~Category" ;
+ Text [ italian ] = "~Categoria" ;
+ Text [ portuguese_brazilian ] = "~Categoria" ;
+ Text [ portuguese ] = "~Categoria" ;
+ Text [ finnish ] = "~Ryhm" ;
+ Text [ danish ] = "Kategori" ;
+ Text [ french ] = "~Catgorie" ;
+ Text [ swedish ] = "~Kategori" ;
+ Text [ dutch ] = "~Categorie" ;
+ Text [ spanish ] = "~Categora" ;
+ Text [ english_us ] = "Category" ;
+ Left = TRUE ;
+ Text[ chinese_simplified ] = "";
+ Text[ russian ] = "";
+ Text[ polish ] = "Kategoria";
+ Text[ japanese ] = "úذ";
+ Text[ chinese_traditional ] = "";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "";
+ Text[ language_user1 ] = " ";
+ Text[ turkish ] = "Kategori";
+ };
+ ComboBox BOX_CATEGORY
+ {
+ Pos = MAP_APPFONT ( 189 , 14 ) ;
+ Size = MAP_APPFONT ( 59 , 61 ) ;
+ DropDown = TRUE ;
+ TabStop = TRUE ;
+ Sort = TRUE ;
+ };
+ FixedText TXT_FORMAT
+ {
+ Pos = MAP_APPFONT ( 139 , 31 ) ;
+ Size = MAP_APPFONT ( 44 , 10 ) ;
+ Text = "~Nummerierung" ;
+ Text [ English ] = "~Numbering" ;
+ Text [ norwegian ] = "~Numbering" ;
+ Text [ italian ] = "~Numerazione" ;
+ Text [ portuguese_brazilian ] = "~Numerao" ;
+ Text [ portuguese ] = "~Numerao" ;
+ Text [ finnish ] = "~Numerointi" ;
+ Text [ danish ] = "Nummerering" ;
+ Text [ french ] = "~Numrotation" ;
+ Text [ swedish ] = "~Numrering" ;
+ Text [ dutch ] = "~Nummering" ;
+ Text [ spanish ] = "Nu~meracin" ;
+ Text [ english_us ] = "~Numbering" ;
+ Left = TRUE ;
+ Text[ chinese_simplified ] = "";
+ Text[ russian ] = "";
+ Text[ polish ] = "Numeracja";
+ Text[ japanese ] = "ԍt";
+ Text[ chinese_traditional ] = "s";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "ȣű(~N)";
+ Text[ language_user1 ] = " ";
+ Text[ turkish ] = "Numaralama";
+ };
+ ListBox BOX_FORMAT
+ {
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 189 , 29 ) ;
+ Size = MAP_APPFONT ( 59 , 61 ) ;
+ DropDown = TRUE ;
+ TabStop = TRUE ;
+ };
+ FixedText TXT_TEXT
+ {
+ Pos = MAP_APPFONT ( 139 , 45 ) ;
+ Size = MAP_APPFONT ( 44 , 10 ) ;
+ Text = "~Beschriftung" ;
+ Text [ English ] = "~Caption" ;
+ Text [ norwegian ] = "~Caption" ;
+ Text [ italian ] = "Dicitura" ;
+ Text [ portuguese_brazilian ] = "~Legenda" ;
+ Text [ portuguese ] = "~Legenda" ;
+ Text [ finnish ] = "~Otsikko" ;
+ Text [ danish ] = "Billedtekst" ;
+ Text [ french ] = "~Lgende" ;
+ Text [ swedish ] = "~Bildtext" ;
+ Text [ dutch ] = "~Bijschrift" ;
+ Text [ spanish ] = "~Etiqueta" ;
+ Text [ english_us ] = "Caption" ;
+ Left = TRUE ;
+ Text[ chinese_simplified ] = "ǩ";
+ Text[ russian ] = "";
+ Text[ polish ] = "Opis";
+ Text[ japanese ] = "}\\ԍ(~C)";
+ Text[ chinese_traditional ] = "";
+ Text[ arabic ] = " ";
+ Text[ greek ] = "";
+ Text[ korean ] = "ĸ";
+ Text[ language_user1 ] = " ";
+ Text[ turkish ] = "Resim yazs";
+ };
+ Edit EDT_TEXT
+ {
+ Pos = MAP_APPFONT ( 189 , 44 ) ;
+ Size = MAP_APPFONT ( 59 , 12 ) ;
+ Border = TRUE ;
+ TabStop = TRUE ;
+ Left = TRUE ;
+ };
+ FixedText TXT_POS
+ {
+ Pos = MAP_APPFONT ( 139 , 60 ) ;
+ Size = MAP_APPFONT ( 44 , 10 ) ;
+ Left = TRUE ;
+ Text = "~Position" ;
+ Text [ English ] = "~Position" ;
+ Text [ norwegian ] = "~Posisjon" ;
+ Text [ italian ] = "~Posizione" ;
+ Text [ portuguese_brazilian ] = "~Posio" ;
+ Text [ portuguese ] = "~Posio" ;
+ Text [ finnish ] = "A~sema" ;
+ Text [ danish ] = "Placering" ;
+ Text [ french ] = "~Position" ;
+ Text [ swedish ] = "~Position" ;
+ Text [ dutch ] = "~Positie" ;
+ Text [ spanish ] = "~Posicin" ;
+ Text [ english_us ] = "Position" ;
+ Text[ chinese_simplified ] = "λ";
+ Text[ russian ] = "";
+ Text[ polish ] = "Pozycja";
+ Text[ japanese ] = "ʒu";
+ Text[ chinese_traditional ] = "m";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "ġ";
+ Text[ language_user1 ] = " ";
+ Text[ turkish ] = "Konum";
+ };
+ ListBox BOX_POS
+ {
+ Pos = MAP_APPFONT ( 189 , 59 ) ;
+ Size = MAP_APPFONT ( 59 , 61 ) ;
+ DropDown = TRUE ;
+ TabStop = TRUE ;
+ Border = TRUE ;
+ };
+ FixedText FT_LEVEL
+ {
+ Pos = MAP_APPFONT ( 139 , 76 ) ;
+ Size = MAP_APPFONT ( 44 , 10 ) ;
+ TEXT = "E~bene" ;
+ TEXT [ English ] = "~Level" ;
+ Text [ portuguese ] = "~Nvel" ;
+ Text [ english_us ] = "Level" ;
+ Text [ portuguese_brazilian ] = "E~bene" ;
+ Text [ swedish ] = "~Niv" ;
+ Text [ danish ] = "Niveau" ;
+ Text [ italian ] = "Livello" ;
+ Text [ spanish ] = "~Nivel" ;
+ Text [ french ] = "Ni~veau" ;
+ Text [ dutch ] = "N~iveau" ;
+ Text[ chinese_simplified ] = "";
+ Text[ russian ] = "";
+ Text[ polish ] = "Poziom";
+ Text[ japanese ] = "";
+ Text[ chinese_traditional ] = "";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "";
+ Text[ language_user1 ] = " ";
+ Text[ turkish ] = "Dzey";
+ };
+ ListBox LB_LEVEL
+ {
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 189 , 74 ) ;
+ Size = MAP_APPFONT ( 59 , 60 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ StringList =
+ {
+ < "Keine" ; > ;
+ };
+ stringlist [ english ] =
+ {
+ < "Keine" ; > ;
+ };
+ stringlist [ portuguese ] =
+ {
+ < "Nenhum" ; > ;
+ };
+ stringlist [ english_us ] =
+ {
+ < "None" ; > ;
+ };
+ stringlist [ portuguese_brazilian ] =
+ {
+ < "Keine" ; > ;
+ };
+ stringlist [ swedish ] =
+ {
+ < "Inga" ; > ;
+ };
+ stringlist [ danish ] =
+ {
+ < "Ingen" ; > ;
+ };
+ stringlist [ italian ] =
+ {
+ < "Senza" ; > ;
+ };
+ stringlist [ spanish ] =
+ {
+ < "Ninguno" ; > ;
+ };
+ stringlist [ french ] =
+ {
+ < "Aucun(e)" ; > ;
+ };
+ stringlist [ dutch ] =
+ {
+ < "Geen" ; > ;
+ };
+ StringList [ chinese_simplified ] =
+ {
+ < "" ; > ;
+ };
+ StringList [ language_user1 ] =
+ {
+ < "Keine" ; > ;
+ };
+ StringList [ russian ] =
+ {
+ < "" ; > ;
+ };
+ StringList [ polish ] =
+ {
+ < "Brak" ; > ;
+ };
+ StringList [ japanese ] =
+ {
+ < "Ȃ" ; > ;
+ };
+ StringList [ chinese_traditional ] =
+ {
+ < "L" ; > ;
+ };
+ StringList [ arabic ] =
+ {
+ < "" ; > ;
+ };
+ StringList [ greek ] =
+ {
+ < "" ; > ;
+ };
+ StringList [ korean ] =
+ {
+ < "" ; > ;
+ };
+ StringList [ turkish ] =
+ {
+ < "Yok" ; > ;
+ };
+ };
+ FixedText FT_SEPARATOR
+ {
+ Pos = MAP_APPFONT ( 139 , 91 ) ;
+ Size = MAP_APPFONT ( 44 , 10 ) ;
+ TEXT = "~Trenner" ;
+ TEXT [ English ] = "~Separator" ;
+ Text [ english_us ] = "Separator" ;
+ Text [ portuguese_brazilian ] = "~Trenner" ;
+ Text [ swedish ] = "A~vdelare" ;
+ Text [ danish ] = "Separator" ;
+ Text [ italian ] = "~Separatore" ;
+ Text [ spanish ] = "~Separador" ;
+ Text [ french ] = "~Sparateurs" ;
+ Text [ dutch ] = "~Scheidingsteken" ;
+ Text [ portuguese ] = "~Separador" ;
+ Text[ chinese_simplified ] = "ָ";
+ Text[ russian ] = "";
+ Text[ polish ] = "Separator";
+ Text[ japanese ] = "؂L";
+ Text[ chinese_traditional ] = "j";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "";
+ Text[ language_user1 ] = " ";
+ Text[ turkish ] = "Ayrma irt.";
+ };
+ Edit ED_SEPARATOR
+ {
+ Pos = MAP_APPFONT ( 189 , 89 ) ;
+ Size = MAP_APPFONT ( 59 , 12 ) ;
+ Border = TRUE ;
+ MaxTextLength = 1 ;
+ TEXT = "." ;
+ };
+ FixedText TXT_SAMPLE
+ {
+ Pos = MAP_APPFONT ( 189 , 110 ) ;
+ Size = MAP_APPFONT ( 59 , 10 ) ;
+ Center = TRUE ;
+ Text = "Beispiel" ;
+ };
+ FixedLine GRP_SETTINGS
+ {
+ Pos = MAP_APPFONT ( 133 , 3 ) ;
+ Size = MAP_APPFONT ( 121 , 8 ) ;
+ Text = "Einstellungen" ;
+ Text [ English ] = "Settings" ;
+ Text [ norwegian ] = "Settings" ;
+ Text [ italian ] = "Impostazioni" ;
+ Text [ portuguese_brazilian ] = "Parmetros" ;
+ Text [ portuguese ] = "Definies" ;
+ Text [ finnish ] = "Asetukset" ;
+ Text [ danish ] = "Indstillinger" ;
+ Text [ french ] = "Paramtres" ;
+ Text [ swedish ] = "Instllningar" ;
+ Text [ dutch ] = "Instellingen" ;
+ Text [ spanish ] = "Configuracin" ;
+ Text [ english_us ] = "Settings" ;
+ Text[ chinese_simplified ] = "趨";
+ Text[ russian ] = "";
+ Text[ polish ] = "Ustawienia";
+ Text[ japanese ] = "ݒ";
+ Text[ language_user1 ] = " ";
+ Text[ chinese_traditional ] = "]w";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "";
+ Text[ turkish ] = "Ayarlar";
+ };
+ String STR_BEGINNING
+ {
+ Text = "Am Anfang" ;
+ Text [ English ] = "At the beginning" ;
+ Text [ norwegian ] = "At the beginning" ;
+ Text [ italian ] = "All'inizio" ;
+ Text [ portuguese_brazilian ] = "No incio" ;
+ Text [ portuguese ] = "No incio" ;
+ Text [ finnish ] = "Alussa" ;
+ Text [ danish ] = "Ved begyndelsen" ;
+ Text [ french ] = "Au dbut" ;
+ Text [ swedish ] = "I brjan" ;
+ Text [ dutch ] = "Aan het begin" ;
+ Text [ spanish ] = "Al principio" ;
+ Text [ english_us ] = "At the beginning" ;
+ Text[ chinese_simplified ] = "׶";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Na pocztku";
+ Text[ japanese ] = "ŏ";
+ Text[ chinese_traditional ] = "b_lm";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "ۿ";
+ Text[ language_user1 ] = " ";
+ Text[ turkish ] = "Balangta";
+ };
+ String STR_END
+ {
+ Text = "Am Ende" ;
+ Text [ English ] = "At the end" ;
+ Text [ norwegian ] = "At the end" ;
+ Text [ italian ] = "Alla fine" ;
+ Text [ portuguese_brazilian ] = "Ao final" ;
+ Text [ portuguese ] = "No fim" ;
+ Text [ finnish ] = "Lopussa" ;
+ Text [ danish ] = "Ved slutningen" ;
+ Text [ french ] = " la fin" ;
+ Text [ swedish ] = "I slutet" ;
+ Text [ dutch ] = "Aan het einde" ;
+ Text [ spanish ] = "Al final" ;
+ Text [ english_us ] = "At the end" ;
+ Text[ chinese_simplified ] = "β";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Na kocu";
+ Text[ japanese ] = "Ō";
+ Text[ chinese_traditional ] = "b";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "";
+ Text[ language_user1 ] = " ";
+ Text[ turkish ] = "Sonda";
+ };
+ String STR_ABOVE
+ {
+ Text = "Oberhalb" ;
+ Text [ English ] = "Above" ;
+ Text [ norwegian ] = "Above" ;
+ Text [ italian ] = "Al di sopra" ;
+ Text [ portuguese_brazilian ] = "Acima" ;
+ Text [ portuguese ] = "Acima" ;
+ Text [ finnish ] = "Ylpuolella" ;
+ Text [ danish ] = "Over" ;
+ Text [ french ] = "Supra" ;
+ Text [ swedish ] = "ver" ;
+ Text [ dutch ] = "Boven" ;
+ Text [ spanish ] = "Encima" ;
+ Text [ english_us ] = "Above" ;
+ Text[ chinese_simplified ] = "׶";
+ Text[ russian ] = "";
+ Text[ polish ] = "Powyej";
+ Text[ japanese ] = "";
+ Text[ chinese_traditional ] = "b";
+ Text[ arabic ] = "";
+ Text[ greek ] = " ";
+ Text[ korean ] = "";
+ Text[ language_user1 ] = " ";
+ Text[ turkish ] = "Yukarda";
+ };
+ String STR_CP_BELOW
+ {
+ Text = "Unterhalb" ;
+ Text [ English ] = "Below" ;
+ Text [ norwegian ] = "Below" ;
+ Text [ italian ] = "Al di sotto" ;
+ Text [ portuguese_brazilian ] = "Abaixo" ;
+ Text [ portuguese ] = "Abaixo" ;
+ Text [ finnish ] = "Alapuolella" ;
+ Text [ danish ] = "Under" ;
+ Text [ french ] = "Infra" ;
+ Text [ swedish ] = "Nedanfr" ;
+ Text [ dutch ] = "Beneden" ;
+ Text [ spanish ] = "Debajo" ;
+ Text [ english_us ] = "Below" ;
+ Text[ chinese_simplified ] = "֮";
+ Text[ russian ] = "";
+ Text[ polish ] = "Poniej";
+ Text[ japanese ] = "";
+ Text[ chinese_traditional ] = "U";
+ Text[ arabic ] = "";
+ Text[ greek ] = " ";
+ Text[ korean ] = "Ʒ";
+ Text[ language_user1 ] = " ";
+ Text[ turkish ] = "Aada";
+ };
+ Text[ chinese_simplified ] = "ǩ";
+ Text[ russian ] = "";
+ Text[ polish ] = "Opis";
+ Text[ japanese ] = "}\\ԍ";
+ Text[ chinese_traditional ] = "";
+ Text[ arabic ] = " ";
+ Text[ greek ] = "";
+ Text[ korean ] = "ĸ";
+ Text[ language_user1 ] = " ";
+ Text[ turkish ] = "Resim yazs";
};
diff --git a/sw/source/ui/config/redlopt.hrc b/sw/source/ui/config/redlopt.hrc
index 3a4d0950b674..3199667637ef 100644
--- a/sw/source/ui/config/redlopt.hrc
+++ b/sw/source/ui/config/redlopt.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: redlopt.hrc,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:33 $
+ * last change: $Author: os $ $Date: 2001-03-22 09:36:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,26 +58,29 @@
*
*
************************************************************************/
-#define RB_INSERT 1
-#define RB_DELETED 2
-#define RB_CHANGED 3
-#define FT_TE_ATTRIB 4
-#define LB_TE_ATTRIB 5
-#define LB_TL_ATTRIB 6
-#define LB_TC_ATTRIB 7
-#define FT_TE_COL 8
-#define LB_TE_COL 9
-#define LB_TL_COL 10
-#define LB_TC_COL 11
-#define WIN_TE 12
-#define GB_TE 13
+#define FT_INS_ATTR 1
+#define LB_INS_ATTR 2
+#define FT_INS_COL 3
+#define LB_INS_COL 4
+#define WIN_INS 5
+#define FT_DEL_ATTR 6
+#define LB_DEL_ATTR 7
+#define FT_DEL_COL 8
+#define LB_DEL_COL 9
+#define WIN_DEL 10
+#define FT_CHG_ATTR 11
+#define LB_CHG_ATTR 12
+#define FT_CHG_COL 13
+#define LB_CHG_COL 14
+#define WIN_CHG 15
+#define GB_TE 16
-#define FT_MARKPOS 14
-#define LB_MARKPOS 15
-#define FT_LC_COL 16
-#define LB_LC_COL 17
-#define WIN_MARK 18
-#define GB_LC 19
-#define STR_AUTHOR 20
-#define STR_NOTHING 21
+#define FT_MARKPOS 17
+#define LB_MARKPOS 18
+#define FT_LC_COL 19
+#define LB_LC_COL 20
+#define WIN_MARK 21
+#define GB_LC 22
+#define STR_AUTHOR 23
+#define STR_NOTHING 24
diff --git a/sw/source/ui/config/redlopt.src b/sw/source/ui/config/redlopt.src
index a30ab47c2b96..f544d95b8a04 100644
--- a/sw/source/ui/config/redlopt.src
+++ b/sw/source/ui/config/redlopt.src
@@ -2,9 +2,9 @@
*
* $RCSfile: redlopt.src,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: kz $ $Date: 2001-03-21 20:53:35 $
+ * last change: $Author: os $ $Date: 2001-03-22 09:36:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,114 +79,42 @@ TabPage TP_REDLINE_OPT
SVLook = TRUE ;
Hide = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ;
- RadioButton RB_INSERT
+ FixedLine GB_TE
{
- Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 75 , 10 ) ;
- Text = "~Einfgen" ;
- Text [ ENGLISH ] = "Insert" ;
- Check = TRUE ;
- Text [ portuguese ] = "~Inserir" ;
- Text [ english_us ] = "~Insert" ;
- Text [ portuguese_brazilian ] = "Einfgen" ;
- Text [ swedish ] = "~Infoga" ;
- Text [ danish ] = "~Indst" ;
- Text [ italian ] = "Inserisci" ;
- Text [ spanish ] = "~Insertar" ;
- Text [ french ] = "Insrer" ;
- Text [ dutch ] = "~Invoegen" ;
- Text[ chinese_simplified ] = "(~I)";
- Text[ russian ] = "~";
- Text[ polish ] = "Wstaw";
- Text[ japanese ] = "}(~I)";
- Text[ chinese_traditional ] = "J(~I)";
- Text[ arabic ] = "";
- Text[ greek ] = "~";
- Text[ korean ] = "";
- Text[ turkish ] = "~Ekle";
- Text[ language_user1 ] = " ";
- };
- RadioButton RB_DELETED
- {
- Pos = MAP_APPFONT ( 90 , 14 ) ;
- Size = MAP_APPFONT ( 75 , 10 ) ;
- Text = "~Lschen" ;
- Text [ ENGLISH ] = "Delete" ;
- Text [ portuguese ] = "E~liminar" ;
- Text [ english_us ] = "Delete" ;
- Text [ portuguese_brazilian ] = "Lschen" ;
- Text [ swedish ] = "~Radera" ;
- Text [ danish ] = "Slet" ;
- Text [ italian ] = "Elimina" ;
- Text [ spanish ] = "~Eliminar" ;
- Text [ french ] = "Supprimer" ;
- Text [ dutch ] = "~Wissen" ;
- Text[ chinese_simplified ] = "ɾ";
- Text[ russian ] = "";
- Text[ polish ] = "Usu";
- Text[ japanese ] = "폜";
- Text[ chinese_traditional ] = "R";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "";
- Text[ turkish ] = "~Sil";
- Text[ language_user1 ] = " ";
- };
- RadioButton RB_CHANGED
- {
- Pos = MAP_APPFONT ( 178 , 14 ) ;
- Size = MAP_APPFONT ( 70 , 10 ) ;
- Text = "~Attributnderung" ;
- Text [ ENGLISH ] = "Change attribute" ;
- Text [ portuguese ] = "~Modificar atributo" ;
- Text [ english_us ] = "Changed attribute" ;
- Text [ portuguese_brazilian ] = "Attributnderung" ;
- Text [ swedish ] = "~Attributndring" ;
- Text [ danish ] = "Attributndring" ;
- Text [ italian ] = "Modifica attributi" ;
- Text [ spanish ] = "Modificacin de ~atributo" ;
- Text [ french ] = "Modification d'attributs" ;
- Text [ dutch ] = "~Attribuutwijziging" ;
- Text[ chinese_simplified ] = "";
- Text[ russian ] = " ";
- Text[ polish ] = "Z~miana atrybutw";
- Text[ japanese ] = "̕ύX";
- Text[ chinese_traditional ] = "ܧݩ";
- Text[ arabic ] = " ";
- Text[ greek ] = "~ ";
- Text[ korean ] = "Ӽ ";
- Text[ turkish ] = "znitelik deiiklii";
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 248 , 8 ) ;
+ Text = "Textdarstellung" ;
+ Text [ English ] = "Text representation" ;
+ Text [ portuguese ] = "Visualizar texto" ;
+ Text [ english_us ] = "Text display" ;
+ Text [ portuguese_brazilian ] = "Textdarstellung" ;
+ Text [ swedish ] = "Textvisning" ;
+ Text [ danish ] = "Tekstvisning" ;
+ Text [ italian ] = "Rappresentazione testo" ;
+ Text [ spanish ] = "Ver texto" ;
+ Text [ french ] = "Affichage du texte" ;
+ Text [ dutch ] = "Tekstweergave" ;
+ Text[ chinese_simplified ] = "ʾ";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Wywietl tekst";
+ Text[ japanese ] = "÷Ăިڲ";
+ Text[ chinese_traditional ] = "r";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "ؽƮ ǥ";
+ Text[ turkish ] = "Metin grnm";
Text[ language_user1 ] = " ";
};
- FixedText FT_TE_ATTRIB
+ FixedText FT_INS_ATTR
{
- Pos = MAP_APPFONT ( 12 , 29 ) ;
- Size = MAP_APPFONT ( 40 , 10 ) ;
+ Pos = MAP_APPFONT ( 12 , 16 ) ;
+ Size = MAP_APPFONT ( 40 , 8 ) ;
Text = "A~ttribute" ;
Text [ English ] = "Attributes" ;
- Text [ portuguese ] = "A~tributos" ;
- Text [ english_us ] = "Attributes" ;
- Text [ portuguese_brazilian ] = "Attribute" ;
- Text [ swedish ] = "A~ttribut" ;
- Text [ danish ] = "Attributter" ;
- Text [ italian ] = "Attributi" ;
- Text [ spanish ] = "~Atributos" ;
- Text [ french ] = "Attributs" ;
- Text [ dutch ] = "~Attributen" ;
- Text[ chinese_simplified ] = "";
- Text[ russian ] = "";
- Text[ polish ] = "Atrybuty";
- Text[ japanese ] = "";
- Text[ chinese_traditional ] = "ݩ";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "Ӽ";
- Text[ turkish ] = "znitelikler";
- Text[ language_user1 ] = " ";
};
- ListBox LB_TE_ATTRIB
+ ListBox LB_INS_ATTR
{
- Pos = MAP_APPFONT ( 90 , 27 ) ;
+ Pos = MAP_APPFONT ( 90 , 14 ) ;
Size = MAP_APPFONT ( 80 , 80 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
@@ -464,551 +392,10 @@ TabPage TP_REDLINE_OPT
< " " ; > ;
};
};
- ListBox LB_TL_ATTRIB
- {
- Pos = MAP_APPFONT ( 90 , 27 ) ;
- Size = MAP_APPFONT ( 80 , 80 ) ;
- TabStop = TRUE ;
- DropDown = TRUE ;
- Hide = TRUE ;
- StringList =
- {
- < "[Keine]" ; > ;
- < "Fett" ; > ;
- < "Kursiv" ; > ;
- < "Durchstreichen" ; > ;
- < "Versalien" ; > ;
- < "Gemeine" ; > ;
- < "Kapitlchen" ; > ;
- < "Titelschrift" ; > ;
- < "Hintergrundfarbe" ; > ;
- };
- StringList [ English ] =
- {
- < "[Keine]" ; > ;
- < "Fett" ; > ;
- < "Kursiv" ; > ;
- < "Durchstreichen" ; > ;
- < "Versalien" ; > ;
- < "Gemeine" ; > ;
- < "Kapitlchen" ; > ;
- < "Titelschrift" ; > ;
- < "Hintergrundfarbe" ; > ;
- };
- stringlist [ english_us ] =
- {
- < "[None]" ; > ;
- < "Bold" ; > ;
- < "Italic" ; > ;
- < "Strikethrough" ; > ;
- < "Caps" ; > ;
- < "Lower case" ; > ;
- < "Small caps" ; > ;
- < "Title Font" ; > ;
- < "Background color" ; > ;
- };
- stringlist [ portuguese_brazilian ] =
- {
- < "[Keine]" ; > ;
- < "Fett" ; > ;
- < "Kursiv" ; > ;
- < "Durchstreichen" ; > ;
- < "Versalien" ; > ;
- < "Gemeine" ; > ;
- < "Kapitlchen" ; > ;
- < "Titelschrift" ; > ;
- < "Hintergrundfarbe" ; > ;
- };
- stringlist [ swedish ] =
- {
- < "[Inga]" ; > ;
- < "Fet" ; > ;
- < "Kursiv" ; > ;
- < "Genomstruken" ; > ;
- < "Versaler" ; > ;
- < "Gemener" ; > ;
- < "Kapitler" ; > ;
- < "Titelteckensnitt" ; > ;
- < "Bakgrundsfrg" ; > ;
- };
- stringlist [ danish ] =
- {
- < "[Ingen]" ; > ;
- < "Fed" ; > ;
- < "Kursiv" ; > ;
- < "Gennemstreget" ; > ;
- < "Store bogstaver" ; > ;
- < "Sm bogstaver" ; > ;
- < "Kapitler" ; > ;
- < "Titelskrift" ; > ;
- < "Baggrundsfarve" ; > ;
- };
- stringlist [ italian ] =
- {
- < "[nessuno]" ; > ;
- < "Grassetto" ; > ;
- < "Corsivo" ; > ;
- < "Barrato" ; > ;
- < "Maiuscolo" ; > ;
- < "Minuscolo" ; > ;
- < "Maiuscoletto" ; > ;
- < "Carattere del titolo" ; > ;
- < "Colore di sfondo" ; > ;
- };
- stringlist [ spanish ] =
- {
- < "[Ninguno]" ; > ;
- < "Negrita" ; > ;
- < "Cursiva" ; > ;
- < "Tachar" ; > ;
- < "Maysculas" ; > ;
- < "Minsculas" ; > ;
- < "Versalitas" ; > ;
- < "Caracteres del ttulo" ; > ;
- < "Color de fondo" ; > ;
- };
- stringlist [ french ] =
- {
- < "[Aucun(e)]" ; > ;
- < "Gras" ; > ;
- < "Italique" ; > ;
- < "Barr" ; > ;
- < "Majuscules" ; > ;
- < "Minuscules" ; > ;
- < "Petites majuscules" ; > ;
- < "Caractres du titre" ; > ;
- < "Couleur d'arrire-plan" ; > ;
- };
- stringlist [ dutch ] =
- {
- < "[Geen]" ; > ;
- < "Vet" ; > ;
- < "Cursief" ; > ;
- < "Doorstrepen" ; > ;
- < "Hoofdletters" ; > ;
- < "Kleine letters" ; > ;
- < "Kapitalen" ; > ;
- < "Titelschrift" ; > ;
- < "Achtergrondkleur" ; > ;
- };
- stringlist [ portuguese ] =
- {
- < "[nenhum]" ; > ;
- < "Negrito" ; > ;
- < "Itlico" ; > ;
- < "Rasurado" ; > ;
- < "Maisculas" ; > ;
- < "Minsculas" ; > ;
- < "Versaletes" ; > ;
- < "Caracteres do ttulo" ; > ;
- < "Cor do plano de fundo" ; > ;
- };
- StringList [ chinese_simplified ] =
- {
- < "[]" ; > ;
- < "" ; > ;
- < "б" ; > ;
- < "ɾ" ; > ;
- < "дĸ" ; > ;
- < "Сдĸ" ; > ;
- < "Сʹдĸ" ; > ;
- < "" ; > ;
- < "ɫ" ; > ;
- };
- StringList [ russian ] =
- {
- < "[]" ; > ;
- < "" ; > ;
- < "" ; > ;
- < "" ; > ;
- < "" ; > ;
- < "" ; > ;
- < "" ; > ;
- < " " ; > ;
- < " " ; > ;
- };
- StringList [ polish ] =
- {
- < "[Brak]" ; > ;
- < "Pogrubienie" ; > ;
- < "Kursywa" ; > ;
- < "Przekrelenie" ; > ;
- < "Wersaliki" ; > ;
- < "Mae litery" ; > ;
- < "Kapitaliki" ; > ;
- < "Czcionka tytuowa" ; > ;
- < "Kolor ta" ; > ;
- };
- StringList [ japanese ] =
- {
- < "[Ȃ]" ; > ;
- < "" ; > ;
- < "Α" ; > ;
- < "" ; > ;
- < "啶" ; > ;
- < "" ; > ;
- < "^啶" ; > ;
- < "ٕ" ; > ;
- < "wiF" ; > ;
- };
- StringList [ chinese_traditional ] =
- {
- < "[L]" ; > ;
- < "" ; > ;
- < "" ; > ;
- < "Ru" ; > ;
- < "jgr" ; > ;
- < "pgr" ; > ;
- < "pjgr" ; > ;
- < "Dr" ; > ;
- < "IC" ; > ;
- };
- StringList [ arabic ] =
- {
- < "[]" ; > ;
- < "" ; > ;
- < "" ; > ;
- < "" ; > ;
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- };
- StringList [ greek ] =
- {
- < "[]" ; > ;
- < "" ; > ;
- < "" ; > ;
- < " " ; > ;
- < "" ; > ;
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- };
- StringList [ korean ] =
- {
- < "[]" ; > ;
- < "" ; > ;
- < "Ÿü" ; > ;
- < "Ҽ" ; > ;
- < "빮" ; > ;
- < "ҹ" ; > ;
- < "ĸ" ; > ;
- < " ۲" ; > ;
- < "" ; > ;
- };
- StringList [ turkish ] =
- {
- < "[Yok]" ; > ;
- < "Kaln" ; > ;
- < "talik" ; > ;
- < "zerini iz" ; > ;
- < "Byk harflerle" ; > ;
- < "Kk harflerle" ; > ;
- < "Kk byk harf" ; > ;
- < "Balk yaztipi" ; > ;
- < "Artalan rengi" ; > ;
- };
- StringList [ language_user1 ] =
- {
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- };
- };
- ListBox LB_TC_ATTRIB
- {
- Pos = MAP_APPFONT ( 90 , 27 ) ;
- Size = MAP_APPFONT ( 80 , 80 ) ;
- TabStop = TRUE ;
- DropDown = TRUE ;
- Hide = TRUE ;
- StringList =
- {
- < "[Keine]" ; > ;
- < "Fett" ; > ;
- < "Kursiv" ; > ;
- < "Unterstrichen" ; > ;
- < "Doppelt unterstrichen" ; > ;
- < "Versalien" ; > ;
- < "Gemeine" ; > ;
- < "Kapitlchen" ; > ;
- < "Titelschrift" ; > ;
- < "Hintergrundfarbe" ; > ;
- };
- StringList [ English ] =
- {
- < "[Keine]" ; > ;
- < "Fett" ; > ;
- < "Kursiv" ; > ;
- < "Unterstrichen" ; > ;
- < "Doppelt unterstrichen" ; > ;
- < "Versalien" ; > ;
- < "Gemeine" ; > ;
- < "Kapitlchen" ; > ;
- < "Titelschrift" ; > ;
- < "Hintergrundfarbe" ; > ;
- };
- stringlist [ english_us ] =
- {
- < "[None]" ; > ;
- < "Bold" ; > ;
- < "Italic" ; > ;
- < "Underline" ; > ;
- < "Underline: double" ; > ;
- < "Caps" ; > ;
- < "Lower case" ; > ;
- < "Small caps" ; > ;
- < "Title Font" ; > ;
- < "Background color" ; > ;
- };
- stringlist [ portuguese_brazilian ] =
- {
- < "[Keine]" ; > ;
- < "Fett" ; > ;
- < "Kursiv" ; > ;
- < "Unterstrichen" ; > ;
- < "Doppelt unterstrichen" ; > ;
- < "Versalien" ; > ;
- < "Gemeine" ; > ;
- < "Kapitlchen" ; > ;
- < "Titelschrift" ; > ;
- < "Hintergrundfarbe" ; > ;
- };
- stringlist [ swedish ] =
- {
- < "[Inga]" ; > ;
- < "Fet" ; > ;
- < "Kursiv" ; > ;
- < "Understruken" ; > ;
- < "Dubbelt understruken" ; > ;
- < "Versaler" ; > ;
- < "Gemener" ; > ;
- < "Kapitler" ; > ;
- < "Titelteckensnitt" ; > ;
- < "Bakgrundsfrg" ; > ;
- };
- stringlist [ danish ] =
- {
- < "[Ingen]" ; > ;
- < "Fed" ; > ;
- < "Kursiv" ; > ;
- < "Understreget" ; > ;
- < "Dobbelt understreget" ; > ;
- < "Store bogstaver" ; > ;
- < "Sm bogstaver" ; > ;
- < "Kapitler" ; > ;
- < "Titelskrift" ; > ;
- < "Baggrundsfarve" ; > ;
- };
- stringlist [ italian ] =
- {
- < "[nessuno]" ; > ;
- < "Grassetto" ; > ;
- < "Corsivo" ; > ;
- < "Sotttolineato" ; > ;
- < "Sottolineatura doppia" ; > ;
- < "Maiuscolo" ; > ;
- < "Minuscolo" ; > ;
- < "Maiuscoletto" ; > ;
- < "Carattere del titolo" ; > ;
- < "Colore di sfondo" ; > ;
- };
- stringlist [ spanish ] =
- {
- < "[Ninguno]" ; > ;
- < "Negrita" ; > ;
- < "Cursiva" ; > ;
- < "Subrayado" ; > ;
- < "Subrayado doble" ; > ;
- < "Maysculas" ; > ;
- < "Minsculas" ; > ;
- < "Versalitas" ; > ;
- < "Caracteres del ttulo" ; > ;
- < "Color de fondo" ; > ;
- };
- stringlist [ french ] =
- {
- < "[Aucun(e)]" ; > ;
- < "Gras" ; > ;
- < "Italique" ; > ;
- < "Soulignage" ; > ;
- < "Soulignage : double" ; > ;
- < "Majuscules" ; > ;
- < "Minuscules" ; > ;
- < "Petites majuscules" ; > ;
- < "Caractres du titre" ; > ;
- < "Couleur d'arrire-plan" ; > ;
- };
- stringlist [ dutch ] =
- {
- < "[Geen]" ; > ;
- < "Vet" ; > ;
- < "Cursief" ; > ;
- < "Onderstrepen" ; > ;
- < "Dubbel onderstrepen" ; > ;
- < "Hoofdletters" ; > ;
- < "Kleine letters" ; > ;
- < "Kapitalen" ; > ;
- < "Titelschrift" ; > ;
- < "Achtergrondkleur" ; > ;
- };
- stringlist [ portuguese ] =
- {
- < "(nenhuns]" ; > ;
- < "Negrito" ; > ;
- < "Itlico" ; > ;
- < "Sublinhado" ; > ;
- < "Sublinhado: duplo" ; > ;
- < "Maisculas" ; > ;
- < "Minsculas" ; > ;
- < "Versaletes" ; > ;
- < "Caracteres do ttulo" ; > ;
- < "Cor do plano fundo" ; > ;
- };
- StringList [ chinese_simplified ] =
- {
- < "[]" ; > ;
- < "" ; > ;
- < "б" ; > ;
- < "»" ; > ;
- < "˫»" ; > ;
- < "дĸ" ; > ;
- < "Сдĸ" ; > ;
- < "Сʹдĸ" ; > ;
- < "" ; > ;
- < "ɫ" ; > ;
- };
- StringList [ russian ] =
- {
- < "[]" ; > ;
- < "" ; > ;
- < "" ; > ;
- < "" ; > ;
- < " " ; > ;
- < "" ; > ;
- < "" ; > ;
- < "" ; > ;
- < " " ; > ;
- < " " ; > ;
- };
- StringList [ polish ] =
- {
- < "[Brak]" ; > ;
- < "Pogrubianie" ; > ;
- < "Kursywa" ; > ;
- < "Podkrelenie" ; > ;
- < "Podwjne podkrelenie" ; > ;
- < "Wersaliki" ; > ;
- < "Mae litery" ; > ;
- < "Kapitaliki" ; > ;
- < "Czcionka tytuowa" ; > ;
- < "Kolor ta" ; > ;
- };
- StringList [ japanese ] =
- {
- < "[Ȃ]" ; > ;
- < "" ; > ;
- < "Α" ; > ;
- < "" ; > ;
- < "d" ; > ;
- < "啶" ; > ;
- < "" ; > ;
- < "^啶" ; > ;
- < "ٕ" ; > ;
- < "wiF" ; > ;
- };
- StringList [ chinese_traditional ] =
- {
- < "[L]" ; > ;
- < "" ; > ;
- < "" ; > ;
- < "u" ; > ;
- < "u" ; > ;
- < "jgr" ; > ;
- < "pgr" ; > ;
- < "pjgr" ; > ;
- < "Dr" ; > ;
- < "IC" ; > ;
- };
- StringList [ arabic ] =
- {
- < "[]" ; > ;
- < "" ; > ;
- < "" ; > ;
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- };
- StringList [ greek ] =
- {
- < "[]" ; > ;
- < "" ; > ;
- < "" ; > ;
- < "" ; > ;
- < " " ; > ;
- < "" ; > ;
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- };
- StringList [ korean ] =
- {
- < "[]" ; > ;
- < "" ; > ;
- < "Ÿü" ; > ;
- < "" ; > ;
- < ": " ; > ;
- < "빮" ; > ;
- < "ҹ" ; > ;
- < "ĸ" ; > ;
- < " ۲" ; > ;
- < "" ; > ;
- };
- StringList [ turkish ] =
- {
- < "[Yok]" ; > ;
- < "Kaln" ; > ;
- < "talik" ; > ;
- < "Alt izili" ; > ;
- < "Alt ift izili" ; > ;
- < "Byk harflerle" ; > ;
- < "Kk harflerle" ; > ;
- < "Kk byk harf" ; > ;
- < "Balk yaztipi" ; > ;
- < "Artalan rengi" ; > ;
- };
- StringList [ language_user1 ] =
- {
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- < " " ; > ;
- };
- };
- FixedText FT_TE_COL
+ FixedText FT_INS_COL
{
- Pos = MAP_APPFONT ( 12 , 44 ) ;
- Size = MAP_APPFONT ( 40 , 10 ) ;
+ Pos = MAP_APPFONT ( 12 , 31 ) ;
+ Size = MAP_APPFONT ( 40 , 8 ) ;
Text = "~Farbe" ;
Text [ English ] = "Color" ;
Text [ portuguese ] = "~Cor" ;
@@ -1031,111 +418,148 @@ TabPage TP_REDLINE_OPT
Text[ turkish ] = "~Renk";
Text[ language_user1 ] = " ";
};
- ListBox LB_TE_COL
+ ListBox LB_INS_COL
{
- Pos = MAP_APPFONT ( 90 , 42 ) ;
+ Pos = MAP_APPFONT ( 90 , 29 ) ;
Size = MAP_APPFONT ( 80 , 80 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
};
- ListBox LB_TL_COL
+ Window WIN_INS
+ {
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 178 , 14 ) ;
+ Size = MAP_APPFONT ( 70 , 27 ) ;
+ Text = "Einfgen" ;
+ Text [ English ] = "Insert" ;
+ };
+ FixedText FT_DEL_ATTR
+ {
+ Pos = MAP_APPFONT ( 12 , 47 ) ;
+ Size = MAP_APPFONT ( 40 , 8 ) ;
+ Text = "A~ttribute" ;
+ Text [ English ] = "Attributes" ;
+ };
+ ListBox LB_DEL_ATTR
{
- Pos = MAP_APPFONT ( 90 , 42 ) ;
+ Pos = MAP_APPFONT ( 90 , 45 ) ;
Size = MAP_APPFONT ( 80 , 80 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
- Hide = TRUE ;
};
- ListBox LB_TC_COL
+ FixedText FT_DEL_COL
{
- Pos = MAP_APPFONT ( 90 , 42 ) ;
+ Pos = MAP_APPFONT ( 12 , 62 ) ;
+ Size = MAP_APPFONT ( 40 , 8 ) ;
+ Text = "~Farbe" ;
+ Text [ English ] = "Color" ;
+ };
+ ListBox LB_DEL_COL
+ {
+ Pos = MAP_APPFONT ( 90 , 60 ) ;
Size = MAP_APPFONT ( 80 , 80 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
- Hide = TRUE ;
};
- Window WIN_TE
+ Window WIN_DEL
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 178 , 27 ) ;
+ Pos = MAP_APPFONT ( 178 , 45 ) ;
Size = MAP_APPFONT ( 70 , 27 ) ;
- Text = "Beispiel" ;
- Text [ English ] = "Example" ;
- Text [ portuguese ] = "Exemplo" ;
- Text [ english_us ] = "Example" ;
- Text [ portuguese_brazilian ] = "Beispiel" ;
- Text [ swedish ] = "Exempel" ;
- Text [ danish ] = "Eksempel" ;
- Text [ italian ] = "Esempio" ;
- Text [ spanish ] = "Ejemplo" ;
- Text [ french ] = "Exemple" ;
- Text [ dutch ] = "Voorbeeld" ;
- Text[ chinese_simplified ] = "";
- Text[ russian ] = "";
- Text[ polish ] = "Przykad";
- Text[ japanese ] = "";
- Text[ chinese_traditional ] = "Ҥl";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "";
- Text[ turkish ] = "rnek";
- Text[ language_user1 ] = " ";
+ Text = "Lschen" ;
+ Text [ English ] = "Delete" ;
};
- GroupBox GB_TE
+ FixedText FT_CHG_ATTR
{
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 248 , 57 ) ;
- Text = "Textdarstellung" ;
- Text [ English ] = "Text representation" ;
- Text [ portuguese ] = "Visualizar texto" ;
- Text [ english_us ] = "Text display" ;
- Text [ portuguese_brazilian ] = "Textdarstellung" ;
- Text [ swedish ] = "Textvisning" ;
- Text [ danish ] = "Tekstvisning" ;
- Text [ italian ] = "Rappresentazione testo" ;
- Text [ spanish ] = "Ver texto" ;
- Text [ french ] = "Affichage du texte" ;
- Text [ dutch ] = "Tekstweergave" ;
- Text[ chinese_simplified ] = "ʾ";
- Text[ russian ] = " ";
- Text[ polish ] = "Wywietl tekst";
- Text[ japanese ] = "÷Ăިڲ";
- Text[ chinese_traditional ] = "r";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "ؽƮ ǥ";
- Text[ turkish ] = "Metin grnm";
+ Pos = MAP_APPFONT ( 12 , 78 ) ;
+ Size = MAP_APPFONT ( 40 , 8 ) ;
+ Text = "A~ttribute" ;
+ Text [ English ] = "Attributes" ;
+ };
+ ListBox LB_CHG_ATTR
+ {
+ Pos = MAP_APPFONT ( 90 , 76 ) ;
+ Size = MAP_APPFONT ( 80 , 80 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ };
+ FixedText FT_CHG_COL
+ {
+ Pos = MAP_APPFONT ( 12 , 93 ) ;
+ Size = MAP_APPFONT ( 40 , 8 ) ;
+ Text = "~Farbe" ;
+ Text [ English ] = "Color" ;
+ };
+ ListBox LB_CHG_COL
+ {
+ Pos = MAP_APPFONT ( 90 , 91 ) ;
+ Size = MAP_APPFONT ( 80 , 80 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ };
+ Window WIN_CHG
+ {
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 178 , 76 ) ;
+ Size = MAP_APPFONT ( 70 , 27 ) ;
+ Text = "Attribute" ;
+ Text [ English ] = "Attributes" ;
+ };
+ FixedLine GB_LC
+ {
+ Pos = MAP_APPFONT ( 6 , 109 ) ;
+ Size = MAP_APPFONT ( 248 , 8 ) ;
+ Text = "Genderte Zeilen" ;
+ Text [ English ] = "Changed lines" ;
+ Text [ portuguese ] = "Linhas modificadas" ;
+ Text [ english_us ] = "Lines changed " ;
+ Text [ portuguese_brazilian ] = "Genderte Zeilen" ;
+ Text [ swedish ] = "ndrade rader" ;
+ Text [ danish ] = "ndrede rkker" ;
+ Text [ italian ] = "Righe modificate" ;
+ Text [ spanish ] = "Lneas modificadas" ;
+ Text [ french ] = "Lignes modifies" ;
+ Text [ dutch ] = "Gewijzigde regels" ;
+ Text[ chinese_simplified ] = "ĵ";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Zmienione wiersze";
+ Text[ japanese ] = "ύXs";
+ Text[ chinese_traditional ] = "ܧ󪺦";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "ȡ.";
+ Text[ turkish ] = "Deitirilen satrlar";
Text[ language_user1 ] = " ";
};
FixedText FT_MARKPOS
{
- Pos = MAP_APPFONT ( 12 , 76 ) ;
- Size = MAP_APPFONT ( 48 , 10 ) ;
+ Pos = MAP_APPFONT ( 12 , 122 ) ;
+ Size = MAP_APPFONT ( 48 , 8 ) ;
Text = "Ma~rkierung" ;
Text [ English ] = "Mark" ;
Text [ portuguese ] = "Marca" ;
- Text [ english_us ] = "Mar~k" ;
+ Text [ english_us ] = "Mark" ;
Text [ portuguese_brazilian ] = "Markierung" ;
- Text [ swedish ] = "Ma~rkering" ;
+ Text [ swedish ] = "Markering" ;
Text [ danish ] = "Markering" ;
Text [ italian ] = "Contrassegno" ;
- Text [ spanish ] = "~Marca" ;
- Text [ french ] = "Ma~rque" ;
+ Text [ spanish ] = "Marca" ;
+ Text [ french ] = "Marque" ;
Text [ dutch ] = "Markering" ;
Text[ chinese_simplified ] = "";
Text[ russian ] = "";
Text[ polish ] = "Zaznaczenie";
- Text[ japanese ] = "L";
+ Text[ japanese ] = "I";
Text[ chinese_traditional ] = "аO";
Text[ arabic ] = "";
- Text[ greek ] = "";
+ Text[ greek ] = "";
Text[ korean ] = "ŷ";
Text[ turkish ] = "aret";
Text[ language_user1 ] = " ";
};
ListBox LB_MARKPOS
{
- Pos = MAP_APPFONT ( 90 , 74 ) ;
+ Pos = MAP_APPFONT ( 90 , 120 ) ;
Size = MAP_APPFONT ( 80 , 80 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
@@ -1310,17 +734,17 @@ TabPage TP_REDLINE_OPT
};
FixedText FT_LC_COL
{
- Pos = MAP_APPFONT ( 12 , 91 ) ;
+ Pos = MAP_APPFONT ( 12 , 137 ) ;
Size = MAP_APPFONT ( 48 , 8 ) ;
Text = "Far~be" ;
Text [ English ] = "Color" ;
- Text [ english_us ] = "~Color" ;
+ Text [ english_us ] = "Color" ;
Text [ portuguese_brazilian ] = "Farbe" ;
- Text [ swedish ] = "Fr~g" ;
+ Text [ swedish ] = "Frg" ;
Text [ danish ] = "Farve" ;
Text [ italian ] = "Colore" ;
- Text [ spanish ] = "~Color" ;
- Text [ french ] = "~Couleur" ;
+ Text [ spanish ] = "Color" ;
+ Text [ french ] = "Couleur" ;
Text [ dutch ] = "Kleur" ;
Text [ portuguese ] = "Cor" ;
Text[ chinese_simplified ] = "ɫ";
@@ -1336,41 +760,15 @@ TabPage TP_REDLINE_OPT
};
ListBox LB_LC_COL
{
- Pos = MAP_APPFONT ( 90 , 89 ) ;
+ Pos = MAP_APPFONT ( 90 , 135 ) ;
Size = MAP_APPFONT ( 80 , 80 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
};
Window WIN_MARK
{
- Pos = MAP_APPFONT ( 178 , 74 ) ;
- Size = MAP_APPFONT ( 70 , 28 ) ;
- };
- GroupBox GB_LC
- {
- Pos = MAP_APPFONT ( 6 , 63 ) ;
- Size = MAP_APPFONT ( 248 , 41 ) ;
- Text = "Genderte Zeilen" ;
- Text [ English ] = "Changed lines" ;
- Text [ portuguese ] = "Linhas modificadas" ;
- Text [ english_us ] = "Lines changed " ;
- Text [ portuguese_brazilian ] = "Genderte Zeilen" ;
- Text [ swedish ] = "ndrade rader" ;
- Text [ danish ] = "ndrede rkker" ;
- Text [ italian ] = "Righe modificate" ;
- Text [ spanish ] = "Lneas modificadas" ;
- Text [ french ] = "Lignes modifies" ;
- Text [ dutch ] = "Gewijzigde regels" ;
- Text[ chinese_simplified ] = "ĵ";
- Text[ russian ] = " ";
- Text[ polish ] = "Zmienione wiersze";
- Text[ japanese ] = "ύXs";
- Text[ chinese_traditional ] = "ܧ󪺦";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "ȡ.";
- Text[ turkish ] = "Deitirilen satrlar";
- Text[ language_user1 ] = " ";
+ Pos = MAP_APPFONT ( 178 , 120 ) ;
+ Size = MAP_APPFONT ( 70 , 27 ) ;
};
String STR_AUTHOR
{
diff --git a/sw/source/ui/inc/cfgitems.hxx b/sw/source/ui/inc/cfgitems.hxx
index 067b482f569b..4e00997bc03a 100644
--- a/sw/source/ui/inc/cfgitems.hxx
+++ b/sw/source/ui/inc/cfgitems.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cfgitems.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:38 $
+ * last change: $Author: os $ $Date: 2001-03-22 09:40:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,7 +80,7 @@ class ViewShell;
class SwViewOption;
class SwPrintOptions;
class SwContentOptPage;
-class SwLayoutOptPage;
+class SwShdwCrsrOptionsTabPage;
class SwDocEditDialog;
SfxPrinter* GetPrt( ViewShell* );
@@ -90,12 +90,10 @@ void SetPrt( SfxPrinter* );
/*--------OS 12.01.95 -----------------------------------
Item fuer Einstellungsdialog - Dokumentanzeige
--------------------------------------------------------- */
-#ifdef FN_PARAM_DOCDISP
-
class SwDocDisplayItem : public SfxPoolItem
{
friend SwWriterApp;
- friend SwContentOptPage;
+ friend SwShdwCrsrOptionsTabPage;
friend SwModule;
BOOL bParagraphEnd :1;
@@ -105,15 +103,6 @@ class SwDocDisplayItem : public SfxPoolItem
BOOL bSoftHyphen :1;
BOOL bHiddenText :1;
BOOL bManualBreak :1;
- BOOL bIndexEntry :1;
- BOOL bIndexBackground :1;
- BOOL bFootnoteBackground:1;
- BOOL bField :1;
- BOOL bTable :1;
- BOOL bGraphic :1;
- BOOL bDrawing :1;
- BOOL bFieldName :1;
- BOOL bNotes :1;
BOOL bShowHiddenPara :1;
Color aIndexBackgrndCol;
@@ -133,27 +122,37 @@ public:
void operator=( const SwDocDisplayItem& );
void FillViewOptions( SwViewOption& rVOpt) const;
};
-#endif
/*--------OS 12.01.95 -----------------------------------
Item fuer Einstellungsdialog, Elementeseite
--------------------------------------------------------- */
-#ifdef FN_PARAM_ELEM
class SwElemItem : public SfxPoolItem
{
+ //view
BOOL bHorzScrollbar :1;
BOOL bVertScrollbar :1;
BOOL bHorzRuler :1;
BOOL bVertRuler :1;
+ BOOL bSmoothScroll :1;
+ //visual aids
BOOL bTableBounds :1;
BOOL bSectionBounds :1;
BOOL bCrosshair :1;
BOOL bHandles :1;
BOOL bBigHandles :1;
BOOL bBounds :1;
- BOOL bStatusLine :1;
- BOOL bSmoothScroll :1;
+ //highlighting
+ BOOL bIndexEntry :1;
+ BOOL bIndexBackground :1;
+ BOOL bFootnoteBackground:1;
+ BOOL bField :1;
+ //display
+ BOOL bTable :1;
+ BOOL bGraphic :1;
+ BOOL bDrawing :1;
+ BOOL bFieldName :1;
+ BOOL bNotes :1;
- friend SwLayoutOptPage;
+ friend SwContentOptPage;
public:
TYPEINFO();
@@ -168,21 +167,17 @@ public:
void FillViewOptions( SwViewOption& rVOpt) const;
- void SetStatusLine(BOOL bSet){bStatusLine = bSet;}
- BOOL IsStatusLine()const {return bStatusLine;}
};
-#endif
/*--------OS 12.01.95 -----------------------------------
Item fuer Einstellungsdialog - Drucker/Zusaetze
--------------------------------------------------------- */
-#ifdef FN_PARAM_ADDPRINTER
class SwAddPrinterItem : public SfxPoolItem
{
friend SwAddPrinterTabPage;
String sFaxName;
- UINT16 nPrintPostIts;
+ ULONG nPrintPostIts;
BOOL bPrintGraphic :1,
bPrintTable :1,
@@ -223,16 +218,14 @@ public:
BOOL IsPrintPageBackground() const { return bPrintPageBackground; }
BOOL IsPrintBlackFont() const { return bPrintBlackFont; }
BOOL IsPrintSingleJobs() const { return bPrintSingleJobs; }
- UINT16 GetPrintPostIts () const { return nPrintPostIts; }
+ ULONG GetPrintPostIts () const { return nPrintPostIts; }
};
-#endif
/*--------OS 12.01.95 -----------------------------------
Item fuer Einstellungsdialog, ShadowCursorSeite
--------------------------------------------------------- */
-#ifdef FN_PARAM_SHADOWCURSOR
class SwShadowCursorItem : public SfxPoolItem
{
@@ -260,7 +253,6 @@ public:
void SetMode( BYTE eM ) { eMode = eM; }
void SetOn( BOOL bFlag ) { bOn = bFlag; }
};
-#endif
#ifndef PRODUCT
/*--------OS 12.01.95 -----------------------------------
diff --git a/sw/source/ui/inc/optload.hxx b/sw/source/ui/inc/optload.hxx
index 71b65ae5ffc4..5464c529d374 100644
--- a/sw/source/ui/inc/optload.hxx
+++ b/sw/source/ui/inc/optload.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: optload.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:41 $
+ * last change: $Author: os $ $Date: 2001-03-22 09:40:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,13 +65,36 @@
#include <sfx2/tabdlg.hxx>
#endif
-#ifndef _GROUP_HXX //autogen
+#ifndef _GROUP_HXX
#include <vcl/group.hxx>
#endif
-#ifndef _SV_FIXED_HXX //autogen
+#ifndef _SV_FIXED_HXX
#include <vcl/fixed.hxx>
#endif
+#ifndef _SV_LSTBOX_HXX
+#include <vcl/lstbox.hxx>
+#endif
+#ifndef _SV_FIELD_HXX
+#include <vcl/field.hxx>
+#endif
+#ifndef _SVX_STRARRAY_HXX
+#include <svx/strarray.hxx>
+#endif
+#ifndef _BASEDLGS_HXX //autogen
+#include <sfx2/basedlgs.hxx>
+#endif
+#ifndef _SVX_CHECKLBX_HXX //autogen
+#include <svx/checklbx.hxx>
+#endif
+#ifndef _SWLBOX_HXX
+#include <swlbox.hxx>
+#endif
+#ifndef _CAPTION_HXX
+#include <caption.hxx>
+#endif
+class SwFldMgr;
+class SvLBoxEntry;
class SwWrtShell;
/*-----------------31.08.96 10.09-------------------
@@ -81,25 +104,41 @@ class SwWrtShell;
class SwLoadOptPage : public SfxTabPage
{
private:
+ FixedLine aUpdateGB;
+ FixedText aLinkFT;
RadioButton aAlwaysRB;
RadioButton aRequestRB;
RadioButton aNeverRB;
- CheckBox aLinkDocOnlyCB;
- GroupBox aLinkGB;
+ FixedText aFieldFT;
CheckBox aAutoUpdateFields;
CheckBox aAutoUpdateCharts;
- CheckBox aFldDocOnlyCB;
- GroupBox aFldGB;
+ FixedLine aCaptionGB;
+ CheckBox aCaptionCB;
+ FixedText aCaptionFT;
+ PushButton aCaptionPB;
+
+ FixedLine aSettingsGB;
+ FixedText aMetricFT;
+ ListBox aMetricLB;
+ FixedText aTabFT;
+ MetricField aTabMF;
+
+ FixedLine aCompatGB;
CheckBox aMergeDistCB;
CheckBox aMergeDistPageStartCB;
- GroupBox aCompatGB;
SwWrtShell* pWrtShell;
- USHORT nOldLinkMode;
+ sal_Bool bHTMLMode;
+ UINT16 nLastTab;
+ sal_Int32 nOldLinkMode;
- DECL_LINK( UpdateHdl, CheckBox* );
+ SvxStringArray aMetricArr;
+
+ DECL_LINK(CaptionHdl, PushButton*);
+ DECL_LINK(MetricHdl, ListBox*);
+ DECL_LINK(UpdateHdl, CheckBox* );
public:
SwLoadOptPage( Window* pParent,
@@ -112,6 +151,95 @@ public:
virtual BOOL FillItemSet( SfxItemSet& rSet );
virtual void Reset( const SfxItemSet& rSet );
};
+/*--------------------------------------------------------------------
+ Beschreibung:
+ --------------------------------------------------------------------*/
+
+class SwCaptionOptDlg : public SfxSingleTabDialog
+{
+public:
+ SwCaptionOptDlg(Window* pParent, const SfxItemSet& rSet);
+ ~SwCaptionOptDlg();
+};
+/* -----------------23.10.98 13:19-------------------
+ *
+ * --------------------------------------------------*/
+
+class CaptionComboBox : public SwComboBox
+{
+protected:
+ virtual void KeyInput( const KeyEvent& );
+
+public:
+ CaptionComboBox( Window* pParent, const ResId& rResId)
+ : SwComboBox(pParent, rResId)
+ {}
+};
+
+/*-----------------31.08.96 10.09-------------------
+
+--------------------------------------------------*/
+class SwCaptionOptPage : public SfxTabPage
+{
+private:
+ SvxCheckListBox aCheckLB;
+
+ FixedText aSampleText;
+ FixedText aCategoryText;
+ CaptionComboBox aCategoryBox;
+ FixedText aFormatText;
+ ListBox aFormatBox;
+ FixedText aTextText;
+ Edit aTextEdit;
+ FixedText aPosText;
+ ListBox aPosBox;
+ FixedText aFtLevel;
+ ListBox aLbLevel;
+ FixedText aFtDelim;
+ Edit aEdDelim;
+ FixedLine aSettingsGroup;
+
+ String sSWTable;
+ String sSWFrame;
+ String sSWGraphic;
+ String sOLE;
+
+ String sIllustration;
+ String sTable;
+ String sText;
+
+ String sBegin;
+ String sEnd;
+ String sAbove;
+ String sBelow;
+
+ SwFldMgr *pMgr;
+ USHORT eType;
+ BOOL bHTMLMode;
+
+ DECL_LINK( SelectHdl, ListBox *pLB = 0 );
+ DECL_LINK( ModifyHdl, Edit *pEdt = 0 );
+ DECL_LINK( ShowEntryHdl, SvxCheckListBox *pLB = 0 );
+ DECL_LINK( SaveEntryHdl, SvxCheckListBox *pLB = 0 );
+
+ void DelUserData();
+ void SetOptions( const USHORT nPos,
+ const SwCapObjType eType,
+ const SvGlobalName *pOleId = 0);
+ void SaveEntry( SvLBoxEntry* pEntry );
+ void DrawSample();
+
+public:
+ SwCaptionOptPage( Window* pParent,
+ const SfxItemSet& rSet );
+ ~SwCaptionOptPage();
+
+ static SfxTabPage* Create( Window* pParent,
+ const SfxItemSet& rAttrSet);
+
+ virtual BOOL FillItemSet( SfxItemSet& rSet );
+ virtual void Reset( const SfxItemSet& rSet );
+};
#endif
diff --git a/sw/source/ui/inc/optpage.hxx b/sw/source/ui/inc/optpage.hxx
index f5075726316d..4af3d16da269 100644
--- a/sw/source/ui/inc/optpage.hxx
+++ b/sw/source/ui/inc/optpage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: optpage.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: os $ $Date: 2001-02-09 07:58:34 $
+ * last change: $Author: os $ $Date: 2001-03-22 09:40:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,10 +93,6 @@
#include <svx/fntctrl.hxx>
#endif
-#ifndef _SVX_STRARRAY_HXX //autogen
-#include <svx/strarray.hxx>
-#endif
-
class SvStringsDtor;
class SfxPrinter;
class SwStdFontConfig;
@@ -108,31 +104,38 @@ class SwWrtShell;
class SwContentOptPage : public SfxTabPage
{
+ //view
+ FixedLine aWindowGB;
+ CheckBox aHScrollBox;
+ CheckBox aVScrollBox;
+ CheckBox aHRulerCBox;
+ ListBox aHMetric;
+ CheckBox aVRulerCBox;
+ ListBox aVMetric;
+ CheckBox aSmoothCBox;
+ //visual aids
+ FixedLine aLineGB;
+ CheckBox aTxtbegCB;
+ CheckBox aTblbegCB;
+ CheckBox aSectBoundsCB;
+ CheckBox aCrossCB;
+ CheckBox aSolidHandleCB;
+ CheckBox aBigHandleCB;
-private:
- GroupBox aDispBox;
+ //display
+ FixedLine aDispBox;
CheckBox aGrfCB;
CheckBox aTblCB;
CheckBox aDrwCB;
CheckBox aFldNameCB;
CheckBox aPostItCB;
-
- GroupBox aBackBox;
+ //highlighting
+ FixedLine aBackBox;
CheckBox aIdxEntryCB;
CheckBox aIdxBackCB;
CheckBox aFootBackCB;
CheckBox aFldBackCB;
- GroupBox aUnprintBox;
- CheckBox aParaCB;
- CheckBox aSHyphCB;
- CheckBox aSpacesCB;
- CheckBox aHSpacesCB;
- CheckBox aTabCB;
- CheckBox aBreakCB;
- CheckBox aHiddenCB;
- CheckBox aHiddenParaCB;
-
public:
SwContentOptPage( Window* pParent,
const SfxItemSet& rSet );
@@ -149,37 +152,9 @@ public:
/*-----------------31.08.96 10.10-------------------
--------------------------------------------------*/
-
+/*
class SwLayoutOptPage : public SfxTabPage
{
-
- GroupBox aLineGB;
- CheckBox aTxtbegCB;
- CheckBox aTblbegCB;
- CheckBox aSectBoundsCB;
- CheckBox aCrossCB;
- CheckBox aSolidHandleCB;
- CheckBox aBigHandleCB;
-
- GroupBox aWindowGB;
- CheckBox aHScrollBox;
- CheckBox aVScrollBox;
- CheckBox aHRulerCBox;
- CheckBox aVRulerCBox;
- CheckBox aSmoothCBox;
-
- ListBox aMetricLB;
- GroupBox aMetricGB;
-
- GroupBox aTabGB;
- MetricField aTabMF;
-
- UINT16 nLastTab;
-
- SvxStringArray aMetricArr;
-
- DECL_LINK(MetricHdl, ListBox*);
-
SwLayoutOptPage( Window* pParent,
const SfxItemSet& rSet );
~SwLayoutOptPage();
@@ -205,18 +180,18 @@ class SwAddPrinterTabPage : public SfxTabPage
CheckBox aCtrlFldCB;
CheckBox aBackgroundCB;
CheckBox aBlackFontCB;
- GroupBox aGroup1;
+ FixedLine aGroup1;
CheckBox aLeftPageCB;
CheckBox aRightPageCB;
CheckBox aReverseCB;
CheckBox aProspectCB;
- GroupBox aGroup2;
+ FixedLine aGroup2;
RadioButton aNoRB;
RadioButton aOnlyRB;
RadioButton aEndRB;
RadioButton aEndPageRB;
- GroupBox aGroup3;
- GroupBox aGroup4;
+ FixedLine aGroup3;
+ FixedLine aGroup4;
CheckBox aSingleJobsCB;
CheckBox aPaperFromSetupCB;
FixedText aFaxFT;
@@ -263,7 +238,7 @@ class SwStdFontTabPage : public SfxTabPage
FixedText aIdxLbl ;
ComboBox aIdxBox ;
CheckBox aDocOnlyCB ;
- GroupBox aStdChrFrm ;
+ FixedLine aStdChrFrm ;
PushButton aStandardPB;
String sShellStd;
@@ -308,19 +283,31 @@ public:
class SwTableOptionsTabPage : public SfxTabPage
{
- GroupBox aMoveGB;
+ CheckBox aHeaderCB;
+ CheckBox aRepeatHeaderCB;
+ CheckBox aDontSplitCB;
+ CheckBox aBorderCB;
+ FixedLine aTableGB;
+
+ FixedLine aTableInsertGB;
+ CheckBox aNumFormattingCB;
+ CheckBox aNumFmtFormattingCB;
+ CheckBox aNumAlignmentCB;
+
+ FixedLine aMoveGB;
+ FixedText aMoveFT;
FixedText aRowMoveFT;
MetricField aRowMoveMF;
FixedText aColMoveFT;
MetricField aColMoveMF;
- GroupBox aInsertGB;
+ FixedText aInsertFT;
FixedText aRowInsertFT;
MetricField aRowInsertMF;
FixedText aColInsertFT;
MetricField aColInsertMF;
- GroupBox aHandlingGB;
+ FixedText aHandlingFT;
RadioButton aFixRB;
RadioButton aFixPropRB;
RadioButton aVarRB;
@@ -328,9 +315,10 @@ class SwTableOptionsTabPage : public SfxTabPage
FixedText aFixPropFT;
FixedText aVarFT;
- FixedText aDescFT;
-
SwWrtShell* pWrtShell;
+ BOOL bHTMLMode;
+
+ DECL_LINK(CheckBoxHdl, CheckBox *pCB);
SwTableOptionsTabPage( Window* pParent,
@@ -354,7 +342,7 @@ public:
--------------------------------------------------*/
class SwSourceViewOptionsTabPage : public SfxTabPage
{
- GroupBox aColorGB;
+ FixedLine aColorGB;
FixedText aSGMLFT;
ColorListBox aSGMLLB;
FixedText aCommentFT;
@@ -384,7 +372,18 @@ public:
class SwShdwCrsrOptionsTabPage : public SfxTabPage
{
- GroupBox aFlagGB;
+ //nonprinting characters
+ FixedLine aUnprintBox;
+ CheckBox aParaCB;
+ CheckBox aSHyphCB;
+ CheckBox aSpacesCB;
+ CheckBox aHSpacesCB;
+ CheckBox aTabCB;
+ CheckBox aBreakCB;
+ CheckBox aHiddenCB;
+ CheckBox aHiddenParaCB;
+
+ FixedLine aFlagGB;
CheckBox aOnOffCB;
FixedText aFillModeFT;
@@ -396,7 +395,7 @@ class SwShdwCrsrOptionsTabPage : public SfxTabPage
FixedText aColorFT;
ColorListBox aColorLB;
- GroupBox aCrsrOptGB;
+ FixedLine aCrsrOptGB;
CheckBox aCrsrInProtCB;
SwShdwCrsrOptionsTabPage( Window* pParent, const SfxItemSet& rSet );
@@ -444,35 +443,40 @@ public:
class SwRedlineOptionsTabPage : public SfxTabPage
{
- RadioButton aInsertRB;
- RadioButton aDeletedRB;
- RadioButton aChangedRB;
+ FixedLine aInsertGB;
FixedText aInsertFT;
ListBox aInsertLB;
- ListBox aDeletedLB;
- ListBox aChangedLB;
FixedText aInsertColorFT;
ColorListBox aInsertColorLB;
+ SvxFontPrevWindow aInsertedPreviewWN;
+
+ FixedText aDeletedFT;
+ ListBox aDeletedLB;
+ FixedText aDeletedColorFT;
ColorListBox aDeletedColorLB;
+ SvxFontPrevWindow aDeletedPreviewWN;
+
+ FixedText aChangedFT;
+ ListBox aChangedLB;
+ FixedText aChangedColorFT;
ColorListBox aChangedColorLB;
- SvxFontPrevWindow aAttribPreviewWN;
- GroupBox aInsertGB;
+ SvxFontPrevWindow aChangedPreviewWN;
+
+ FixedLine aChangedGB;
FixedText aMarkPosFT;
ListBox aMarkPosLB;
FixedText aMarkColorFT;
ColorListBox aMarkColorLB;
SwMarkPreview aMarkPreviewWN;
- GroupBox aChangedGB;
+
String sAuthor;
String sNone;
SwRedlineOptionsTabPage( Window* pParent, const SfxItemSet& rSet );
~SwRedlineOptionsTabPage();
- DECL_LINK( RadioHdl, RadioButton *pRB );
-
DECL_LINK( AttribHdl, ListBox *pLB );
DECL_LINK( ChangedMaskPrevHdl, ListBox *pLB = 0 );
DECL_LINK( ColorHdl, ColorListBox *pColorLB );
@@ -506,7 +510,7 @@ public:
virtual void Reset( const SfxItemSet& rSet );
private:
- GroupBox aTestGBox;
+ FixedLine aTestGBox;
CheckBox aTest1CBox;
CheckBox aTest2CBox;
CheckBox aTest3CBox;