Kaydet (Commit) ce6beb0c authored tarafından Hans-Joachim Lankenau's avatar Hans-Joachim Lankenau

INTEGRATION: CWS swdrawpositioning (1.26.136); FILE MERGED

2004/03/15 07:11:39 os 1.26.136.1: #i26173# draw positioning TabPage for sw created
üst 7dcb28e6
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: labdlg.src,v $ * $RCSfile: labdlg.src,v $
* *
* $Revision: 1.27 $ * $Revision: 1.28 $
* *
* last change: $Author: hjs $ $Date: 2004-06-25 11:56:47 $ * last change: $Author: hjs $ $Date: 2004-06-28 14:10:49 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -69,7 +69,7 @@ TabPage RID_SVXPAGE_CAPTION ...@@ -69,7 +69,7 @@ TabPage RID_SVXPAGE_CAPTION
HelpId = HID_CAPTION ; HelpId = HID_CAPTION ;
Hide = TRUE ; Hide = TRUE ;
//Size = MAP_APPFONT ( 189 , 97 ) ; //Size = MAP_APPFONT ( 189 , 97 ) ;
Size = MAP_APPFONT ( 260 , 158 ) ; Size = MAP_APPFONT ( 260 , 185 ) ;
Text [ de ] = "Legende" ; Text [ de ] = "Legende" ;
Text [ en-US ] = "Callouts" ; Text [ en-US ] = "Callouts" ;
Control CT_CAPTTYPE Control CT_CAPTTYPE
...@@ -326,6 +326,41 @@ TabPage RID_SVXPAGE_CAPTION ...@@ -326,6 +326,41 @@ TabPage RID_SVXPAGE_CAPTION
Text [ x-comment ] = " "; Text [ x-comment ] = " ";
}; };
// RID_SVXDLG_CAPTION ---------------------------------------------------- // RID_SVXDLG_CAPTION ----------------------------------------------------
#define _POS_SIZE_TEXT \
Text = "Position und Gre" ; \
Text [ ENGLISH ] = "Position and Size" ; \
Text [ norwegian ] = "Posisjon og strrelse" ; \
Text [ italian ] = "Posizione e dimensione" ; \
Text [ portuguese_brazilian ] = "Posio e Tamanho" ; \
Text [ portuguese ] = "Posio e tamanho" ; \
Text [ finnish ] = "Sijainti ja koko" ; \
Text [ danish ] = "Placering og strrelse" ; \
Text [ french ] = "Position et taille" ; \
Text [ swedish ] = "Position och storlek" ; \
Text [ dutch ] = "Positie en grootte" ; \
Text [ spanish ] = "Posicin y tamao" ; \
Text [ english_us ] = "Position and Size" ; \
Text[ chinese_simplified ] = "位置和大小"; \
Text[ russian ] = " "; \
Text[ polish ] = "Pozycja i rozmiar"; \
Text[ japanese ] = "位置とサイズ"; \
Text[ chinese_traditional ] = "位置和大小"; \
Text[ arabic ] = " "; \
Text[ greek ] = " "; \
Text[ korean ] = "위치 및 크기"; \
Text[ turkish ] = "Konum ve boyut"; \
Text[ language_user1 ] = " "; \
Text[ catalan ] = "Position and Size"; \
Text[ thai ] = "ตำแหน่งและขนาด";\
Text[ czech ] = "Umístění a velikost"; \
Text[ hebrew ] = "Position und Größe"; \
Text[ hindi ] = "Position and Size"; \
Text[ slovak ] = "Umiestnenie a veľkosť"; \
Text[ hungarian ] = "Pozíció és méret"; \
Text[ slovenian ] = "Položaj in velikost"; \
TabDialog RID_SVXDLG_CAPTION TabDialog RID_SVXDLG_CAPTION
{ {
OutputSize = TRUE ; OutputSize = TRUE ;
...@@ -345,9 +380,13 @@ TabDialog RID_SVXDLG_CAPTION ...@@ -345,9 +380,13 @@ TabDialog RID_SVXDLG_CAPTION
{ {
Identifier = RID_SVXPAGE_POSITION_SIZE ; Identifier = RID_SVXPAGE_POSITION_SIZE ;
PageResID = RID_SVXPAGE_POSITION_SIZE ; PageResID = RID_SVXPAGE_POSITION_SIZE ;
Text [ de ] = "Position und Gre" ; _POS_SIZE_TEXT
Text [ en-US ] = "Position and Size" ; };
Text [ x-comment ] = " "; PageItem
{
Identifier = RID_SVXPAGE_SWPOSSIZE;
PageResID = RID_SVXPAGE_SWPOSSIZE;
_POS_SIZE_TEXT
}; };
PageItem PageItem
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment