Kaydet (Commit) 42acb683 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS dba24lms (1.3.6); FILE MERGED

2007/11/14 12:39:35 oj 1.3.6.3: #i11746# insert Ignore Currency
2007/11/12 15:20:47 oj 1.3.6.2: #i11746# currency oracle
2007/11/09 07:10:34 oj 1.3.6.1: #i83469# insert strings
üst 0f3b0dd4
......@@ -4,9 +4,9 @@
*
* $RCSfile: advancedsettings.src,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: rt $ $Date: 2007-11-19 09:55:25 $
* last change: $Author: ihi $ $Date: 2007-11-27 12:10:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -181,6 +181,17 @@
Text [ en-US ] = "End text lines with CR+LF"; \
};
//-------------------------------------------------------------------------
#define AUTO_IGNORECURRENCY(AUTO_Y) \
CheckBox CB_IGNORECURRENCY \
{ \
Pos = MAP_APPFONT ( 6 , AUTO_Y ) ; \
Size = MAP_APPFONT ( ADVANCED_PAGE_X -12 , CHECKBOX_HEIGHT ) ; \
TabStop = TRUE ; \
HelpId = HID_DSADMIN_IGNORECURRENCY; \
Text [ en-US ] = "Ignore currency field information"; \
};
//-------------------------------------------------------------------------
#define AUTO_CHECKREQUIRED(AUTO_Y) \
......@@ -303,7 +314,8 @@ TabPage PAGE_ADVANCED_SETTINGS_SPECIAL
AUTO_IGNOREINDEXAPPENDIX( 10*RELATED_CONTROLS + FIXEDTEXT_HEIGHT + 9*CHECKBOX_HEIGHT + RELATED_CONTROLS )
AUTO_DOSLINEENDS( 11*RELATED_CONTROLS + FIXEDTEXT_HEIGHT + 10*CHECKBOX_HEIGHT + RELATED_CONTROLS )
AUTO_CHECKREQUIRED( 12*RELATED_CONTROLS + FIXEDTEXT_HEIGHT + 11*CHECKBOX_HEIGHT + RELATED_CONTROLS )
AUTO_BOOLEANCOMPARISON( 13*RELATED_CONTROLS + FIXEDTEXT_HEIGHT + 12*CHECKBOX_HEIGHT + RELATED_CONTROLS + ( LISTBOX_HEIGHT - CHECKBOX_HEIGHT ) / 2 )
AUTO_IGNORECURRENCY( 13*RELATED_CONTROLS + FIXEDTEXT_HEIGHT + 12*CHECKBOX_HEIGHT + RELATED_CONTROLS )
AUTO_BOOLEANCOMPARISON( 14*RELATED_CONTROLS + FIXEDTEXT_HEIGHT + 13*CHECKBOX_HEIGHT + RELATED_CONTROLS + ( LISTBOX_HEIGHT - CHECKBOX_HEIGHT ) / 2 )
};
//-------------------------------------------------------------------------
......
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