FL_PBM_OPTIONS never shown either

Change-Id: I9866e2234960a6525212431d9e6dbad17359d1b6
This commit is contained in:
Caolán McNamara 2012-10-09 09:24:35 +01:00
parent ad181973af
commit f9a12d8dd3
4 changed files with 0 additions and 9 deletions

View File

@ -589,7 +589,6 @@ ExportDialog::ExportDialog( FltCallDialogParameter& rPara,
maLbColorDepth ( this, ResId( LB_COLOR_DEPTH, *rPara.pResMgr ) ), maLbColorDepth ( this, ResId( LB_COLOR_DEPTH, *rPara.pResMgr ) ),
maFlJPGQuality ( this, ResId( FL_JPG_QUALITY, *rPara.pResMgr ) ), maFlJPGQuality ( this, ResId( FL_JPG_QUALITY, *rPara.pResMgr ) ),
maFlMode ( this, ResId( FL_MODE, *rPara.pResMgr ) ), maFlMode ( this, ResId( FL_MODE, *rPara.pResMgr ) ),
maFlPBMOptions ( this, ResId( FL_PBM_OPTIONS, *rPara.pResMgr ) ),
maSbCompression ( this, ResId( SB_COMPRESSION, *rPara.pResMgr ) ), maSbCompression ( this, ResId( SB_COMPRESSION, *rPara.pResMgr ) ),
maNfCompression ( this, ResId( NF_COMPRESSION, *rPara.pResMgr ) ), maNfCompression ( this, ResId( NF_COMPRESSION, *rPara.pResMgr ) ),
maFtJPGMin ( this, ResId( FT_JPG_MIN, *rPara.pResMgr ) ), maFtJPGMin ( this, ResId( FT_JPG_MIN, *rPara.pResMgr ) ),

View File

@ -27,7 +27,6 @@
#define FL_COMPRESSION 4 #define FL_COMPRESSION 4
#define FL_MODE 5 #define FL_MODE 5
#define FL_GIF_DRAWING_OBJECTS 6 #define FL_GIF_DRAWING_OBJECTS 6
#define FL_PBM_OPTIONS 7
#define FL_EPS_PREVIEW 8 #define FL_EPS_PREVIEW 8
#define FL_EPS_VERSION 9 #define FL_EPS_VERSION 9
#define FL_EPS_COLOR_FORMAT 10 #define FL_EPS_COLOR_FORMAT 10

View File

@ -70,7 +70,6 @@ private:
ListBox maLbColorDepth; ListBox maLbColorDepth;
FixedLine maFlJPGQuality; FixedLine maFlJPGQuality;
FixedLine maFlMode; FixedLine maFlMode;
FixedLine maFlPBMOptions;
ScrollBar maSbCompression; ScrollBar maSbCompression;
NumericField maNfCompression; NumericField maNfCompression;
FixedText maFtJPGMin; FixedText maFtJPGMin;

View File

@ -208,12 +208,6 @@ ModalDialog DLG_EXPORT
Size = MAP_APPFONT ( 110 , 8 ) ; Size = MAP_APPFONT ( 110 , 8 ) ;
Text [ en-US ] = "Mode" ; Text [ en-US ] = "Mode" ;
}; };
FixedLine FL_PBM_OPTIONS
{
Hide = TRUE;
Size = MAP_APPFONT ( 110 , 8 ) ;
Text [ en-US ] = "File Format" ;
};
ScrollBar SB_COMPRESSION ScrollBar SB_COMPRESSION
{ {
Hide = TRUE; Hide = TRUE;