MS
This commit is contained in:
parent
4e34e62b25
commit
ee1ebc0660
Binary file not shown.
22
KommiCollo.sln
Normal file
22
KommiCollo.sln
Normal file
@ -0,0 +1,22 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.26228.9
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "KommiCollo", "KommiCollo.vbproj", "{8B32E5A8-2C71-4B81-A991-DE1A4465A4B1}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|x86 = Debug|x86
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{8B32E5A8-2C71-4B81-A991-DE1A4465A4B1}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{8B32E5A8-2C71-4B81-A991-DE1A4465A4B1}.Debug|x86.Build.0 = Debug|x86
|
||||
{8B32E5A8-2C71-4B81-A991-DE1A4465A4B1}.Release|x86.ActiveCfg = Release|x86
|
||||
{8B32E5A8-2C71-4B81-A991-DE1A4465A4B1}.Release|x86.Build.0 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
@ -52,16 +52,46 @@
|
||||
<OptionInfer>On</OptionInfer>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="DevExpress.Data.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<Reference Include="DevExpress.Printing.v15.2.Core, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<Reference Include="DevExpress.Utils.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<Reference Include="DevExpress.XtraEditors.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<Reference Include="DevExpress.XtraGrid.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
||||
<Reference Include="DevExpress.XtraLayout.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<Reference Include="DevExpress.XtraPrinting.v15.2, Version=15.2.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<Reference Include="Microsoft.ReportViewer.Common, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
|
||||
<Reference Include="Microsoft.ReportViewer.WinForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
|
||||
<Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
||||
<Reference Include="DevExpress.Data.v15.2, Version=15.2.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.Data.v15.2.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.Printing.v15.2.Core, Version=15.2.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.Printing.v15.2.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.Utils.v15.2, Version=15.2.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.Utils.v15.2.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.XtraEditors.v15.2, Version=15.2.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraEditors.v15.2.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.XtraGrid.v15.2, Version=15.2.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraGrid.v15.2.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.XtraLayout.v15.2, Version=15.2.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraLayout.v15.2.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DevExpress.XtraPrinting.v15.2, Version=15.2.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraPrinting.v15.2.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.ReportViewer.Common, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>packages\Microsoft.Reporting.WinForms.v11.1.0.0.0\lib\Microsoft.ReportViewer.Common.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.ReportViewer.ProcessingObjectModel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>packages\Microsoft.Reporting.WinForms.v11.1.0.0.0\lib\Microsoft.ReportViewer.ProcessingObjectModel.DLL</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.ReportViewer.WinForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>packages\Microsoft.Reporting.WinForms.v11.1.0.0.0\lib\Microsoft.ReportViewer.WinForms.DLL</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.SqlServer.Types, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||
<HintPath>packages\Microsoft.Reporting.WinForms.v11.1.0.0.0\lib\Microsoft.SqlServer.Types.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Deployment" />
|
||||
@ -220,6 +250,7 @@
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="packages.config" />
|
||||
<None Include="Resources\lightning_go.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
BIN
bin/Debug/DevExpress.Data.v15.2.dll
Normal file
BIN
bin/Debug/DevExpress.Data.v15.2.dll
Normal file
Binary file not shown.
31092
bin/Debug/DevExpress.Data.v15.2.xml
Normal file
31092
bin/Debug/DevExpress.Data.v15.2.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
bin/Debug/DevExpress.Office.v15.2.Core.dll
Normal file
BIN
bin/Debug/DevExpress.Office.v15.2.Core.dll
Normal file
Binary file not shown.
2903
bin/Debug/DevExpress.Office.v15.2.Core.xml
Normal file
2903
bin/Debug/DevExpress.Office.v15.2.Core.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
bin/Debug/DevExpress.Pdf.v15.2.Core.dll
Normal file
BIN
bin/Debug/DevExpress.Pdf.v15.2.Core.dll
Normal file
Binary file not shown.
8090
bin/Debug/DevExpress.Pdf.v15.2.Core.xml
Normal file
8090
bin/Debug/DevExpress.Pdf.v15.2.Core.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
bin/Debug/DevExpress.Pdf.v15.2.Drawing.dll
Normal file
BIN
bin/Debug/DevExpress.Pdf.v15.2.Drawing.dll
Normal file
Binary file not shown.
1295
bin/Debug/DevExpress.Pdf.v15.2.Drawing.xml
Normal file
1295
bin/Debug/DevExpress.Pdf.v15.2.Drawing.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
bin/Debug/DevExpress.Printing.v15.2.Core.dll
Normal file
BIN
bin/Debug/DevExpress.Printing.v15.2.Core.dll
Normal file
Binary file not shown.
34911
bin/Debug/DevExpress.Printing.v15.2.Core.xml
Normal file
34911
bin/Debug/DevExpress.Printing.v15.2.Core.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
bin/Debug/DevExpress.RichEdit.v15.2.Core.dll
Normal file
BIN
bin/Debug/DevExpress.RichEdit.v15.2.Core.dll
Normal file
Binary file not shown.
51065
bin/Debug/DevExpress.RichEdit.v15.2.Core.xml
Normal file
51065
bin/Debug/DevExpress.RichEdit.v15.2.Core.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
bin/Debug/DevExpress.Sparkline.v15.2.Core.dll
Normal file
BIN
bin/Debug/DevExpress.Sparkline.v15.2.Core.dll
Normal file
Binary file not shown.
746
bin/Debug/DevExpress.Sparkline.v15.2.Core.xml
Normal file
746
bin/Debug/DevExpress.Sparkline.v15.2.Core.xml
Normal file
@ -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>
|
||||
BIN
bin/Debug/DevExpress.Utils.v15.2.dll
Normal file
BIN
bin/Debug/DevExpress.Utils.v15.2.dll
Normal file
Binary file not shown.
19084
bin/Debug/DevExpress.Utils.v15.2.xml
Normal file
19084
bin/Debug/DevExpress.Utils.v15.2.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
bin/Debug/DevExpress.XtraBars.v15.2.dll
Normal file
BIN
bin/Debug/DevExpress.XtraBars.v15.2.dll
Normal file
Binary file not shown.
56349
bin/Debug/DevExpress.XtraBars.v15.2.xml
Normal file
56349
bin/Debug/DevExpress.XtraBars.v15.2.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
bin/Debug/DevExpress.XtraEditors.v15.2.dll
Normal file
BIN
bin/Debug/DevExpress.XtraEditors.v15.2.dll
Normal file
Binary file not shown.
56802
bin/Debug/DevExpress.XtraEditors.v15.2.xml
Normal file
56802
bin/Debug/DevExpress.XtraEditors.v15.2.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
bin/Debug/DevExpress.XtraGrid.v15.2.dll
Normal file
BIN
bin/Debug/DevExpress.XtraGrid.v15.2.dll
Normal file
Binary file not shown.
37368
bin/Debug/DevExpress.XtraGrid.v15.2.xml
Normal file
37368
bin/Debug/DevExpress.XtraGrid.v15.2.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
bin/Debug/DevExpress.XtraLayout.v15.2.dll
Normal file
BIN
bin/Debug/DevExpress.XtraLayout.v15.2.dll
Normal file
Binary file not shown.
9265
bin/Debug/DevExpress.XtraLayout.v15.2.xml
Normal file
9265
bin/Debug/DevExpress.XtraLayout.v15.2.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
bin/Debug/DevExpress.XtraPrinting.v15.2.dll
Normal file
BIN
bin/Debug/DevExpress.XtraPrinting.v15.2.dll
Normal file
Binary file not shown.
3888
bin/Debug/DevExpress.XtraPrinting.v15.2.xml
Normal file
3888
bin/Debug/DevExpress.XtraPrinting.v15.2.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
bin/Debug/DevExpress.XtraTreeList.v15.2.dll
Normal file
BIN
bin/Debug/DevExpress.XtraTreeList.v15.2.dll
Normal file
Binary file not shown.
15386
bin/Debug/DevExpress.XtraTreeList.v15.2.xml
Normal file
15386
bin/Debug/DevExpress.XtraTreeList.v15.2.xml
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,16 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<?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 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" />
|
||||
<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>
|
||||
@ -24,12 +21,10 @@
|
||||
</source>
|
||||
</sources>
|
||||
<switches>
|
||||
<add name="DefaultSwitch" value="Information" />
|
||||
<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"/>
|
||||
<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>
|
||||
@ -40,14 +35,14 @@
|
||||
<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 />
|
||||
<value/>
|
||||
</setting>
|
||||
<setting name="Default_Terminart" serializeAs="String">
|
||||
<value />
|
||||
<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>
|
||||
</configuration>
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/></startup></configuration>
|
||||
|
||||
Binary file not shown.
@ -6,382 +6,472 @@ KommiCollo
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<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.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.MyDataset">
|
||||
<summary>
|
||||
Represents a strongly typed in-memory cache of data.
|
||||
</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="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><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="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.DSMercator">
|
||||
<summary>
|
||||
Represents a strongly typed in-memory cache of data.
|
||||
</summary>
|
||||
</member><member name="T:KommiCollo.DSMercatorTableAdapters.VKKOPFTableAdapter">
|
||||
<summary>
|
||||
Represents the connection and commands used to retrieve and save data.
|
||||
</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="T:KommiCollo.DSMercatorTableAdapters.TableAdapterManager">
|
||||
<summary>
|
||||
TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
|
||||
</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.save">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member><member name="T:KommiCollo.My.Resources.Resources">
|
||||
<summary>
|
||||
<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.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>
|
||||
</doc>
|
||||
|
||||
BIN
bin/Debug/Microsoft.ReportViewer.Common.dll
Normal file
BIN
bin/Debug/Microsoft.ReportViewer.Common.dll
Normal file
Binary file not shown.
BIN
bin/Debug/Microsoft.ReportViewer.ProcessingObjectModel.DLL
Normal file
BIN
bin/Debug/Microsoft.ReportViewer.ProcessingObjectModel.DLL
Normal file
Binary file not shown.
BIN
bin/Debug/Microsoft.ReportViewer.WinForms.DLL
Normal file
BIN
bin/Debug/Microsoft.ReportViewer.WinForms.DLL
Normal file
Binary file not shown.
BIN
bin/Debug/Microsoft.SqlServer.Types.dll
Normal file
BIN
bin/Debug/Microsoft.SqlServer.Types.dll
Normal file
Binary file not shown.
BIN
bin/Debug/de/DevExpress.Data.v15.2.resources.dll
Normal file
BIN
bin/Debug/de/DevExpress.Data.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/de/DevExpress.Office.v15.2.Core.resources.dll
Normal file
BIN
bin/Debug/de/DevExpress.Office.v15.2.Core.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/de/DevExpress.Pdf.v15.2.Core.resources.dll
Normal file
BIN
bin/Debug/de/DevExpress.Pdf.v15.2.Core.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/de/DevExpress.Printing.v15.2.Core.resources.dll
Normal file
BIN
bin/Debug/de/DevExpress.Printing.v15.2.Core.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/de/DevExpress.RichEdit.v15.2.Core.resources.dll
Normal file
BIN
bin/Debug/de/DevExpress.RichEdit.v15.2.Core.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/de/DevExpress.Sparkline.v15.2.Core.resources.dll
Normal file
BIN
bin/Debug/de/DevExpress.Sparkline.v15.2.Core.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/de/DevExpress.Utils.v15.2.resources.dll
Normal file
BIN
bin/Debug/de/DevExpress.Utils.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/de/DevExpress.XtraBars.v15.2.resources.dll
Normal file
BIN
bin/Debug/de/DevExpress.XtraBars.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/de/DevExpress.XtraEditors.v15.2.resources.dll
Normal file
BIN
bin/Debug/de/DevExpress.XtraEditors.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/de/DevExpress.XtraGrid.v15.2.resources.dll
Normal file
BIN
bin/Debug/de/DevExpress.XtraGrid.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/de/DevExpress.XtraLayout.v15.2.resources.dll
Normal file
BIN
bin/Debug/de/DevExpress.XtraLayout.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/de/DevExpress.XtraPrinting.v15.2.resources.dll
Normal file
BIN
bin/Debug/de/DevExpress.XtraPrinting.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/de/DevExpress.XtraTreeList.v15.2.resources.dll
Normal file
BIN
bin/Debug/de/DevExpress.XtraTreeList.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/es/DevExpress.Data.v15.2.resources.dll
Normal file
BIN
bin/Debug/es/DevExpress.Data.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/es/DevExpress.Office.v15.2.Core.resources.dll
Normal file
BIN
bin/Debug/es/DevExpress.Office.v15.2.Core.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/es/DevExpress.Pdf.v15.2.Core.resources.dll
Normal file
BIN
bin/Debug/es/DevExpress.Pdf.v15.2.Core.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/es/DevExpress.Printing.v15.2.Core.resources.dll
Normal file
BIN
bin/Debug/es/DevExpress.Printing.v15.2.Core.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/es/DevExpress.RichEdit.v15.2.Core.resources.dll
Normal file
BIN
bin/Debug/es/DevExpress.RichEdit.v15.2.Core.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/es/DevExpress.Sparkline.v15.2.Core.resources.dll
Normal file
BIN
bin/Debug/es/DevExpress.Sparkline.v15.2.Core.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/es/DevExpress.Utils.v15.2.resources.dll
Normal file
BIN
bin/Debug/es/DevExpress.Utils.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/es/DevExpress.XtraBars.v15.2.resources.dll
Normal file
BIN
bin/Debug/es/DevExpress.XtraBars.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/es/DevExpress.XtraEditors.v15.2.resources.dll
Normal file
BIN
bin/Debug/es/DevExpress.XtraEditors.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/es/DevExpress.XtraGrid.v15.2.resources.dll
Normal file
BIN
bin/Debug/es/DevExpress.XtraGrid.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/es/DevExpress.XtraLayout.v15.2.resources.dll
Normal file
BIN
bin/Debug/es/DevExpress.XtraLayout.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/es/DevExpress.XtraPrinting.v15.2.resources.dll
Normal file
BIN
bin/Debug/es/DevExpress.XtraPrinting.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/es/DevExpress.XtraTreeList.v15.2.resources.dll
Normal file
BIN
bin/Debug/es/DevExpress.XtraTreeList.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/ja/DevExpress.Data.v15.2.resources.dll
Normal file
BIN
bin/Debug/ja/DevExpress.Data.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/ja/DevExpress.Office.v15.2.Core.resources.dll
Normal file
BIN
bin/Debug/ja/DevExpress.Office.v15.2.Core.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/ja/DevExpress.Pdf.v15.2.Core.resources.dll
Normal file
BIN
bin/Debug/ja/DevExpress.Pdf.v15.2.Core.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/ja/DevExpress.Printing.v15.2.Core.resources.dll
Normal file
BIN
bin/Debug/ja/DevExpress.Printing.v15.2.Core.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/ja/DevExpress.RichEdit.v15.2.Core.resources.dll
Normal file
BIN
bin/Debug/ja/DevExpress.RichEdit.v15.2.Core.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/ja/DevExpress.Sparkline.v15.2.Core.resources.dll
Normal file
BIN
bin/Debug/ja/DevExpress.Sparkline.v15.2.Core.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/ja/DevExpress.Utils.v15.2.resources.dll
Normal file
BIN
bin/Debug/ja/DevExpress.Utils.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/ja/DevExpress.XtraBars.v15.2.resources.dll
Normal file
BIN
bin/Debug/ja/DevExpress.XtraBars.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/ja/DevExpress.XtraEditors.v15.2.resources.dll
Normal file
BIN
bin/Debug/ja/DevExpress.XtraEditors.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/ja/DevExpress.XtraGrid.v15.2.resources.dll
Normal file
BIN
bin/Debug/ja/DevExpress.XtraGrid.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/ja/DevExpress.XtraLayout.v15.2.resources.dll
Normal file
BIN
bin/Debug/ja/DevExpress.XtraLayout.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/ja/DevExpress.XtraPrinting.v15.2.resources.dll
Normal file
BIN
bin/Debug/ja/DevExpress.XtraPrinting.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/ja/DevExpress.XtraTreeList.v15.2.resources.dll
Normal file
BIN
bin/Debug/ja/DevExpress.XtraTreeList.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/ru/DevExpress.Data.v15.2.resources.dll
Normal file
BIN
bin/Debug/ru/DevExpress.Data.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/ru/DevExpress.Office.v15.2.Core.resources.dll
Normal file
BIN
bin/Debug/ru/DevExpress.Office.v15.2.Core.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/ru/DevExpress.Pdf.v15.2.Core.resources.dll
Normal file
BIN
bin/Debug/ru/DevExpress.Pdf.v15.2.Core.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/ru/DevExpress.Printing.v15.2.Core.resources.dll
Normal file
BIN
bin/Debug/ru/DevExpress.Printing.v15.2.Core.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/ru/DevExpress.RichEdit.v15.2.Core.resources.dll
Normal file
BIN
bin/Debug/ru/DevExpress.RichEdit.v15.2.Core.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/ru/DevExpress.Sparkline.v15.2.Core.resources.dll
Normal file
BIN
bin/Debug/ru/DevExpress.Sparkline.v15.2.Core.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/ru/DevExpress.Utils.v15.2.resources.dll
Normal file
BIN
bin/Debug/ru/DevExpress.Utils.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/ru/DevExpress.XtraBars.v15.2.resources.dll
Normal file
BIN
bin/Debug/ru/DevExpress.XtraBars.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/ru/DevExpress.XtraEditors.v15.2.resources.dll
Normal file
BIN
bin/Debug/ru/DevExpress.XtraEditors.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/ru/DevExpress.XtraGrid.v15.2.resources.dll
Normal file
BIN
bin/Debug/ru/DevExpress.XtraGrid.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/ru/DevExpress.XtraLayout.v15.2.resources.dll
Normal file
BIN
bin/Debug/ru/DevExpress.XtraLayout.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/ru/DevExpress.XtraPrinting.v15.2.resources.dll
Normal file
BIN
bin/Debug/ru/DevExpress.XtraPrinting.v15.2.resources.dll
Normal file
Binary file not shown.
BIN
bin/Debug/ru/DevExpress.XtraTreeList.v15.2.resources.dll
Normal file
BIN
bin/Debug/ru/DevExpress.XtraTreeList.v15.2.resources.dll
Normal file
Binary file not shown.
82
frmMain.Designer.vb
generated
82
frmMain.Designer.vb
generated
@ -141,23 +141,23 @@ Partial Class frmMain
|
||||
PAKET_IDLabel.AutoSize = true
|
||||
PAKET_IDLabel.Location = New System.Drawing.Point(12, 12)
|
||||
PAKET_IDLabel.Name = "PAKET_IDLabel"
|
||||
PAKET_IDLabel.Size = New System.Drawing.Size(130, 21)
|
||||
PAKET_IDLabel.Size = New System.Drawing.Size(129, 21)
|
||||
PAKET_IDLabel.TabIndex = 2
|
||||
PAKET_IDLabel.Text = "Aktuelle Paket ID:"
|
||||
'
|
||||
'Label3
|
||||
'
|
||||
Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles)
|
||||
Label3.AutoSize = true
|
||||
Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Label3.AutoSize = True
|
||||
Label3.Location = New System.Drawing.Point(353, 12)
|
||||
Label3.Name = "Label3"
|
||||
Label3.Size = New System.Drawing.Size(81, 21)
|
||||
Label3.Size = New System.Drawing.Size(79, 21)
|
||||
Label3.TabIndex = 11
|
||||
Label3.Text = "Terminart:"
|
||||
'
|
||||
'GESAMTGEWICHTLabel
|
||||
'
|
||||
GESAMTGEWICHTLabel.AutoSize = true
|
||||
GESAMTGEWICHTLabel.AutoSize = True
|
||||
GESAMTGEWICHTLabel.Location = New System.Drawing.Point(504, 186)
|
||||
GESAMTGEWICHTLabel.Name = "GESAMTGEWICHTLabel"
|
||||
GESAMTGEWICHTLabel.Size = New System.Drawing.Size(120, 21)
|
||||
@ -166,8 +166,8 @@ Partial Class frmMain
|
||||
'
|
||||
'Label5
|
||||
'
|
||||
Label5.AutoSize = true
|
||||
Label5.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
|
||||
Label5.AutoSize = True
|
||||
Label5.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Label5.Location = New System.Drawing.Point(14, 20)
|
||||
Label5.Name = "Label5"
|
||||
Label5.Size = New System.Drawing.Size(150, 25)
|
||||
@ -176,7 +176,7 @@ Partial Class frmMain
|
||||
'
|
||||
'MenuStrip1
|
||||
'
|
||||
Me.MenuStrip1.Font = New System.Drawing.Font("Segoe UI", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
|
||||
Me.MenuStrip1.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ProgrammToolStripMenuItem, Me.FunktionenToolStripMenuItem, Me.KonfigurationenToolStripMenuItem})
|
||||
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.MenuStrip1.Name = "MenuStrip1"
|
||||
@ -207,7 +207,7 @@ Partial Class frmMain
|
||||
'AbschlussPaketeToolStripMenuItem
|
||||
'
|
||||
Me.AbschlussPaketeToolStripMenuItem.Name = "AbschlussPaketeToolStripMenuItem"
|
||||
Me.AbschlussPaketeToolStripMenuItem.Size = New System.Drawing.Size(199, 26)
|
||||
Me.AbschlussPaketeToolStripMenuItem.Size = New System.Drawing.Size(198, 26)
|
||||
Me.AbschlussPaketeToolStripMenuItem.Text = "Abschluss Pakete"
|
||||
'
|
||||
'KonfigurationenToolStripMenuItem
|
||||
@ -304,7 +304,7 @@ Partial Class frmMain
|
||||
Me.lblpackstueck.AutoSize = True
|
||||
Me.lblpackstueck.Location = New System.Drawing.Point(4, 88)
|
||||
Me.lblpackstueck.Name = "lblpackstueck"
|
||||
Me.lblpackstueck.Size = New System.Drawing.Size(204, 25)
|
||||
Me.lblpackstueck.Size = New System.Drawing.Size(203, 25)
|
||||
Me.lblpackstueck.TabIndex = 3
|
||||
Me.lblpackstueck.Text = "Anzahl der Packstücke:"
|
||||
'
|
||||
@ -530,7 +530,7 @@ Partial Class frmMain
|
||||
'
|
||||
Me.tsinfolabel.Image = Global.KommiCollo.My.Resources.Resources.A_1
|
||||
Me.tsinfolabel.Name = "tsinfolabel"
|
||||
Me.tsinfolabel.Size = New System.Drawing.Size(137, 17)
|
||||
Me.tsinfolabel.Size = New System.Drawing.Size(136, 17)
|
||||
Me.tsinfolabel.Text = "ToolStripStatusLabel1"
|
||||
Me.tsinfolabel.Visible = False
|
||||
'
|
||||
@ -564,11 +564,12 @@ Partial Class frmMain
|
||||
'
|
||||
'Button1
|
||||
'
|
||||
Me.Button1.Location = New System.Drawing.Point(24, 256)
|
||||
Me.Button1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Button1.Location = New System.Drawing.Point(12, 365)
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.Size = New System.Drawing.Size(75, 23)
|
||||
Me.Button1.Size = New System.Drawing.Size(87, 34)
|
||||
Me.Button1.TabIndex = 4
|
||||
Me.Button1.Text = "Button1"
|
||||
Me.Button1.Text = "Druckmenü"
|
||||
Me.Button1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'txtPaketID
|
||||
@ -607,6 +608,7 @@ Partial Class frmMain
|
||||
'
|
||||
'btnAddPaket
|
||||
'
|
||||
Me.btnAddPaket.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.btnAddPaket.Image = Global.KommiCollo.My.Resources.Resources.package_add
|
||||
Me.btnAddPaket.ImageAlign = System.Drawing.ContentAlignment.TopLeft
|
||||
Me.btnAddPaket.Location = New System.Drawing.Point(12, 17)
|
||||
@ -657,7 +659,7 @@ Partial Class frmMain
|
||||
Me.btnPrintOptions.Location = New System.Drawing.Point(362, 306)
|
||||
Me.btnPrintOptions.Name = "btnPrintOptions"
|
||||
Me.btnPrintOptions.Size = New System.Drawing.Size(158, 39)
|
||||
Me.btnPrintOptions.TabIndex = 28
|
||||
Me.btnPrintOptions.TabIndex = 5
|
||||
Me.btnPrintOptions.Text = "Druck-Optionen"
|
||||
Me.btnPrintOptions.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnPrintOptions.UseVisualStyleBackColor = True
|
||||
@ -705,7 +707,7 @@ Partial Class frmMain
|
||||
Me.ListBox1.Location = New System.Drawing.Point(11, 151)
|
||||
Me.ListBox1.Name = "ListBox1"
|
||||
Me.ListBox1.Size = New System.Drawing.Size(533, 72)
|
||||
Me.ListBox1.TabIndex = 28
|
||||
Me.ListBox1.TabIndex = 3
|
||||
Me.ListBox1.ValueMember = "GUID"
|
||||
'
|
||||
'TBKOMMCOLLI_HINWEISBindingSource
|
||||
@ -720,7 +722,7 @@ Partial Class frmMain
|
||||
Me.btnAddTextschlüssel.Location = New System.Drawing.Point(554, 105)
|
||||
Me.btnAddTextschlüssel.Name = "btnAddTextschlüssel"
|
||||
Me.btnAddTextschlüssel.Size = New System.Drawing.Size(171, 29)
|
||||
Me.btnAddTextschlüssel.TabIndex = 27
|
||||
Me.btnAddTextschlüssel.TabIndex = 2
|
||||
Me.btnAddTextschlüssel.Text = "Text hinzufügen"
|
||||
Me.btnAddTextschlüssel.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnAddTextschlüssel.UseVisualStyleBackColor = True
|
||||
@ -739,7 +741,7 @@ Partial Class frmMain
|
||||
Me.txtHinweistext.Location = New System.Drawing.Point(11, 105)
|
||||
Me.txtHinweistext.Name = "txtHinweistext"
|
||||
Me.txtHinweistext.Size = New System.Drawing.Size(533, 29)
|
||||
Me.txtHinweistext.TabIndex = 26
|
||||
Me.txtHinweistext.TabIndex = 1
|
||||
'
|
||||
'cmbTextschlüssel
|
||||
'
|
||||
@ -749,7 +751,7 @@ Partial Class frmMain
|
||||
Me.cmbTextschlüssel.Location = New System.Drawing.Point(11, 49)
|
||||
Me.cmbTextschlüssel.Name = "cmbTextschlüssel"
|
||||
Me.cmbTextschlüssel.Size = New System.Drawing.Size(533, 29)
|
||||
Me.cmbTextschlüssel.TabIndex = 24
|
||||
Me.cmbTextschlüssel.TabIndex = 0
|
||||
Me.cmbTextschlüssel.ValueMember = "GUID"
|
||||
'
|
||||
'TBKOMMCOLLI_TEXTSCHLUESSELBindingSource
|
||||
@ -776,7 +778,7 @@ Partial Class frmMain
|
||||
Me.GridControlPos.MainView = Me.grvwGridPos
|
||||
Me.GridControlPos.Name = "GridControlPos"
|
||||
Me.GridControlPos.Size = New System.Drawing.Size(748, 146)
|
||||
Me.GridControlPos.TabIndex = 17
|
||||
Me.GridControlPos.TabIndex = 2
|
||||
Me.GridControlPos.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.grvwGridPos})
|
||||
'
|
||||
'TBKOMMCOLLI_SDGPOSITIONENBindingSource
|
||||
@ -837,7 +839,7 @@ Partial Class frmMain
|
||||
Me.btnnewPallet.Location = New System.Drawing.Point(551, 306)
|
||||
Me.btnnewPallet.Name = "btnnewPallet"
|
||||
Me.btnnewPallet.Size = New System.Drawing.Size(216, 39)
|
||||
Me.btnnewPallet.TabIndex = 21
|
||||
Me.btnnewPallet.TabIndex = 6
|
||||
Me.btnnewPallet.Text = "Neue Palette"
|
||||
Me.btnnewPallet.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnnewPallet.UseVisualStyleBackColor = True
|
||||
@ -853,45 +855,45 @@ Partial Class frmMain
|
||||
'
|
||||
'btnPalfertig
|
||||
'
|
||||
Me.btnPalfertig.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left),System.Windows.Forms.AnchorStyles)
|
||||
Me.btnPalfertig.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.btnPalfertig.Image = Global.KommiCollo.My.Resources.Resources.package_go
|
||||
Me.btnPalfertig.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnPalfertig.Location = New System.Drawing.Point(185, 306)
|
||||
Me.btnPalfertig.Name = "btnPalfertig"
|
||||
Me.btnPalfertig.Size = New System.Drawing.Size(171, 38)
|
||||
Me.btnPalfertig.TabIndex = 19
|
||||
Me.btnPalfertig.TabIndex = 4
|
||||
Me.btnPalfertig.Text = "Palette fertig"
|
||||
Me.btnPalfertig.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnPalfertig.UseVisualStyleBackColor = true
|
||||
Me.btnPalfertig.UseVisualStyleBackColor = True
|
||||
'
|
||||
'btndeletePos
|
||||
'
|
||||
Me.btndeletePos.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left),System.Windows.Forms.AnchorStyles)
|
||||
Me.btndeletePos.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.btndeletePos.Image = Global.KommiCollo.My.Resources.Resources.delete2
|
||||
Me.btndeletePos.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btndeletePos.Location = New System.Drawing.Point(19, 305)
|
||||
Me.btndeletePos.Name = "btndeletePos"
|
||||
Me.btndeletePos.Size = New System.Drawing.Size(160, 39)
|
||||
Me.btndeletePos.TabIndex = 18
|
||||
Me.btndeletePos.TabIndex = 3
|
||||
Me.btndeletePos.Text = "Lösche Position"
|
||||
Me.btndeletePos.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btndeletePos.UseVisualStyleBackColor = true
|
||||
Me.btndeletePos.UseVisualStyleBackColor = True
|
||||
'
|
||||
'cmbLHM
|
||||
'
|
||||
Me.cmbLHM.DisplayMember = "TERMIN_KZ"
|
||||
Me.cmbLHM.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
|
||||
Me.cmbLHM.FormattingEnabled = true
|
||||
Me.cmbLHM.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.cmbLHM.FormattingEnabled = True
|
||||
Me.cmbLHM.Location = New System.Drawing.Point(185, 17)
|
||||
Me.cmbLHM.Name = "cmbLHM"
|
||||
Me.cmbLHM.Size = New System.Drawing.Size(291, 33)
|
||||
Me.cmbLHM.TabIndex = 15
|
||||
Me.cmbLHM.TabIndex = 0
|
||||
Me.cmbLHM.ValueMember = "TERMIN_KZ"
|
||||
'
|
||||
'Label6
|
||||
'
|
||||
Me.Label6.AutoSize = true
|
||||
Me.Label6.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
|
||||
Me.Label6.AutoSize = True
|
||||
Me.Label6.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label6.Location = New System.Drawing.Point(182, 97)
|
||||
Me.Label6.Name = "Label6"
|
||||
Me.Label6.Size = New System.Drawing.Size(396, 17)
|
||||
@ -900,27 +902,27 @@ Partial Class frmMain
|
||||
'
|
||||
'btnSendungFertig
|
||||
'
|
||||
Me.btnSendungFertig.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left),System.Windows.Forms.AnchorStyles)
|
||||
Me.btnSendungFertig.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
|
||||
Me.btnSendungFertig.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.btnSendungFertig.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.btnSendungFertig.Image = Global.KommiCollo.My.Resources.Resources.package_go
|
||||
Me.btnSendungFertig.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnSendungFertig.Location = New System.Drawing.Point(18, 592)
|
||||
Me.btnSendungFertig.Name = "btnSendungFertig"
|
||||
Me.btnSendungFertig.Size = New System.Drawing.Size(216, 45)
|
||||
Me.btnSendungFertig.TabIndex = 10
|
||||
Me.btnSendungFertig.TabIndex = 7
|
||||
Me.btnSendungFertig.Text = "Sendung fertig"
|
||||
Me.btnSendungFertig.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnSendungFertig.UseVisualStyleBackColor = true
|
||||
Me.btnSendungFertig.UseVisualStyleBackColor = True
|
||||
'
|
||||
'txtScanHUP
|
||||
'
|
||||
Me.txtScanHUP.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles)
|
||||
Me.txtScanHUP.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
|
||||
Me.txtScanHUP.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.txtScanHUP.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.txtScanHUP.Location = New System.Drawing.Point(185, 61)
|
||||
Me.txtScanHUP.Name = "txtScanHUP"
|
||||
Me.txtScanHUP.Size = New System.Drawing.Size(694, 33)
|
||||
Me.txtScanHUP.TabIndex = 6
|
||||
Me.txtScanHUP.TabIndex = 1
|
||||
'
|
||||
'Label9
|
||||
'
|
||||
|
||||
@ -590,7 +590,8 @@ Public Class frmMain
|
||||
End Sub
|
||||
|
||||
Private Sub Button1_Click_1(sender As Object, e As EventArgs) Handles Button1.Click
|
||||
frmLabel.ShowDialog()
|
||||
'frmLabel.ShowDialog()
|
||||
frmPrintOptions.ShowDialog()
|
||||
|
||||
End Sub
|
||||
|
||||
|
||||
@ -47,7 +47,7 @@ Public Class frmStammdatenverwaltung
|
||||
|
||||
Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click
|
||||
Me.folderBrowserDialog.SelectedPath = Me.SPEICHERORTTextBox.Text
|
||||
If Me.folderBrowserDialog.ShowDialog = Windows.Forms.DialogResult.OK Then
|
||||
If Me.folderBrowserDialog.ShowDialog = DialogResult.OK Then
|
||||
Me.SPEICHERORTTextBox.Text = Me.folderBrowserDialog.SelectedPath
|
||||
End If
|
||||
End Sub
|
||||
|
||||
@ -1 +1 @@
|
||||
97ac3e49446a279a3e0dc1f5e8c5b2d30109bc11
|
||||
f1952cb9d23abc7240e643a83a71794c2a764928
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -33,3 +33,105 @@ E:\SchreiberM\Visual Studio\Aktuelle Projekte\Kunden\Schaum\KommiCollo\KommiColl
|
||||
E:\SchreiberM\Visual Studio\Aktuelle Projekte\Kunden\Schaum\KommiCollo\KommiCollo\obj\x86\Debug\RdlCompile.compiled
|
||||
E:\SchreiberM\Visual Studio\Aktuelle Projekte\Kunden\Schaum\KommiCollo\KommiCollo\bin\Debug\Testreport.rdlc
|
||||
E:\SchreiberM\Visual Studio\Aktuelle Projekte\Kunden\Schaum\KommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.frmPrintOptions.resources
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\obj\x86\Debug\KommiCollo.vbprojResolveAssemblyReference.cache
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\obj\x86\Debug\KommiCollo.frmAbschluss.resources
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\obj\x86\Debug\KommiCollo.frmConnection.resources
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\obj\x86\Debug\KommiCollo.frmLabel.resources
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\obj\x86\Debug\KommiCollo.frmMain.resources
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\obj\x86\Debug\KommiCollo.frmPrintOptions.resources
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\obj\x86\Debug\KommiCollo.frmStammdatenverwaltung.resources
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\obj\x86\Debug\KommiCollo.Resources.resources
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\obj\x86\Debug\KommiCollo.vbproj.GenerateResource.Cache
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\obj\x86\Debug\KommiCollo.exe.licenses
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\Testreport.rdlc
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\KommiCollo.exe.config
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\KommiCollo.exe
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\KommiCollo.pdb
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\KommiCollo.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.Data.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.Printing.v15.2.Core.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.Utils.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.XtraEditors.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.XtraGrid.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.XtraLayout.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.XtraPrinting.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\Microsoft.ReportViewer.Common.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\Microsoft.ReportViewer.ProcessingObjectModel.DLL
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\Microsoft.ReportViewer.WinForms.DLL
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\Microsoft.SqlServer.Types.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.Sparkline.v15.2.Core.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.RichEdit.v15.2.Core.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.XtraBars.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.XtraTreeList.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.Office.v15.2.Core.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.Pdf.v15.2.Core.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.Pdf.v15.2.Drawing.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.Data.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.Printing.v15.2.Core.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.Utils.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.XtraEditors.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.XtraGrid.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.XtraLayout.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.XtraPrinting.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.Sparkline.v15.2.Core.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.RichEdit.v15.2.Core.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.XtraBars.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.XtraTreeList.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.Office.v15.2.Core.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.Pdf.v15.2.Core.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\DevExpress.Pdf.v15.2.Drawing.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\de\DevExpress.Data.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\es\DevExpress.Data.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\ja\DevExpress.Data.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\ru\DevExpress.Data.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\de\DevExpress.Printing.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\es\DevExpress.Printing.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\ja\DevExpress.Printing.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\ru\DevExpress.Printing.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\de\DevExpress.Utils.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\es\DevExpress.Utils.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\ja\DevExpress.Utils.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\ru\DevExpress.Utils.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\de\DevExpress.XtraEditors.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\es\DevExpress.XtraEditors.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\ja\DevExpress.XtraEditors.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\ru\DevExpress.XtraEditors.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\de\DevExpress.XtraGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\es\DevExpress.XtraGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\ja\DevExpress.XtraGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\ru\DevExpress.XtraGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\de\DevExpress.XtraLayout.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\es\DevExpress.XtraLayout.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\ja\DevExpress.XtraLayout.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\ru\DevExpress.XtraLayout.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\de\DevExpress.XtraPrinting.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\es\DevExpress.XtraPrinting.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\ja\DevExpress.XtraPrinting.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\ru\DevExpress.XtraPrinting.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\de\DevExpress.Sparkline.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\es\DevExpress.Sparkline.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\ja\DevExpress.Sparkline.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\ru\DevExpress.Sparkline.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\de\DevExpress.RichEdit.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\es\DevExpress.RichEdit.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\ja\DevExpress.RichEdit.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\ru\DevExpress.RichEdit.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\de\DevExpress.XtraBars.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\es\DevExpress.XtraBars.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\ja\DevExpress.XtraBars.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\ru\DevExpress.XtraBars.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\de\DevExpress.XtraTreeList.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\es\DevExpress.XtraTreeList.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\ja\DevExpress.XtraTreeList.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\ru\DevExpress.XtraTreeList.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\de\DevExpress.Office.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\es\DevExpress.Office.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\ja\DevExpress.Office.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\ru\DevExpress.Office.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\de\DevExpress.Pdf.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\es\DevExpress.Pdf.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\ja\DevExpress.Pdf.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\bin\Debug\ru\DevExpress.Pdf.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\obj\x86\Debug\KommiCollo.exe
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\obj\x86\Debug\KommiCollo.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\obj\x86\Debug\KommiCollo.pdb
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user