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

INTEGRATION: CWS swdrawpositioning (1.49.136); FILE MERGED

2004/03/15 07:11:45 os 1.49.136.1: #i26173# draw positioning TabPage for sw created
üst ce6beb0c
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: transfrm.src,v $ * $RCSfile: transfrm.src,v $
* *
* $Revision: 1.50 $ * $Revision: 1.51 $
* *
* last change: $Author: hjs $ $Date: 2004-06-25 12:05:33 $ * last change: $Author: hjs $ $Date: 2004-06-28 14:11:29 $
* *
* 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
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
#include "transfrm.hrc" #include "transfrm.hrc"
// pragma ------------------------------------------------------------------- // pragma -------------------------------------------------------------------
#define MA_TABPAGE_HEIGHT 82 + 22 + 48 + RSC_SP_TBPG_INNERBORDER_BOTTOM #define MA_TABPAGE_HEIGHT 185
// RID_SVXPAGE_POSITION_SIZE ------------------------------------------------ // RID_SVXPAGE_POSITION_SIZE ------------------------------------------------
TabPage RID_SVXPAGE_POSITION_SIZE TabPage RID_SVXPAGE_POSITION_SIZE
...@@ -615,6 +615,40 @@ TabPage RID_SVXPAGE_SLANT ...@@ -615,6 +615,40 @@ TabPage RID_SVXPAGE_SLANT
Text [ x-comment ] = " "; Text [ x-comment ] = " ";
}; };
// RID_SVXDLG_TRANSFORM ----------------------------------------------------- // RID_SVXDLG_TRANSFORM -----------------------------------------------------
#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_TRANSFORM TabDialog RID_SVXDLG_TRANSFORM
{ {
OutputSize = TRUE ; OutputSize = TRUE ;
...@@ -634,9 +668,13 @@ TabDialog RID_SVXDLG_TRANSFORM ...@@ -634,9 +668,13 @@ TabDialog RID_SVXDLG_TRANSFORM
{ {
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