INTEGRATION: CWS mergede01 (1.29.360); FILE MERGED
2007/03/20 14:38:20 ihi 1.29.360.1: #i72301# Remove German
This commit is contained in:
parent
c8b796ca2c
commit
5d1433cae8
1 changed files with 2 additions and 16 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: dlgsnap.src,v $
|
||||
*
|
||||
* $Revision: 1.29 $
|
||||
* $Revision: 1.30 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2005-09-23 12:32:32 $
|
||||
* last change: $Author: ihi $ $Date: 2007-04-19 12:25:40 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -42,7 +42,6 @@ ModalDialog DLG_SNAPLINE
|
|||
OutputSize = TRUE ;
|
||||
SVLook = TRUE ;
|
||||
Size = MAP_APPFONT ( 140 , 125 ) ;
|
||||
Text [ de ] = "Neues Fangobjekt" ;
|
||||
Text [ en-US ] = "New Snap Object" ;
|
||||
Moveable = TRUE ;
|
||||
OKButton BTN_OK
|
||||
|
@ -69,18 +68,14 @@ ModalDialog DLG_SNAPLINE
|
|||
Pos = MAP_APPFONT ( 88 , 63 ) ;
|
||||
Size = MAP_APPFONT ( 46 , 14 ) ;
|
||||
/* ### ACHTUNG: Neuer Text in Resource? ~Löschen : ~L÷schen */
|
||||
Text [ de ] = "~Löschen" ;
|
||||
Text [ en-US ] = "~Delete" ;
|
||||
TabStop = TRUE ;
|
||||
Text [ x-comment ] = " ";
|
||||
};
|
||||
FixedLine FL_POSITION
|
||||
{
|
||||
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
||||
Size = MAP_APPFONT ( 76 , 8 ) ;
|
||||
Text [ de ] = "Position" ;
|
||||
Text [ en-US ] = "Position" ;
|
||||
Text [ x-comment ] = " ";
|
||||
};
|
||||
FixedText FT_X
|
||||
{
|
||||
|
@ -132,15 +127,12 @@ ModalDialog DLG_SNAPLINE
|
|||
{
|
||||
Pos = MAP_APPFONT ( 6 , 50 ) ;
|
||||
Size = MAP_APPFONT ( 76 , 8 ) ;
|
||||
Text [ de ] = "Art" ;
|
||||
Text [ en-US ] = "Type" ;
|
||||
Text [ x-comment ] = " ";
|
||||
};
|
||||
ImageRadioButton RB_POINT
|
||||
{
|
||||
Pos = MAP_APPFONT ( 12 , 61 ) ;
|
||||
Size = MAP_APPFONT ( 64 , 16 ) ;
|
||||
Text [ de ] = "~Punkt" ;
|
||||
Text [ en-US ] = "~Point" ;
|
||||
TabStop = TRUE ;
|
||||
RadioButtonImage = Image
|
||||
|
@ -148,13 +140,11 @@ ModalDialog DLG_SNAPLINE
|
|||
MaskColor = IMAGE_MASK_STDCOLOR;
|
||||
ImageBitmap = Bitmap { File = "hlppoint.bmp" ; };
|
||||
};
|
||||
Text [ x-comment ] = " ";
|
||||
};
|
||||
ImageRadioButton RB_VERTICAL
|
||||
{
|
||||
Pos = MAP_APPFONT ( 12 , 81 ) ;
|
||||
Size = MAP_APPFONT ( 64 , 16 ) ;
|
||||
Text [ de ] = "~Vertikal" ;
|
||||
Text [ en-US ] = "~Vertical" ;
|
||||
TabStop = TRUE ;
|
||||
RadioButtonImage = Image
|
||||
|
@ -162,13 +152,11 @@ ModalDialog DLG_SNAPLINE
|
|||
MaskColor = IMAGE_MASK_STDCOLOR;
|
||||
ImageBitmap = Bitmap { File = "hlplvert.bmp" ; };
|
||||
};
|
||||
Text [ x-comment ] = " ";
|
||||
};
|
||||
ImageRadioButton RB_HORIZONTAL
|
||||
{
|
||||
Pos = MAP_APPFONT ( 12 , 101 ) ;
|
||||
Size = MAP_APPFONT ( 65 , 16 ) ;
|
||||
Text [ de ] = "~Horizontal" ;
|
||||
Text [ en-US ] = "Hori~zontal" ;
|
||||
TabStop = TRUE ;
|
||||
RadioButtonImage = Image
|
||||
|
@ -176,9 +164,7 @@ ModalDialog DLG_SNAPLINE
|
|||
MaskColor = IMAGE_MASK_STDCOLOR;
|
||||
ImageBitmap = Bitmap { File = "hlplhorz.bmp" ; };
|
||||
};
|
||||
Text [ x-comment ] = " ";
|
||||
};
|
||||
Text [ x-comment ] = " ";
|
||||
|
||||
Image BMP_POINT_H
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue