// Header file for cReportControlGrid classes. // ********************************************** // Contains options for loading and saving report grid layout. Use cCJCommandBarSystem.pkg Use StdFont.pkg // cComFont This is a standard VDF package. Use WatermarkAlignment.pkg // Icon ID enumeration list. Enum_List Define RC_IconHeaderColumn for 1 Define RC_ButtonNormal Define RC_ButtonPressed Define RC_IconDisabled // Not currently used. Define RC_IconHot // Not currently used. Define RC_ImageChecked // Not currently used. Define RC_ImageCurrentRow End_Enum_List // EditControlStyle enumeration list. Enum_List Define RC_Single_Line for OLExtpEditStyleAutoHScroll // Displays text on a single line only. Define RC_WordBreak for OLExtpEditStyleMultiline // Breaks words. EditControlStyle automatically breaks lines. Define RC_Numeric for OLExtpEditStyleNumber // Numeric digits only. Define RC_CapsLock for OLExtpEditStyleUppercase // Uppercase characters only. Define RC_Read_Only for OLExtpEditStyleReadOnly // Do not allow to edit. End_Enum_List // Constants for the phoPropExhange object Enum_List Define RC_Binary Define RC_Registry Define RC_XML End_Enum_List // Used by piCustomDraw method. Define OLEExtpCustomDrawNone for -1 // Used when setting Typeface and fontsize // These are the defaults used by CodeJock's Report Control. //JVH - Changed to use symbolic representations of OS Font defaults Define RC_DefaultTypeface for "RC_DefaultTypeface" Define RC_DefaultFontSize for -1