MS
This commit is contained in:
Binary file not shown.
Binary file not shown.
BIN
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.Data.v15.2.dll
Normal file
BIN
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.Data.v15.2.dll
Normal file
Binary file not shown.
31092
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.Data.v15.2.xml
Normal file
31092
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.Data.v15.2.xml
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
8090
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.Pdf.v15.2.Core.xml
Normal file
8090
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.Pdf.v15.2.Core.xml
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
34911
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.Printing.v15.2.Core.xml
Normal file
34911
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.Printing.v15.2.Core.xml
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
51065
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.RichEdit.v15.2.Core.xml
Normal file
51065
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.RichEdit.v15.2.Core.xml
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -0,0 +1,746 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>DevExpress.Sparkline.v15.2.Core</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:DevExpress.Sparkline.LineSparklineView">
|
||||
|
||||
<summary>
|
||||
<para>The <b>Line</b> sparkline view.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.LineSparklineView.#ctor">
|
||||
<summary>
|
||||
<para>Initializes a new instance of the LineSparklineView class with default settings.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualMarkerColor">
|
||||
<summary>
|
||||
<para>Gets the actual color of a sparkline marker.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual marker color.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.LineSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
|
||||
<summary>
|
||||
<para>Copies all the settings from the LineSparklineView object passed as the parameter.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<param name="view">
|
||||
A LineSparklineView object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.EnableAntialiasing">
|
||||
<summary>
|
||||
<para>Gets or sets whether anti-aliasing (smoothing) is applied to the line view.
|
||||
</para>
|
||||
</summary>
|
||||
<value><b>True</b> to apply anti-aliasing to the line view; <b>False</b> to disable anti-aliasing.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.EndPointMarkerSize">
|
||||
<summary>
|
||||
<para>Gets or sets the size of an end point's marker.
|
||||
</para>
|
||||
</summary>
|
||||
<value>An integer value specifying the marker size, in pixels.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.HighlightNegativePoints">
|
||||
<summary>
|
||||
<para>Gets or sets a value specifying whether or not to highlight all sparkline points that have negative values (less than 0).
|
||||
</para>
|
||||
</summary>
|
||||
<value><b>true</b>, to highlight points with negative values; otherwise, <b>false</b>.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.LineWidth">
|
||||
<summary>
|
||||
<para>Specifies the width of a line in a LineSparklineView.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<value>An integer value specifying the line width (in pixels).
|
||||
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.MarkerColor">
|
||||
<summary>
|
||||
<para>Gets or sets the color to draw line markers.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw line markers.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.MarkerSize">
|
||||
<summary>
|
||||
<para>Gets or sets the size of markers for data points in a line sparkline.
|
||||
</para>
|
||||
</summary>
|
||||
<value>An integer value specifying the marker size, in pixels.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.MaxPointMarkerSize">
|
||||
<summary>
|
||||
<para>Gets or sets the marker size of a data point that has the maximum value among all data points.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<value>An integer value specifying the marker size, in pixels.
|
||||
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.MinPointMarkerSize">
|
||||
<summary>
|
||||
<para>Gets or sets the marker size of a data point that has the minimum value among all data points.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<value>An integer value specifying the marker size, in pixels.
|
||||
|
||||
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.NegativePointMarkerSize">
|
||||
<summary>
|
||||
<para>Gets or sets the marker size of all data points that have negative values (less than 0).
|
||||
</para>
|
||||
</summary>
|
||||
<value>An integer value specifying the marker size, in pixels.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.LineSparklineView.SetSizeForAllMarkers(System.Int32)">
|
||||
<summary>
|
||||
<para>Sets size for all markers of a sparkline.
|
||||
</para>
|
||||
</summary>
|
||||
<param name="markerSize">
|
||||
An integer value specifying the new size for sparkline markers (in pixels).
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.ShowMarkers">
|
||||
<summary>
|
||||
<para>Gets or sets a value specifying the visibility of point markers on a sparkline.
|
||||
</para>
|
||||
</summary>
|
||||
<value><b>true</b> to show markers for each data point; <b>false</b> to hide them.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.StartPointMarkerSize">
|
||||
<summary>
|
||||
<para>Gets or sets the size of a start point's marker.
|
||||
</para>
|
||||
</summary>
|
||||
<value>An integer value specifying the marker size, in pixels.
|
||||
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.LineSparklineView.Type">
|
||||
<summary>
|
||||
<para>Gets the type of the sparkline view.
|
||||
</para>
|
||||
</summary>
|
||||
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Line"/>.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.LineSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
|
||||
<summary>
|
||||
<para> </para>
|
||||
</summary>
|
||||
<param name="visitor">
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="T:DevExpress.Sparkline.SparklineRange">
|
||||
|
||||
<summary>
|
||||
<para>Represents a range to be used in DevExpress Sparkline controls.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.SparklineRange.#ctor(System.Double,System.Double)">
|
||||
<summary>
|
||||
<para>Initializes a new instance of the SparklineRange class with the specified minimum and maximum limits.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<param name="min">
|
||||
A <see cref="T:System.Double"/> value, specifying the minimum limit. This value is assigned to the <see cref="P:DevExpress.Sparkline.SparklineRange.Limit1"/> property.
|
||||
|
||||
</param>
|
||||
<param name="max">
|
||||
A <see cref="T:System.Double"/> value, specifying the maximum limit. This value is assigned to the <see cref="P:DevExpress.Sparkline.SparklineRange.Limit2"/> property.
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.SparklineRange.#ctor">
|
||||
<summary>
|
||||
<para>Initializes a new instance of the SparklineRange class with default settings.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineRange.IsAuto">
|
||||
<summary>
|
||||
<para>Gets or sets a value indicating whether or not range limits should be calculated automatically.
|
||||
</para>
|
||||
</summary>
|
||||
<value><b>true</b> to calculate range limits automatically; <b>false</b> to use the <see cref="P:DevExpress.Sparkline.SparklineRange.Limit1"/> and <see cref="P:DevExpress.Sparkline.SparklineRange.Limit2"/> property values.
|
||||
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineRange.Limit1">
|
||||
<summary>
|
||||
<para>Gets or sets a value specifying the first limit of the range.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Double"/> value that specifies the first limit.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineRange.Limit2">
|
||||
<summary>
|
||||
<para>Gets or sets a value specifying the second limit of the range.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Double"/> value that specifies the second limit.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="E:DevExpress.Sparkline.SparklineRange.PropertiesChanged">
|
||||
<summary>
|
||||
<para>This event is hidden, because it is not appropriate for the SparklineRange class.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.SparklineRange.ToString">
|
||||
<summary>
|
||||
<para> </para>
|
||||
</summary>
|
||||
<returns> </returns>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="T:DevExpress.Sparkline.WinLossSparklineView">
|
||||
|
||||
<summary>
|
||||
<para>The <b>WinLoss</b> sparkline view.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.WinLossSparklineView.#ctor">
|
||||
<summary>
|
||||
<para>Initializes a new instance of the WinLossSparklineView class with default settings.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.WinLossSparklineView.Type">
|
||||
<summary>
|
||||
<para>Gets the type of the sparkline view.
|
||||
</para>
|
||||
</summary>
|
||||
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.WinLoss"/>.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.WinLossSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
|
||||
<summary>
|
||||
<para> </para>
|
||||
</summary>
|
||||
<param name="visitor">
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="T:DevExpress.Sparkline.BarSparklineViewBase">
|
||||
|
||||
<summary>
|
||||
<para>The base for <b>Bar</b> and <b>WinLoss</b> sparkline views.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.BarSparklineViewBase.Assign(DevExpress.Sparkline.SparklineViewBase)">
|
||||
<summary>
|
||||
<para>Copies all the settings from the BarSparklineViewBase object passed as the parameter.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<param name="view">
|
||||
A BarSparklineViewBase object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.BarSparklineViewBase.BarDistance">
|
||||
<summary>
|
||||
<para>Specifies the distance between two bars of a bar sparkline.
|
||||
</para>
|
||||
</summary>
|
||||
<value>An integer value (in pixels).
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="T:DevExpress.Sparkline.BarSparklineView">
|
||||
|
||||
<summary>
|
||||
<para>The <b>Bar</b> sparkline view.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.BarSparklineView.#ctor">
|
||||
<summary>
|
||||
<para>Initializes a new instance of the BarSparklineView class with default settings.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.BarSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
|
||||
<summary>
|
||||
<para>Copies all the settings from the BarSparklineView object passed as the parameter.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<param name="view">
|
||||
A BarSparklineView object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.BarSparklineView.HighlightNegativePoints">
|
||||
<summary>
|
||||
<para>Gets or sets a value specifying whether or not to highlight all sparkline points that have negative values (less than 0).
|
||||
</para>
|
||||
</summary>
|
||||
<value><b>true</b>, to highlight points with negative values; otherwise, <b>false</b>.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.BarSparklineView.Type">
|
||||
<summary>
|
||||
<para>Gets the type of the sparkline view.
|
||||
</para>
|
||||
</summary>
|
||||
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Bar"/>.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.BarSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
|
||||
<summary>
|
||||
<para> </para>
|
||||
</summary>
|
||||
<param name="visitor">
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="T:DevExpress.Sparkline.AreaSparklineView">
|
||||
|
||||
<summary>
|
||||
<para>The <b>Area</b> sparkline view.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.AreaSparklineView.#ctor">
|
||||
<summary>
|
||||
<para>Initializes a new instance of the AreaSparklineView class with default settings.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.AreaSparklineView.AreaOpacity">
|
||||
<summary>
|
||||
<para>Specifies the opacity (<b>0</b>-<b>255</b>) of the area sparkline.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Byte"/> value from <b>0</b> (transparent) to <b>255</b> (opaque).
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.AreaSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
|
||||
<summary>
|
||||
<para>Copies all the settings from the AreaSparklineView object passed as the parameter.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<param name="view">
|
||||
A AreaSparklineView object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.AreaSparklineView.Type">
|
||||
<summary>
|
||||
<para>Gets the type of the sparkline view.
|
||||
</para>
|
||||
</summary>
|
||||
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Area"/>.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.AreaSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
|
||||
<summary>
|
||||
<para> </para>
|
||||
</summary>
|
||||
<param name="visitor">
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="T:DevExpress.Sparkline.SparklineViewType">
|
||||
|
||||
<summary>
|
||||
<para>Lists the values used to specify the available view types of a sparkline.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Sparkline.SparklineViewType.Area">
|
||||
<summary>
|
||||
<para>Sparkline data points are represented as <b>area</b>.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Sparkline.SparklineViewType.Bar">
|
||||
<summary>
|
||||
<para>Sparkline data points are represented as <b>bars</b>.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Sparkline.SparklineViewType.Line">
|
||||
<summary>
|
||||
<para>Sparkline data points are represented as a <b>line</b>.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Sparkline.SparklineViewType.WinLoss">
|
||||
<summary>
|
||||
<para>Sparkline data points are represented as <b>win</b> and <b>loss</b> squares.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="T:DevExpress.Sparkline.SparklineViewBase">
|
||||
|
||||
<summary>
|
||||
<para>The base class for sparkline views.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualColor">
|
||||
<summary>
|
||||
<para>Gets the actual color of a sparkline.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual sparkline color.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualEndPointColor">
|
||||
<summary>
|
||||
<para>Gets the actual color of a sparkline end point.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualMaxPointColor">
|
||||
<summary>
|
||||
<para>Gets the actual color of a sparkline maximum point.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualMinPointColor">
|
||||
<summary>
|
||||
<para>Gets the actual color of a sparkline minimum point.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualNegativePointColor">
|
||||
<summary>
|
||||
<para>Gets the actual color of sparkline negative points.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualStartPointColor">
|
||||
<summary>
|
||||
<para>Gets the actual color of a sparkline start point.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.SparklineViewBase.Assign(DevExpress.Sparkline.SparklineViewBase)">
|
||||
<summary>
|
||||
<para>Copies all the settings from the SparklineViewBase object passed as the parameter.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<param name="view">
|
||||
A SparklineViewBase object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.Color">
|
||||
<summary>
|
||||
<para>Gets or sets the color to draw a sparkline.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a sparkline.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.SparklineViewBase.CreateView(DevExpress.Sparkline.SparklineViewType)">
|
||||
<summary>
|
||||
<para>Creates a sparkline view of the specified type.
|
||||
</para>
|
||||
</summary>
|
||||
<param name="viewType">
|
||||
A <see cref="T:DevExpress.Sparkline.SparklineViewType"/> enumeration value specifying the type of view to create.
|
||||
|
||||
</param>
|
||||
<returns>A <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> class descendant.
|
||||
</returns>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.EndPointColor">
|
||||
<summary>
|
||||
<para>Gets or sets the color to draw the end point of a sparkline.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw the end point.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightEndPoint">
|
||||
<summary>
|
||||
<para>Gets or sets a value specifying whether or not to highlight the end point of a sparkline.
|
||||
</para>
|
||||
</summary>
|
||||
<value><b>true</b>, to highlight the end point; otherwise, <b>false</b>.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightMaxPoint">
|
||||
<summary>
|
||||
<para>Gets or sets a value specifying whether or not to highlight a sparkline point that has the highest value among all points.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<value><b>true</b>, to highlight a point with the maximum value; otherwise, <b>false</b>.
|
||||
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightMinPoint">
|
||||
<summary>
|
||||
<para>Gets or sets a value specifying whether or not to highlight a sparkline point that has the lowest value among all points.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<value><b>true</b>, to highlight a point with the minimum value; otherwise, <b>false</b>.
|
||||
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightStartPoint">
|
||||
<summary>
|
||||
<para>Gets or sets a value specifying whether or not to highlight the start point of a sparkline.
|
||||
</para>
|
||||
</summary>
|
||||
<value><b>true</b>, to highlight the start point; otherwise, <b>false</b>.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.MaxPointColor">
|
||||
<summary>
|
||||
<para>Gets or sets the color to draw a sparkline point that has the highest value among all data points.
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a data point with the maximum value.
|
||||
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.MinPointColor">
|
||||
<summary>
|
||||
<para>Gets or sets the color to draw a sparkline point that has the lowest value among all data points.
|
||||
|
||||
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a data point with the minimum value.
|
||||
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.NegativePointColor">
|
||||
<summary>
|
||||
<para>Gets or sets the color to draw sparkline points that have negative values (less than 0).
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw data points with negative values.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="E:DevExpress.Sparkline.SparklineViewBase.PropertiesChanged">
|
||||
<summary>
|
||||
<para>Occurs when any property of the SparklineViewBase object has changed its value.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.StartPointColor">
|
||||
<summary>
|
||||
<para>Gets or sets the color to draw the start point of a sparkline.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw the start point.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.SparklineViewBase.ToString">
|
||||
<summary>
|
||||
<para>Returns a human-readable string that represents the SparklineViewBase object.
|
||||
</para>
|
||||
</summary>
|
||||
<returns>A <see cref="T:System.String"/> value that represents the SparklineViewBase object.
|
||||
</returns>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="P:DevExpress.Sparkline.SparklineViewBase.Type">
|
||||
<summary>
|
||||
<para>Gets the type of the sparkline view.
|
||||
</para>
|
||||
</summary>
|
||||
<value>A <see cref="T:DevExpress.Sparkline.SparklineViewType"/> enumeration value specifying the view type.
|
||||
</value>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="M:DevExpress.Sparkline.SparklineViewBase.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
|
||||
<summary>
|
||||
<para> </para>
|
||||
</summary>
|
||||
<param name="visitor">
|
||||
|
||||
</param>
|
||||
|
||||
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
Binary file not shown.
@@ -0,0 +1,376 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>DevExpress.Utils.v15.2.UI</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:DevExpress.Utils.UI.Localization.UtilsUIStringId">
|
||||
|
||||
<summary>
|
||||
<para>Contains values corresponding to strings that can be localized for the End-User Report Designer for WPF's Field List.
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Cmd_AddCalculatedField">
|
||||
<summary>
|
||||
<para>"Add Calculated Field"
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Cmd_AddParameter">
|
||||
<summary>
|
||||
<para>"Add Parameter"
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Cmd_ClearCalculatedFields">
|
||||
<summary>
|
||||
<para>"Remove All Calculated Fields"
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Cmd_ClearParameters">
|
||||
<summary>
|
||||
<para>"Remove All Parameters"
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Cmd_DeleteCalculatedField">
|
||||
<summary>
|
||||
<para>"Delete"
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Cmd_DeleteParameter">
|
||||
<summary>
|
||||
<para>"Delete"
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Cmd_EditCalculatedFields">
|
||||
<summary>
|
||||
<para>"Edit Calculated Fields..."
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Cmd_EditExpression">
|
||||
<summary>
|
||||
<para>"Edit Expression..."
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Cmd_EditParameters">
|
||||
<summary>
|
||||
<para>"Edit Parameters..."
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.CollectionEditor_Cancel">
|
||||
<summary>
|
||||
<para>"Add or remove <i><name of the collection item type></i> objects"
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Btn_Cancel">
|
||||
<summary>
|
||||
<para>"Cancel".
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Btn_Delete">
|
||||
<summary>
|
||||
<para>"Delete".
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Btn_Ok">
|
||||
<summary>
|
||||
<para>"OK".
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Cat_Currency">
|
||||
<summary>
|
||||
<para>"Currency".
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Cat_DateTime">
|
||||
<summary>
|
||||
<para>"DateTime".
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Cat_General">
|
||||
<summary>
|
||||
<para>"General".
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Cat_Int32">
|
||||
<summary>
|
||||
<para>"Int32".
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Cat_Number">
|
||||
<summary>
|
||||
<para>"Number".
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Cat_Percent">
|
||||
<summary>
|
||||
<para>"Percent".
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Cat_Special">
|
||||
<summary>
|
||||
<para>"Special".
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_GrBox_Sample">
|
||||
<summary>
|
||||
<para>"Sample".
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Lbl_Category">
|
||||
<summary>
|
||||
<para>"Category".
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Lbl_CustomGeneral">
|
||||
<summary>
|
||||
<para>"General format has no specific number format".
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Lbl_Prefix">
|
||||
<summary>
|
||||
<para>"Prefix:".
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Lbl_Suffix">
|
||||
<summary>
|
||||
<para>"Suffix:".
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Msg_BadSymbol">
|
||||
<summary>
|
||||
<para>"Error: Illegal symbol(s)".
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Tab_Custom">
|
||||
<summary>
|
||||
<para>"Custom".
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Tab_StandardTypes">
|
||||
<summary>
|
||||
<para>"Standard Types".
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.FSForm_Text">
|
||||
<summary>
|
||||
<para>"FormatString Editor".
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Msg_ContainsIllegalSymbols">
|
||||
<summary>
|
||||
<para>"Input format string contains illegal symbol(s)."
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Msg_ErrorTitle">
|
||||
<summary>
|
||||
<para>"Error".
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.NonePickerNodeText">
|
||||
<summary>
|
||||
<para>"None".
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Parameter_Type_Boolean">
|
||||
<summary>
|
||||
<para>"Boolean"
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Parameter_Type_DateTime">
|
||||
<summary>
|
||||
<para>"DateTime"
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Parameter_Type_Decimal">
|
||||
<summary>
|
||||
<para>"Decimal"
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Parameter_Type_Double">
|
||||
<summary>
|
||||
<para>"Double"
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Parameter_Type_Float">
|
||||
<summary>
|
||||
<para>"Float"
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Parameter_Type_Guid">
|
||||
<summary>
|
||||
<para>"Guid"
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Parameter_Type_Int16">
|
||||
<summary>
|
||||
<para>"Int16"
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Parameter_Type_Int32">
|
||||
<summary>
|
||||
<para>"Int32"
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Parameter_Type_Int64">
|
||||
<summary>
|
||||
<para>"Number (64 bit integer)"
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.Parameter_Type_String">
|
||||
<summary>
|
||||
<para>"String"
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.ParameterCollectionEditor_Title">
|
||||
<summary>
|
||||
<para>"Parameters"
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.PropGrid_TTip_Alphabetical">
|
||||
<summary>
|
||||
<para>"Alphabetical".
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
<member name="F:DevExpress.Utils.UI.Localization.UtilsUIStringId.PropGrid_TTip_Categorized">
|
||||
<summary>
|
||||
<para>"Categorized".
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.Utils.v15.2.dll
Normal file
BIN
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.Utils.v15.2.dll
Normal file
Binary file not shown.
19084
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.Utils.v15.2.xml
Normal file
19084
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.Utils.v15.2.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.Xpo.v15.2.dll
Normal file
BIN
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.Xpo.v15.2.dll
Normal file
Binary file not shown.
26125
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.Xpo.v15.2.xml
Normal file
26125
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.Xpo.v15.2.xml
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
56349
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.XtraBars.v15.2.xml
Normal file
56349
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.XtraBars.v15.2.xml
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
37983
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.XtraCharts.v15.2.xml
Normal file
37983
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.XtraCharts.v15.2.xml
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
56802
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.XtraEditors.v15.2.xml
Normal file
56802
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.XtraEditors.v15.2.xml
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
37368
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.XtraGrid.v15.2.xml
Normal file
37368
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.XtraGrid.v15.2.xml
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
12482
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.XtraPivotGrid.v15.2.xml
Normal file
12482
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.XtraPivotGrid.v15.2.xml
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
27471
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.XtraReports.v15.2.xml
Normal file
27471
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.XtraReports.v15.2.xml
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
15386
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.XtraTreeList.v15.2.xml
Normal file
15386
SchaumKommiCollo/KommiCollo/bin/Debug/DevExpress.XtraTreeList.v15.2.xml
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
SchaumKommiCollo/KommiCollo/bin/Debug/KommiCollo.exe
Normal file
BIN
SchaumKommiCollo/KommiCollo/bin/Debug/KommiCollo.exe
Normal file
Binary file not shown.
48
SchaumKommiCollo/KommiCollo/bin/Debug/KommiCollo.exe.config
Normal file
48
SchaumKommiCollo/KommiCollo/bin/Debug/KommiCollo.exe.config
Normal file
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<section name="KommiCollo.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<connectionStrings>
|
||||
<add name="KommiCollo.My.MySettings.SCHAUM_IIDConnectionString" connectionString="Data Source=172.24.12.41\schaum;Initial Catalog=SCHAUM_IID;Persist Security Info=True;User ID=sa;Password=dd" providerName="System.Data.SqlClient"/>
|
||||
<add name="KommiCollo.My.MySettings.CP2DDConnectionString" connectionString="Data Source=192.168.13.101;Initial Catalog=CP2DD;User ID=sa;Password=dd" providerName="System.Data.SqlClient"/>
|
||||
</connectionStrings>
|
||||
<system.diagnostics>
|
||||
<sources>
|
||||
<!-- Dieser Abschnitt definiert die Protokollierungskonfiguration für My.Application.Log -->
|
||||
<source name="DefaultSource" switchName="DefaultSwitch">
|
||||
<listeners>
|
||||
<add name="FileLog"/>
|
||||
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben, um in das Anwendungsereignisprotokoll zu schreiben -->
|
||||
<!--<add name="EventLog"/>-->
|
||||
</listeners>
|
||||
</source>
|
||||
</sources>
|
||||
<switches>
|
||||
<add name="DefaultSwitch" value="Information"/>
|
||||
</switches>
|
||||
<sharedListeners>
|
||||
<add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
|
||||
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben und APPLICATION_NAME durch den Namen der Anwendung ersetzen, um in das Anwendungsereignisprotokoll zu schreiben -->
|
||||
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
|
||||
</sharedListeners>
|
||||
</system.diagnostics>
|
||||
<userSettings>
|
||||
<KommiCollo.My.MySettings>
|
||||
<setting name="ConfigConnectionString" serializeAs="String">
|
||||
<value>Data Source=172.24.12.41\schaum;Initial Catalog=SCHAUM_IID;Persist Security Info=True;User ID=sa;Password=dd</value>
|
||||
</setting>
|
||||
<setting name="Default_Mandant" serializeAs="String">
|
||||
<value/>
|
||||
</setting>
|
||||
<setting name="Default_Terminart" serializeAs="String">
|
||||
<value/>
|
||||
</setting>
|
||||
<setting name="ConfigConnStringMercator" serializeAs="String">
|
||||
<value>Data Source=192.168.13.101;Initial Catalog=CP2DD;User ID=sa;Password=dd</value>
|
||||
</setting>
|
||||
</KommiCollo.My.MySettings>
|
||||
</userSettings>
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/></startup></configuration>
|
||||
BIN
SchaumKommiCollo/KommiCollo/bin/Debug/KommiCollo.pdb
Normal file
BIN
SchaumKommiCollo/KommiCollo/bin/Debug/KommiCollo.pdb
Normal file
Binary file not shown.
482
SchaumKommiCollo/KommiCollo/bin/Debug/KommiCollo.xml
Normal file
482
SchaumKommiCollo/KommiCollo/bin/Debug/KommiCollo.xml
Normal file
@@ -0,0 +1,482 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
KommiCollo
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:KommiCollo.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.A_1">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.action_add_16xMD">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.action_Cancel_16xLG">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.BarCodeHS">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.bullet_delete">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.cancel">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.chart_organisation_add">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.chart_organisation_delete">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.database_lightning">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.delete">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.delete2">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.lightning">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.lightning_add">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.lightning_delete">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.lightning_go">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.package_add">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.package_delete">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.package_go">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.package_green">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.printer_16xMD">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.save">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.DSMercator">
|
||||
<summary>
|
||||
Represents a strongly typed in-memory cache of data.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.DSMercator.VKKOPFDataTable">
|
||||
<summary>
|
||||
Represents the strongly named DataTable class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.DSMercator.VKKOPFRow">
|
||||
<summary>
|
||||
Represents strongly named DataRow class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.DSMercator.VKKOPFRowChangeEvent">
|
||||
<summary>
|
||||
Row event argument class
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.DSMercatorTableAdapters.VKKOPFTableAdapter">
|
||||
<summary>
|
||||
Represents the connection and commands used to retrieve and save data.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.DSMercatorTableAdapters.TableAdapterManager">
|
||||
<summary>
|
||||
TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:KommiCollo.DSMercatorTableAdapters.TableAdapterManager.UpdateUpdatedRows(KommiCollo.DSMercator,System.Collections.Generic.List{System.Data.DataRow},System.Collections.Generic.List{System.Data.DataRow})">
|
||||
<summary>
|
||||
Update rows in top-down order.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:KommiCollo.DSMercatorTableAdapters.TableAdapterManager.UpdateInsertedRows(KommiCollo.DSMercator,System.Collections.Generic.List{System.Data.DataRow})">
|
||||
<summary>
|
||||
Insert rows in top-down order.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:KommiCollo.DSMercatorTableAdapters.TableAdapterManager.UpdateDeletedRows(KommiCollo.DSMercator,System.Collections.Generic.List{System.Data.DataRow})">
|
||||
<summary>
|
||||
Delete rows in bottom-up order.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:KommiCollo.DSMercatorTableAdapters.TableAdapterManager.GetRealUpdatedRows(System.Data.DataRow[],System.Collections.Generic.List{System.Data.DataRow})">
|
||||
<summary>
|
||||
Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:KommiCollo.DSMercatorTableAdapters.TableAdapterManager.UpdateAll(KommiCollo.DSMercator)">
|
||||
<summary>
|
||||
Update all changes to the dataset.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.DSMercatorTableAdapters.TableAdapterManager.UpdateOrderOption">
|
||||
<summary>
|
||||
Update Order Option
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.DSMercatorTableAdapters.TableAdapterManager.SelfReferenceComparer">
|
||||
<summary>
|
||||
Used to sort self-referenced table's rows
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:KommiCollo.modul_print_reports.print_microsoft_report(Microsoft.Reporting.WinForms.LocalReport@,System.Int32,System.Int32,System.Boolean,System.String)">
|
||||
<summary>
|
||||
Print rdlc report with custom page width and height
|
||||
</summary>
|
||||
<param name="report"></param>
|
||||
<param name="page_width">the width of the papger, in hunderdths of an inch</param>
|
||||
<param name="page_height">the height of the papger, in hunderdths of an inch</param>
|
||||
<param name="islandscap"></param>
|
||||
<param name="printer_name">Ignore this parameter to use default printer</param>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="M:KommiCollo.modul_print_reports.print_microsoft_report(Microsoft.Reporting.WinForms.LocalReport,System.String,System.Boolean,System.String)">
|
||||
<summary>
|
||||
Print rdlc report with specific paper kind
|
||||
</summary>
|
||||
<param name="report"></param>
|
||||
<param name="paperkind">String paper Kind, ex:"letter"</param>
|
||||
<param name="islandscap"></param>
|
||||
<param name="printer_name">Ignore this parameter to use default printer</param>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset">
|
||||
<summary>
|
||||
Represents a strongly typed in-memory cache of data.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBKOMMCOLLI_MANDANTDataTable">
|
||||
<summary>
|
||||
Represents the strongly named DataTable class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBWH_MANDANTDataTable">
|
||||
<summary>
|
||||
Represents the strongly named DataTable class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBKOMMCOLLI_PAKET_KOPFDataTable">
|
||||
<summary>
|
||||
Represents the strongly named DataTable class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBKOMMCOLLI_PAKET_POSDataTable">
|
||||
<summary>
|
||||
Represents the strongly named DataTable class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.VWKOMMCOLLI_ABSCHLUSS_PAKETDataTable">
|
||||
<summary>
|
||||
Represents the strongly named DataTable class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBKOMMCOLLI_TERMINARTDataTable">
|
||||
<summary>
|
||||
Represents the strongly named DataTable class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBKOMMCOLLI_PAKET_POS_LSDataTable">
|
||||
<summary>
|
||||
Represents the strongly named DataTable class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBKOMMCOLLI_SDGPOSITIONENDataTable">
|
||||
<summary>
|
||||
Represents the strongly named DataTable class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBKOMMCOLLI_TEXTSCHLUESSELDataTable">
|
||||
<summary>
|
||||
Represents the strongly named DataTable class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBKOMMCOLLI_HINWEISDataTable">
|
||||
<summary>
|
||||
Represents the strongly named DataTable class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.VWHUP_REPORT1DataTable">
|
||||
<summary>
|
||||
Represents the strongly named DataTable class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBKOMMCOLLI_MANDANTRow">
|
||||
<summary>
|
||||
Represents strongly named DataRow class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBWH_MANDANTRow">
|
||||
<summary>
|
||||
Represents strongly named DataRow class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBKOMMCOLLI_PAKET_KOPFRow">
|
||||
<summary>
|
||||
Represents strongly named DataRow class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBKOMMCOLLI_PAKET_POSRow">
|
||||
<summary>
|
||||
Represents strongly named DataRow class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.VWKOMMCOLLI_ABSCHLUSS_PAKETRow">
|
||||
<summary>
|
||||
Represents strongly named DataRow class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBKOMMCOLLI_TERMINARTRow">
|
||||
<summary>
|
||||
Represents strongly named DataRow class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBKOMMCOLLI_PAKET_POS_LSRow">
|
||||
<summary>
|
||||
Represents strongly named DataRow class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBKOMMCOLLI_SDGPOSITIONENRow">
|
||||
<summary>
|
||||
Represents strongly named DataRow class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBKOMMCOLLI_TEXTSCHLUESSELRow">
|
||||
<summary>
|
||||
Represents strongly named DataRow class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBKOMMCOLLI_HINWEISRow">
|
||||
<summary>
|
||||
Represents strongly named DataRow class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.VWHUP_REPORT1Row">
|
||||
<summary>
|
||||
Represents strongly named DataRow class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBKOMMCOLLI_MANDANTRowChangeEvent">
|
||||
<summary>
|
||||
Row event argument class
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBWH_MANDANTRowChangeEvent">
|
||||
<summary>
|
||||
Row event argument class
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBKOMMCOLLI_PAKET_KOPFRowChangeEvent">
|
||||
<summary>
|
||||
Row event argument class
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBKOMMCOLLI_PAKET_POSRowChangeEvent">
|
||||
<summary>
|
||||
Row event argument class
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.VWKOMMCOLLI_ABSCHLUSS_PAKETRowChangeEvent">
|
||||
<summary>
|
||||
Row event argument class
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBKOMMCOLLI_TERMINARTRowChangeEvent">
|
||||
<summary>
|
||||
Row event argument class
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBKOMMCOLLI_PAKET_POS_LSRowChangeEvent">
|
||||
<summary>
|
||||
Row event argument class
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBKOMMCOLLI_SDGPOSITIONENRowChangeEvent">
|
||||
<summary>
|
||||
Row event argument class
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBKOMMCOLLI_TEXTSCHLUESSELRowChangeEvent">
|
||||
<summary>
|
||||
Row event argument class
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.TBKOMMCOLLI_HINWEISRowChangeEvent">
|
||||
<summary>
|
||||
Row event argument class
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDataset.VWHUP_REPORT1RowChangeEvent">
|
||||
<summary>
|
||||
Row event argument class
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_MANDANTTableAdapter">
|
||||
<summary>
|
||||
Represents the connection and commands used to retrieve and save data.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDatasetTableAdapters.TBWH_MANDANTTableAdapter">
|
||||
<summary>
|
||||
Represents the connection and commands used to retrieve and save data.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_PAKET_KOPFTableAdapter">
|
||||
<summary>
|
||||
Represents the connection and commands used to retrieve and save data.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_PAKET_POSTableAdapter">
|
||||
<summary>
|
||||
Represents the connection and commands used to retrieve and save data.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDatasetTableAdapters.VWKOMMCOLLI_ABSCHLUSS_PAKETTableAdapter">
|
||||
<summary>
|
||||
Represents the connection and commands used to retrieve and save data.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_TERMINARTTableAdapter">
|
||||
<summary>
|
||||
Represents the connection and commands used to retrieve and save data.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_PAKET_POS_LSTableAdapter">
|
||||
<summary>
|
||||
Represents the connection and commands used to retrieve and save data.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_SDGPOSITIONENTableAdapter">
|
||||
<summary>
|
||||
Represents the connection and commands used to retrieve and save data.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_TEXTSCHLUESSELTableAdapter">
|
||||
<summary>
|
||||
Represents the connection and commands used to retrieve and save data.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_HINWEISTableAdapter">
|
||||
<summary>
|
||||
Represents the connection and commands used to retrieve and save data.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDatasetTableAdapters.VWHUP_REPORT1TableAdapter">
|
||||
<summary>
|
||||
Represents the connection and commands used to retrieve and save data.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDatasetTableAdapters.TableAdapterManager">
|
||||
<summary>
|
||||
TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:KommiCollo.MyDatasetTableAdapters.TableAdapterManager.UpdateUpdatedRows(KommiCollo.MyDataset,System.Collections.Generic.List{System.Data.DataRow},System.Collections.Generic.List{System.Data.DataRow})">
|
||||
<summary>
|
||||
Update rows in top-down order.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:KommiCollo.MyDatasetTableAdapters.TableAdapterManager.UpdateInsertedRows(KommiCollo.MyDataset,System.Collections.Generic.List{System.Data.DataRow})">
|
||||
<summary>
|
||||
Insert rows in top-down order.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:KommiCollo.MyDatasetTableAdapters.TableAdapterManager.UpdateDeletedRows(KommiCollo.MyDataset,System.Collections.Generic.List{System.Data.DataRow})">
|
||||
<summary>
|
||||
Delete rows in bottom-up order.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:KommiCollo.MyDatasetTableAdapters.TableAdapterManager.GetRealUpdatedRows(System.Data.DataRow[],System.Collections.Generic.List{System.Data.DataRow})">
|
||||
<summary>
|
||||
Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:KommiCollo.MyDatasetTableAdapters.TableAdapterManager.UpdateAll(KommiCollo.MyDataset)">
|
||||
<summary>
|
||||
Update all changes to the dataset.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption">
|
||||
<summary>
|
||||
Update Order Option
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:KommiCollo.MyDatasetTableAdapters.TableAdapterManager.SelfReferenceComparer">
|
||||
<summary>
|
||||
Used to sort self-referenced table's rows
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
120
SchaumKommiCollo/KommiCollo/bin/Debug/Testreport.rdlc
Normal file
120
SchaumKommiCollo/KommiCollo/bin/Debug/Testreport.rdlc
Normal file
@@ -0,0 +1,120 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
|
||||
<Body>
|
||||
<ReportItems>
|
||||
<Line Name="Line1">
|
||||
<Top>0.85273cm</Top>
|
||||
<Left>0.76412cm</Left>
|
||||
<Height>0cm</Height>
|
||||
<Width>8.70479cm</Width>
|
||||
<Style>
|
||||
<Border>
|
||||
<Style>Solid</Style>
|
||||
</Border>
|
||||
</Style>
|
||||
</Line>
|
||||
<Textbox Name="Textbox1">
|
||||
<CanGrow>true</CanGrow>
|
||||
<KeepTogether>true</KeepTogether>
|
||||
<Paragraphs>
|
||||
<Paragraph>
|
||||
<TextRuns>
|
||||
<TextRun>
|
||||
<Value>Howdie</Value>
|
||||
<Style />
|
||||
</TextRun>
|
||||
</TextRuns>
|
||||
<Style />
|
||||
</Paragraph>
|
||||
</Paragraphs>
|
||||
<rd:DefaultName>Textbox1</rd:DefaultName>
|
||||
<Top>1.24009cm</Top>
|
||||
<Left>4.06246cm</Left>
|
||||
<Height>0.6cm</Height>
|
||||
<Width>2.5cm</Width>
|
||||
<ZIndex>1</ZIndex>
|
||||
<Style>
|
||||
<Border>
|
||||
<Style>None</Style>
|
||||
</Border>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
</Textbox>
|
||||
<Line Name="Line2">
|
||||
<Top>12.78502cm</Top>
|
||||
<Left>0.76412cm</Left>
|
||||
<Height>0cm</Height>
|
||||
<Width>8.70479cm</Width>
|
||||
<ZIndex>2</ZIndex>
|
||||
<Style>
|
||||
<Border>
|
||||
<Style>Solid</Style>
|
||||
</Border>
|
||||
</Style>
|
||||
</Line>
|
||||
<Rectangle Name="Rectangle1">
|
||||
<ReportItems>
|
||||
<Textbox Name="Textbox2">
|
||||
<CanGrow>true</CanGrow>
|
||||
<KeepTogether>true</KeepTogether>
|
||||
<Paragraphs>
|
||||
<Paragraph>
|
||||
<TextRuns>
|
||||
<TextRun>
|
||||
<Value>Ojemine</Value>
|
||||
<Style />
|
||||
</TextRun>
|
||||
</TextRuns>
|
||||
<Style />
|
||||
</Paragraph>
|
||||
</Paragraphs>
|
||||
<rd:DefaultName>Textbox2</rd:DefaultName>
|
||||
<Top>2.83104cm</Top>
|
||||
<Left>1.98438cm</Left>
|
||||
<Height>0.6cm</Height>
|
||||
<Width>2.5cm</Width>
|
||||
<Style>
|
||||
<Border>
|
||||
<Style>None</Style>
|
||||
</Border>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
<KeepTogether>true</KeepTogether>
|
||||
<Top>1.9812cm</Top>
|
||||
<Left>0.76412cm</Left>
|
||||
<Height>10.66271cm</Height>
|
||||
<Width>8.70479cm</Width>
|
||||
<ZIndex>3</ZIndex>
|
||||
<Style>
|
||||
<Border>
|
||||
<Style>Solid</Style>
|
||||
</Border>
|
||||
</Style>
|
||||
</Rectangle>
|
||||
</ReportItems>
|
||||
<Height>5.09375in</Height>
|
||||
<Style />
|
||||
</Body>
|
||||
<Width>4.00486in</Width>
|
||||
<Page>
|
||||
<PageHeight>10.5cm</PageHeight>
|
||||
<PageWidth>14.5cm</PageWidth>
|
||||
<LeftMargin>0.5cm</LeftMargin>
|
||||
<RightMargin>0.5cm</RightMargin>
|
||||
<TopMargin>0.5cm</TopMargin>
|
||||
<BottomMargin>0.5cm</BottomMargin>
|
||||
<ColumnSpacing>0.13cm</ColumnSpacing>
|
||||
<Style />
|
||||
</Page>
|
||||
<AutoRefresh>0</AutoRefresh>
|
||||
<rd:ReportUnitType>Cm</rd:ReportUnitType>
|
||||
<rd:ReportID>73f73e8f-c03f-4892-917f-1d00b08769d6</rd:ReportID>
|
||||
</Report>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user