added stretch effects
This commit is contained in:
parent
8b1500055a
commit
dbf4ae631c
4 changed files with 157 additions and 8 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: res_bmp.src,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: ka $ $Date: 2000-10-30 12:47:25 $
|
||||
* last change: $Author: ka $ $Date: 2000-11-08 12:14:12 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -582,6 +582,55 @@ Bitmap BMP_EFFECT_APPEAR
|
|||
{
|
||||
File = "effapear.bmp" ;
|
||||
};
|
||||
Bitmap BMP_EFFECT_STRTCH_FROM_L
|
||||
{
|
||||
File = "strtleft.bmp";
|
||||
};
|
||||
Bitmap BMP_EFFECT_STRTCH_FROM_UL
|
||||
{
|
||||
File = "strtulft.bmp";
|
||||
};
|
||||
Bitmap BMP_EFFECT_STRTCH_FROM_T
|
||||
{
|
||||
File = "strttop.bmp";
|
||||
};
|
||||
Bitmap BMP_EFFECT_STRTCH_FROM_UR
|
||||
{
|
||||
File = "strturgt.bmp";
|
||||
};
|
||||
Bitmap BMP_EFFECT_STRTCH_FROM_R
|
||||
{
|
||||
File = "strtrght.bmp";
|
||||
};
|
||||
Bitmap BMP_EFFECT_STRTCH_FROM_LR
|
||||
{
|
||||
File = "strtlrgt.bmp";
|
||||
};
|
||||
Bitmap BMP_EFFECT_STRTCH_FROM_B
|
||||
{
|
||||
File = "strtbotm.bmp";
|
||||
};
|
||||
Bitmap BMP_EFFECT_STRTCH_FROM_LL
|
||||
{
|
||||
File = "strtllft.bmp";
|
||||
};
|
||||
Bitmap BMP_EFFECT_STRTCH_HORIZONTAL
|
||||
{
|
||||
File = "strthorz.bmp";
|
||||
};
|
||||
Bitmap BMP_EFFECT_STRTCH_VERTICAL
|
||||
{
|
||||
File = "strtvert.bmp";
|
||||
};
|
||||
Bitmap BMP_EFFECT_ROTATE_HORIZONTAL
|
||||
{
|
||||
File = "rothorz.bmp";
|
||||
};
|
||||
Bitmap BMP_EFFECT_ROTATE_VERTICAL
|
||||
{
|
||||
File = "rotvert.bmp";
|
||||
};
|
||||
|
||||
|
||||
Image IMG_EMBEDDED
|
||||
{
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: strings.src,v $
|
||||
*
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
* last change: $Author: ka $ $Date: 2000-10-31 12:21:41 $
|
||||
* last change: $Author: ka $ $Date: 2000-11-08 12:14:12 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -8067,6 +8067,77 @@ String STR_EFFECT_HIDE
|
|||
Text[ arabic ] = "ÅÎÝÇÁ";
|
||||
Text[ turkish ] = "Kapat";
|
||||
};
|
||||
String STR_EFFECT_STRTCH
|
||||
{
|
||||
Text = "Dehnen";
|
||||
Text[ english ] = "Stretch";
|
||||
};
|
||||
String STR_EFFECT_STRTCH_FROM_L
|
||||
{
|
||||
Text = "Von links dehnen";
|
||||
Text[ english ] = "Stretch from left";
|
||||
};
|
||||
String STR_EFFECT_STRTCH_FROM_UL
|
||||
{
|
||||
Text = "Von links oben dehnen";
|
||||
Text[ english ] = "Stretch from upper left";
|
||||
};
|
||||
String STR_EFFECT_STRTCH_FROM_T
|
||||
{
|
||||
Text = "Von oben dehnen";
|
||||
Text[ english ] = "Stretch from top";
|
||||
};
|
||||
String STR_EFFECT_STRTCH_FROM_UR
|
||||
{
|
||||
Text = "Von rechts oben dehnen";
|
||||
Text[ english ] = "Stretch from upper right";
|
||||
};
|
||||
String STR_EFFECT_STRTCH_FROM_R
|
||||
{
|
||||
Text = "Von rechts dehnen";
|
||||
Text[ english ] = "Stretch from right";
|
||||
};
|
||||
String STR_EFFECT_STRTCH_FROM_LR
|
||||
{
|
||||
Text = "Von rechts unten dehnen";
|
||||
Text[ english ] = "Stretch from lower right";
|
||||
};
|
||||
String STR_EFFECT_STRTCH_FROM_B
|
||||
{
|
||||
Text = "Von unten dehnen";
|
||||
Text[ english ] = "Stretch from bottom";
|
||||
};
|
||||
String STR_EFFECT_STRTCH_FROM_LL
|
||||
{
|
||||
Text = "Von links unten dehnen";
|
||||
Text[ english ] = "Stretch from lower left";
|
||||
};
|
||||
String STR_EFFECT_STRTCH_ROTATE
|
||||
{
|
||||
Text = "Dehnen und Drehen";
|
||||
Text[ english ] = "Stretch and rotate";
|
||||
};
|
||||
String STR_EFFECT_STRTCH_HORIZONTAL
|
||||
{
|
||||
Text = "Horizontal dehnen";
|
||||
Text[ english ] = "Stretch horizontal";
|
||||
};
|
||||
String STR_EFFECT_STRTCH_VERTICAL
|
||||
{
|
||||
Text = "Vertikal dehnen";
|
||||
Text[ english ] = "Stretch vertical";
|
||||
};
|
||||
String STR_EFFECT_ROTATE_HORIZONTAL
|
||||
{
|
||||
Text = "Horizontal drehen";
|
||||
Text[ english ] = "Rotate horizontally";
|
||||
};
|
||||
String STR_EFFECT_ROTATE_VERTICAL
|
||||
{
|
||||
Text = "Vertikal drehen";
|
||||
Text[ english ] = "Rotate vertically";
|
||||
};
|
||||
|
||||
String STR_GENERAL_PUBLISHING_ERROR
|
||||
{
|
||||
/* ### ACHTUNG: Neuer Text in Resource? Beim Speichern der Veröffentlichung ist ein Fehler aufgetreten. : Beim Speichern der Ver÷ffentlichung ist ein Fehler aufgetreten. */
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: res_bmp.hrc,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: ka $ $Date: 2000-10-30 12:59:37 $
|
||||
* last change: $Author: ka $ $Date: 2000-11-08 12:12:47 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -243,6 +243,19 @@
|
|||
#define BMP_EFFECT_DISCARD_S_FROM_LL RID_APP_START+141
|
||||
#define BMP_EFFECT_VERTICAL_CHECKERBOARD RID_APP_START+142
|
||||
#define BMP_EFFECT_HORIZONTAL_CHECKERBOARD RID_APP_START+143
|
||||
#define BMP_EFFECT_STRTCH_FROM_L RID_APP_START+144
|
||||
#define BMP_EFFECT_STRTCH_FROM_UL RID_APP_START+145
|
||||
#define BMP_EFFECT_STRTCH_FROM_T RID_APP_START+146
|
||||
#define BMP_EFFECT_STRTCH_FROM_UR RID_APP_START+147
|
||||
#define BMP_EFFECT_STRTCH_FROM_R RID_APP_START+148
|
||||
#define BMP_EFFECT_STRTCH_FROM_LR RID_APP_START+149
|
||||
#define BMP_EFFECT_STRTCH_FROM_B RID_APP_START+150
|
||||
#define BMP_EFFECT_STRTCH_FROM_LL RID_APP_START+151
|
||||
|
||||
#define BMP_EFFECT_STRTCH_HORIZONTAL (RID_APP_START+152)
|
||||
#define BMP_EFFECT_STRTCH_VERTICAL (RID_APP_START+153)
|
||||
#define BMP_EFFECT_ROTATE_HORIZONTAL (RID_APP_START+154)
|
||||
#define BMP_EFFECT_ROTATE_VERTICAL (RID_APP_START+155)
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: strings.hrc,v $
|
||||
*
|
||||
* $Revision: 1.4 $
|
||||
* $Revision: 1.5 $
|
||||
*
|
||||
* last change: $Author: ka $ $Date: 2000-10-31 11:49:27 $
|
||||
* last change: $Author: ka $ $Date: 2000-11-08 12:12:47 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -724,6 +724,22 @@
|
|||
#define STR_EFFECT_MOVE_S_TO_B (RID_APP_START+631)
|
||||
#define STR_EFFECT_MOVE_S_TO_LL (RID_APP_START+632)
|
||||
|
||||
#define STR_EFFECT_STRTCH (RID_APP_START+634)
|
||||
#define STR_EFFECT_STRTCH_FROM_L (RID_APP_START+635)
|
||||
#define STR_EFFECT_STRTCH_FROM_UL (RID_APP_START+636)
|
||||
#define STR_EFFECT_STRTCH_FROM_T (RID_APP_START+637)
|
||||
#define STR_EFFECT_STRTCH_FROM_UR (RID_APP_START+638)
|
||||
#define STR_EFFECT_STRTCH_FROM_R (RID_APP_START+639)
|
||||
#define STR_EFFECT_STRTCH_FROM_LR (RID_APP_START+640)
|
||||
#define STR_EFFECT_STRTCH_FROM_B (RID_APP_START+641)
|
||||
#define STR_EFFECT_STRTCH_FROM_LL (RID_APP_START+642)
|
||||
|
||||
#define STR_EFFECT_STRTCH_ROTATE (RID_APP_START+643)
|
||||
#define STR_EFFECT_STRTCH_HORIZONTAL (RID_APP_START+644)
|
||||
#define STR_EFFECT_STRTCH_VERTICAL (RID_APP_START+645)
|
||||
#define STR_EFFECT_ROTATE_HORIZONTAL (RID_APP_START+646)
|
||||
#define STR_EFFECT_ROTATE_VERTICAL (RID_APP_START+647)
|
||||
|
||||
/******************************************************************************
|
||||
* Ab (RID_APP_START+700 beginnen die Ids in glob.hrc!
|
||||
******************************************************************************/
|
||||
|
|
Loading…
Reference in a new issue