Kaydet (Commit) aecda33a authored tarafından gt's avatar gt

#90370# Attribute Display uses FixedText instead of MultiLineEdit

üst ade36101
This diff is collapsed.
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: srchdlg.hrc,v $ * $RCSfile: srchdlg.hrc,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: fme $ $Date: 2001-05-15 11:46:06 $ * last change: $Author: gt $ $Date: 2001-09-04 11:11:11 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -113,6 +113,8 @@ ...@@ -113,6 +113,8 @@
#define ED_SEARCH_FORMATS 60 #define ED_SEARCH_FORMATS 60
#define ED_REPLACE_FORMATS 61 #define ED_REPLACE_FORMATS 61
#define FT_SEARCH_FORMATS 62
#define FT_REPLACE_FORMATS 63
#endif #endif
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: srchdlg.src,v $ * $RCSfile: srchdlg.src,v $
* *
* $Revision: 1.33 $ * $Revision: 1.34 $
* *
* last change: $Author: kz $ $Date: 2001-07-14 03:35:51 $ * last change: $Author: gt $ $Date: 2001-09-04 11:11:11 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -234,6 +234,7 @@ ModelessDialog RID_SVXDLG_SEARCH ...@@ -234,6 +234,7 @@ ModelessDialog RID_SVXDLG_SEARCH
WordBreak = TRUE ; WordBreak = TRUE ;
Hide = TRUE ; Hide = TRUE ;
}; };
#if SUPD < 641 || defined( GT_DEBUG )
MultiLineEdit ED_SEARCH_FORMATS MultiLineEdit ED_SEARCH_FORMATS
{ {
Pos = MAP_APPFONT ( 10 , 24 ) ; Pos = MAP_APPFONT ( 10 , 24 ) ;
...@@ -242,6 +243,13 @@ ModelessDialog RID_SVXDLG_SEARCH ...@@ -242,6 +243,13 @@ ModelessDialog RID_SVXDLG_SEARCH
IgnoreTab = TRUE ; IgnoreTab = TRUE ;
Hide = TRUE ; Hide = TRUE ;
}; };
#endif
FixedText FT_SEARCH_FORMATS
{
Pos = MAP_APPFONT ( 10 , 24 ) ;
Size = MAP_APPFONT ( 171 , 16 ) ;
Hide = TRUE ;
};
FixedText FT_REPLACE FixedText FT_REPLACE
{ {
Pos = MAP_APPFONT ( 6 , 49 ) ; Pos = MAP_APPFONT ( 6 , 49 ) ;
...@@ -295,6 +303,7 @@ ModelessDialog RID_SVXDLG_SEARCH ...@@ -295,6 +303,7 @@ ModelessDialog RID_SVXDLG_SEARCH
WordBreak = TRUE ; WordBreak = TRUE ;
Hide = TRUE ; Hide = TRUE ;
}; };
#if SUPD < 641 || defined( GT_DEBUG )
MultiLineEdit ED_REPLACE_FORMATS MultiLineEdit ED_REPLACE_FORMATS
{ {
Pos = MAP_APPFONT ( 10 , 68 ) ; Pos = MAP_APPFONT ( 10 , 68 ) ;
...@@ -303,6 +312,13 @@ ModelessDialog RID_SVXDLG_SEARCH ...@@ -303,6 +312,13 @@ ModelessDialog RID_SVXDLG_SEARCH
IgnoreTab = TRUE ; IgnoreTab = TRUE ;
Hide = TRUE ; Hide = TRUE ;
}; };
#endif
FixedText FT_REPLACE_FORMATS
{
Pos = MAP_APPFONT ( 10 , 68 ) ;
Size = MAP_APPFONT ( 171 , 16 ) ;
Hide = TRUE ;
};
CheckBox BTN_CELLS CheckBox BTN_CELLS
{ {
Pos = MAP_APPFONT ( 12 , 103 ) ; Pos = MAP_APPFONT ( 12 , 103 ) ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment