Janus.Windows.FilterEditor.v3 A TableLayoutPanel that supports transparent background A TableLayoutPanel that supports transparent background Required designer variable. Clean up any resources being used. true if managed resources should be disposed; otherwise, false. Required method for Designer support - do not modify the contents of this method with the code editor. Initialize a new instance of the TransparentTableLayoutPanel Required designer variable. Clean up any resources being used. true if managed resources should be disposed; otherwise, false. Required method for Designer support - do not modify the contents of this method with the code editor. Extends design-time behavior for the FilterEditor control. Initializes a new instance of the FilterEditorDesigner class. See ComponentDesigner.Verbs Encapsulates a collection of texts used by the FilterEditor control. Resets the given built-in text to its default value The built-in text to be reset Resets all the built-in texts in the collection their default values. Gets or sets a string value that represents the text for the given built-in text. Represents a control used to create FilterConditions that can be applied to a GridEX or TimeLine control Required designer variable. Clean up any resources being used. true if managed resources should be disposed; otherwise, false. Required method for Designer support - do not modify the contents of this method with the code editor. Initialize a new instance of the FilterEditor class. Indicates whether the BuiltInTextsData property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the BuiltInTextsData property to its default value. Overrides Control.OnFontChanged Overrides Control.OnRightToLeftChanged Overrides Control.OnMouseUp Overrides Control.OnSystemColorsChanged Raises the FetchFieldValues event. A System.EventArgs that contains the event data. Raises the FilterConditionChanged event. A System.EventArgs that contains the event data. Applies the FilterCondition in the FilterEditor to the SourceControl. Overrides UIPager.ChildControl Gets or sets a value specifying whether the FilterCondition will be automaically applied to the SourceControl when it changes Gets or sets the minimum size that the control should have before displaying the scrollbar. Gets or sets a value specifying whether the field list should be alphabetically sorted. Gets or sets a value specifying whether the height of the control automatically adjusts when the FilterCondition assigned to the control is changed. Gets or sets a value specifying the appearance for the control. Gets or sets a value specifying the color scheme to be used when Office2007 VisualStyle is used in the control. Gets or set a value specifying the base color used to paint the control when the Office2007ColorScheme property is set to Custom. Gets or sets a value specifying whether the control will be drawn using Windows XP Visual Styles. Gets or sets the VisualStyleManager that defines the appearance of the control. Gets or set the associated control from where the FilterEditor will fill its Fields and FilterCondition properties. Available options for this property are the GridEX and TimeLine controls. Gets or sets a value specifying whether the user can choose a field from a child table to filter the SourceControl Gets or sets the Table of the GridEX control that is going to be filtered Gets or sets the filter condition that should be applied to the SourceControl. Returns a collection of strings that allows you to customize any of the texts used by built-in elements of the FilterEditor Gets or sets an XML string that preserves the information in the BuiltInTexts property. Gets or sets a value indicating which logical operators are available in the FilterEditor. Gets or sets a value indicating which condition operators are available in the FilterEditor. Gets or sets a value specifying the default condition operator for a new FilterCondition . Gets or sets a value indicating whether a button will be pressent in the FilterEditor to indicate that the whole condition should be negated. Gets or sets a value specifying the width of the control used to edit the value of the FilterCondition. Gets or sets a value specifying whether the user can choose another field to compare the value in the FilterCondition Event fired when a new field was selected for the FilterCondition. Use this event to populate a ValueList with a list of possible values. Occurs when the FilterCondition property of the FilterEditor is changed. Represents the method that will handle the FetchFieldValues event of the FilterEditor. Editor used to edit the BuiltInText list of the FilterEditor at design time Editor used to edit the BuiltInText list of the FilterEditor at design time Initialize a new instance of the BuiltInTextEditor. Required designer variable. Clean up any resources being used. true if managed resources should be disposed; otherwise, false. Required method for Designer support - do not modify the contents of this method with the code editor. A strongly-typed resource class, for looking up localized strings, etc. Returns the cached ResourceManager instance used by this class. Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. Represent the index of a text in a FilterEditor control. Identifier for the text used when no FilterCondition is applied to the FilterEditor. Identifier for the text used for the BeginsWith condition operator. Identifier for the text used for the Between condition operator. Identifier for the text used for the Contains condition operator. Identifier for the text used for the EndsWidth condition operator. Identifier for the text used for the Equal condition operator. Identifier for the text used for the GreaterThan condition operator. Identifier for the text used for the GreaterThanOrEqualTo condition operator. Identifier for the text used for the In condition operator. Identifier for the text used for the IsEmpty condition operator. Identifier for the text used for the IsNull condition operator. Identifier for the text used for the LessThan condition operator. Identifier for the text used for the LessThanOrEqualTo condition operator. Identifier for the text used for the NotBetween condition operator. Identifier for the text used for the NotContains condition operator. Identifier for the text used for the NotEqual condition operator. Identifier for the text used for the NotIn condition operator. Identifier for the text used for the NotIsEmpty condition operator. Identifier for the text used for the BeginsWith condition operator. Identifier for the text used for the And logical operator of the FilterCondition. Identifier for the text used for the AndNot logical operator of the FilterCondition. Identifier for the text used for the Or logical operator of the FilterCondition. Identifier for the text used for the OrNot logical operator of the FilterCondition. Identifier for the text used for the Xor logical operator of the FilterCondition. Identifier for the text used for the XorNot logical operator of the FilterCondition. Identifier for the text of the button used to add a new filter condition. Identifier for the text used in the Delete command. Identifier for the text used in the Choose Fields button. Identifier for the text of the button used to negate the condition. Identifier for the text used as the True value in a boolean field. Identifier for the text used as the False value in a boolean field. Identifier for the tooltip text used in the Choose Fields button. Identifier for the tooltip text of the negate condition button. Identifier for the tooltip text of the negate condition button when the button is checked. Identifier for the tooltip text of the button used to add a new filter condition. Identifier for the tooltip text of the "Remove Condition" button. Identifier for the text used in the Today button of a drop down Calendar. Specifies which logical operators are available in the FilterEditor. The And logical operator is available in the FilterEditor. The AndNot logical operator is available in the FilterEditor. The Or logical operator is available in the FilterEditor. The OrNot logical operator is available in the FilterEditor. The Xor logical operator is available in the FilterEditor. The XorNot logical operator is available in the FilterEditor. All the logical operators are available in the FilterEditor. Specifies which condition operators are available in the FilterEditor. The operators are filtered based on the type of the Filed being filtered. The Equal operator is available in the FilterEditor. The NotEqual operator is available in the FilterEditor. The GreaterThan operator is available in the FilterEditor. The LessThan operator is available in the FilterEditor. The GreaterThanOrEqualTo operator is available in the FilterEditor. The LessThanOrEqualTo operator is available in the FilterEditor. The Between operator is available in the FilterEditor. The NotBetween operator is available in the FilterEditor. The Contains operator is available in the FilterEditor. The NotContains operator is available in the FilterEditor. The BeginsWith operator is available in the FilterEditor. The EndsWith operator is available in the FilterEditor. The IsNull operator is available in the FilterEditor. The NotIsNull operator is available in the FilterEditor. The IsEmpty operator is available in the FilterEditor. The NotIsEmpty operator is available in the FilterEditor. The AnyOf operator is available in the FilterEditor. The NoneOf operator is available in the FilterEditor. All the operators are available in the FilterEditor. Represents a boolean value for a property that can inherit its value from a base or parent object. Indicates that the value for this property should be inherited from the parent object. Specifies that False should be used in a property ignoring settings in the parent object. Specifies that True should be used in a property ignoring settings in the parent object. Summary description for BuiltInTextListEditor. Overrides UITypeEditor.EditValue Overrides UITypeEditor.GetEditStyle Provides data for the FetchFieldValues event. Gets or sets a value indicating whether the field shold have a ValueList. Gets the associated FilterCondition. Gets a list of values for the filtered field. A strongly-typed resource class, for looking up localized strings, etc. Returns the cached ResourceManager instance used by this class. Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. Required designer variable. Clean up any resources being used. true if managed resources should be disposed; otherwise, false. Required method for Designer support - do not modify the contents of this method with the code editor.