#86837# +RID_STR_ENUM_SIDE_ALIGN

This commit is contained in:
Frank Schönheit 2001-06-06 09:36:52 +00:00
parent 04bd4e5f56
commit f0460c4bdb
2 changed files with 17 additions and 5 deletions

View file

@ -2,9 +2,9 @@
*
* $RCSfile: formres.src,v $
*
* $Revision: 1.19 $
* $Revision: 1.20 $
*
* last change: $Author: kz $ $Date: 2001-05-16 15:45:14 $
* last change: $Author: fs $ $Date: 2001-06-06 10:36:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -3096,6 +3096,12 @@ String RID_STR_ALIGNMENT
Text[ finnish ] = "Vasen:Keskitys;Oikea";
Text[ catalan ] = "Izquierda;Centrado;Derecha";
};
String RID_STR_ENUM_SIDE_ALIGN
{
Text = "Links;Oben;Rechts;Unten" ;
Text [ english ] = "Left;Top;Right;Bottom" ;
Text [ english_us ] = "Left;Top;Right;Bottom" ;
};
String RID_STR_ENUM_BUTTONTYPE
{
Text = "Push;Submit;Reset;Url" ;
@ -4634,6 +4640,9 @@ String RID_STR_ENUM_ORIENTATION
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
* Revision 1.19 2001/05/16 15:45:14 kz
* Merge SRC632: 05/16/01 - 17:44:33 (NoBranch)
*
* Revision 1.18 2001/05/11 05:19:44 hjs
* Merge SRC631: 11.05.01 - 07:19:04 (NoBranch)
*

View file

@ -2,9 +2,9 @@
*
* $RCSfile: formresid.hrc,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: tbe $ $Date: 2001-05-02 12:42:58 $
* last change: $Author: fs $ $Date: 2001-06-06 10:36:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -240,7 +240,7 @@
#define RID_STR_VISIBLESIZE ( RID_FORMBROWSER_START + 178 )
#define RID_STR_ORIENTATION ( RID_FORMBROWSER_START + 179 )
#define RID_STR_ENUM_ORIENTATION ( RID_FORMBROWSER_START + 180 )
#define RID_STR_ENUM_SIDE_ALIGN ( RID_FORMBROWSER_START + 181 )
// -----------------------------------------------------------------------
// - dialogs
@ -284,6 +284,9 @@
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
* Revision 1.9 2001/05/02 12:42:58 tbe
* added scrollbar properties
*
* Revision 1.8 2001/04/26 09:16:25 tbe
* added progressbar properties
*