FL_PBM_OPTIONS never shown either
Change-Id: I9866e2234960a6525212431d9e6dbad17359d1b6
This commit is contained in:
parent
ad181973af
commit
f9a12d8dd3
@ -589,7 +589,6 @@ ExportDialog::ExportDialog( FltCallDialogParameter& rPara,
|
||||
maLbColorDepth ( this, ResId( LB_COLOR_DEPTH, *rPara.pResMgr ) ),
|
||||
maFlJPGQuality ( this, ResId( FL_JPG_QUALITY, *rPara.pResMgr ) ),
|
||||
maFlMode ( this, ResId( FL_MODE, *rPara.pResMgr ) ),
|
||||
maFlPBMOptions ( this, ResId( FL_PBM_OPTIONS, *rPara.pResMgr ) ),
|
||||
maSbCompression ( this, ResId( SB_COMPRESSION, *rPara.pResMgr ) ),
|
||||
maNfCompression ( this, ResId( NF_COMPRESSION, *rPara.pResMgr ) ),
|
||||
maFtJPGMin ( this, ResId( FT_JPG_MIN, *rPara.pResMgr ) ),
|
||||
|
@ -27,7 +27,6 @@
|
||||
#define FL_COMPRESSION 4
|
||||
#define FL_MODE 5
|
||||
#define FL_GIF_DRAWING_OBJECTS 6
|
||||
#define FL_PBM_OPTIONS 7
|
||||
#define FL_EPS_PREVIEW 8
|
||||
#define FL_EPS_VERSION 9
|
||||
#define FL_EPS_COLOR_FORMAT 10
|
||||
|
@ -70,7 +70,6 @@ private:
|
||||
ListBox maLbColorDepth;
|
||||
FixedLine maFlJPGQuality;
|
||||
FixedLine maFlMode;
|
||||
FixedLine maFlPBMOptions;
|
||||
ScrollBar maSbCompression;
|
||||
NumericField maNfCompression;
|
||||
FixedText maFtJPGMin;
|
||||
|
@ -208,12 +208,6 @@ ModalDialog DLG_EXPORT
|
||||
Size = MAP_APPFONT ( 110 , 8 ) ;
|
||||
Text [ en-US ] = "Mode" ;
|
||||
};
|
||||
FixedLine FL_PBM_OPTIONS
|
||||
{
|
||||
Hide = TRUE;
|
||||
Size = MAP_APPFONT ( 110 , 8 ) ;
|
||||
Text [ en-US ] = "File Format" ;
|
||||
};
|
||||
ScrollBar SB_COMPRESSION
|
||||
{
|
||||
Hide = TRUE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user