This commit is contained in:
Digital Data - Marlon Schreiber 2017-06-06 13:35:56 +02:00
parent 1901ee6cb1
commit 6692b80456
59 changed files with 1311 additions and 1167 deletions

BIN
.vs/MC_SUPPLYWATCH/v15/.suo Normal file

Binary file not shown.

View File

@ -66,7 +66,15 @@
<File Id="DevExpress.XtraLayout.v15.2" Name="DevExpress.XtraLayout.v15.2.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraLayout.v15.2.dll"/> <File Id="DevExpress.XtraLayout.v15.2" Name="DevExpress.XtraLayout.v15.2.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraLayout.v15.2.dll"/>
<File Id="DevExpress.XtraPrinting.v15.2" Name="DevExpress.XtraPrinting.v15.2.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraPrinting.v15.2.dll"/> <File Id="DevExpress.XtraPrinting.v15.2" Name="DevExpress.XtraPrinting.v15.2.dll" Source="D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraPrinting.v15.2.dll"/>
</Component> </Component>
<Component Id="MicrosoftLibs" Guid="1D1EE1AF-0A42-4A8C-922E-84AE50F10209">
<File Id="Microsoft.Office.Core.Data.v15.2" Name="Office.dll" Source="C:\WINDOWS\assembly\GAC_MSIL\Office\15.0.0.0__71e9bce111e9429c\Office.dll" KeyPath="yes"/>
<File Id="Microsoft.Office.Interop.Excel" Name="Microsoft.Office.Interop.Excel.dll" Source="C:\WINDOWS\assembly\GAC_MSIL\Microsoft.Office.Interop.Excel\15.0.0.0__71e9bce111e9429c\Microsoft.Office.Interop.Excel.dll"/>
<File Id="Microsoft.ReportViewer.Common" Name="Microsoft.ReportViewer.Common.dll" Source="E:\SchreiberM\Visual Studio\GIT\Supplywatch\packages\Microsoft.Reporting.WinForms.v11.1.0.0.0\lib\Microsoft.ReportViewer.Common.dll"/>
<File Id="Microsoft.ReportViewer.ProcessingObjectModel.DLL" Name="Microsoft.ReportViewer.ProcessingObjectModel.DLL" Source="E:\SchreiberM\Visual Studio\GIT\Supplywatch\packages\Microsoft.Reporting.WinForms.v11.1.0.0.0\lib\Microsoft.ReportViewer.ProcessingObjectModel.DLL"/>
<File Id="Microsoft.ReportViewer.WinForms.DLL" Name="Microsoft.ReportViewer.WinForms.DLL" Source="E:\SchreiberM\Visual Studio\GIT\Supplywatch\packages\Microsoft.Reporting.WinForms.v11.1.0.0.0\lib\Microsoft.ReportViewer.WinForms.DLL"/>
<File Id="Microsoft.SqlServer.Types.dll" Name="Microsoft.SqlServer.Types.dll" Source="E:\SchreiberM\Visual Studio\GIT\Supplywatch\packages\Microsoft.Reporting.WinForms.v11.1.0.0.0\lib\Microsoft.SqlServer.Types.dll"/>
</Component>
<Component Id="RegistryKeys" Guid="4503BF18-22F2-4DBF-B281-06DE039F52C8"> <Component Id="RegistryKeys" Guid="4503BF18-22F2-4DBF-B281-06DE039F52C8">
<RegistryKey Root="HKCU" Key="Software"> <RegistryKey Root="HKCU" Key="Software">
@ -97,6 +105,7 @@
<ComponentRef Id="MainApplicationExe" /> <ComponentRef Id="MainApplicationExe" />
<ComponentRef Id="RegistryKeys" /> <ComponentRef Id="RegistryKeys" />
<ComponentRef Id="DevExpressLibs" /> <ComponentRef Id="DevExpressLibs" />
<ComponentRef Id="MicrosoftLibs" />
<ComponentRef Id="ProgramMenuDir" /> <ComponentRef Id="ProgramMenuDir" />
</Feature> </Feature>

View File

@ -49,7 +49,7 @@
--> -->
<Target Name="BeforeBuild"> <Target Name="BeforeBuild">
   <!-- Get the programs assembly version from the .exe file -->    <!-- Get the programs assembly version from the .exe file -->
   <GetAssemblyIdentity AssemblyFiles="..\Supplywatch\bin\$(Configuration)\MCSUPPLYWATCH.exe">    <GetAssemblyIdentity AssemblyFiles="..\Supplywatch\bin\$(Configuration)\SUPPLYWATCH.exe">
     <Output TaskParameter="Assemblies" ItemName="AsmInfo" />      <Output TaskParameter="Assemblies" ItemName="AsmInfo" />
       
</GetAssemblyIdentity> </GetAssemblyIdentity>

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,2 @@
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Setup\bin\Debug\MC_SUPPLYWATCH-x86-5.1.0.0.msi
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Setup\bin\Debug\MC_SUPPLYWATCH-x86-5.1.0.0.wixpdb

View File

@ -0,0 +1,14 @@
D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.Data.v15.2.dll
D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.Printing.v15.2.Core.dll
D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.Utils.v15.2.dll
D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraEditors.v15.2.dll
D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraGrid.v15.2.dll
D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraLayout.v15.2.dll
D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraPrinting.v15.2.dll
..\Supplywatch\bin\Debug\SUPPLYWATCH.exe
C:\WINDOWS\assembly\GAC_MSIL\Office\15.0.0.0__71e9bce111e9429c\Office.dll
C:\WINDOWS\assembly\GAC_MSIL\Microsoft.Office.Interop.Excel\15.0.0.0__71e9bce111e9429c\Microsoft.Office.Interop.Excel.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\packages\Microsoft.Reporting.WinForms.v11.1.0.0.0\lib\Microsoft.ReportViewer.Common.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\packages\Microsoft.Reporting.WinForms.v11.1.0.0.0\lib\Microsoft.ReportViewer.ProcessingObjectModel.DLL
E:\SchreiberM\Visual Studio\GIT\Supplywatch\packages\Microsoft.Reporting.WinForms.v11.1.0.0.0\lib\Microsoft.ReportViewer.WinForms.DLL
E:\SchreiberM\Visual Studio\GIT\Supplywatch\packages\Microsoft.Reporting.WinForms.v11.1.0.0.0\lib\Microsoft.SqlServer.Types.dll

View File

@ -0,0 +1,2 @@
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Setup\bin\Debug\MC_SUPPLYWATCH-x86-5.1.0.0.msi
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Setup\bin\Debug\MC_SUPPLYWATCH-x86-5.1.0.0.wixpdb

View File

@ -0,0 +1,6 @@
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Setup\bin\Debug\MC_SUPPLYWATCH-x86-5.1.0.0.msi
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Setup\bin\Debug\MC_SUPPLYWATCH-x86-5.1.0.0.wixpdb
obj\Debug\Product.wixobj
obj\Debug\Setup.wixproj.BindContentsFileListnull.txt
obj\Debug\Setup.wixproj.BindOutputsFileListnull.txt
obj\Debug\Setup.wixproj.BindBuiltOutputsFileListnull.txt

View File

@ -5067,7 +5067,7 @@ Namespace DS_ReportingTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -5274,7 +5274,7 @@ Namespace DS_ReportingTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -5602,7 +5602,7 @@ Namespace DS_ReportingTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -5785,7 +5785,7 @@ Namespace DS_ReportingTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -5971,7 +5971,7 @@ Namespace DS_ReportingTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -6153,7 +6153,7 @@ Namespace DS_ReportingTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -6336,7 +6336,7 @@ Namespace DS_ReportingTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -6528,7 +6528,7 @@ Namespace DS_ReportingTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _

View File

@ -4,7 +4,7 @@
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource"> <xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource"> <DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<Connections> <Connections>
<Connection AppSettingsObjectName="MySettings" AppSettingsPropertyName="MC_SUPPLYWATCHConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="MC_SUPPLYWATCHConnectionString (MySettings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.MCSUPPLYWATCH.My.MySettings.GlobalReference.Default.MC_SUPPLYWATCHConnectionString" Provider="System.Data.SqlClient" /> <Connection AppSettingsObjectName="MySettings" AppSettingsPropertyName="MC_SUPPLYWATCHConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="MC_SUPPLYWATCHConnectionString (MySettings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.SUPPLYWATCH.My.MySettings.GlobalReference.Default.MC_SUPPLYWATCHConnectionString" Provider="System.Data.SqlClient" />
</Connections> </Connections>
<Tables> <Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="VWNotInListTableAdapter" GeneratorDataComponentClassName="VWNotInListTableAdapter" Name="VWNotInList" UserDataComponentName="VWNotInListTableAdapter"> <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="VWNotInListTableAdapter" GeneratorDataComponentClassName="VWNotInListTableAdapter" Name="VWNotInList" UserDataComponentName="VWNotInListTableAdapter">
@ -256,7 +256,7 @@ FROM Vwseriennr_nie_da</CommandText>
<xs:element name="DS_Reporting" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="DS_Reporting" msprop:Generator_UserDSName="DS_Reporting"> <xs:element name="DS_Reporting" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="DS_Reporting" msprop:Generator_UserDSName="DS_Reporting">
<xs:complexType> <xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="VWNotInList" msprop:Generator_TableClassName="VWNotInListDataTable" msprop:Generator_TableVarName="tableVWNotInList" msprop:Generator_TablePropName="VWNotInList" msprop:Generator_RowDeletingName="VWNotInListRowDeleting" msprop:Generator_UserTableName="VWNotInList" msprop:Generator_RowChangingName="VWNotInListRowChanging" msprop:Generator_RowEvHandlerName="VWNotInListRowChangeEventHandler" msprop:Generator_RowDeletedName="VWNotInListRowDeleted" msprop:Generator_RowEvArgName="VWNotInListRowChangeEvent" msprop:Generator_RowChangedName="VWNotInListRowChanged" msprop:Generator_RowClassName="VWNotInListRow"> <xs:element name="VWNotInList" msprop:Generator_TableClassName="VWNotInListDataTable" msprop:Generator_TableVarName="tableVWNotInList" msprop:Generator_RowChangedName="VWNotInListRowChanged" msprop:Generator_TablePropName="VWNotInList" msprop:Generator_RowDeletingName="VWNotInListRowDeleting" msprop:Generator_RowChangingName="VWNotInListRowChanging" msprop:Generator_RowEvHandlerName="VWNotInListRowChangeEventHandler" msprop:Generator_RowDeletedName="VWNotInListRowDeleted" msprop:Generator_RowClassName="VWNotInListRow" msprop:Generator_UserTableName="VWNotInList" msprop:Generator_RowEvArgName="VWNotInListRowChangeEvent">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="VERTRAGSNR" msprop:Generator_ColumnVarNameInTable="columnVERTRAGSNR" msprop:Generator_ColumnPropNameInRow="VERTRAGSNR" msprop:Generator_ColumnPropNameInTable="VERTRAGSNRColumn" msprop:Generator_UserColumnName="VERTRAGSNR"> <xs:element name="VERTRAGSNR" msprop:Generator_ColumnVarNameInTable="columnVERTRAGSNR" msprop:Generator_ColumnPropNameInRow="VERTRAGSNR" msprop:Generator_ColumnPropNameInTable="VERTRAGSNRColumn" msprop:Generator_UserColumnName="VERTRAGSNR">
@ -298,7 +298,7 @@ FROM Vwseriennr_nie_da</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBVERTRAG_NOTEXIST" msprop:Generator_TableClassName="TBVERTRAG_NOTEXISTDataTable" msprop:Generator_TableVarName="tableTBVERTRAG_NOTEXIST" msprop:Generator_TablePropName="TBVERTRAG_NOTEXIST" msprop:Generator_RowDeletingName="TBVERTRAG_NOTEXISTRowDeleting" msprop:Generator_UserTableName="TBVERTRAG_NOTEXIST" msprop:Generator_RowChangingName="TBVERTRAG_NOTEXISTRowChanging" msprop:Generator_RowEvHandlerName="TBVERTRAG_NOTEXISTRowChangeEventHandler" msprop:Generator_RowDeletedName="TBVERTRAG_NOTEXISTRowDeleted" msprop:Generator_RowEvArgName="TBVERTRAG_NOTEXISTRowChangeEvent" msprop:Generator_RowChangedName="TBVERTRAG_NOTEXISTRowChanged" msprop:Generator_RowClassName="TBVERTRAG_NOTEXISTRow"> <xs:element name="TBVERTRAG_NOTEXIST" msprop:Generator_TableClassName="TBVERTRAG_NOTEXISTDataTable" msprop:Generator_TableVarName="tableTBVERTRAG_NOTEXIST" msprop:Generator_RowChangedName="TBVERTRAG_NOTEXISTRowChanged" msprop:Generator_TablePropName="TBVERTRAG_NOTEXIST" msprop:Generator_RowDeletingName="TBVERTRAG_NOTEXISTRowDeleting" msprop:Generator_RowChangingName="TBVERTRAG_NOTEXISTRowChanging" msprop:Generator_RowEvHandlerName="TBVERTRAG_NOTEXISTRowChangeEventHandler" msprop:Generator_RowDeletedName="TBVERTRAG_NOTEXISTRowDeleted" msprop:Generator_RowClassName="TBVERTRAG_NOTEXISTRow" msprop:Generator_UserTableName="TBVERTRAG_NOTEXIST" msprop:Generator_RowEvArgName="TBVERTRAG_NOTEXISTRowChangeEvent">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -327,7 +327,7 @@ FROM Vwseriennr_nie_da</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="VWGERAET_MELDUNG_FEHLT" msprop:Generator_TableClassName="VWGERAET_MELDUNG_FEHLTDataTable" msprop:Generator_TableVarName="tableVWGERAET_MELDUNG_FEHLT" msprop:Generator_TablePropName="VWGERAET_MELDUNG_FEHLT" msprop:Generator_RowDeletingName="VWGERAET_MELDUNG_FEHLTRowDeleting" msprop:Generator_UserTableName="VWGERAET_MELDUNG_FEHLT" msprop:Generator_RowChangingName="VWGERAET_MELDUNG_FEHLTRowChanging" msprop:Generator_RowEvHandlerName="VWGERAET_MELDUNG_FEHLTRowChangeEventHandler" msprop:Generator_RowDeletedName="VWGERAET_MELDUNG_FEHLTRowDeleted" msprop:Generator_RowEvArgName="VWGERAET_MELDUNG_FEHLTRowChangeEvent" msprop:Generator_RowChangedName="VWGERAET_MELDUNG_FEHLTRowChanged" msprop:Generator_RowClassName="VWGERAET_MELDUNG_FEHLTRow"> <xs:element name="VWGERAET_MELDUNG_FEHLT" msprop:Generator_TableClassName="VWGERAET_MELDUNG_FEHLTDataTable" msprop:Generator_TableVarName="tableVWGERAET_MELDUNG_FEHLT" msprop:Generator_RowChangedName="VWGERAET_MELDUNG_FEHLTRowChanged" msprop:Generator_TablePropName="VWGERAET_MELDUNG_FEHLT" msprop:Generator_RowDeletingName="VWGERAET_MELDUNG_FEHLTRowDeleting" msprop:Generator_RowChangingName="VWGERAET_MELDUNG_FEHLTRowChanging" msprop:Generator_RowEvHandlerName="VWGERAET_MELDUNG_FEHLTRowChangeEventHandler" msprop:Generator_RowDeletedName="VWGERAET_MELDUNG_FEHLTRowDeleted" msprop:Generator_RowClassName="VWGERAET_MELDUNG_FEHLTRow" msprop:Generator_UserTableName="VWGERAET_MELDUNG_FEHLT" msprop:Generator_RowEvArgName="VWGERAET_MELDUNG_FEHLTRowChangeEvent">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="VERTRAGSNR" msprop:Generator_ColumnVarNameInTable="columnVERTRAGSNR" msprop:Generator_ColumnPropNameInRow="VERTRAGSNR" msprop:Generator_ColumnPropNameInTable="VERTRAGSNRColumn" msprop:Generator_UserColumnName="VERTRAGSNR"> <xs:element name="VERTRAGSNR" msprop:Generator_ColumnVarNameInTable="columnVERTRAGSNR" msprop:Generator_ColumnPropNameInRow="VERTRAGSNR" msprop:Generator_ColumnPropNameInTable="VERTRAGSNRColumn" msprop:Generator_UserColumnName="VERTRAGSNR">
@ -361,7 +361,7 @@ FROM Vwseriennr_nie_da</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="VWSUPPLY_OHNE_ZO" msprop:Generator_TableClassName="VWSUPPLY_OHNE_ZODataTable" msprop:Generator_TableVarName="tableVWSUPPLY_OHNE_ZO" msprop:Generator_TablePropName="VWSUPPLY_OHNE_ZO" msprop:Generator_RowDeletingName="VWSUPPLY_OHNE_ZORowDeleting" msprop:Generator_UserTableName="VWSUPPLY_OHNE_ZO" msprop:Generator_RowChangingName="VWSUPPLY_OHNE_ZORowChanging" msprop:Generator_RowEvHandlerName="VWSUPPLY_OHNE_ZORowChangeEventHandler" msprop:Generator_RowDeletedName="VWSUPPLY_OHNE_ZORowDeleted" msprop:Generator_RowEvArgName="VWSUPPLY_OHNE_ZORowChangeEvent" msprop:Generator_RowChangedName="VWSUPPLY_OHNE_ZORowChanged" msprop:Generator_RowClassName="VWSUPPLY_OHNE_ZORow"> <xs:element name="VWSUPPLY_OHNE_ZO" msprop:Generator_TableClassName="VWSUPPLY_OHNE_ZODataTable" msprop:Generator_TableVarName="tableVWSUPPLY_OHNE_ZO" msprop:Generator_RowChangedName="VWSUPPLY_OHNE_ZORowChanged" msprop:Generator_TablePropName="VWSUPPLY_OHNE_ZO" msprop:Generator_RowDeletingName="VWSUPPLY_OHNE_ZORowDeleting" msprop:Generator_RowChangingName="VWSUPPLY_OHNE_ZORowChanging" msprop:Generator_RowEvHandlerName="VWSUPPLY_OHNE_ZORowChangeEventHandler" msprop:Generator_RowDeletedName="VWSUPPLY_OHNE_ZORowDeleted" msprop:Generator_RowClassName="VWSUPPLY_OHNE_ZORow" msprop:Generator_UserTableName="VWSUPPLY_OHNE_ZO" msprop:Generator_RowEvArgName="VWSUPPLY_OHNE_ZORowChangeEvent">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="MARKT" msprop:Generator_ColumnVarNameInTable="columnMARKT" msprop:Generator_ColumnPropNameInRow="MARKT" msprop:Generator_ColumnPropNameInTable="MARKTColumn" msprop:Generator_UserColumnName="MARKT"> <xs:element name="MARKT" msprop:Generator_ColumnVarNameInTable="columnMARKT" msprop:Generator_ColumnPropNameInRow="MARKT" msprop:Generator_ColumnPropNameInTable="MARKTColumn" msprop:Generator_UserColumnName="MARKT">
@ -419,7 +419,7 @@ FROM Vwseriennr_nie_da</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="VWSILENT_GERAET" msprop:Generator_TableClassName="VWSILENT_GERAETDataTable" msprop:Generator_TableVarName="tableVWSILENT_GERAET" msprop:Generator_TablePropName="VWSILENT_GERAET" msprop:Generator_RowDeletingName="VWSILENT_GERAETRowDeleting" msprop:Generator_UserTableName="VWSILENT_GERAET" msprop:Generator_RowChangingName="VWSILENT_GERAETRowChanging" msprop:Generator_RowEvHandlerName="VWSILENT_GERAETRowChangeEventHandler" msprop:Generator_RowDeletedName="VWSILENT_GERAETRowDeleted" msprop:Generator_RowEvArgName="VWSILENT_GERAETRowChangeEvent" msprop:Generator_RowChangedName="VWSILENT_GERAETRowChanged" msprop:Generator_RowClassName="VWSILENT_GERAETRow"> <xs:element name="VWSILENT_GERAET" msprop:Generator_TableClassName="VWSILENT_GERAETDataTable" msprop:Generator_TableVarName="tableVWSILENT_GERAET" msprop:Generator_RowChangedName="VWSILENT_GERAETRowChanged" msprop:Generator_TablePropName="VWSILENT_GERAET" msprop:Generator_RowDeletingName="VWSILENT_GERAETRowDeleting" msprop:Generator_RowChangingName="VWSILENT_GERAETRowChanging" msprop:Generator_RowEvHandlerName="VWSILENT_GERAETRowChangeEventHandler" msprop:Generator_RowDeletedName="VWSILENT_GERAETRowDeleted" msprop:Generator_RowClassName="VWSILENT_GERAETRow" msprop:Generator_UserTableName="VWSILENT_GERAET" msprop:Generator_RowEvArgName="VWSILENT_GERAETRowChangeEvent">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="VERTRAGSNR" msprop:Generator_ColumnVarNameInTable="columnVERTRAGSNR" msprop:Generator_ColumnPropNameInRow="VERTRAGSNR" msprop:Generator_ColumnPropNameInTable="VERTRAGSNRColumn" msprop:Generator_UserColumnName="VERTRAGSNR"> <xs:element name="VERTRAGSNR" msprop:Generator_ColumnVarNameInTable="columnVERTRAGSNR" msprop:Generator_ColumnPropNameInRow="VERTRAGSNR" msprop:Generator_ColumnPropNameInTable="VERTRAGSNRColumn" msprop:Generator_UserColumnName="VERTRAGSNR">
@ -460,7 +460,7 @@ FROM Vwseriennr_nie_da</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="VWSILENT_SUPPLIES" msprop:Generator_TableClassName="VWSILENT_SUPPLIESDataTable" msprop:Generator_TableVarName="tableVWSILENT_SUPPLIES" msprop:Generator_TablePropName="VWSILENT_SUPPLIES" msprop:Generator_RowDeletingName="VWSILENT_SUPPLIESRowDeleting" msprop:Generator_UserTableName="VWSILENT_SUPPLIES" msprop:Generator_RowChangingName="VWSILENT_SUPPLIESRowChanging" msprop:Generator_RowEvHandlerName="VWSILENT_SUPPLIESRowChangeEventHandler" msprop:Generator_RowDeletedName="VWSILENT_SUPPLIESRowDeleted" msprop:Generator_RowEvArgName="VWSILENT_SUPPLIESRowChangeEvent" msprop:Generator_RowChangedName="VWSILENT_SUPPLIESRowChanged" msprop:Generator_RowClassName="VWSILENT_SUPPLIESRow"> <xs:element name="VWSILENT_SUPPLIES" msprop:Generator_TableClassName="VWSILENT_SUPPLIESDataTable" msprop:Generator_TableVarName="tableVWSILENT_SUPPLIES" msprop:Generator_RowChangedName="VWSILENT_SUPPLIESRowChanged" msprop:Generator_TablePropName="VWSILENT_SUPPLIES" msprop:Generator_RowDeletingName="VWSILENT_SUPPLIESRowDeleting" msprop:Generator_RowChangingName="VWSILENT_SUPPLIESRowChanging" msprop:Generator_RowEvHandlerName="VWSILENT_SUPPLIESRowChangeEventHandler" msprop:Generator_RowDeletedName="VWSILENT_SUPPLIESRowDeleted" msprop:Generator_RowClassName="VWSILENT_SUPPLIESRow" msprop:Generator_UserTableName="VWSILENT_SUPPLIES" msprop:Generator_RowEvArgName="VWSILENT_SUPPLIESRowChangeEvent">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="VERTRAGSNR" msprop:Generator_ColumnVarNameInTable="columnVERTRAGSNR" msprop:Generator_ColumnPropNameInRow="VERTRAGSNR" msprop:Generator_ColumnPropNameInTable="VERTRAGSNRColumn" msprop:Generator_UserColumnName="VERTRAGSNR"> <xs:element name="VERTRAGSNR" msprop:Generator_ColumnVarNameInTable="columnVERTRAGSNR" msprop:Generator_ColumnPropNameInRow="VERTRAGSNR" msprop:Generator_ColumnPropNameInTable="VERTRAGSNRColumn" msprop:Generator_UserColumnName="VERTRAGSNR">
@ -523,7 +523,7 @@ FROM Vwseriennr_nie_da</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="VWSUPPLIES_NICHT_DEF" msprop:Generator_TableClassName="VWSUPPLIES_NICHT_DEFDataTable" msprop:Generator_TableVarName="tableVWSUPPLIES_NICHT_DEF" msprop:Generator_TablePropName="VWSUPPLIES_NICHT_DEF" msprop:Generator_RowDeletingName="VWSUPPLIES_NICHT_DEFRowDeleting" msprop:Generator_UserTableName="VWSUPPLIES_NICHT_DEF" msprop:Generator_RowChangingName="VWSUPPLIES_NICHT_DEFRowChanging" msprop:Generator_RowEvHandlerName="VWSUPPLIES_NICHT_DEFRowChangeEventHandler" msprop:Generator_RowDeletedName="VWSUPPLIES_NICHT_DEFRowDeleted" msprop:Generator_RowEvArgName="VWSUPPLIES_NICHT_DEFRowChangeEvent" msprop:Generator_RowChangedName="VWSUPPLIES_NICHT_DEFRowChanged" msprop:Generator_RowClassName="VWSUPPLIES_NICHT_DEFRow"> <xs:element name="VWSUPPLIES_NICHT_DEF" msprop:Generator_TableClassName="VWSUPPLIES_NICHT_DEFDataTable" msprop:Generator_TableVarName="tableVWSUPPLIES_NICHT_DEF" msprop:Generator_RowChangedName="VWSUPPLIES_NICHT_DEFRowChanged" msprop:Generator_TablePropName="VWSUPPLIES_NICHT_DEF" msprop:Generator_RowDeletingName="VWSUPPLIES_NICHT_DEFRowDeleting" msprop:Generator_RowChangingName="VWSUPPLIES_NICHT_DEFRowChanging" msprop:Generator_RowEvHandlerName="VWSUPPLIES_NICHT_DEFRowChangeEventHandler" msprop:Generator_RowDeletedName="VWSUPPLIES_NICHT_DEFRowDeleted" msprop:Generator_RowClassName="VWSUPPLIES_NICHT_DEFRow" msprop:Generator_UserTableName="VWSUPPLIES_NICHT_DEF" msprop:Generator_RowEvArgName="VWSUPPLIES_NICHT_DEFRowChangeEvent">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="MARKT" msprop:Generator_ColumnVarNameInTable="columnMARKT" msprop:Generator_ColumnPropNameInRow="MARKT" msprop:Generator_ColumnPropNameInTable="MARKTColumn" msprop:Generator_UserColumnName="MARKT"> <xs:element name="MARKT" msprop:Generator_ColumnVarNameInTable="columnMARKT" msprop:Generator_ColumnPropNameInRow="MARKT" msprop:Generator_ColumnPropNameInTable="MARKTColumn" msprop:Generator_UserColumnName="MARKT">
@ -581,7 +581,7 @@ FROM Vwseriennr_nie_da</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="VWSERIENNR_NIE_DA" msprop:Generator_TableClassName="VWSERIENNR_NIE_DADataTable" msprop:Generator_TableVarName="tableVWSERIENNR_NIE_DA" msprop:Generator_TablePropName="VWSERIENNR_NIE_DA" msprop:Generator_RowDeletingName="VWSERIENNR_NIE_DARowDeleting" msprop:Generator_UserTableName="VWSERIENNR_NIE_DA" msprop:Generator_RowChangingName="VWSERIENNR_NIE_DARowChanging" msprop:Generator_RowEvHandlerName="VWSERIENNR_NIE_DARowChangeEventHandler" msprop:Generator_RowDeletedName="VWSERIENNR_NIE_DARowDeleted" msprop:Generator_RowEvArgName="VWSERIENNR_NIE_DARowChangeEvent" msprop:Generator_RowChangedName="VWSERIENNR_NIE_DARowChanged" msprop:Generator_RowClassName="VWSERIENNR_NIE_DARow"> <xs:element name="VWSERIENNR_NIE_DA" msprop:Generator_TableClassName="VWSERIENNR_NIE_DADataTable" msprop:Generator_TableVarName="tableVWSERIENNR_NIE_DA" msprop:Generator_RowChangedName="VWSERIENNR_NIE_DARowChanged" msprop:Generator_TablePropName="VWSERIENNR_NIE_DA" msprop:Generator_RowDeletingName="VWSERIENNR_NIE_DARowDeleting" msprop:Generator_RowChangingName="VWSERIENNR_NIE_DARowChanging" msprop:Generator_RowEvHandlerName="VWSERIENNR_NIE_DARowChangeEventHandler" msprop:Generator_RowDeletedName="VWSERIENNR_NIE_DARowDeleted" msprop:Generator_RowClassName="VWSERIENNR_NIE_DARow" msprop:Generator_UserTableName="VWSERIENNR_NIE_DA" msprop:Generator_RowEvArgName="VWSERIENNR_NIE_DARowChangeEvent">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />

View File

@ -38,7 +38,7 @@ Partial Class FMDisclaimer
' '
'MainLayoutPanel 'MainLayoutPanel
' '
Me.MainLayoutPanel.BackgroundImage = Global.MCSUPPLYWATCH.My.Resources.Resources.DigitalDataLogo Me.MainLayoutPanel.BackgroundImage = Global.SUPPLYWATCH.My.Resources.Resources.DigitalDataLogo
Me.MainLayoutPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.MainLayoutPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
Me.MainLayoutPanel.ColumnCount = 2 Me.MainLayoutPanel.ColumnCount = 2
Me.MainLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 243.0!)) Me.MainLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 243.0!))

File diff suppressed because it is too large Load Diff

View File

@ -267,6 +267,9 @@
8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg==
</value> </value>
</data> </data>
<metadata name="rptViewerBestellungen.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="VWSUPPLIES_BESTELLUNG_GESENDETBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="VWSUPPLIES_BESTELLUNG_GESENDETBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>975, 602</value> <value>975, 602</value>
</metadata> </metadata>
@ -1013,7 +1016,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAA2 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAA2
CwAAAk1TRnQBSQFMAgEBAwEAAVABIQFQASEBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo CwAAAk1TRnQBSQFMAgEBAwEAAWABIQFgASEBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA

View File

@ -32,12 +32,12 @@ Namespace My
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _ <Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Protected Overrides Sub OnCreateMainForm() Protected Overrides Sub OnCreateMainForm()
Me.MainForm = Global.MCSUPPLYWATCH.FMMain Me.MainForm = Global.SUPPLYWATCH.FMMain
End Sub End Sub
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _ <Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Protected Overrides Sub OnCreateSplashScreen() Protected Overrides Sub OnCreateSplashScreen()
Me.SplashScreen = Global.MCSUPPLYWATCH.FMDisclaimer Me.SplashScreen = Global.SUPPLYWATCH.FMDisclaimer
End Sub End Sub
End Class End Class
End Namespace End Namespace

View File

@ -39,7 +39,7 @@ Namespace My.Resources
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
Get Get
If Object.ReferenceEquals(resourceMan, Nothing) Then If Object.ReferenceEquals(resourceMan, Nothing) Then
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("MCSUPPLYWATCH.Resources", GetType(Resources).Assembly) Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("SUPPLYWATCH.Resources", GetType(Resources).Assembly)
resourceMan = temp resourceMan = temp
End If End If
Return resourceMan Return resourceMan

View File

@ -641,9 +641,9 @@ Namespace My
Friend Module MySettingsProperty Friend Module MySettingsProperty
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _ <Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
Friend ReadOnly Property Settings() As Global.MCSUPPLYWATCH.My.MySettings Friend ReadOnly Property Settings() As Global.SUPPLYWATCH.My.MySettings
Get Get
Return Global.MCSUPPLYWATCH.My.MySettings.Default Return Global.SUPPLYWATCH.My.MySettings.Default
End Get End Get
End Property End Property
End Module End Module

View File

@ -29629,7 +29629,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -30110,7 +30110,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -30437,7 +30437,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -30611,7 +30611,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -30785,7 +30785,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -30959,7 +30959,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -31229,7 +31229,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -31842,7 +31842,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -32182,7 +32182,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -32486,7 +32486,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -32677,7 +32677,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -33048,7 +33048,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -33249,7 +33249,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -33603,7 +33603,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -34358,7 +34358,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -34532,7 +34532,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -34756,7 +34756,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -35527,7 +35527,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -35808,7 +35808,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -36554,7 +36554,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -37005,7 +37005,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -37436,7 +37436,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -38003,7 +38003,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -38498,7 +38498,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -38888,7 +38888,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -39098,7 +39098,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -39506,7 +39506,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -39829,7 +39829,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -40121,7 +40121,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -40454,7 +40454,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -40987,7 +40987,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -41910,7 +41910,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -42134,7 +42134,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -42385,7 +42385,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -42603,7 +42603,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -42985,7 +42985,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -43261,7 +43261,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -43439,7 +43439,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -43622,7 +43622,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -43808,7 +43808,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -43985,7 +43985,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -44174,7 +44174,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -44405,7 +44405,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -44619,7 +44619,7 @@ Namespace MyDatasetTableAdapters
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection() Private Sub InitConnection()
Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection()
Me._connection.ConnectionString = Global.MCSUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString Me._connection.ConnectionString = Global.SUPPLYWATCH.My.MySettings.Default.MC_SUPPLYWATCHConnectionString
End Sub End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _

View File

@ -4,7 +4,7 @@
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource"> <xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource"> <DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<Connections> <Connections>
<Connection AppSettingsObjectName="MySettings" AppSettingsPropertyName="MC_SUPPLYWATCHConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="MC_SUPPLYWATCHConnectionString (MySettings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.MCSUPPLYWATCH.My.MySettings.GlobalReference.Default.MC_SUPPLYWATCHConnectionString" Provider="System.Data.SqlClient" /> <Connection AppSettingsObjectName="MySettings" AppSettingsPropertyName="MC_SUPPLYWATCHConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="MC_SUPPLYWATCHConnectionString (MySettings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.SUPPLYWATCH.My.MySettings.GlobalReference.Default.MC_SUPPLYWATCHConnectionString" Provider="System.Data.SqlClient" />
</Connections> </Connections>
<Tables> <Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TBGERAETTableAdapter" GeneratorDataComponentClassName="TBGERAETTableAdapter" Name="TBGERAET" UserDataComponentName="TBGERAETTableAdapter"> <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TBGERAETTableAdapter" GeneratorDataComponentClassName="TBGERAETTableAdapter" Name="TBGERAET" UserDataComponentName="TBGERAETTableAdapter">
@ -3060,7 +3060,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
<xs:element name="MyDataset" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="MyDataset" msprop:Generator_UserDSName="MyDataset"> <xs:element name="MyDataset" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="MyDataset" msprop:Generator_UserDSName="MyDataset">
<xs:complexType> <xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="TBGERAET" msprop:Generator_TableClassName="TBGERAETDataTable" msprop:Generator_TableVarName="tableTBGERAET" msprop:Generator_RowChangedName="TBGERAETRowChanged" msprop:Generator_TablePropName="TBGERAET" msprop:Generator_RowDeletingName="TBGERAETRowDeleting" msprop:Generator_RowChangingName="TBGERAETRowChanging" msprop:Generator_RowEvHandlerName="TBGERAETRowChangeEventHandler" msprop:Generator_RowDeletedName="TBGERAETRowDeleted" msprop:Generator_RowClassName="TBGERAETRow" msprop:Generator_UserTableName="TBGERAET" msprop:Generator_RowEvArgName="TBGERAETRowChangeEvent"> <xs:element name="TBGERAET" msprop:Generator_TableClassName="TBGERAETDataTable" msprop:Generator_TableVarName="tableTBGERAET" msprop:Generator_TablePropName="TBGERAET" msprop:Generator_RowDeletingName="TBGERAETRowDeleting" msprop:Generator_RowChangingName="TBGERAETRowChanging" msprop:Generator_RowEvHandlerName="TBGERAETRowChangeEventHandler" msprop:Generator_RowDeletedName="TBGERAETRowDeleted" msprop:Generator_UserTableName="TBGERAET" msprop:Generator_RowChangedName="TBGERAETRowChanged" msprop:Generator_RowEvArgName="TBGERAETRowChangeEvent" msprop:Generator_RowClassName="TBGERAETRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -3163,7 +3163,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="VWSUPPLIES" msprop:Generator_TableClassName="VWSUPPLIESDataTable" msprop:Generator_TableVarName="tableVWSUPPLIES" msprop:Generator_RowChangedName="VWSUPPLIESRowChanged" msprop:Generator_TablePropName="VWSUPPLIES" msprop:Generator_RowDeletingName="VWSUPPLIESRowDeleting" msprop:Generator_RowChangingName="VWSUPPLIESRowChanging" msprop:Generator_RowEvHandlerName="VWSUPPLIESRowChangeEventHandler" msprop:Generator_RowDeletedName="VWSUPPLIESRowDeleted" msprop:Generator_RowClassName="VWSUPPLIESRow" msprop:Generator_UserTableName="VWSUPPLIES" msprop:Generator_RowEvArgName="VWSUPPLIESRowChangeEvent"> <xs:element name="VWSUPPLIES" msprop:Generator_TableClassName="VWSUPPLIESDataTable" msprop:Generator_TableVarName="tableVWSUPPLIES" msprop:Generator_TablePropName="VWSUPPLIES" msprop:Generator_RowDeletingName="VWSUPPLIESRowDeleting" msprop:Generator_RowChangingName="VWSUPPLIESRowChanging" msprop:Generator_RowEvHandlerName="VWSUPPLIESRowChangeEventHandler" msprop:Generator_RowDeletedName="VWSUPPLIESRowDeleted" msprop:Generator_UserTableName="VWSUPPLIES" msprop:Generator_RowChangedName="VWSUPPLIESRowChanged" msprop:Generator_RowEvArgName="VWSUPPLIESRowChangeEvent" msprop:Generator_RowClassName="VWSUPPLIESRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="SUPPLY_ID" msprop:Generator_ColumnVarNameInTable="columnSUPPLY_ID" msprop:Generator_ColumnPropNameInRow="SUPPLY_ID" msprop:Generator_ColumnPropNameInTable="SUPPLY_IDColumn" msprop:Generator_UserColumnName="SUPPLY_ID" type="xs:int" /> <xs:element name="SUPPLY_ID" msprop:Generator_ColumnVarNameInTable="columnSUPPLY_ID" msprop:Generator_ColumnPropNameInRow="SUPPLY_ID" msprop:Generator_ColumnPropNameInTable="SUPPLY_IDColumn" msprop:Generator_UserColumnName="SUPPLY_ID" type="xs:int" />
@ -3257,7 +3257,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBWH_STATUS1" msprop:Generator_TableClassName="TBWH_STATUS1DataTable" msprop:Generator_TableVarName="tableTBWH_STATUS1" msprop:Generator_RowChangedName="TBWH_STATUS1RowChanged" msprop:Generator_TablePropName="TBWH_STATUS1" msprop:Generator_RowDeletingName="TBWH_STATUS1RowDeleting" msprop:Generator_RowChangingName="TBWH_STATUS1RowChanging" msprop:Generator_RowEvHandlerName="TBWH_STATUS1RowChangeEventHandler" msprop:Generator_RowDeletedName="TBWH_STATUS1RowDeleted" msprop:Generator_RowClassName="TBWH_STATUS1Row" msprop:Generator_UserTableName="TBWH_STATUS1" msprop:Generator_RowEvArgName="TBWH_STATUS1RowChangeEvent"> <xs:element name="TBWH_STATUS1" msprop:Generator_TableClassName="TBWH_STATUS1DataTable" msprop:Generator_TableVarName="tableTBWH_STATUS1" msprop:Generator_TablePropName="TBWH_STATUS1" msprop:Generator_RowDeletingName="TBWH_STATUS1RowDeleting" msprop:Generator_RowChangingName="TBWH_STATUS1RowChanging" msprop:Generator_RowEvHandlerName="TBWH_STATUS1RowChangeEventHandler" msprop:Generator_RowDeletedName="TBWH_STATUS1RowDeleted" msprop:Generator_UserTableName="TBWH_STATUS1" msprop:Generator_RowChangedName="TBWH_STATUS1RowChanged" msprop:Generator_RowEvArgName="TBWH_STATUS1RowChangeEvent" msprop:Generator_RowClassName="TBWH_STATUS1Row">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -3271,7 +3271,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBWH_STATUS2" msprop:Generator_TableClassName="TBWH_STATUS2DataTable" msprop:Generator_TableVarName="tableTBWH_STATUS2" msprop:Generator_RowChangedName="TBWH_STATUS2RowChanged" msprop:Generator_TablePropName="TBWH_STATUS2" msprop:Generator_RowDeletingName="TBWH_STATUS2RowDeleting" msprop:Generator_RowChangingName="TBWH_STATUS2RowChanging" msprop:Generator_RowEvHandlerName="TBWH_STATUS2RowChangeEventHandler" msprop:Generator_RowDeletedName="TBWH_STATUS2RowDeleted" msprop:Generator_RowClassName="TBWH_STATUS2Row" msprop:Generator_UserTableName="TBWH_STATUS2" msprop:Generator_RowEvArgName="TBWH_STATUS2RowChangeEvent"> <xs:element name="TBWH_STATUS2" msprop:Generator_TableClassName="TBWH_STATUS2DataTable" msprop:Generator_TableVarName="tableTBWH_STATUS2" msprop:Generator_TablePropName="TBWH_STATUS2" msprop:Generator_RowDeletingName="TBWH_STATUS2RowDeleting" msprop:Generator_RowChangingName="TBWH_STATUS2RowChanging" msprop:Generator_RowEvHandlerName="TBWH_STATUS2RowChangeEventHandler" msprop:Generator_RowDeletedName="TBWH_STATUS2RowDeleted" msprop:Generator_UserTableName="TBWH_STATUS2" msprop:Generator_RowChangedName="TBWH_STATUS2RowChanged" msprop:Generator_RowEvArgName="TBWH_STATUS2RowChangeEvent" msprop:Generator_RowClassName="TBWH_STATUS2Row">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -3285,7 +3285,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBWH_STATUS3" msprop:Generator_TableClassName="TBWH_STATUS3DataTable" msprop:Generator_TableVarName="tableTBWH_STATUS3" msprop:Generator_RowChangedName="TBWH_STATUS3RowChanged" msprop:Generator_TablePropName="TBWH_STATUS3" msprop:Generator_RowDeletingName="TBWH_STATUS3RowDeleting" msprop:Generator_RowChangingName="TBWH_STATUS3RowChanging" msprop:Generator_RowEvHandlerName="TBWH_STATUS3RowChangeEventHandler" msprop:Generator_RowDeletedName="TBWH_STATUS3RowDeleted" msprop:Generator_RowClassName="TBWH_STATUS3Row" msprop:Generator_UserTableName="TBWH_STATUS3" msprop:Generator_RowEvArgName="TBWH_STATUS3RowChangeEvent"> <xs:element name="TBWH_STATUS3" msprop:Generator_TableClassName="TBWH_STATUS3DataTable" msprop:Generator_TableVarName="tableTBWH_STATUS3" msprop:Generator_TablePropName="TBWH_STATUS3" msprop:Generator_RowDeletingName="TBWH_STATUS3RowDeleting" msprop:Generator_RowChangingName="TBWH_STATUS3RowChanging" msprop:Generator_RowEvHandlerName="TBWH_STATUS3RowChangeEventHandler" msprop:Generator_RowDeletedName="TBWH_STATUS3RowDeleted" msprop:Generator_UserTableName="TBWH_STATUS3" msprop:Generator_RowChangedName="TBWH_STATUS3RowChanged" msprop:Generator_RowEvArgName="TBWH_STATUS3RowChangeEvent" msprop:Generator_RowClassName="TBWH_STATUS3Row">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -3299,7 +3299,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBWH_STATUSFILTER" msprop:Generator_TableClassName="TBWH_STATUSFILTERDataTable" msprop:Generator_TableVarName="tableTBWH_STATUSFILTER" msprop:Generator_RowChangedName="TBWH_STATUSFILTERRowChanged" msprop:Generator_TablePropName="TBWH_STATUSFILTER" msprop:Generator_RowDeletingName="TBWH_STATUSFILTERRowDeleting" msprop:Generator_RowChangingName="TBWH_STATUSFILTERRowChanging" msprop:Generator_RowEvHandlerName="TBWH_STATUSFILTERRowChangeEventHandler" msprop:Generator_RowDeletedName="TBWH_STATUSFILTERRowDeleted" msprop:Generator_RowClassName="TBWH_STATUSFILTERRow" msprop:Generator_UserTableName="TBWH_STATUSFILTER" msprop:Generator_RowEvArgName="TBWH_STATUSFILTERRowChangeEvent"> <xs:element name="TBWH_STATUSFILTER" msprop:Generator_TableClassName="TBWH_STATUSFILTERDataTable" msprop:Generator_TableVarName="tableTBWH_STATUSFILTER" msprop:Generator_TablePropName="TBWH_STATUSFILTER" msprop:Generator_RowDeletingName="TBWH_STATUSFILTERRowDeleting" msprop:Generator_RowChangingName="TBWH_STATUSFILTERRowChanging" msprop:Generator_RowEvHandlerName="TBWH_STATUSFILTERRowChangeEventHandler" msprop:Generator_RowDeletedName="TBWH_STATUSFILTERRowDeleted" msprop:Generator_UserTableName="TBWH_STATUSFILTER" msprop:Generator_RowChangedName="TBWH_STATUSFILTERRowChanged" msprop:Generator_RowEvArgName="TBWH_STATUSFILTERRowChangeEvent" msprop:Generator_RowClassName="TBWH_STATUSFILTERRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -3313,7 +3313,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBSUPPLY_VERFOLGUNG" msprop:Generator_TableClassName="TBSUPPLY_VERFOLGUNGDataTable" msprop:Generator_TableVarName="tableTBSUPPLY_VERFOLGUNG" msprop:Generator_RowChangedName="TBSUPPLY_VERFOLGUNGRowChanged" msprop:Generator_TablePropName="TBSUPPLY_VERFOLGUNG" msprop:Generator_RowDeletingName="TBSUPPLY_VERFOLGUNGRowDeleting" msprop:Generator_RowChangingName="TBSUPPLY_VERFOLGUNGRowChanging" msprop:Generator_RowEvHandlerName="TBSUPPLY_VERFOLGUNGRowChangeEventHandler" msprop:Generator_RowDeletedName="TBSUPPLY_VERFOLGUNGRowDeleted" msprop:Generator_RowClassName="TBSUPPLY_VERFOLGUNGRow" msprop:Generator_UserTableName="TBSUPPLY_VERFOLGUNG" msprop:Generator_RowEvArgName="TBSUPPLY_VERFOLGUNGRowChangeEvent"> <xs:element name="TBSUPPLY_VERFOLGUNG" msprop:Generator_TableClassName="TBSUPPLY_VERFOLGUNGDataTable" msprop:Generator_TableVarName="tableTBSUPPLY_VERFOLGUNG" msprop:Generator_TablePropName="TBSUPPLY_VERFOLGUNG" msprop:Generator_RowDeletingName="TBSUPPLY_VERFOLGUNGRowDeleting" msprop:Generator_RowChangingName="TBSUPPLY_VERFOLGUNGRowChanging" msprop:Generator_RowEvHandlerName="TBSUPPLY_VERFOLGUNGRowChangeEventHandler" msprop:Generator_RowDeletedName="TBSUPPLY_VERFOLGUNGRowDeleted" msprop:Generator_UserTableName="TBSUPPLY_VERFOLGUNG" msprop:Generator_RowChangedName="TBSUPPLY_VERFOLGUNGRowChanged" msprop:Generator_RowEvArgName="TBSUPPLY_VERFOLGUNGRowChangeEvent" msprop:Generator_RowClassName="TBSUPPLY_VERFOLGUNGRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -3373,7 +3373,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBKONFIGURATION" msprop:Generator_TableClassName="TBKONFIGURATIONDataTable" msprop:Generator_TableVarName="tableTBKONFIGURATION" msprop:Generator_RowChangedName="TBKONFIGURATIONRowChanged" msprop:Generator_TablePropName="TBKONFIGURATION" msprop:Generator_RowDeletingName="TBKONFIGURATIONRowDeleting" msprop:Generator_RowChangingName="TBKONFIGURATIONRowChanging" msprop:Generator_RowEvHandlerName="TBKONFIGURATIONRowChangeEventHandler" msprop:Generator_RowDeletedName="TBKONFIGURATIONRowDeleted" msprop:Generator_RowClassName="TBKONFIGURATIONRow" msprop:Generator_UserTableName="TBKONFIGURATION" msprop:Generator_RowEvArgName="TBKONFIGURATIONRowChangeEvent"> <xs:element name="TBKONFIGURATION" msprop:Generator_TableClassName="TBKONFIGURATIONDataTable" msprop:Generator_TableVarName="tableTBKONFIGURATION" msprop:Generator_TablePropName="TBKONFIGURATION" msprop:Generator_RowDeletingName="TBKONFIGURATIONRowDeleting" msprop:Generator_RowChangingName="TBKONFIGURATIONRowChanging" msprop:Generator_RowEvHandlerName="TBKONFIGURATIONRowChangeEventHandler" msprop:Generator_RowDeletedName="TBKONFIGURATIONRowDeleted" msprop:Generator_UserTableName="TBKONFIGURATION" msprop:Generator_RowChangedName="TBKONFIGURATIONRowChanged" msprop:Generator_RowEvArgName="TBKONFIGURATIONRowChangeEvent" msprop:Generator_RowClassName="TBKONFIGURATIONRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="STATUS_OK" msprop:Generator_ColumnVarNameInTable="columnSTATUS_OK" msprop:Generator_ColumnPropNameInRow="STATUS_OK" msprop:Generator_ColumnPropNameInTable="STATUS_OKColumn" msprop:Generator_UserColumnName="STATUS_OK" type="xs:int" /> <xs:element name="STATUS_OK" msprop:Generator_ColumnVarNameInTable="columnSTATUS_OK" msprop:Generator_ColumnPropNameInRow="STATUS_OK" msprop:Generator_ColumnPropNameInTable="STATUS_OKColumn" msprop:Generator_UserColumnName="STATUS_OK" type="xs:int" />
@ -3423,7 +3423,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBSTATUS" msprop:Generator_TableClassName="TBSTATUSDataTable" msprop:Generator_TableVarName="tableTBSTATUS" msprop:Generator_RowChangedName="TBSTATUSRowChanged" msprop:Generator_TablePropName="TBSTATUS" msprop:Generator_RowDeletingName="TBSTATUSRowDeleting" msprop:Generator_RowChangingName="TBSTATUSRowChanging" msprop:Generator_RowEvHandlerName="TBSTATUSRowChangeEventHandler" msprop:Generator_RowDeletedName="TBSTATUSRowDeleted" msprop:Generator_RowClassName="TBSTATUSRow" msprop:Generator_UserTableName="TBSTATUS" msprop:Generator_RowEvArgName="TBSTATUSRowChangeEvent"> <xs:element name="TBSTATUS" msprop:Generator_TableClassName="TBSTATUSDataTable" msprop:Generator_TableVarName="tableTBSTATUS" msprop:Generator_TablePropName="TBSTATUS" msprop:Generator_RowDeletingName="TBSTATUSRowDeleting" msprop:Generator_RowChangingName="TBSTATUSRowChanging" msprop:Generator_RowEvHandlerName="TBSTATUSRowChangeEventHandler" msprop:Generator_RowDeletedName="TBSTATUSRowDeleted" msprop:Generator_UserTableName="TBSTATUS" msprop:Generator_RowChangedName="TBSTATUSRowChanged" msprop:Generator_RowEvArgName="TBSTATUSRowChangeEvent" msprop:Generator_RowClassName="TBSTATUSRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -3468,7 +3468,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBWH_MARKT" msprop:Generator_TableClassName="TBWH_MARKTDataTable" msprop:Generator_TableVarName="tableTBWH_MARKT" msprop:Generator_RowChangedName="TBWH_MARKTRowChanged" msprop:Generator_TablePropName="TBWH_MARKT" msprop:Generator_RowDeletingName="TBWH_MARKTRowDeleting" msprop:Generator_RowChangingName="TBWH_MARKTRowChanging" msprop:Generator_RowEvHandlerName="TBWH_MARKTRowChangeEventHandler" msprop:Generator_RowDeletedName="TBWH_MARKTRowDeleted" msprop:Generator_RowClassName="TBWH_MARKTRow" msprop:Generator_UserTableName="TBWH_MARKT" msprop:Generator_RowEvArgName="TBWH_MARKTRowChangeEvent"> <xs:element name="TBWH_MARKT" msprop:Generator_TableClassName="TBWH_MARKTDataTable" msprop:Generator_TableVarName="tableTBWH_MARKT" msprop:Generator_TablePropName="TBWH_MARKT" msprop:Generator_RowDeletingName="TBWH_MARKTRowDeleting" msprop:Generator_RowChangingName="TBWH_MARKTRowChanging" msprop:Generator_RowEvHandlerName="TBWH_MARKTRowChangeEventHandler" msprop:Generator_RowDeletedName="TBWH_MARKTRowDeleted" msprop:Generator_UserTableName="TBWH_MARKT" msprop:Generator_RowChangedName="TBWH_MARKTRowChanged" msprop:Generator_RowEvArgName="TBWH_MARKTRowChangeEvent" msprop:Generator_RowClassName="TBWH_MARKTRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="MARKT" msprop:Generator_ColumnVarNameInTable="columnMARKT" msprop:Generator_ColumnPropNameInRow="MARKT" msprop:Generator_ColumnPropNameInTable="MARKTColumn" msprop:Generator_UserColumnName="MARKT" minOccurs="0"> <xs:element name="MARKT" msprop:Generator_ColumnVarNameInTable="columnMARKT" msprop:Generator_ColumnPropNameInRow="MARKT" msprop:Generator_ColumnPropNameInTable="MARKTColumn" msprop:Generator_UserColumnName="MARKT" minOccurs="0">
@ -3481,7 +3481,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="VWSUPPLIES_AKTUELL" msprop:Generator_TableClassName="VWSUPPLIES_AKTUELLDataTable" msprop:Generator_TableVarName="tableVWSUPPLIES_AKTUELL" msprop:Generator_RowChangedName="VWSUPPLIES_AKTUELLRowChanged" msprop:Generator_TablePropName="VWSUPPLIES_AKTUELL" msprop:Generator_RowDeletingName="VWSUPPLIES_AKTUELLRowDeleting" msprop:Generator_RowChangingName="VWSUPPLIES_AKTUELLRowChanging" msprop:Generator_RowEvHandlerName="VWSUPPLIES_AKTUELLRowChangeEventHandler" msprop:Generator_RowDeletedName="VWSUPPLIES_AKTUELLRowDeleted" msprop:Generator_RowClassName="VWSUPPLIES_AKTUELLRow" msprop:Generator_UserTableName="VWSUPPLIES_AKTUELL" msprop:Generator_RowEvArgName="VWSUPPLIES_AKTUELLRowChangeEvent"> <xs:element name="VWSUPPLIES_AKTUELL" msprop:Generator_TableClassName="VWSUPPLIES_AKTUELLDataTable" msprop:Generator_TableVarName="tableVWSUPPLIES_AKTUELL" msprop:Generator_TablePropName="VWSUPPLIES_AKTUELL" msprop:Generator_RowDeletingName="VWSUPPLIES_AKTUELLRowDeleting" msprop:Generator_RowChangingName="VWSUPPLIES_AKTUELLRowChanging" msprop:Generator_RowEvHandlerName="VWSUPPLIES_AKTUELLRowChangeEventHandler" msprop:Generator_RowDeletedName="VWSUPPLIES_AKTUELLRowDeleted" msprop:Generator_UserTableName="VWSUPPLIES_AKTUELL" msprop:Generator_RowChangedName="VWSUPPLIES_AKTUELLRowChanged" msprop:Generator_RowEvArgName="VWSUPPLIES_AKTUELLRowChangeEvent" msprop:Generator_RowClassName="VWSUPPLIES_AKTUELLRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="SUPPLY_ID" msprop:Generator_ColumnVarNameInTable="columnSUPPLY_ID" msprop:Generator_ColumnPropNameInRow="SUPPLY_ID" msprop:Generator_ColumnPropNameInTable="SUPPLY_IDColumn" msprop:Generator_UserColumnName="SUPPLY_ID" type="xs:int" /> <xs:element name="SUPPLY_ID" msprop:Generator_ColumnVarNameInTable="columnSUPPLY_ID" msprop:Generator_ColumnPropNameInRow="SUPPLY_ID" msprop:Generator_ColumnPropNameInTable="SUPPLY_IDColumn" msprop:Generator_UserColumnName="SUPPLY_ID" type="xs:int" />
@ -3553,7 +3553,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="VWGERAET_ORDER" msprop:Generator_TableClassName="VWGERAET_ORDERDataTable" msprop:Generator_TableVarName="tableVWGERAET_ORDER" msprop:Generator_RowChangedName="VWGERAET_ORDERRowChanged" msprop:Generator_TablePropName="VWGERAET_ORDER" msprop:Generator_RowDeletingName="VWGERAET_ORDERRowDeleting" msprop:Generator_RowChangingName="VWGERAET_ORDERRowChanging" msprop:Generator_RowEvHandlerName="VWGERAET_ORDERRowChangeEventHandler" msprop:Generator_RowDeletedName="VWGERAET_ORDERRowDeleted" msprop:Generator_RowClassName="VWGERAET_ORDERRow" msprop:Generator_UserTableName="VWGERAET_ORDER" msprop:Generator_RowEvArgName="VWGERAET_ORDERRowChangeEvent"> <xs:element name="VWGERAET_ORDER" msprop:Generator_TableClassName="VWGERAET_ORDERDataTable" msprop:Generator_TableVarName="tableVWGERAET_ORDER" msprop:Generator_TablePropName="VWGERAET_ORDER" msprop:Generator_RowDeletingName="VWGERAET_ORDERRowDeleting" msprop:Generator_RowChangingName="VWGERAET_ORDERRowChanging" msprop:Generator_RowEvHandlerName="VWGERAET_ORDERRowChangeEventHandler" msprop:Generator_RowDeletedName="VWGERAET_ORDERRowDeleted" msprop:Generator_UserTableName="VWGERAET_ORDER" msprop:Generator_RowChangedName="VWGERAET_ORDERRowChanged" msprop:Generator_RowEvArgName="VWGERAET_ORDERRowChangeEvent" msprop:Generator_RowClassName="VWGERAET_ORDERRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -3593,7 +3593,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="VWSUPPLIES_TO_ORDER" msprop:Generator_TableClassName="VWSUPPLIES_TO_ORDERDataTable" msprop:Generator_TableVarName="tableVWSUPPLIES_TO_ORDER" msprop:Generator_RowChangedName="VWSUPPLIES_TO_ORDERRowChanged" msprop:Generator_TablePropName="VWSUPPLIES_TO_ORDER" msprop:Generator_RowDeletingName="VWSUPPLIES_TO_ORDERRowDeleting" msprop:Generator_RowChangingName="VWSUPPLIES_TO_ORDERRowChanging" msprop:Generator_RowEvHandlerName="VWSUPPLIES_TO_ORDERRowChangeEventHandler" msprop:Generator_RowDeletedName="VWSUPPLIES_TO_ORDERRowDeleted" msprop:Generator_RowClassName="VWSUPPLIES_TO_ORDERRow" msprop:Generator_UserTableName="VWSUPPLIES_TO_ORDER" msprop:Generator_RowEvArgName="VWSUPPLIES_TO_ORDERRowChangeEvent"> <xs:element name="VWSUPPLIES_TO_ORDER" msprop:Generator_TableClassName="VWSUPPLIES_TO_ORDERDataTable" msprop:Generator_TableVarName="tableVWSUPPLIES_TO_ORDER" msprop:Generator_TablePropName="VWSUPPLIES_TO_ORDER" msprop:Generator_RowDeletingName="VWSUPPLIES_TO_ORDERRowDeleting" msprop:Generator_RowChangingName="VWSUPPLIES_TO_ORDERRowChanging" msprop:Generator_RowEvHandlerName="VWSUPPLIES_TO_ORDERRowChangeEventHandler" msprop:Generator_RowDeletedName="VWSUPPLIES_TO_ORDERRowDeleted" msprop:Generator_UserTableName="VWSUPPLIES_TO_ORDER" msprop:Generator_RowChangedName="VWSUPPLIES_TO_ORDERRowChanged" msprop:Generator_RowEvArgName="VWSUPPLIES_TO_ORDERRowChangeEvent" msprop:Generator_RowClassName="VWSUPPLIES_TO_ORDERRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="SUPPLY_ID" msprop:Generator_ColumnVarNameInTable="columnSUPPLY_ID" msprop:Generator_ColumnPropNameInRow="SUPPLY_ID" msprop:Generator_ColumnPropNameInTable="SUPPLY_IDColumn" msprop:Generator_UserColumnName="SUPPLY_ID" type="xs:int" /> <xs:element name="SUPPLY_ID" msprop:Generator_ColumnVarNameInTable="columnSUPPLY_ID" msprop:Generator_ColumnPropNameInRow="SUPPLY_ID" msprop:Generator_ColumnPropNameInTable="SUPPLY_IDColumn" msprop:Generator_UserColumnName="SUPPLY_ID" type="xs:int" />
@ -3657,7 +3657,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBSUPPLIES" msprop:Generator_TableClassName="TBSUPPLIESDataTable" msprop:Generator_TableVarName="tableTBSUPPLIES" msprop:Generator_RowChangedName="TBSUPPLIESRowChanged" msprop:Generator_TablePropName="TBSUPPLIES" msprop:Generator_RowDeletingName="TBSUPPLIESRowDeleting" msprop:Generator_RowChangingName="TBSUPPLIESRowChanging" msprop:Generator_RowEvHandlerName="TBSUPPLIESRowChangeEventHandler" msprop:Generator_RowDeletedName="TBSUPPLIESRowDeleted" msprop:Generator_RowClassName="TBSUPPLIESRow" msprop:Generator_UserTableName="TBSUPPLIES" msprop:Generator_RowEvArgName="TBSUPPLIESRowChangeEvent"> <xs:element name="TBSUPPLIES" msprop:Generator_TableClassName="TBSUPPLIESDataTable" msprop:Generator_TableVarName="tableTBSUPPLIES" msprop:Generator_TablePropName="TBSUPPLIES" msprop:Generator_RowDeletingName="TBSUPPLIESRowDeleting" msprop:Generator_RowChangingName="TBSUPPLIESRowChanging" msprop:Generator_RowEvHandlerName="TBSUPPLIESRowChangeEventHandler" msprop:Generator_RowDeletedName="TBSUPPLIESRowDeleted" msprop:Generator_UserTableName="TBSUPPLIES" msprop:Generator_RowChangedName="TBSUPPLIESRowChanged" msprop:Generator_RowEvArgName="TBSUPPLIESRowChangeEvent" msprop:Generator_RowClassName="TBSUPPLIESRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -3731,7 +3731,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBWH_STATUS4" msprop:Generator_TableClassName="TBWH_STATUS4DataTable" msprop:Generator_TableVarName="tableTBWH_STATUS4" msprop:Generator_RowChangedName="TBWH_STATUS4RowChanged" msprop:Generator_TablePropName="TBWH_STATUS4" msprop:Generator_RowDeletingName="TBWH_STATUS4RowDeleting" msprop:Generator_RowChangingName="TBWH_STATUS4RowChanging" msprop:Generator_RowEvHandlerName="TBWH_STATUS4RowChangeEventHandler" msprop:Generator_RowDeletedName="TBWH_STATUS4RowDeleted" msprop:Generator_RowClassName="TBWH_STATUS4Row" msprop:Generator_UserTableName="TBWH_STATUS4" msprop:Generator_RowEvArgName="TBWH_STATUS4RowChangeEvent"> <xs:element name="TBWH_STATUS4" msprop:Generator_TableClassName="TBWH_STATUS4DataTable" msprop:Generator_TableVarName="tableTBWH_STATUS4" msprop:Generator_TablePropName="TBWH_STATUS4" msprop:Generator_RowDeletingName="TBWH_STATUS4RowDeleting" msprop:Generator_RowChangingName="TBWH_STATUS4RowChanging" msprop:Generator_RowEvHandlerName="TBWH_STATUS4RowChangeEventHandler" msprop:Generator_RowDeletedName="TBWH_STATUS4RowDeleted" msprop:Generator_UserTableName="TBWH_STATUS4" msprop:Generator_RowChangedName="TBWH_STATUS4RowChanged" msprop:Generator_RowEvArgName="TBWH_STATUS4RowChangeEvent" msprop:Generator_RowClassName="TBWH_STATUS4Row">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -3745,7 +3745,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBWH_STATUS5" msprop:Generator_TableClassName="TBWH_STATUS5DataTable" msprop:Generator_TableVarName="tableTBWH_STATUS5" msprop:Generator_RowChangedName="TBWH_STATUS5RowChanged" msprop:Generator_TablePropName="TBWH_STATUS5" msprop:Generator_RowDeletingName="TBWH_STATUS5RowDeleting" msprop:Generator_RowChangingName="TBWH_STATUS5RowChanging" msprop:Generator_RowEvHandlerName="TBWH_STATUS5RowChangeEventHandler" msprop:Generator_RowDeletedName="TBWH_STATUS5RowDeleted" msprop:Generator_RowClassName="TBWH_STATUS5Row" msprop:Generator_UserTableName="TBWH_STATUS5" msprop:Generator_RowEvArgName="TBWH_STATUS5RowChangeEvent"> <xs:element name="TBWH_STATUS5" msprop:Generator_TableClassName="TBWH_STATUS5DataTable" msprop:Generator_TableVarName="tableTBWH_STATUS5" msprop:Generator_TablePropName="TBWH_STATUS5" msprop:Generator_RowDeletingName="TBWH_STATUS5RowDeleting" msprop:Generator_RowChangingName="TBWH_STATUS5RowChanging" msprop:Generator_RowEvHandlerName="TBWH_STATUS5RowChangeEventHandler" msprop:Generator_RowDeletedName="TBWH_STATUS5RowDeleted" msprop:Generator_UserTableName="TBWH_STATUS5" msprop:Generator_RowChangedName="TBWH_STATUS5RowChanged" msprop:Generator_RowEvArgName="TBWH_STATUS5RowChangeEvent" msprop:Generator_RowClassName="TBWH_STATUS5Row">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -3759,7 +3759,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBSUPPLY_BESTELLUNG" msprop:Generator_TableClassName="TBSUPPLY_BESTELLUNGDataTable" msprop:Generator_TableVarName="tableTBSUPPLY_BESTELLUNG" msprop:Generator_RowChangedName="TBSUPPLY_BESTELLUNGRowChanged" msprop:Generator_TablePropName="TBSUPPLY_BESTELLUNG" msprop:Generator_RowDeletingName="TBSUPPLY_BESTELLUNGRowDeleting" msprop:Generator_RowChangingName="TBSUPPLY_BESTELLUNGRowChanging" msprop:Generator_RowEvHandlerName="TBSUPPLY_BESTELLUNGRowChangeEventHandler" msprop:Generator_RowDeletedName="TBSUPPLY_BESTELLUNGRowDeleted" msprop:Generator_RowClassName="TBSUPPLY_BESTELLUNGRow" msprop:Generator_UserTableName="TBSUPPLY_BESTELLUNG" msprop:Generator_RowEvArgName="TBSUPPLY_BESTELLUNGRowChangeEvent"> <xs:element name="TBSUPPLY_BESTELLUNG" msprop:Generator_TableClassName="TBSUPPLY_BESTELLUNGDataTable" msprop:Generator_TableVarName="tableTBSUPPLY_BESTELLUNG" msprop:Generator_TablePropName="TBSUPPLY_BESTELLUNG" msprop:Generator_RowDeletingName="TBSUPPLY_BESTELLUNGRowDeleting" msprop:Generator_RowChangingName="TBSUPPLY_BESTELLUNGRowChanging" msprop:Generator_RowEvHandlerName="TBSUPPLY_BESTELLUNGRowChangeEventHandler" msprop:Generator_RowDeletedName="TBSUPPLY_BESTELLUNGRowDeleted" msprop:Generator_UserTableName="TBSUPPLY_BESTELLUNG" msprop:Generator_RowChangedName="TBSUPPLY_BESTELLUNGRowChanged" msprop:Generator_RowEvArgName="TBSUPPLY_BESTELLUNGRowChangeEvent" msprop:Generator_RowClassName="TBSUPPLY_BESTELLUNGRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -3813,7 +3813,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBWH_SUPPLIES_MARKT" msprop:Generator_TableClassName="TBWH_SUPPLIES_MARKTDataTable" msprop:Generator_TableVarName="tableTBWH_SUPPLIES_MARKT" msprop:Generator_RowChangedName="TBWH_SUPPLIES_MARKTRowChanged" msprop:Generator_TablePropName="TBWH_SUPPLIES_MARKT" msprop:Generator_RowDeletingName="TBWH_SUPPLIES_MARKTRowDeleting" msprop:Generator_RowChangingName="TBWH_SUPPLIES_MARKTRowChanging" msprop:Generator_RowEvHandlerName="TBWH_SUPPLIES_MARKTRowChangeEventHandler" msprop:Generator_RowDeletedName="TBWH_SUPPLIES_MARKTRowDeleted" msprop:Generator_RowClassName="TBWH_SUPPLIES_MARKTRow" msprop:Generator_UserTableName="TBWH_SUPPLIES_MARKT" msprop:Generator_RowEvArgName="TBWH_SUPPLIES_MARKTRowChangeEvent"> <xs:element name="TBWH_SUPPLIES_MARKT" msprop:Generator_TableClassName="TBWH_SUPPLIES_MARKTDataTable" msprop:Generator_TableVarName="tableTBWH_SUPPLIES_MARKT" msprop:Generator_TablePropName="TBWH_SUPPLIES_MARKT" msprop:Generator_RowDeletingName="TBWH_SUPPLIES_MARKTRowDeleting" msprop:Generator_RowChangingName="TBWH_SUPPLIES_MARKTRowChanging" msprop:Generator_RowEvHandlerName="TBWH_SUPPLIES_MARKTRowChangeEventHandler" msprop:Generator_RowDeletedName="TBWH_SUPPLIES_MARKTRowDeleted" msprop:Generator_UserTableName="TBWH_SUPPLIES_MARKT" msprop:Generator_RowChangedName="TBWH_SUPPLIES_MARKTRowChanged" msprop:Generator_RowEvArgName="TBWH_SUPPLIES_MARKTRowChangeEvent" msprop:Generator_RowClassName="TBWH_SUPPLIES_MARKTRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="BEZEICHNUNG" msprop:Generator_ColumnVarNameInTable="columnBEZEICHNUNG" msprop:Generator_ColumnPropNameInRow="BEZEICHNUNG" msprop:Generator_ColumnPropNameInTable="BEZEICHNUNGColumn" msprop:Generator_UserColumnName="BEZEICHNUNG" minOccurs="0"> <xs:element name="BEZEICHNUNG" msprop:Generator_ColumnVarNameInTable="columnBEZEICHNUNG" msprop:Generator_ColumnPropNameInRow="BEZEICHNUNG" msprop:Generator_ColumnPropNameInTable="BEZEICHNUNGColumn" msprop:Generator_UserColumnName="BEZEICHNUNG" minOccurs="0">
@ -3834,7 +3834,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="VWSUPPLY_BESTELLUNG_FRONTEND" msprop:Generator_TableClassName="VWSUPPLY_BESTELLUNG_FRONTENDDataTable" msprop:Generator_TableVarName="tableVWSUPPLY_BESTELLUNG_FRONTEND" msprop:Generator_RowChangedName="VWSUPPLY_BESTELLUNG_FRONTENDRowChanged" msprop:Generator_TablePropName="VWSUPPLY_BESTELLUNG_FRONTEND" msprop:Generator_RowDeletingName="VWSUPPLY_BESTELLUNG_FRONTENDRowDeleting" msprop:Generator_RowChangingName="VWSUPPLY_BESTELLUNG_FRONTENDRowChanging" msprop:Generator_RowEvHandlerName="VWSUPPLY_BESTELLUNG_FRONTENDRowChangeEventHandler" msprop:Generator_RowDeletedName="VWSUPPLY_BESTELLUNG_FRONTENDRowDeleted" msprop:Generator_RowClassName="VWSUPPLY_BESTELLUNG_FRONTENDRow" msprop:Generator_UserTableName="VWSUPPLY_BESTELLUNG_FRONTEND" msprop:Generator_RowEvArgName="VWSUPPLY_BESTELLUNG_FRONTENDRowChangeEvent"> <xs:element name="VWSUPPLY_BESTELLUNG_FRONTEND" msprop:Generator_TableClassName="VWSUPPLY_BESTELLUNG_FRONTENDDataTable" msprop:Generator_TableVarName="tableVWSUPPLY_BESTELLUNG_FRONTEND" msprop:Generator_TablePropName="VWSUPPLY_BESTELLUNG_FRONTEND" msprop:Generator_RowDeletingName="VWSUPPLY_BESTELLUNG_FRONTENDRowDeleting" msprop:Generator_RowChangingName="VWSUPPLY_BESTELLUNG_FRONTENDRowChanging" msprop:Generator_RowEvHandlerName="VWSUPPLY_BESTELLUNG_FRONTENDRowChangeEventHandler" msprop:Generator_RowDeletedName="VWSUPPLY_BESTELLUNG_FRONTENDRowDeleted" msprop:Generator_UserTableName="VWSUPPLY_BESTELLUNG_FRONTEND" msprop:Generator_RowChangedName="VWSUPPLY_BESTELLUNG_FRONTENDRowChanged" msprop:Generator_RowEvArgName="VWSUPPLY_BESTELLUNG_FRONTENDRowChangeEvent" msprop:Generator_RowClassName="VWSUPPLY_BESTELLUNG_FRONTENDRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -3894,7 +3894,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBGERAETByMarkt" msprop:Generator_TableClassName="TBGERAETByMarktDataTable" msprop:Generator_TableVarName="tableTBGERAETByMarkt" msprop:Generator_RowChangedName="TBGERAETByMarktRowChanged" msprop:Generator_TablePropName="TBGERAETByMarkt" msprop:Generator_RowDeletingName="TBGERAETByMarktRowDeleting" msprop:Generator_RowChangingName="TBGERAETByMarktRowChanging" msprop:Generator_RowEvHandlerName="TBGERAETByMarktRowChangeEventHandler" msprop:Generator_RowDeletedName="TBGERAETByMarktRowDeleted" msprop:Generator_RowClassName="TBGERAETByMarktRow" msprop:Generator_UserTableName="TBGERAETByMarkt" msprop:Generator_RowEvArgName="TBGERAETByMarktRowChangeEvent"> <xs:element name="TBGERAETByMarkt" msprop:Generator_TableClassName="TBGERAETByMarktDataTable" msprop:Generator_TableVarName="tableTBGERAETByMarkt" msprop:Generator_TablePropName="TBGERAETByMarkt" msprop:Generator_RowDeletingName="TBGERAETByMarktRowDeleting" msprop:Generator_RowChangingName="TBGERAETByMarktRowChanging" msprop:Generator_RowEvHandlerName="TBGERAETByMarktRowChangeEventHandler" msprop:Generator_RowDeletedName="TBGERAETByMarktRowDeleted" msprop:Generator_UserTableName="TBGERAETByMarkt" msprop:Generator_RowChangedName="TBGERAETByMarktRowChanged" msprop:Generator_RowEvArgName="TBGERAETByMarktRowChangeEvent" msprop:Generator_RowClassName="TBGERAETByMarktRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -3923,7 +3923,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBIMPORT_PRODUKT" msprop:Generator_TableClassName="TBIMPORT_PRODUKTDataTable" msprop:Generator_TableVarName="tableTBIMPORT_PRODUKT" msprop:Generator_RowChangedName="TBIMPORT_PRODUKTRowChanged" msprop:Generator_TablePropName="TBIMPORT_PRODUKT" msprop:Generator_RowDeletingName="TBIMPORT_PRODUKTRowDeleting" msprop:Generator_RowChangingName="TBIMPORT_PRODUKTRowChanging" msprop:Generator_RowEvHandlerName="TBIMPORT_PRODUKTRowChangeEventHandler" msprop:Generator_RowDeletedName="TBIMPORT_PRODUKTRowDeleted" msprop:Generator_RowClassName="TBIMPORT_PRODUKTRow" msprop:Generator_UserTableName="TBIMPORT_PRODUKT" msprop:Generator_RowEvArgName="TBIMPORT_PRODUKTRowChangeEvent"> <xs:element name="TBIMPORT_PRODUKT" msprop:Generator_TableClassName="TBIMPORT_PRODUKTDataTable" msprop:Generator_TableVarName="tableTBIMPORT_PRODUKT" msprop:Generator_TablePropName="TBIMPORT_PRODUKT" msprop:Generator_RowDeletingName="TBIMPORT_PRODUKTRowDeleting" msprop:Generator_RowChangingName="TBIMPORT_PRODUKTRowChanging" msprop:Generator_RowEvHandlerName="TBIMPORT_PRODUKTRowChangeEventHandler" msprop:Generator_RowDeletedName="TBIMPORT_PRODUKTRowDeleted" msprop:Generator_UserTableName="TBIMPORT_PRODUKT" msprop:Generator_RowChangedName="TBIMPORT_PRODUKTRowChanged" msprop:Generator_RowEvArgName="TBIMPORT_PRODUKTRowChangeEvent" msprop:Generator_RowClassName="TBIMPORT_PRODUKTRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -3974,7 +3974,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBVERTRAEGE" msprop:Generator_TableClassName="TBVERTRAEGEDataTable" msprop:Generator_TableVarName="tableTBVERTRAEGE" msprop:Generator_RowChangedName="TBVERTRAEGERowChanged" msprop:Generator_TablePropName="TBVERTRAEGE" msprop:Generator_RowDeletingName="TBVERTRAEGERowDeleting" msprop:Generator_RowChangingName="TBVERTRAEGERowChanging" msprop:Generator_RowEvHandlerName="TBVERTRAEGERowChangeEventHandler" msprop:Generator_RowDeletedName="TBVERTRAEGERowDeleted" msprop:Generator_RowClassName="TBVERTRAEGERow" msprop:Generator_UserTableName="TBVERTRAEGE" msprop:Generator_RowEvArgName="TBVERTRAEGERowChangeEvent"> <xs:element name="TBVERTRAEGE" msprop:Generator_TableClassName="TBVERTRAEGEDataTable" msprop:Generator_TableVarName="tableTBVERTRAEGE" msprop:Generator_TablePropName="TBVERTRAEGE" msprop:Generator_RowDeletingName="TBVERTRAEGERowDeleting" msprop:Generator_RowChangingName="TBVERTRAEGERowChanging" msprop:Generator_RowEvHandlerName="TBVERTRAEGERowChangeEventHandler" msprop:Generator_RowDeletedName="TBVERTRAEGERowDeleted" msprop:Generator_UserTableName="TBVERTRAEGE" msprop:Generator_RowChangedName="TBVERTRAEGERowChanged" msprop:Generator_RowEvArgName="TBVERTRAEGERowChangeEvent" msprop:Generator_RowClassName="TBVERTRAEGERow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -4018,7 +4018,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBPRODUKT_VERTRAG" msprop:Generator_TableClassName="TBPRODUKT_VERTRAGDataTable" msprop:Generator_TableVarName="tableTBPRODUKT_VERTRAG" msprop:Generator_RowChangedName="TBPRODUKT_VERTRAGRowChanged" msprop:Generator_TablePropName="TBPRODUKT_VERTRAG" msprop:Generator_RowDeletingName="TBPRODUKT_VERTRAGRowDeleting" msprop:Generator_RowChangingName="TBPRODUKT_VERTRAGRowChanging" msprop:Generator_RowEvHandlerName="TBPRODUKT_VERTRAGRowChangeEventHandler" msprop:Generator_RowDeletedName="TBPRODUKT_VERTRAGRowDeleted" msprop:Generator_RowClassName="TBPRODUKT_VERTRAGRow" msprop:Generator_UserTableName="TBPRODUKT_VERTRAG" msprop:Generator_RowEvArgName="TBPRODUKT_VERTRAGRowChangeEvent"> <xs:element name="TBPRODUKT_VERTRAG" msprop:Generator_TableClassName="TBPRODUKT_VERTRAGDataTable" msprop:Generator_TableVarName="tableTBPRODUKT_VERTRAG" msprop:Generator_TablePropName="TBPRODUKT_VERTRAG" msprop:Generator_RowDeletingName="TBPRODUKT_VERTRAGRowDeleting" msprop:Generator_RowChangingName="TBPRODUKT_VERTRAGRowChanging" msprop:Generator_RowEvHandlerName="TBPRODUKT_VERTRAGRowChangeEventHandler" msprop:Generator_RowDeletedName="TBPRODUKT_VERTRAGRowDeleted" msprop:Generator_UserTableName="TBPRODUKT_VERTRAG" msprop:Generator_RowChangedName="TBPRODUKT_VERTRAGRowChanged" msprop:Generator_RowEvArgName="TBPRODUKT_VERTRAGRowChangeEvent" msprop:Generator_RowClassName="TBPRODUKT_VERTRAGRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -4064,7 +4064,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBGERAETE_NOTINLIST" msprop:Generator_TableClassName="TBGERAETE_NOTINLISTDataTable" msprop:Generator_TableVarName="tableTBGERAETE_NOTINLIST" msprop:Generator_RowChangedName="TBGERAETE_NOTINLISTRowChanged" msprop:Generator_TablePropName="TBGERAETE_NOTINLIST" msprop:Generator_RowDeletingName="TBGERAETE_NOTINLISTRowDeleting" msprop:Generator_RowChangingName="TBGERAETE_NOTINLISTRowChanging" msprop:Generator_RowEvHandlerName="TBGERAETE_NOTINLISTRowChangeEventHandler" msprop:Generator_RowDeletedName="TBGERAETE_NOTINLISTRowDeleted" msprop:Generator_RowClassName="TBGERAETE_NOTINLISTRow" msprop:Generator_UserTableName="TBGERAETE_NOTINLIST" msprop:Generator_RowEvArgName="TBGERAETE_NOTINLISTRowChangeEvent"> <xs:element name="TBGERAETE_NOTINLIST" msprop:Generator_TableClassName="TBGERAETE_NOTINLISTDataTable" msprop:Generator_TableVarName="tableTBGERAETE_NOTINLIST" msprop:Generator_TablePropName="TBGERAETE_NOTINLIST" msprop:Generator_RowDeletingName="TBGERAETE_NOTINLISTRowDeleting" msprop:Generator_RowChangingName="TBGERAETE_NOTINLISTRowChanging" msprop:Generator_RowEvHandlerName="TBGERAETE_NOTINLISTRowChangeEventHandler" msprop:Generator_RowDeletedName="TBGERAETE_NOTINLISTRowDeleted" msprop:Generator_UserTableName="TBGERAETE_NOTINLIST" msprop:Generator_RowChangedName="TBGERAETE_NOTINLISTRowChanged" msprop:Generator_RowEvArgName="TBGERAETE_NOTINLISTRowChangeEvent" msprop:Generator_RowClassName="TBGERAETE_NOTINLISTRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -4103,7 +4103,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBWH_MODELL" msprop:Generator_TableClassName="TBWH_MODELLDataTable" msprop:Generator_TableVarName="tableTBWH_MODELL" msprop:Generator_RowChangedName="TBWH_MODELLRowChanged" msprop:Generator_TablePropName="TBWH_MODELL" msprop:Generator_RowDeletingName="TBWH_MODELLRowDeleting" msprop:Generator_RowChangingName="TBWH_MODELLRowChanging" msprop:Generator_RowEvHandlerName="TBWH_MODELLRowChangeEventHandler" msprop:Generator_RowDeletedName="TBWH_MODELLRowDeleted" msprop:Generator_RowClassName="TBWH_MODELLRow" msprop:Generator_UserTableName="TBWH_MODELL" msprop:Generator_RowEvArgName="TBWH_MODELLRowChangeEvent"> <xs:element name="TBWH_MODELL" msprop:Generator_TableClassName="TBWH_MODELLDataTable" msprop:Generator_TableVarName="tableTBWH_MODELL" msprop:Generator_TablePropName="TBWH_MODELL" msprop:Generator_RowDeletingName="TBWH_MODELLRowDeleting" msprop:Generator_RowChangingName="TBWH_MODELLRowChanging" msprop:Generator_RowEvHandlerName="TBWH_MODELLRowChangeEventHandler" msprop:Generator_RowDeletedName="TBWH_MODELLRowDeleted" msprop:Generator_UserTableName="TBWH_MODELL" msprop:Generator_RowChangedName="TBWH_MODELLRowChanged" msprop:Generator_RowEvArgName="TBWH_MODELLRowChangeEvent" msprop:Generator_RowClassName="TBWH_MODELLRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="PRODUKT_NR" msprop:Generator_ColumnVarNameInTable="columnPRODUKT_NR" msprop:Generator_ColumnPropNameInRow="PRODUKT_NR" msprop:Generator_ColumnPropNameInTable="PRODUKT_NRColumn" msprop:Generator_UserColumnName="PRODUKT_NR" minOccurs="0"> <xs:element name="PRODUKT_NR" msprop:Generator_ColumnVarNameInTable="columnPRODUKT_NR" msprop:Generator_ColumnPropNameInRow="PRODUKT_NR" msprop:Generator_ColumnPropNameInTable="PRODUKT_NRColumn" msprop:Generator_UserColumnName="PRODUKT_NR" minOccurs="0">
@ -4123,7 +4123,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBSUPPLY_DEFINITION" msprop:Generator_TableClassName="TBSUPPLY_DEFINITIONDataTable" msprop:Generator_TableVarName="tableTBSUPPLY_DEFINITION" msprop:Generator_RowChangedName="TBSUPPLY_DEFINITIONRowChanged" msprop:Generator_TablePropName="TBSUPPLY_DEFINITION" msprop:Generator_RowDeletingName="TBSUPPLY_DEFINITIONRowDeleting" msprop:Generator_RowChangingName="TBSUPPLY_DEFINITIONRowChanging" msprop:Generator_RowEvHandlerName="TBSUPPLY_DEFINITIONRowChangeEventHandler" msprop:Generator_RowDeletedName="TBSUPPLY_DEFINITIONRowDeleted" msprop:Generator_RowClassName="TBSUPPLY_DEFINITIONRow" msprop:Generator_UserTableName="TBSUPPLY_DEFINITION" msprop:Generator_RowEvArgName="TBSUPPLY_DEFINITIONRowChangeEvent"> <xs:element name="TBSUPPLY_DEFINITION" msprop:Generator_TableClassName="TBSUPPLY_DEFINITIONDataTable" msprop:Generator_TableVarName="tableTBSUPPLY_DEFINITION" msprop:Generator_TablePropName="TBSUPPLY_DEFINITION" msprop:Generator_RowDeletingName="TBSUPPLY_DEFINITIONRowDeleting" msprop:Generator_RowChangingName="TBSUPPLY_DEFINITIONRowChanging" msprop:Generator_RowEvHandlerName="TBSUPPLY_DEFINITIONRowChangeEventHandler" msprop:Generator_RowDeletedName="TBSUPPLY_DEFINITIONRowDeleted" msprop:Generator_UserTableName="TBSUPPLY_DEFINITION" msprop:Generator_RowChangedName="TBSUPPLY_DEFINITIONRowChanged" msprop:Generator_RowEvArgName="TBSUPPLY_DEFINITIONRowChangeEvent" msprop:Generator_RowClassName="TBSUPPLY_DEFINITIONRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -4161,7 +4161,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBGERAET_SUPPLY_ZUORDNUNG" msprop:Generator_TableClassName="TBGERAET_SUPPLY_ZUORDNUNGDataTable" msprop:Generator_TableVarName="tableTBGERAET_SUPPLY_ZUORDNUNG" msprop:Generator_RowChangedName="TBGERAET_SUPPLY_ZUORDNUNGRowChanged" msprop:Generator_TablePropName="TBGERAET_SUPPLY_ZUORDNUNG" msprop:Generator_RowDeletingName="TBGERAET_SUPPLY_ZUORDNUNGRowDeleting" msprop:Generator_RowChangingName="TBGERAET_SUPPLY_ZUORDNUNGRowChanging" msprop:Generator_RowEvHandlerName="TBGERAET_SUPPLY_ZUORDNUNGRowChangeEventHandler" msprop:Generator_RowDeletedName="TBGERAET_SUPPLY_ZUORDNUNGRowDeleted" msprop:Generator_RowClassName="TBGERAET_SUPPLY_ZUORDNUNGRow" msprop:Generator_UserTableName="TBGERAET_SUPPLY_ZUORDNUNG" msprop:Generator_RowEvArgName="TBGERAET_SUPPLY_ZUORDNUNGRowChangeEvent"> <xs:element name="TBGERAET_SUPPLY_ZUORDNUNG" msprop:Generator_TableClassName="TBGERAET_SUPPLY_ZUORDNUNGDataTable" msprop:Generator_TableVarName="tableTBGERAET_SUPPLY_ZUORDNUNG" msprop:Generator_TablePropName="TBGERAET_SUPPLY_ZUORDNUNG" msprop:Generator_RowDeletingName="TBGERAET_SUPPLY_ZUORDNUNGRowDeleting" msprop:Generator_RowChangingName="TBGERAET_SUPPLY_ZUORDNUNGRowChanging" msprop:Generator_RowEvHandlerName="TBGERAET_SUPPLY_ZUORDNUNGRowChangeEventHandler" msprop:Generator_RowDeletedName="TBGERAET_SUPPLY_ZUORDNUNGRowDeleted" msprop:Generator_UserTableName="TBGERAET_SUPPLY_ZUORDNUNG" msprop:Generator_RowChangedName="TBGERAET_SUPPLY_ZUORDNUNGRowChanged" msprop:Generator_RowEvArgName="TBGERAET_SUPPLY_ZUORDNUNGRowChangeEvent" msprop:Generator_RowClassName="TBGERAET_SUPPLY_ZUORDNUNGRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -4191,7 +4191,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="VWGeraet_Supply_Zuordnung" msprop:Generator_TableClassName="VWGeraet_Supply_ZuordnungDataTable" msprop:Generator_TableVarName="tableVWGeraet_Supply_Zuordnung" msprop:Generator_RowChangedName="VWGeraet_Supply_ZuordnungRowChanged" msprop:Generator_TablePropName="VWGeraet_Supply_Zuordnung" msprop:Generator_RowDeletingName="VWGeraet_Supply_ZuordnungRowDeleting" msprop:Generator_RowChangingName="VWGeraet_Supply_ZuordnungRowChanging" msprop:Generator_RowEvHandlerName="VWGeraet_Supply_ZuordnungRowChangeEventHandler" msprop:Generator_RowDeletedName="VWGeraet_Supply_ZuordnungRowDeleted" msprop:Generator_RowClassName="VWGeraet_Supply_ZuordnungRow" msprop:Generator_UserTableName="VWGeraet_Supply_Zuordnung" msprop:Generator_RowEvArgName="VWGeraet_Supply_ZuordnungRowChangeEvent"> <xs:element name="VWGeraet_Supply_Zuordnung" msprop:Generator_TableClassName="VWGeraet_Supply_ZuordnungDataTable" msprop:Generator_TableVarName="tableVWGeraet_Supply_Zuordnung" msprop:Generator_TablePropName="VWGeraet_Supply_Zuordnung" msprop:Generator_RowDeletingName="VWGeraet_Supply_ZuordnungRowDeleting" msprop:Generator_RowChangingName="VWGeraet_Supply_ZuordnungRowChanging" msprop:Generator_RowEvHandlerName="VWGeraet_Supply_ZuordnungRowChangeEventHandler" msprop:Generator_RowDeletedName="VWGeraet_Supply_ZuordnungRowDeleted" msprop:Generator_UserTableName="VWGeraet_Supply_Zuordnung" msprop:Generator_RowChangedName="VWGeraet_Supply_ZuordnungRowChanged" msprop:Generator_RowEvArgName="VWGeraet_Supply_ZuordnungRowChangeEvent" msprop:Generator_RowClassName="VWGeraet_Supply_ZuordnungRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -4235,7 +4235,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBUSER_RECHTE" msprop:Generator_TableClassName="TBUSER_RECHTEDataTable" msprop:Generator_TableVarName="tableTBUSER_RECHTE" msprop:Generator_RowChangedName="TBUSER_RECHTERowChanged" msprop:Generator_TablePropName="TBUSER_RECHTE" msprop:Generator_RowDeletingName="TBUSER_RECHTERowDeleting" msprop:Generator_RowChangingName="TBUSER_RECHTERowChanging" msprop:Generator_RowEvHandlerName="TBUSER_RECHTERowChangeEventHandler" msprop:Generator_RowDeletedName="TBUSER_RECHTERowDeleted" msprop:Generator_RowClassName="TBUSER_RECHTERow" msprop:Generator_UserTableName="TBUSER_RECHTE" msprop:Generator_RowEvArgName="TBUSER_RECHTERowChangeEvent"> <xs:element name="TBUSER_RECHTE" msprop:Generator_TableClassName="TBUSER_RECHTEDataTable" msprop:Generator_TableVarName="tableTBUSER_RECHTE" msprop:Generator_TablePropName="TBUSER_RECHTE" msprop:Generator_RowDeletingName="TBUSER_RECHTERowDeleting" msprop:Generator_RowChangingName="TBUSER_RECHTERowChanging" msprop:Generator_RowEvHandlerName="TBUSER_RECHTERowChangeEventHandler" msprop:Generator_RowDeletedName="TBUSER_RECHTERowDeleted" msprop:Generator_UserTableName="TBUSER_RECHTE" msprop:Generator_RowChangedName="TBUSER_RECHTERowChanged" msprop:Generator_RowEvArgName="TBUSER_RECHTERowChangeEvent" msprop:Generator_RowClassName="TBUSER_RECHTERow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -4266,7 +4266,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBMELDEDATUM" msprop:Generator_TableClassName="TBMELDEDATUMDataTable" msprop:Generator_TableVarName="tableTBMELDEDATUM" msprop:Generator_RowChangedName="TBMELDEDATUMRowChanged" msprop:Generator_TablePropName="TBMELDEDATUM" msprop:Generator_RowDeletingName="TBMELDEDATUMRowDeleting" msprop:Generator_RowChangingName="TBMELDEDATUMRowChanging" msprop:Generator_RowEvHandlerName="TBMELDEDATUMRowChangeEventHandler" msprop:Generator_RowDeletedName="TBMELDEDATUMRowDeleted" msprop:Generator_RowClassName="TBMELDEDATUMRow" msprop:Generator_UserTableName="TBMELDEDATUM" msprop:Generator_RowEvArgName="TBMELDEDATUMRowChangeEvent"> <xs:element name="TBMELDEDATUM" msprop:Generator_TableClassName="TBMELDEDATUMDataTable" msprop:Generator_TableVarName="tableTBMELDEDATUM" msprop:Generator_TablePropName="TBMELDEDATUM" msprop:Generator_RowDeletingName="TBMELDEDATUMRowDeleting" msprop:Generator_RowChangingName="TBMELDEDATUMRowChanging" msprop:Generator_RowEvHandlerName="TBMELDEDATUMRowChangeEventHandler" msprop:Generator_RowDeletedName="TBMELDEDATUMRowDeleted" msprop:Generator_UserTableName="TBMELDEDATUM" msprop:Generator_RowChangedName="TBMELDEDATUMRowChanged" msprop:Generator_RowEvArgName="TBMELDEDATUMRowChangeEvent" msprop:Generator_RowClassName="TBMELDEDATUMRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -4304,7 +4304,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBGERAETE_VERFOLGUNG" msprop:Generator_TableClassName="TBGERAETE_VERFOLGUNGDataTable" msprop:Generator_TableVarName="tableTBGERAETE_VERFOLGUNG" msprop:Generator_RowChangedName="TBGERAETE_VERFOLGUNGRowChanged" msprop:Generator_TablePropName="TBGERAETE_VERFOLGUNG" msprop:Generator_RowDeletingName="TBGERAETE_VERFOLGUNGRowDeleting" msprop:Generator_RowChangingName="TBGERAETE_VERFOLGUNGRowChanging" msprop:Generator_RowEvHandlerName="TBGERAETE_VERFOLGUNGRowChangeEventHandler" msprop:Generator_RowDeletedName="TBGERAETE_VERFOLGUNGRowDeleted" msprop:Generator_RowClassName="TBGERAETE_VERFOLGUNGRow" msprop:Generator_UserTableName="TBGERAETE_VERFOLGUNG" msprop:Generator_RowEvArgName="TBGERAETE_VERFOLGUNGRowChangeEvent"> <xs:element name="TBGERAETE_VERFOLGUNG" msprop:Generator_TableClassName="TBGERAETE_VERFOLGUNGDataTable" msprop:Generator_TableVarName="tableTBGERAETE_VERFOLGUNG" msprop:Generator_TablePropName="TBGERAETE_VERFOLGUNG" msprop:Generator_RowDeletingName="TBGERAETE_VERFOLGUNGRowDeleting" msprop:Generator_RowChangingName="TBGERAETE_VERFOLGUNGRowChanging" msprop:Generator_RowEvHandlerName="TBGERAETE_VERFOLGUNGRowChangeEventHandler" msprop:Generator_RowDeletedName="TBGERAETE_VERFOLGUNGRowDeleted" msprop:Generator_UserTableName="TBGERAETE_VERFOLGUNG" msprop:Generator_RowChangedName="TBGERAETE_VERFOLGUNGRowChanged" msprop:Generator_RowEvArgName="TBGERAETE_VERFOLGUNGRowChangeEvent" msprop:Generator_RowClassName="TBGERAETE_VERFOLGUNGRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -4395,7 +4395,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="VWMarkt_Verfolgung" msprop:Generator_TableClassName="VWMarkt_VerfolgungDataTable" msprop:Generator_TableVarName="tableVWMarkt_Verfolgung" msprop:Generator_RowChangedName="VWMarkt_VerfolgungRowChanged" msprop:Generator_TablePropName="VWMarkt_Verfolgung" msprop:Generator_RowDeletingName="VWMarkt_VerfolgungRowDeleting" msprop:Generator_RowChangingName="VWMarkt_VerfolgungRowChanging" msprop:Generator_RowEvHandlerName="VWMarkt_VerfolgungRowChangeEventHandler" msprop:Generator_RowDeletedName="VWMarkt_VerfolgungRowDeleted" msprop:Generator_RowClassName="VWMarkt_VerfolgungRow" msprop:Generator_UserTableName="VWMarkt_Verfolgung" msprop:Generator_RowEvArgName="VWMarkt_VerfolgungRowChangeEvent"> <xs:element name="VWMarkt_Verfolgung" msprop:Generator_TableClassName="VWMarkt_VerfolgungDataTable" msprop:Generator_TableVarName="tableVWMarkt_Verfolgung" msprop:Generator_TablePropName="VWMarkt_Verfolgung" msprop:Generator_RowDeletingName="VWMarkt_VerfolgungRowDeleting" msprop:Generator_RowChangingName="VWMarkt_VerfolgungRowChanging" msprop:Generator_RowEvHandlerName="VWMarkt_VerfolgungRowChangeEventHandler" msprop:Generator_RowDeletedName="VWMarkt_VerfolgungRowDeleted" msprop:Generator_UserTableName="VWMarkt_Verfolgung" msprop:Generator_RowChangedName="VWMarkt_VerfolgungRowChanged" msprop:Generator_RowEvArgName="VWMarkt_VerfolgungRowChangeEvent" msprop:Generator_RowClassName="VWMarkt_VerfolgungRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GERAETE_ID" msprop:Generator_ColumnVarNameInTable="columnGERAETE_ID" msprop:Generator_ColumnPropNameInRow="GERAETE_ID" msprop:Generator_ColumnPropNameInTable="GERAETE_IDColumn" msprop:Generator_UserColumnName="GERAETE_ID" type="xs:int" minOccurs="0" /> <xs:element name="GERAETE_ID" msprop:Generator_ColumnVarNameInTable="columnGERAETE_ID" msprop:Generator_ColumnPropNameInRow="GERAETE_ID" msprop:Generator_ColumnPropNameInTable="GERAETE_IDColumn" msprop:Generator_UserColumnName="GERAETE_ID" type="xs:int" minOccurs="0" />
@ -4427,7 +4427,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="VWGERAETE_VERFOLGUNG" msprop:Generator_TableClassName="VWGERAETE_VERFOLGUNGDataTable" msprop:Generator_TableVarName="tableVWGERAETE_VERFOLGUNG" msprop:Generator_RowChangedName="VWGERAETE_VERFOLGUNGRowChanged" msprop:Generator_TablePropName="VWGERAETE_VERFOLGUNG" msprop:Generator_RowDeletingName="VWGERAETE_VERFOLGUNGRowDeleting" msprop:Generator_RowChangingName="VWGERAETE_VERFOLGUNGRowChanging" msprop:Generator_RowEvHandlerName="VWGERAETE_VERFOLGUNGRowChangeEventHandler" msprop:Generator_RowDeletedName="VWGERAETE_VERFOLGUNGRowDeleted" msprop:Generator_RowClassName="VWGERAETE_VERFOLGUNGRow" msprop:Generator_UserTableName="VWGERAETE_VERFOLGUNG" msprop:Generator_RowEvArgName="VWGERAETE_VERFOLGUNGRowChangeEvent"> <xs:element name="VWGERAETE_VERFOLGUNG" msprop:Generator_TableClassName="VWGERAETE_VERFOLGUNGDataTable" msprop:Generator_TableVarName="tableVWGERAETE_VERFOLGUNG" msprop:Generator_TablePropName="VWGERAETE_VERFOLGUNG" msprop:Generator_RowDeletingName="VWGERAETE_VERFOLGUNGRowDeleting" msprop:Generator_RowChangingName="VWGERAETE_VERFOLGUNGRowChanging" msprop:Generator_RowEvHandlerName="VWGERAETE_VERFOLGUNGRowChangeEventHandler" msprop:Generator_RowDeletedName="VWGERAETE_VERFOLGUNGRowDeleted" msprop:Generator_UserTableName="VWGERAETE_VERFOLGUNG" msprop:Generator_RowChangedName="VWGERAETE_VERFOLGUNGRowChanged" msprop:Generator_RowEvArgName="VWGERAETE_VERFOLGUNGRowChangeEvent" msprop:Generator_RowClassName="VWGERAETE_VERFOLGUNGRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="MODELL" msprop:Generator_ColumnVarNameInTable="columnMODELL" msprop:Generator_ColumnPropNameInRow="MODELL" msprop:Generator_ColumnPropNameInTable="MODELLColumn" msprop:Generator_UserColumnName="MODELL" minOccurs="0"> <xs:element name="MODELL" msprop:Generator_ColumnVarNameInTable="columnMODELL" msprop:Generator_ColumnPropNameInRow="MODELL" msprop:Generator_ColumnPropNameInTable="MODELLColumn" msprop:Generator_UserColumnName="MODELL" minOccurs="0">
@ -4475,7 +4475,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBREFLISTE_HISTORY" msprop:Generator_TableClassName="TBREFLISTE_HISTORYDataTable" msprop:Generator_TableVarName="tableTBREFLISTE_HISTORY" msprop:Generator_RowChangedName="TBREFLISTE_HISTORYRowChanged" msprop:Generator_TablePropName="TBREFLISTE_HISTORY" msprop:Generator_RowDeletingName="TBREFLISTE_HISTORYRowDeleting" msprop:Generator_RowChangingName="TBREFLISTE_HISTORYRowChanging" msprop:Generator_RowEvHandlerName="TBREFLISTE_HISTORYRowChangeEventHandler" msprop:Generator_RowDeletedName="TBREFLISTE_HISTORYRowDeleted" msprop:Generator_RowClassName="TBREFLISTE_HISTORYRow" msprop:Generator_UserTableName="TBREFLISTE_HISTORY" msprop:Generator_RowEvArgName="TBREFLISTE_HISTORYRowChangeEvent"> <xs:element name="TBREFLISTE_HISTORY" msprop:Generator_TableClassName="TBREFLISTE_HISTORYDataTable" msprop:Generator_TableVarName="tableTBREFLISTE_HISTORY" msprop:Generator_TablePropName="TBREFLISTE_HISTORY" msprop:Generator_RowDeletingName="TBREFLISTE_HISTORYRowDeleting" msprop:Generator_RowChangingName="TBREFLISTE_HISTORYRowChanging" msprop:Generator_RowEvHandlerName="TBREFLISTE_HISTORYRowChangeEventHandler" msprop:Generator_RowDeletedName="TBREFLISTE_HISTORYRowDeleted" msprop:Generator_UserTableName="TBREFLISTE_HISTORY" msprop:Generator_RowChangedName="TBREFLISTE_HISTORYRowChanged" msprop:Generator_RowEvArgName="TBREFLISTE_HISTORYRowChangeEvent" msprop:Generator_RowClassName="TBREFLISTE_HISTORYRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="ERFASSTWER" msprop:Generator_ColumnVarNameInTable="columnERFASSTWER" msprop:Generator_ColumnPropNameInRow="ERFASSTWER" msprop:Generator_ColumnPropNameInTable="ERFASSTWERColumn" msprop:Generator_UserColumnName="ERFASSTWER"> <xs:element name="ERFASSTWER" msprop:Generator_ColumnVarNameInTable="columnERFASSTWER" msprop:Generator_ColumnPropNameInRow="ERFASSTWER" msprop:Generator_ColumnPropNameInTable="ERFASSTWERColumn" msprop:Generator_UserColumnName="ERFASSTWER">
@ -4489,7 +4489,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBMANDANTEN" msprop:Generator_TableClassName="TBMANDANTENDataTable" msprop:Generator_TableVarName="tableTBMANDANTEN" msprop:Generator_RowChangedName="TBMANDANTENRowChanged" msprop:Generator_TablePropName="TBMANDANTEN" msprop:Generator_RowDeletingName="TBMANDANTENRowDeleting" msprop:Generator_RowChangingName="TBMANDANTENRowChanging" msprop:Generator_RowEvHandlerName="TBMANDANTENRowChangeEventHandler" msprop:Generator_RowDeletedName="TBMANDANTENRowDeleted" msprop:Generator_RowClassName="TBMANDANTENRow" msprop:Generator_UserTableName="TBMANDANTEN" msprop:Generator_RowEvArgName="TBMANDANTENRowChangeEvent"> <xs:element name="TBMANDANTEN" msprop:Generator_TableClassName="TBMANDANTENDataTable" msprop:Generator_TableVarName="tableTBMANDANTEN" msprop:Generator_TablePropName="TBMANDANTEN" msprop:Generator_RowDeletingName="TBMANDANTENRowDeleting" msprop:Generator_RowChangingName="TBMANDANTENRowChanging" msprop:Generator_RowEvHandlerName="TBMANDANTENRowChangeEventHandler" msprop:Generator_RowDeletedName="TBMANDANTENRowDeleted" msprop:Generator_UserTableName="TBMANDANTEN" msprop:Generator_RowChangedName="TBMANDANTENRowChanged" msprop:Generator_RowEvArgName="TBMANDANTENRowChangeEvent" msprop:Generator_RowClassName="TBMANDANTENRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -4542,7 +4542,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="VWSUPPLY_VERFOLGUNG" msprop:Generator_TableClassName="VWSUPPLY_VERFOLGUNGDataTable" msprop:Generator_TableVarName="tableVWSUPPLY_VERFOLGUNG" msprop:Generator_RowChangedName="VWSUPPLY_VERFOLGUNGRowChanged" msprop:Generator_TablePropName="VWSUPPLY_VERFOLGUNG" msprop:Generator_RowDeletingName="VWSUPPLY_VERFOLGUNGRowDeleting" msprop:Generator_RowChangingName="VWSUPPLY_VERFOLGUNGRowChanging" msprop:Generator_RowEvHandlerName="VWSUPPLY_VERFOLGUNGRowChangeEventHandler" msprop:Generator_RowDeletedName="VWSUPPLY_VERFOLGUNGRowDeleted" msprop:Generator_RowClassName="VWSUPPLY_VERFOLGUNGRow" msprop:Generator_UserTableName="VWSUPPLY_VERFOLGUNG" msprop:Generator_RowEvArgName="VWSUPPLY_VERFOLGUNGRowChangeEvent"> <xs:element name="VWSUPPLY_VERFOLGUNG" msprop:Generator_TableClassName="VWSUPPLY_VERFOLGUNGDataTable" msprop:Generator_TableVarName="tableVWSUPPLY_VERFOLGUNG" msprop:Generator_TablePropName="VWSUPPLY_VERFOLGUNG" msprop:Generator_RowDeletingName="VWSUPPLY_VERFOLGUNGRowDeleting" msprop:Generator_RowChangingName="VWSUPPLY_VERFOLGUNGRowChanging" msprop:Generator_RowEvHandlerName="VWSUPPLY_VERFOLGUNGRowChangeEventHandler" msprop:Generator_RowDeletedName="VWSUPPLY_VERFOLGUNGRowDeleted" msprop:Generator_UserTableName="VWSUPPLY_VERFOLGUNG" msprop:Generator_RowChangedName="VWSUPPLY_VERFOLGUNGRowChanged" msprop:Generator_RowEvArgName="VWSUPPLY_VERFOLGUNGRowChangeEvent" msprop:Generator_RowClassName="VWSUPPLY_VERFOLGUNGRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="MODELL" msprop:Generator_ColumnVarNameInTable="columnMODELL" msprop:Generator_ColumnPropNameInRow="MODELL" msprop:Generator_ColumnPropNameInTable="MODELLColumn" msprop:Generator_UserColumnName="MODELL" minOccurs="0"> <xs:element name="MODELL" msprop:Generator_ColumnVarNameInTable="columnMODELL" msprop:Generator_ColumnPropNameInRow="MODELL" msprop:Generator_ColumnPropNameInTable="MODELLColumn" msprop:Generator_UserColumnName="MODELL" minOccurs="0">
@ -4600,7 +4600,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBIMPORT_PRODUKTE_DUPLIKATE" msprop:Generator_TableClassName="TBIMPORT_PRODUKTE_DUPLIKATEDataTable" msprop:Generator_TableVarName="tableTBIMPORT_PRODUKTE_DUPLIKATE" msprop:Generator_TablePropName="TBIMPORT_PRODUKTE_DUPLIKATE" msprop:Generator_RowDeletingName="TBIMPORT_PRODUKTE_DUPLIKATERowDeleting" msprop:Generator_RowChangingName="TBIMPORT_PRODUKTE_DUPLIKATERowChanging" msprop:Generator_RowEvHandlerName="TBIMPORT_PRODUKTE_DUPLIKATERowChangeEventHandler" msprop:Generator_RowDeletedName="TBIMPORT_PRODUKTE_DUPLIKATERowDeleted" msprop:Generator_UserTableName="TBIMPORT_PRODUKTE_DUPLIKATE" msprop:Generator_RowChangedName="TBIMPORT_PRODUKTE_DUPLIKATERowChanged" msprop:Generator_RowEvArgName="TBIMPORT_PRODUKTE_DUPLIKATERowChangeEvent" msprop:Generator_RowClassName="TBIMPORT_PRODUKTE_DUPLIKATERow"> <xs:element name="TBIMPORT_PRODUKTE_DUPLIKATE" msprop:Generator_TableClassName="TBIMPORT_PRODUKTE_DUPLIKATEDataTable" msprop:Generator_TableVarName="tableTBIMPORT_PRODUKTE_DUPLIKATE" msprop:Generator_RowChangedName="TBIMPORT_PRODUKTE_DUPLIKATERowChanged" msprop:Generator_TablePropName="TBIMPORT_PRODUKTE_DUPLIKATE" msprop:Generator_RowDeletingName="TBIMPORT_PRODUKTE_DUPLIKATERowDeleting" msprop:Generator_RowChangingName="TBIMPORT_PRODUKTE_DUPLIKATERowChanging" msprop:Generator_RowEvHandlerName="TBIMPORT_PRODUKTE_DUPLIKATERowChangeEventHandler" msprop:Generator_RowDeletedName="TBIMPORT_PRODUKTE_DUPLIKATERowDeleted" msprop:Generator_RowClassName="TBIMPORT_PRODUKTE_DUPLIKATERow" msprop:Generator_UserTableName="TBIMPORT_PRODUKTE_DUPLIKATE" msprop:Generator_RowEvArgName="TBIMPORT_PRODUKTE_DUPLIKATERowChangeEvent">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="SERIAL" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnSERIAL" msprop:Generator_ColumnPropNameInRow="SERIAL" msprop:Generator_ColumnPropNameInTable="SERIALColumn" msprop:Generator_UserColumnName="SERIAL" minOccurs="0"> <xs:element name="SERIAL" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnSERIAL" msprop:Generator_ColumnPropNameInRow="SERIAL" msprop:Generator_ColumnPropNameInTable="SERIALColumn" msprop:Generator_UserColumnName="SERIAL" minOccurs="0">
@ -4614,7 +4614,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBCHANGE_LOG_GERAET" msprop:Generator_TableClassName="TBCHANGE_LOG_GERAETDataTable" msprop:Generator_TableVarName="tableTBCHANGE_LOG_GERAET" msprop:Generator_RowChangedName="TBCHANGE_LOG_GERAETRowChanged" msprop:Generator_TablePropName="TBCHANGE_LOG_GERAET" msprop:Generator_RowDeletingName="TBCHANGE_LOG_GERAETRowDeleting" msprop:Generator_RowChangingName="TBCHANGE_LOG_GERAETRowChanging" msprop:Generator_RowEvHandlerName="TBCHANGE_LOG_GERAETRowChangeEventHandler" msprop:Generator_RowDeletedName="TBCHANGE_LOG_GERAETRowDeleted" msprop:Generator_RowClassName="TBCHANGE_LOG_GERAETRow" msprop:Generator_UserTableName="TBCHANGE_LOG_GERAET" msprop:Generator_RowEvArgName="TBCHANGE_LOG_GERAETRowChangeEvent"> <xs:element name="TBCHANGE_LOG_GERAET" msprop:Generator_TableClassName="TBCHANGE_LOG_GERAETDataTable" msprop:Generator_TableVarName="tableTBCHANGE_LOG_GERAET" msprop:Generator_TablePropName="TBCHANGE_LOG_GERAET" msprop:Generator_RowDeletingName="TBCHANGE_LOG_GERAETRowDeleting" msprop:Generator_RowChangingName="TBCHANGE_LOG_GERAETRowChanging" msprop:Generator_RowEvHandlerName="TBCHANGE_LOG_GERAETRowChangeEventHandler" msprop:Generator_RowDeletedName="TBCHANGE_LOG_GERAETRowDeleted" msprop:Generator_UserTableName="TBCHANGE_LOG_GERAET" msprop:Generator_RowChangedName="TBCHANGE_LOG_GERAETRowChanged" msprop:Generator_RowEvArgName="TBCHANGE_LOG_GERAETRowChangeEvent" msprop:Generator_RowClassName="TBCHANGE_LOG_GERAETRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -4636,7 +4636,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBSERVICE_IMP_LOG" msprop:Generator_TableClassName="TBSERVICE_IMP_LOGDataTable" msprop:Generator_TableVarName="tableTBSERVICE_IMP_LOG" msprop:Generator_TablePropName="TBSERVICE_IMP_LOG" msprop:Generator_RowDeletingName="TBSERVICE_IMP_LOGRowDeleting" msprop:Generator_RowChangingName="TBSERVICE_IMP_LOGRowChanging" msprop:Generator_RowEvHandlerName="TBSERVICE_IMP_LOGRowChangeEventHandler" msprop:Generator_RowDeletedName="TBSERVICE_IMP_LOGRowDeleted" msprop:Generator_UserTableName="TBSERVICE_IMP_LOG" msprop:Generator_RowChangedName="TBSERVICE_IMP_LOGRowChanged" msprop:Generator_RowEvArgName="TBSERVICE_IMP_LOGRowChangeEvent" msprop:Generator_RowClassName="TBSERVICE_IMP_LOGRow"> <xs:element name="TBSERVICE_IMP_LOG" msprop:Generator_TableClassName="TBSERVICE_IMP_LOGDataTable" msprop:Generator_TableVarName="tableTBSERVICE_IMP_LOG" msprop:Generator_RowChangedName="TBSERVICE_IMP_LOGRowChanged" msprop:Generator_TablePropName="TBSERVICE_IMP_LOG" msprop:Generator_RowDeletingName="TBSERVICE_IMP_LOGRowDeleting" msprop:Generator_RowChangingName="TBSERVICE_IMP_LOGRowChanging" msprop:Generator_RowEvHandlerName="TBSERVICE_IMP_LOGRowChangeEventHandler" msprop:Generator_RowDeletedName="TBSERVICE_IMP_LOGRowDeleted" msprop:Generator_RowClassName="TBSERVICE_IMP_LOGRow" msprop:Generator_UserTableName="TBSERVICE_IMP_LOG" msprop:Generator_RowEvArgName="TBSERVICE_IMP_LOGRowChangeEvent">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="NAME" msprop:Generator_ColumnVarNameInTable="columnNAME" msprop:Generator_ColumnPropNameInRow="NAME" msprop:Generator_ColumnPropNameInTable="NAMEColumn" msprop:Generator_UserColumnName="NAME"> <xs:element name="NAME" msprop:Generator_ColumnVarNameInTable="columnNAME" msprop:Generator_ColumnPropNameInRow="NAME" msprop:Generator_ColumnPropNameInTable="NAMEColumn" msprop:Generator_UserColumnName="NAME">
@ -4673,7 +4673,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="VWGERAETE_MELDUNG_STATUS" msprop:Generator_TableClassName="VWGERAETE_MELDUNG_STATUSDataTable" msprop:Generator_TableVarName="tableVWGERAETE_MELDUNG_STATUS" msprop:Generator_RowChangedName="VWGERAETE_MELDUNG_STATUSRowChanged" msprop:Generator_TablePropName="VWGERAETE_MELDUNG_STATUS" msprop:Generator_RowDeletingName="VWGERAETE_MELDUNG_STATUSRowDeleting" msprop:Generator_RowChangingName="VWGERAETE_MELDUNG_STATUSRowChanging" msprop:Generator_RowEvHandlerName="VWGERAETE_MELDUNG_STATUSRowChangeEventHandler" msprop:Generator_RowDeletedName="VWGERAETE_MELDUNG_STATUSRowDeleted" msprop:Generator_RowClassName="VWGERAETE_MELDUNG_STATUSRow" msprop:Generator_UserTableName="VWGERAETE_MELDUNG_STATUS" msprop:Generator_RowEvArgName="VWGERAETE_MELDUNG_STATUSRowChangeEvent"> <xs:element name="VWGERAETE_MELDUNG_STATUS" msprop:Generator_TableClassName="VWGERAETE_MELDUNG_STATUSDataTable" msprop:Generator_TableVarName="tableVWGERAETE_MELDUNG_STATUS" msprop:Generator_TablePropName="VWGERAETE_MELDUNG_STATUS" msprop:Generator_RowDeletingName="VWGERAETE_MELDUNG_STATUSRowDeleting" msprop:Generator_RowChangingName="VWGERAETE_MELDUNG_STATUSRowChanging" msprop:Generator_RowEvHandlerName="VWGERAETE_MELDUNG_STATUSRowChangeEventHandler" msprop:Generator_RowDeletedName="VWGERAETE_MELDUNG_STATUSRowDeleted" msprop:Generator_UserTableName="VWGERAETE_MELDUNG_STATUS" msprop:Generator_RowChangedName="VWGERAETE_MELDUNG_STATUSRowChanged" msprop:Generator_RowEvArgName="VWGERAETE_MELDUNG_STATUSRowChangeEvent" msprop:Generator_RowClassName="VWGERAETE_MELDUNG_STATUSRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="MANDANT_ID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnMANDANT_ID" msprop:Generator_ColumnPropNameInRow="MANDANT_ID" msprop:Generator_ColumnPropNameInTable="MANDANT_IDColumn" msprop:Generator_UserColumnName="MANDANT_ID" type="xs:int" minOccurs="0" /> <xs:element name="MANDANT_ID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnMANDANT_ID" msprop:Generator_ColumnPropNameInRow="MANDANT_ID" msprop:Generator_ColumnPropNameInTable="MANDANT_IDColumn" msprop:Generator_UserColumnName="MANDANT_ID" type="xs:int" minOccurs="0" />
@ -4730,7 +4730,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="ViewSUPPLY_STATUS_VERFOLGUNG" msprop:Generator_TableClassName="ViewSUPPLY_STATUS_VERFOLGUNGDataTable" msprop:Generator_TableVarName="tableViewSUPPLY_STATUS_VERFOLGUNG" msprop:Generator_RowChangedName="ViewSUPPLY_STATUS_VERFOLGUNGRowChanged" msprop:Generator_TablePropName="ViewSUPPLY_STATUS_VERFOLGUNG" msprop:Generator_RowDeletingName="ViewSUPPLY_STATUS_VERFOLGUNGRowDeleting" msprop:Generator_RowChangingName="ViewSUPPLY_STATUS_VERFOLGUNGRowChanging" msprop:Generator_RowEvHandlerName="ViewSUPPLY_STATUS_VERFOLGUNGRowChangeEventHandler" msprop:Generator_RowDeletedName="ViewSUPPLY_STATUS_VERFOLGUNGRowDeleted" msprop:Generator_RowClassName="ViewSUPPLY_STATUS_VERFOLGUNGRow" msprop:Generator_UserTableName="ViewSUPPLY_STATUS_VERFOLGUNG" msprop:Generator_RowEvArgName="ViewSUPPLY_STATUS_VERFOLGUNGRowChangeEvent"> <xs:element name="ViewSUPPLY_STATUS_VERFOLGUNG" msprop:Generator_TableClassName="ViewSUPPLY_STATUS_VERFOLGUNGDataTable" msprop:Generator_TableVarName="tableViewSUPPLY_STATUS_VERFOLGUNG" msprop:Generator_TablePropName="ViewSUPPLY_STATUS_VERFOLGUNG" msprop:Generator_RowDeletingName="ViewSUPPLY_STATUS_VERFOLGUNGRowDeleting" msprop:Generator_RowChangingName="ViewSUPPLY_STATUS_VERFOLGUNGRowChanging" msprop:Generator_RowEvHandlerName="ViewSUPPLY_STATUS_VERFOLGUNGRowChangeEventHandler" msprop:Generator_RowDeletedName="ViewSUPPLY_STATUS_VERFOLGUNGRowDeleted" msprop:Generator_UserTableName="ViewSUPPLY_STATUS_VERFOLGUNG" msprop:Generator_RowChangedName="ViewSUPPLY_STATUS_VERFOLGUNGRowChanged" msprop:Generator_RowEvArgName="ViewSUPPLY_STATUS_VERFOLGUNGRowChangeEvent" msprop:Generator_RowClassName="ViewSUPPLY_STATUS_VERFOLGUNGRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="Meldedatum" msprop:Generator_ColumnVarNameInTable="columnMeldedatum" msprop:Generator_ColumnPropNameInRow="Meldedatum" msprop:Generator_ColumnPropNameInTable="MeldedatumColumn" msprop:Generator_UserColumnName="Meldedatum" type="xs:dateTime" /> <xs:element name="Meldedatum" msprop:Generator_ColumnVarNameInTable="columnMeldedatum" msprop:Generator_ColumnPropNameInRow="Meldedatum" msprop:Generator_ColumnPropNameInTable="MeldedatumColumn" msprop:Generator_UserColumnName="Meldedatum" type="xs:dateTime" />
@ -4752,7 +4752,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="VWSUPPLIES_BESTELLUNG_GESENDET" msprop:Generator_TableClassName="VWSUPPLIES_BESTELLUNG_GESENDETDataTable" msprop:Generator_TableVarName="tableVWSUPPLIES_BESTELLUNG_GESENDET" msprop:Generator_TablePropName="VWSUPPLIES_BESTELLUNG_GESENDET" msprop:Generator_RowDeletingName="VWSUPPLIES_BESTELLUNG_GESENDETRowDeleting" msprop:Generator_RowChangingName="VWSUPPLIES_BESTELLUNG_GESENDETRowChanging" msprop:Generator_RowEvHandlerName="VWSUPPLIES_BESTELLUNG_GESENDETRowChangeEventHandler" msprop:Generator_RowDeletedName="VWSUPPLIES_BESTELLUNG_GESENDETRowDeleted" msprop:Generator_UserTableName="VWSUPPLIES_BESTELLUNG_GESENDET" msprop:Generator_RowChangedName="VWSUPPLIES_BESTELLUNG_GESENDETRowChanged" msprop:Generator_RowEvArgName="VWSUPPLIES_BESTELLUNG_GESENDETRowChangeEvent" msprop:Generator_RowClassName="VWSUPPLIES_BESTELLUNG_GESENDETRow"> <xs:element name="VWSUPPLIES_BESTELLUNG_GESENDET" msprop:Generator_TableClassName="VWSUPPLIES_BESTELLUNG_GESENDETDataTable" msprop:Generator_TableVarName="tableVWSUPPLIES_BESTELLUNG_GESENDET" msprop:Generator_RowChangedName="VWSUPPLIES_BESTELLUNG_GESENDETRowChanged" msprop:Generator_TablePropName="VWSUPPLIES_BESTELLUNG_GESENDET" msprop:Generator_RowDeletingName="VWSUPPLIES_BESTELLUNG_GESENDETRowDeleting" msprop:Generator_RowChangingName="VWSUPPLIES_BESTELLUNG_GESENDETRowChanging" msprop:Generator_RowEvHandlerName="VWSUPPLIES_BESTELLUNG_GESENDETRowChangeEventHandler" msprop:Generator_RowDeletedName="VWSUPPLIES_BESTELLUNG_GESENDETRowDeleted" msprop:Generator_RowClassName="VWSUPPLIES_BESTELLUNG_GESENDETRow" msprop:Generator_UserTableName="VWSUPPLIES_BESTELLUNG_GESENDET" msprop:Generator_RowEvArgName="VWSUPPLIES_BESTELLUNG_GESENDETRowChangeEvent">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="BESTELL_ID" msprop:Generator_ColumnVarNameInTable="columnBESTELL_ID" msprop:Generator_ColumnPropNameInRow="BESTELL_ID" msprop:Generator_ColumnPropNameInTable="BESTELL_IDColumn" msprop:Generator_UserColumnName="BESTELL_ID" type="xs:int" /> <xs:element name="BESTELL_ID" msprop:Generator_ColumnVarNameInTable="columnBESTELL_ID" msprop:Generator_ColumnPropNameInRow="BESTELL_ID" msprop:Generator_ColumnPropNameInTable="BESTELL_IDColumn" msprop:Generator_UserColumnName="BESTELL_ID" type="xs:int" />
@ -4805,7 +4805,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="VWRPT_SUPPLIES_TOORDER" msprop:Generator_TableClassName="VWRPT_SUPPLIES_TOORDERDataTable" msprop:Generator_TableVarName="tableVWRPT_SUPPLIES_TOORDER" msprop:Generator_RowChangedName="VWRPT_SUPPLIES_TOORDERRowChanged" msprop:Generator_TablePropName="VWRPT_SUPPLIES_TOORDER" msprop:Generator_RowDeletingName="VWRPT_SUPPLIES_TOORDERRowDeleting" msprop:Generator_RowChangingName="VWRPT_SUPPLIES_TOORDERRowChanging" msprop:Generator_RowEvHandlerName="VWRPT_SUPPLIES_TOORDERRowChangeEventHandler" msprop:Generator_RowDeletedName="VWRPT_SUPPLIES_TOORDERRowDeleted" msprop:Generator_RowClassName="VWRPT_SUPPLIES_TOORDERRow" msprop:Generator_UserTableName="VWRPT_SUPPLIES_TOORDER" msprop:Generator_RowEvArgName="VWRPT_SUPPLIES_TOORDERRowChangeEvent"> <xs:element name="VWRPT_SUPPLIES_TOORDER" msprop:Generator_TableClassName="VWRPT_SUPPLIES_TOORDERDataTable" msprop:Generator_TableVarName="tableVWRPT_SUPPLIES_TOORDER" msprop:Generator_TablePropName="VWRPT_SUPPLIES_TOORDER" msprop:Generator_RowDeletingName="VWRPT_SUPPLIES_TOORDERRowDeleting" msprop:Generator_RowChangingName="VWRPT_SUPPLIES_TOORDERRowChanging" msprop:Generator_RowEvHandlerName="VWRPT_SUPPLIES_TOORDERRowChangeEventHandler" msprop:Generator_RowDeletedName="VWRPT_SUPPLIES_TOORDERRowDeleted" msprop:Generator_UserTableName="VWRPT_SUPPLIES_TOORDER" msprop:Generator_RowChangedName="VWRPT_SUPPLIES_TOORDERRowChanged" msprop:Generator_RowEvArgName="VWRPT_SUPPLIES_TOORDERRowChangeEvent" msprop:Generator_RowClassName="VWRPT_SUPPLIES_TOORDERRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GEAENDERTWER" msprop:Generator_ColumnVarNameInTable="columnGEAENDERTWER" msprop:Generator_ColumnPropNameInRow="GEAENDERTWER" msprop:Generator_ColumnPropNameInTable="GEAENDERTWERColumn" msprop:Generator_UserColumnName="GEAENDERTWER" minOccurs="0"> <xs:element name="GEAENDERTWER" msprop:Generator_ColumnVarNameInTable="columnGEAENDERTWER" msprop:Generator_ColumnPropNameInRow="GEAENDERTWER" msprop:Generator_ColumnPropNameInTable="GEAENDERTWERColumn" msprop:Generator_UserColumnName="GEAENDERTWER" minOccurs="0">
@ -4901,7 +4901,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="VWSUPPLIES_2_ORDER" msprop:Generator_TableClassName="VWSUPPLIES_2_ORDERDataTable" msprop:Generator_TableVarName="tableVWSUPPLIES_2_ORDER" msprop:Generator_RowChangedName="VWSUPPLIES_2_ORDERRowChanged" msprop:Generator_TablePropName="VWSUPPLIES_2_ORDER" msprop:Generator_RowDeletingName="VWSUPPLIES_2_ORDERRowDeleting" msprop:Generator_RowChangingName="VWSUPPLIES_2_ORDERRowChanging" msprop:Generator_RowEvHandlerName="VWSUPPLIES_2_ORDERRowChangeEventHandler" msprop:Generator_RowDeletedName="VWSUPPLIES_2_ORDERRowDeleted" msprop:Generator_RowClassName="VWSUPPLIES_2_ORDERRow" msprop:Generator_UserTableName="VWSUPPLIES_2_ORDER" msprop:Generator_RowEvArgName="VWSUPPLIES_2_ORDERRowChangeEvent"> <xs:element name="VWSUPPLIES_2_ORDER" msprop:Generator_TableClassName="VWSUPPLIES_2_ORDERDataTable" msprop:Generator_TableVarName="tableVWSUPPLIES_2_ORDER" msprop:Generator_TablePropName="VWSUPPLIES_2_ORDER" msprop:Generator_RowDeletingName="VWSUPPLIES_2_ORDERRowDeleting" msprop:Generator_RowChangingName="VWSUPPLIES_2_ORDERRowChanging" msprop:Generator_RowEvHandlerName="VWSUPPLIES_2_ORDERRowChangeEventHandler" msprop:Generator_RowDeletedName="VWSUPPLIES_2_ORDERRowDeleted" msprop:Generator_UserTableName="VWSUPPLIES_2_ORDER" msprop:Generator_RowChangedName="VWSUPPLIES_2_ORDERRowChanged" msprop:Generator_RowEvArgName="VWSUPPLIES_2_ORDERRowChangeEvent" msprop:Generator_RowClassName="VWSUPPLIES_2_ORDERRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="MANDANT" msprop:Generator_ColumnVarNameInTable="columnMANDANT" msprop:Generator_ColumnPropNameInRow="MANDANT" msprop:Generator_ColumnPropNameInTable="MANDANTColumn" msprop:Generator_UserColumnName="MANDANT"> <xs:element name="MANDANT" msprop:Generator_ColumnVarNameInTable="columnMANDANT" msprop:Generator_ColumnPropNameInRow="MANDANT" msprop:Generator_ColumnPropNameInTable="MANDANTColumn" msprop:Generator_UserColumnName="MANDANT">
@ -5132,22 +5132,22 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:element> </xs:element>
<xs:annotation> <xs:annotation>
<xs:appinfo> <xs:appinfo>
<msdata:Relationship name="VWSUPPLIES_TBWH_STATUSFILTER" msdata:parent="VWSUPPLIES" msdata:child="TBWH_STATUSFILTER" msdata:parentkey="STATUS_ID" msdata:childkey="GUID" msprop:Generator_UserChildTable="TBWH_STATUSFILTER" msprop:Generator_ChildPropName="GetTBWH_STATUSFILTERRows" msprop:Generator_UserRelationName="VWSUPPLIES_TBWH_STATUSFILTER" msprop:Generator_ParentPropName="VWSUPPLIESRow" msprop:Generator_RelationVarName="relationVWSUPPLIES_TBWH_STATUSFILTER" msprop:Generator_UserParentTable="VWSUPPLIES" /> <msdata:Relationship name="VWSUPPLIES_TBWH_STATUSFILTER" msdata:parent="VWSUPPLIES" msdata:child="TBWH_STATUSFILTER" msdata:parentkey="STATUS_ID" msdata:childkey="GUID" msprop:Generator_UserChildTable="TBWH_STATUSFILTER" msprop:Generator_ChildPropName="GetTBWH_STATUSFILTERRows" msprop:Generator_UserRelationName="VWSUPPLIES_TBWH_STATUSFILTER" msprop:Generator_RelationVarName="relationVWSUPPLIES_TBWH_STATUSFILTER" msprop:Generator_UserParentTable="VWSUPPLIES" msprop:Generator_ParentPropName="VWSUPPLIESRow" />
<msdata:Relationship name="TBWH_STATUSFILTER_VWSUPPLIES" msdata:parent="TBWH_STATUSFILTER" msdata:child="VWSUPPLIES" msdata:parentkey="GUID" msdata:childkey="STATUS_ID" msprop:Generator_UserChildTable="VWSUPPLIES" msprop:Generator_ChildPropName="GetVWSUPPLIESRows" msprop:Generator_UserRelationName="TBWH_STATUSFILTER_VWSUPPLIES" msprop:Generator_RelationVarName="relationTBWH_STATUSFILTER_VWSUPPLIES" msprop:Generator_UserParentTable="TBWH_STATUSFILTER" msprop:Generator_ParentPropName="TBWH_STATUSFILTERRow" /> <msdata:Relationship name="TBWH_STATUSFILTER_VWSUPPLIES" msdata:parent="TBWH_STATUSFILTER" msdata:child="VWSUPPLIES" msdata:parentkey="GUID" msdata:childkey="STATUS_ID" msprop:Generator_UserChildTable="VWSUPPLIES" msprop:Generator_ChildPropName="GetVWSUPPLIESRows" msprop:Generator_UserRelationName="TBWH_STATUSFILTER_VWSUPPLIES" msprop:Generator_ParentPropName="TBWH_STATUSFILTERRow" msprop:Generator_RelationVarName="relationTBWH_STATUSFILTER_VWSUPPLIES" msprop:Generator_UserParentTable="TBWH_STATUSFILTER" />
<msdata:Relationship name="VWGERAET_ORDER_VWSUPPLIES_TO_ORDER" msdata:parent="VWGERAET_ORDER" msdata:child="VWSUPPLIES_TO_ORDER" msdata:parentkey="GUID" msdata:childkey="GERAET_ID" msprop:Generator_UserChildTable="VWSUPPLIES_TO_ORDER" msprop:Generator_ChildPropName="GetVWSUPPLIES_TO_ORDERRows" msprop:Generator_UserRelationName="VWGERAET_ORDER_VWSUPPLIES_TO_ORDER" msprop:Generator_RelationVarName="relationVWGERAET_ORDER_VWSUPPLIES_TO_ORDER" msprop:Generator_UserParentTable="VWGERAET_ORDER" msprop:Generator_ParentPropName="VWGERAET_ORDERRow" /> <msdata:Relationship name="VWGERAET_ORDER_VWSUPPLIES_TO_ORDER" msdata:parent="VWGERAET_ORDER" msdata:child="VWSUPPLIES_TO_ORDER" msdata:parentkey="GUID" msdata:childkey="GERAET_ID" msprop:Generator_UserChildTable="VWSUPPLIES_TO_ORDER" msprop:Generator_ChildPropName="GetVWSUPPLIES_TO_ORDERRows" msprop:Generator_UserRelationName="VWGERAET_ORDER_VWSUPPLIES_TO_ORDER" msprop:Generator_ParentPropName="VWGERAET_ORDERRow" msprop:Generator_RelationVarName="relationVWGERAET_ORDER_VWSUPPLIES_TO_ORDER" msprop:Generator_UserParentTable="VWGERAET_ORDER" />
<msdata:Relationship name="FK_TBSUPPLIES_STATUS_ID" msdata:parent="TBWH_STATUS1" msdata:child="TBSUPPLIES" msdata:parentkey="GUID" msdata:childkey="STATUS_ID" msprop:Generator_UserChildTable="TBSUPPLIES" msprop:Generator_ChildPropName="GetTBSUPPLIESRows" msprop:Generator_UserRelationName="FK_TBSUPPLIES_STATUS_ID" msprop:Generator_RelationVarName="relationFK_TBSUPPLIES_STATUS_ID" msprop:Generator_UserParentTable="TBWH_STATUS1" msprop:Generator_ParentPropName="TBWH_STATUS1Row" /> <msdata:Relationship name="FK_TBSUPPLIES_STATUS_ID" msdata:parent="TBWH_STATUS1" msdata:child="TBSUPPLIES" msdata:parentkey="GUID" msdata:childkey="STATUS_ID" msprop:Generator_UserChildTable="TBSUPPLIES" msprop:Generator_ChildPropName="GetTBSUPPLIESRows" msprop:Generator_UserRelationName="FK_TBSUPPLIES_STATUS_ID" msprop:Generator_ParentPropName="TBWH_STATUS1Row" msprop:Generator_RelationVarName="relationFK_TBSUPPLIES_STATUS_ID" msprop:Generator_UserParentTable="TBWH_STATUS1" />
<msdata:Relationship name="FK_TBSUPPLIES_STATUS_ID1" msdata:parent="TBWH_STATUS2" msdata:child="TBSUPPLIES" msdata:parentkey="GUID" msdata:childkey="STATUS_ID" msprop:Generator_UserChildTable="TBSUPPLIES" msprop:Generator_ChildPropName="GetTBSUPPLIESRows" msprop:Generator_UserRelationName="FK_TBSUPPLIES_STATUS_ID1" msprop:Generator_RelationVarName="relationFK_TBSUPPLIES_STATUS_ID1" msprop:Generator_UserParentTable="TBWH_STATUS2" msprop:Generator_ParentPropName="TBWH_STATUS2Row" /> <msdata:Relationship name="FK_TBSUPPLIES_STATUS_ID1" msdata:parent="TBWH_STATUS2" msdata:child="TBSUPPLIES" msdata:parentkey="GUID" msdata:childkey="STATUS_ID" msprop:Generator_UserChildTable="TBSUPPLIES" msprop:Generator_ChildPropName="GetTBSUPPLIESRows" msprop:Generator_UserRelationName="FK_TBSUPPLIES_STATUS_ID1" msprop:Generator_ParentPropName="TBWH_STATUS2Row" msprop:Generator_RelationVarName="relationFK_TBSUPPLIES_STATUS_ID1" msprop:Generator_UserParentTable="TBWH_STATUS2" />
<msdata:Relationship name="FK_TBSUPPLIES_STATUS_ID2" msdata:parent="TBWH_STATUS3" msdata:child="TBSUPPLIES" msdata:parentkey="GUID" msdata:childkey="STATUS_ID" msprop:Generator_UserChildTable="TBSUPPLIES" msprop:Generator_ChildPropName="GetTBSUPPLIESRows" msprop:Generator_UserRelationName="FK_TBSUPPLIES_STATUS_ID2" msprop:Generator_RelationVarName="relationFK_TBSUPPLIES_STATUS_ID2" msprop:Generator_UserParentTable="TBWH_STATUS3" msprop:Generator_ParentPropName="TBWH_STATUS3Row" /> <msdata:Relationship name="FK_TBSUPPLIES_STATUS_ID2" msdata:parent="TBWH_STATUS3" msdata:child="TBSUPPLIES" msdata:parentkey="GUID" msdata:childkey="STATUS_ID" msprop:Generator_UserChildTable="TBSUPPLIES" msprop:Generator_ChildPropName="GetTBSUPPLIESRows" msprop:Generator_UserRelationName="FK_TBSUPPLIES_STATUS_ID2" msprop:Generator_ParentPropName="TBWH_STATUS3Row" msprop:Generator_RelationVarName="relationFK_TBSUPPLIES_STATUS_ID2" msprop:Generator_UserParentTable="TBWH_STATUS3" />
<msdata:Relationship name="FK_TBSUPPLIES_STATUS_ID3" msdata:parent="TBWH_STATUSFILTER" msdata:child="TBSUPPLIES" msdata:parentkey="GUID" msdata:childkey="STATUS_ID" msprop:Generator_UserChildTable="TBSUPPLIES" msprop:Generator_ChildPropName="GetTBSUPPLIESRows" msprop:Generator_UserRelationName="FK_TBSUPPLIES_STATUS_ID3" msprop:Generator_RelationVarName="relationFK_TBSUPPLIES_STATUS_ID3" msprop:Generator_UserParentTable="TBWH_STATUSFILTER" msprop:Generator_ParentPropName="TBWH_STATUSFILTERRow" /> <msdata:Relationship name="FK_TBSUPPLIES_STATUS_ID3" msdata:parent="TBWH_STATUSFILTER" msdata:child="TBSUPPLIES" msdata:parentkey="GUID" msdata:childkey="STATUS_ID" msprop:Generator_UserChildTable="TBSUPPLIES" msprop:Generator_ChildPropName="GetTBSUPPLIESRows" msprop:Generator_UserRelationName="FK_TBSUPPLIES_STATUS_ID3" msprop:Generator_ParentPropName="TBWH_STATUSFILTERRow" msprop:Generator_RelationVarName="relationFK_TBSUPPLIES_STATUS_ID3" msprop:Generator_UserParentTable="TBWH_STATUSFILTER" />
<msdata:Relationship name="FK_TBSUPPLIES_STATUS_ID4" msdata:parent="TBSTATUS" msdata:child="TBSUPPLIES" msdata:parentkey="GUID" msdata:childkey="STATUS_ID" msprop:Generator_UserChildTable="TBSUPPLIES" msprop:Generator_ChildPropName="GetTBSUPPLIESRows" msprop:Generator_UserRelationName="FK_TBSUPPLIES_STATUS_ID4" msprop:Generator_RelationVarName="relationFK_TBSUPPLIES_STATUS_ID4" msprop:Generator_UserParentTable="TBSTATUS" msprop:Generator_ParentPropName="TBSTATUSRow" /> <msdata:Relationship name="FK_TBSUPPLIES_STATUS_ID4" msdata:parent="TBSTATUS" msdata:child="TBSUPPLIES" msdata:parentkey="GUID" msdata:childkey="STATUS_ID" msprop:Generator_UserChildTable="TBSUPPLIES" msprop:Generator_ChildPropName="GetTBSUPPLIESRows" msprop:Generator_UserRelationName="FK_TBSUPPLIES_STATUS_ID4" msprop:Generator_ParentPropName="TBSTATUSRow" msprop:Generator_RelationVarName="relationFK_TBSUPPLIES_STATUS_ID4" msprop:Generator_UserParentTable="TBSTATUS" />
<msdata:Relationship name="TBWH_MARKT_TBGERAET" msdata:parent="TBWH_MARKT" msdata:child="TBGERAET" msdata:parentkey="MARKT" msdata:childkey="MARKT" msprop:Generator_UserChildTable="TBGERAET" msprop:Generator_ChildPropName="GetTBGERAETRows" msprop:Generator_UserRelationName="TBWH_MARKT_TBGERAET" msprop:Generator_ParentPropName="TBWH_MARKTRow" msprop:Generator_RelationVarName="relationTBWH_MARKT_TBGERAET" msprop:Generator_UserParentTable="TBWH_MARKT" /> <msdata:Relationship name="TBWH_MARKT_TBGERAET" msdata:parent="TBWH_MARKT" msdata:child="TBGERAET" msdata:parentkey="MARKT" msdata:childkey="MARKT" msprop:Generator_UserChildTable="TBGERAET" msprop:Generator_ChildPropName="GetTBGERAETRows" msprop:Generator_UserRelationName="TBWH_MARKT_TBGERAET" msprop:Generator_RelationVarName="relationTBWH_MARKT_TBGERAET" msprop:Generator_UserParentTable="TBWH_MARKT" msprop:Generator_ParentPropName="TBWH_MARKTRow" />
<msdata:Relationship name="RelTBWH_MARKT_TBSUPPLY_BESTELLUNGView" msdata:parent="TBWH_MARKT" msdata:child="VWSUPPLY_BESTELLUNG_FRONTEND" msdata:parentkey="MARKT" msdata:childkey="MARKT" msprop:Generator_UserChildTable="VWSUPPLY_BESTELLUNG_FRONTEND" msprop:Generator_ChildPropName="GetVWSUPPLY_BESTELLUNG_FRONTENDRows" msprop:Generator_UserRelationName="RelTBWH_MARKT_TBSUPPLY_BESTELLUNGView" msprop:Generator_RelationVarName="relationRelTBWH_MARKT_TBSUPPLY_BESTELLUNGView" msprop:Generator_UserParentTable="TBWH_MARKT" msprop:Generator_ParentPropName="TBWH_MARKTRow" /> <msdata:Relationship name="RelTBWH_MARKT_TBSUPPLY_BESTELLUNGView" msdata:parent="TBWH_MARKT" msdata:child="VWSUPPLY_BESTELLUNG_FRONTEND" msdata:parentkey="MARKT" msdata:childkey="MARKT" msprop:Generator_UserChildTable="VWSUPPLY_BESTELLUNG_FRONTEND" msprop:Generator_ChildPropName="GetVWSUPPLY_BESTELLUNG_FRONTENDRows" msprop:Generator_UserRelationName="RelTBWH_MARKT_TBSUPPLY_BESTELLUNGView" msprop:Generator_ParentPropName="TBWH_MARKTRow" msprop:Generator_RelationVarName="relationRelTBWH_MARKT_TBSUPPLY_BESTELLUNGView" msprop:Generator_UserParentTable="TBWH_MARKT" />
<msdata:Relationship name="FK_TBPRODUKT_VERTRAG_VERTRAG" msdata:parent="TBVERTRAEGE" msdata:child="TBPRODUKT_VERTRAG" msdata:parentkey="GUID" msdata:childkey="VERTRAG_ID" msprop:Generator_UserChildTable="TBPRODUKT_VERTRAG" msprop:Generator_ChildPropName="GetTBPRODUKT_VERTRAGRows" msprop:Generator_UserRelationName="FK_TBPRODUKT_VERTRAG_VERTRAG" msprop:Generator_RelationVarName="relationFK_TBPRODUKT_VERTRAG_VERTRAG" msprop:Generator_UserParentTable="TBVERTRAEGE" msprop:Generator_ParentPropName="TBVERTRAEGERow" /> <msdata:Relationship name="FK_TBPRODUKT_VERTRAG_VERTRAG" msdata:parent="TBVERTRAEGE" msdata:child="TBPRODUKT_VERTRAG" msdata:parentkey="GUID" msdata:childkey="VERTRAG_ID" msprop:Generator_UserChildTable="TBPRODUKT_VERTRAG" msprop:Generator_ChildPropName="GetTBPRODUKT_VERTRAGRows" msprop:Generator_UserRelationName="FK_TBPRODUKT_VERTRAG_VERTRAG" msprop:Generator_ParentPropName="TBVERTRAEGERow" msprop:Generator_RelationVarName="relationFK_TBPRODUKT_VERTRAG_VERTRAG" msprop:Generator_UserParentTable="TBVERTRAEGE" />
<msdata:Relationship name="FK_TBGERAETE_NOTINLIST_VERTRAG" msdata:parent="TBVERTRAEGE" msdata:child="TBGERAETE_NOTINLIST" msdata:parentkey="GUID" msdata:childkey="VERTRAG_ID" msprop:Generator_UserChildTable="TBGERAETE_NOTINLIST" msprop:Generator_ChildPropName="GetTBGERAETE_NOTINLISTRows" msprop:Generator_UserRelationName="FK_TBGERAETE_NOTINLIST_VERTRAG" msprop:Generator_ParentPropName="TBVERTRAEGERow" msprop:Generator_RelationVarName="relationFK_TBGERAETE_NOTINLIST_VERTRAG" msprop:Generator_UserParentTable="TBVERTRAEGE" /> <msdata:Relationship name="FK_TBGERAETE_NOTINLIST_VERTRAG" msdata:parent="TBVERTRAEGE" msdata:child="TBGERAETE_NOTINLIST" msdata:parentkey="GUID" msdata:childkey="VERTRAG_ID" msprop:Generator_UserChildTable="TBGERAETE_NOTINLIST" msprop:Generator_ChildPropName="GetTBGERAETE_NOTINLISTRows" msprop:Generator_UserRelationName="FK_TBGERAETE_NOTINLIST_VERTRAG" msprop:Generator_RelationVarName="relationFK_TBGERAETE_NOTINLIST_VERTRAG" msprop:Generator_UserParentTable="TBVERTRAEGE" msprop:Generator_ParentPropName="TBVERTRAEGERow" />
<msdata:Relationship name="FK_TBGERAET_SUPPLY_ZUORDNUNG_SUPPLY_ID" msdata:parent="TBSUPPLY_DEFINITION" msdata:child="TBGERAET_SUPPLY_ZUORDNUNG" msdata:parentkey="GUID" msdata:childkey="SUPPLY_ID" msprop:Generator_UserChildTable="TBGERAET_SUPPLY_ZUORDNUNG" msprop:Generator_ChildPropName="GetTBGERAET_SUPPLY_ZUORDNUNGRows" msprop:Generator_UserRelationName="FK_TBGERAET_SUPPLY_ZUORDNUNG_SUPPLY_ID" msprop:Generator_ParentPropName="TBSUPPLY_DEFINITIONRow" msprop:Generator_RelationVarName="relationFK_TBGERAET_SUPPLY_ZUORDNUNG_SUPPLY_ID" msprop:Generator_UserParentTable="TBSUPPLY_DEFINITION" /> <msdata:Relationship name="FK_TBGERAET_SUPPLY_ZUORDNUNG_SUPPLY_ID" msdata:parent="TBSUPPLY_DEFINITION" msdata:child="TBGERAET_SUPPLY_ZUORDNUNG" msdata:parentkey="GUID" msdata:childkey="SUPPLY_ID" msprop:Generator_UserChildTable="TBGERAET_SUPPLY_ZUORDNUNG" msprop:Generator_ChildPropName="GetTBGERAET_SUPPLY_ZUORDNUNGRows" msprop:Generator_UserRelationName="FK_TBGERAET_SUPPLY_ZUORDNUNG_SUPPLY_ID" msprop:Generator_RelationVarName="relationFK_TBGERAET_SUPPLY_ZUORDNUNG_SUPPLY_ID" msprop:Generator_UserParentTable="TBSUPPLY_DEFINITION" msprop:Generator_ParentPropName="TBSUPPLY_DEFINITIONRow" />
<msdata:Relationship name="FK_TBSUPPLIES_STATUS_ID5" msdata:parent="TBWH_STATUS4" msdata:child="TBSUPPLIES" msdata:parentkey="GUID" msdata:childkey="STATUS_ID" msprop:Generator_UserChildTable="TBSUPPLIES" msprop:Generator_ChildPropName="GetTBSUPPLIESRows" msprop:Generator_UserRelationName="FK_TBSUPPLIES_STATUS_ID5" msprop:Generator_ParentPropName="TBWH_STATUS4Row" msprop:Generator_RelationVarName="relationFK_TBSUPPLIES_STATUS_ID5" msprop:Generator_UserParentTable="TBWH_STATUS4" /> <msdata:Relationship name="FK_TBSUPPLIES_STATUS_ID5" msdata:parent="TBWH_STATUS4" msdata:child="TBSUPPLIES" msdata:parentkey="GUID" msdata:childkey="STATUS_ID" msprop:Generator_UserChildTable="TBSUPPLIES" msprop:Generator_ChildPropName="GetTBSUPPLIESRows" msprop:Generator_UserRelationName="FK_TBSUPPLIES_STATUS_ID5" msprop:Generator_RelationVarName="relationFK_TBSUPPLIES_STATUS_ID5" msprop:Generator_UserParentTable="TBWH_STATUS4" msprop:Generator_ParentPropName="TBWH_STATUS4Row" />
<msdata:Relationship name="FK_TBSUPPLIES_STATUS_ID6" msdata:parent="TBWH_STATUS5" msdata:child="TBSUPPLIES" msdata:parentkey="GUID" msdata:childkey="STATUS_ID" msprop:Generator_UserChildTable="TBSUPPLIES" msprop:Generator_ChildPropName="GetTBSUPPLIESRows" msprop:Generator_UserRelationName="FK_TBSUPPLIES_STATUS_ID6" msprop:Generator_ParentPropName="TBWH_STATUS5Row" msprop:Generator_RelationVarName="relationFK_TBSUPPLIES_STATUS_ID6" msprop:Generator_UserParentTable="TBWH_STATUS5" /> <msdata:Relationship name="FK_TBSUPPLIES_STATUS_ID6" msdata:parent="TBWH_STATUS5" msdata:child="TBSUPPLIES" msdata:parentkey="GUID" msdata:childkey="STATUS_ID" msprop:Generator_UserChildTable="TBSUPPLIES" msprop:Generator_ChildPropName="GetTBSUPPLIESRows" msprop:Generator_UserRelationName="FK_TBSUPPLIES_STATUS_ID6" msprop:Generator_RelationVarName="relationFK_TBSUPPLIES_STATUS_ID6" msprop:Generator_UserParentTable="TBWH_STATUS5" msprop:Generator_ParentPropName="TBWH_STATUS5Row" />
<msdata:Relationship name="FK_TBSUPPLYDEFINITION" msdata:parent="TBSUPPLY_DEFINITION" msdata:child="TBSUPPLIES" msdata:parentkey="GUID" msdata:childkey="SUPPLY_DEF_ID" msprop:Generator_UserChildTable="TBSUPPLIES" msprop:Generator_ChildPropName="GetTBSUPPLIESRows" msprop:Generator_UserRelationName="FK_TBSUPPLYDEFINITION" msprop:Generator_ParentPropName="TBSUPPLY_DEFINITIONRow" msprop:Generator_RelationVarName="relationFK_TBSUPPLYDEFINITION" msprop:Generator_UserParentTable="TBSUPPLY_DEFINITION" /> <msdata:Relationship name="FK_TBSUPPLYDEFINITION" msdata:parent="TBSUPPLY_DEFINITION" msdata:child="TBSUPPLIES" msdata:parentkey="GUID" msdata:childkey="SUPPLY_DEF_ID" msprop:Generator_UserChildTable="TBSUPPLIES" msprop:Generator_ChildPropName="GetTBSUPPLIESRows" msprop:Generator_UserRelationName="FK_TBSUPPLYDEFINITION" msprop:Generator_RelationVarName="relationFK_TBSUPPLYDEFINITION" msprop:Generator_UserParentTable="TBSUPPLY_DEFINITION" msprop:Generator_ParentPropName="TBSUPPLY_DEFINITIONRow" />
</xs:appinfo> </xs:appinfo>
</xs:annotation> </xs:annotation>
</xs:schema> </xs:schema>

View File

@ -8,8 +8,8 @@
<SchemaVersion>2.0</SchemaVersion> <SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{2199461A-FD8B-41DA-A9EA-7AF1819CD641}</ProjectGuid> <ProjectGuid>{2199461A-FD8B-41DA-A9EA-7AF1819CD641}</ProjectGuid>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<StartupObject>MCSUPPLYWATCH.My.MyApplication</StartupObject> <StartupObject>SUPPLYWATCH.My.MyApplication</StartupObject>
<RootNamespace>MCSUPPLYWATCH</RootNamespace> <RootNamespace>SUPPLYWATCH</RootNamespace>
<AssemblyName>SUPPLYWATCH</AssemblyName> <AssemblyName>SUPPLYWATCH</AssemblyName>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<MyType>WindowsForms</MyType> <MyType>WindowsForms</MyType>

View File

@ -2,14 +2,14 @@
<configuration> <configuration>
<configSections> <configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="MCSUPPLYWATCH.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" /> <section name="SUPPLYWATCH.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup> </sectionGroup>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="MCSUPPLYWATCH.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> <section name="SUPPLYWATCH.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</sectionGroup> </sectionGroup>
</configSections> </configSections>
<connectionStrings> <connectionStrings>
<add name="MCSUPPLYWATCH.My.MySettings.MC_SUPPLYWATCHConnectionString" <add name="SUPPLYWATCH.My.MySettings.MC_SUPPLYWATCHConnectionString"
connectionString="Data Source=192.168.8.13;Initial Catalog=MC2_SUPPLYWATCH;User ID=sa;Password=dd" connectionString="Data Source=192.168.8.13;Initial Catalog=MC2_SUPPLYWATCH;User ID=sa;Password=dd"
providerName="System.Data.SqlClient" /> providerName="System.Data.SqlClient" />
</connectionStrings> </connectionStrings>
@ -35,7 +35,7 @@
</system.diagnostics> </system.diagnostics>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup> <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
<userSettings> <userSettings>
<MCSUPPLYWATCH.My.MySettings> <SUPPLYWATCH.My.MySettings>
<setting name="ConfigConnectionString" serializeAs="String"> <setting name="ConfigConnectionString" serializeAs="String">
<value>Data Source=192.168.8.13;Initial Catalog=MC2_SUPPLYWATCH;User ID=sa;Password=dd</value> <value>Data Source=192.168.8.13;Initial Catalog=MC2_SUPPLYWATCH;User ID=sa;Password=dd</value>
</setting> </setting>
@ -150,10 +150,10 @@
<setting name="SplitContainerSupplyBestellungenSD" serializeAs="String"> <setting name="SplitContainerSupplyBestellungenSD" serializeAs="String">
<value>743</value> <value>743</value>
</setting> </setting>
</MCSUPPLYWATCH.My.MySettings> </SUPPLYWATCH.My.MySettings>
</userSettings> </userSettings>
<applicationSettings> <applicationSettings>
<MCSUPPLYWATCH.My.MySettings> <SUPPLYWATCH.My.MySettings>
<setting name="FehlerEmail_to" serializeAs="String"> <setting name="FehlerEmail_to" serializeAs="String">
<value>m.schreiber@didalog.de</value> <value>m.schreiber@didalog.de</value>
</setting> </setting>
@ -263,6 +263,6 @@ GROUP BY
T.BEZEICHNUNG T.BEZEICHNUNG
ORDER BY ERSTES_MELDEDATUM</value> ORDER BY ERSTES_MELDEDATUM</value>
</setting> </setting>
</MCSUPPLYWATCH.My.MySettings> </SUPPLYWATCH.My.MySettings>
</applicationSettings> </applicationSettings>
</configuration> </configuration>

View File

@ -2,14 +2,14 @@
<configuration> <configuration>
<configSections> <configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="MCSUPPLYWATCH.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" /> <section name="SUPPLYWATCH.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup> </sectionGroup>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="MCSUPPLYWATCH.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> <section name="SUPPLYWATCH.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</sectionGroup> </sectionGroup>
</configSections> </configSections>
<connectionStrings> <connectionStrings>
<add name="MCSUPPLYWATCH.My.MySettings.MC_SUPPLYWATCHConnectionString" <add name="SUPPLYWATCH.My.MySettings.MC_SUPPLYWATCHConnectionString"
connectionString="Data Source=192.168.8.13;Initial Catalog=MC2_SUPPLYWATCH;User ID=sa;Password=dd" connectionString="Data Source=192.168.8.13;Initial Catalog=MC2_SUPPLYWATCH;User ID=sa;Password=dd"
providerName="System.Data.SqlClient" /> providerName="System.Data.SqlClient" />
</connectionStrings> </connectionStrings>
@ -35,7 +35,7 @@
</system.diagnostics> </system.diagnostics>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup> <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
<userSettings> <userSettings>
<MCSUPPLYWATCH.My.MySettings> <SUPPLYWATCH.My.MySettings>
<setting name="ConfigConnectionString" serializeAs="String"> <setting name="ConfigConnectionString" serializeAs="String">
<value>Data Source=192.168.8.13;Initial Catalog=MC2_SUPPLYWATCH;User ID=sa;Password=dd</value> <value>Data Source=192.168.8.13;Initial Catalog=MC2_SUPPLYWATCH;User ID=sa;Password=dd</value>
</setting> </setting>
@ -150,10 +150,10 @@
<setting name="SplitContainerSupplyBestellungenSD" serializeAs="String"> <setting name="SplitContainerSupplyBestellungenSD" serializeAs="String">
<value>743</value> <value>743</value>
</setting> </setting>
</MCSUPPLYWATCH.My.MySettings> </SUPPLYWATCH.My.MySettings>
</userSettings> </userSettings>
<applicationSettings> <applicationSettings>
<MCSUPPLYWATCH.My.MySettings> <SUPPLYWATCH.My.MySettings>
<setting name="FehlerEmail_to" serializeAs="String"> <setting name="FehlerEmail_to" serializeAs="String">
<value>m.schreiber@didalog.de</value> <value>m.schreiber@didalog.de</value>
</setting> </setting>
@ -263,6 +263,6 @@ GROUP BY
T.BEZEICHNUNG T.BEZEICHNUNG
ORDER BY ERSTES_MELDEDATUM</value> ORDER BY ERSTES_MELDEDATUM</value>
</setting> </setting>
</MCSUPPLYWATCH.My.MySettings> </SUPPLYWATCH.My.MySettings>
</applicationSettings> </applicationSettings>
</configuration> </configuration>

File diff suppressed because it is too large Load Diff

View File

@ -111,7 +111,7 @@ Partial Class frmBGExportProfileigenschaften
Me.btnSpeichern.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.btnSpeichern.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
Me.btnSpeichern.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.btnSpeichern.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.btnSpeichern.Enabled = False Me.btnSpeichern.Enabled = False
Me.btnSpeichern.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.table_save Me.btnSpeichern.Image = Global.SUPPLYWATCH.My.Resources.Resources.table_save
Me.btnSpeichern.ImageTransparentColor = System.Drawing.Color.Magenta Me.btnSpeichern.ImageTransparentColor = System.Drawing.Color.Magenta
Me.btnSpeichern.Name = "btnSpeichern" Me.btnSpeichern.Name = "btnSpeichern"
Me.btnSpeichern.ShowDropDownArrow = False Me.btnSpeichern.ShowDropDownArrow = False
@ -123,7 +123,7 @@ Partial Class frmBGExportProfileigenschaften
Me.btnLöschen.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.btnLöschen.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
Me.btnLöschen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.btnLöschen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.btnLöschen.Enabled = False Me.btnLöschen.Enabled = False
Me.btnLöschen.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.table_delete Me.btnLöschen.Image = Global.SUPPLYWATCH.My.Resources.Resources.table_delete
Me.btnLöschen.ImageTransparentColor = System.Drawing.Color.Magenta Me.btnLöschen.ImageTransparentColor = System.Drawing.Color.Magenta
Me.btnLöschen.Name = "btnLöschen" Me.btnLöschen.Name = "btnLöschen"
Me.btnLöschen.ShowDropDownArrow = False Me.btnLöschen.ShowDropDownArrow = False
@ -134,7 +134,7 @@ Partial Class frmBGExportProfileigenschaften
' '
Me.btnHinzufügen.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.btnHinzufügen.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
Me.btnHinzufügen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.btnHinzufügen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.btnHinzufügen.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.table_add Me.btnHinzufügen.Image = Global.SUPPLYWATCH.My.Resources.Resources.table_add
Me.btnHinzufügen.ImageTransparentColor = System.Drawing.Color.Magenta Me.btnHinzufügen.ImageTransparentColor = System.Drawing.Color.Magenta
Me.btnHinzufügen.Name = "btnHinzufügen" Me.btnHinzufügen.Name = "btnHinzufügen"
Me.btnHinzufügen.ShowDropDownArrow = False Me.btnHinzufügen.ShowDropDownArrow = False
@ -183,7 +183,7 @@ Partial Class frmBGExportProfileigenschaften
'btnTestErgebnis 'btnTestErgebnis
' '
Me.btnTestErgebnis.Enabled = False Me.btnTestErgebnis.Enabled = False
Me.btnTestErgebnis.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.asterisk_orange Me.btnTestErgebnis.Image = Global.SUPPLYWATCH.My.Resources.Resources.asterisk_orange
Me.btnTestErgebnis.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnTestErgebnis.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnTestErgebnis.Location = New System.Drawing.Point(15, 131) Me.btnTestErgebnis.Location = New System.Drawing.Point(15, 131)
Me.btnTestErgebnis.Name = "btnTestErgebnis" Me.btnTestErgebnis.Name = "btnTestErgebnis"
@ -484,7 +484,7 @@ Partial Class frmBGExportProfileigenschaften
' '
'btntestemail 'btntestemail
' '
Me.btntestemail.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.EMAIL Me.btntestemail.Image = Global.SUPPLYWATCH.My.Resources.Resources.EMAIL
Me.btntestemail.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btntestemail.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btntestemail.Location = New System.Drawing.Point(369, 306) Me.btntestemail.Location = New System.Drawing.Point(369, 306)
Me.btntestemail.Name = "btntestemail" Me.btntestemail.Name = "btntestemail"

View File

@ -445,7 +445,7 @@ Partial Class frmBGExportProfilhinzufuegen
' '
'btnOK 'btnOK
' '
Me.btnOK.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.save Me.btnOK.Image = Global.SUPPLYWATCH.My.Resources.Resources.save
Me.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnOK.Location = New System.Drawing.Point(718, 601) Me.btnOK.Location = New System.Drawing.Point(718, 601)
Me.btnOK.Name = "btnOK" Me.btnOK.Name = "btnOK"

View File

@ -30,7 +30,7 @@ Partial Class frmBestellung
Me.rbSerienNr = New System.Windows.Forms.RadioButton() Me.rbSerienNr = New System.Windows.Forms.RadioButton()
Me.rbVASPAM = New System.Windows.Forms.RadioButton() Me.rbVASPAM = New System.Windows.Forms.RadioButton()
Me.TBWH_SUPPLIES_MARKTBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBWH_SUPPLIES_MARKTBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.MyDataset = New MCSUPPLYWATCH.MyDataset() Me.MyDataset = New SUPPLYWATCH.MyDataset()
Me.TBWH_MARKTBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBWH_MARKTBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.VWGERAETBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.VWGERAETBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.MARKTTextBox = New System.Windows.Forms.TextBox() Me.MARKTTextBox = New System.Windows.Forms.TextBox()
@ -48,11 +48,11 @@ Partial Class frmBestellung
Me.cmbSupplies = New System.Windows.Forms.ComboBox() Me.cmbSupplies = New System.Windows.Forms.ComboBox()
Me.Label2 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label()
Me.TBSUPPLY_BESTELLUNGViewBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBSUPPLY_BESTELLUNGViewBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBWH_MARKTTableAdapter = New MCSUPPLYWATCH.MyDatasetTableAdapters.TBWH_MARKTTableAdapter() Me.TBWH_MARKTTableAdapter = New SUPPLYWATCH.MyDatasetTableAdapters.TBWH_MARKTTableAdapter()
Me.TableAdapterManager = New MCSUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager() Me.TableAdapterManager = New SUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager()
Me.TBSUPPLY_BESTELLUNGTableAdapter = New MCSUPPLYWATCH.MyDatasetTableAdapters.TBSUPPLY_BESTELLUNGTableAdapter() Me.TBSUPPLY_BESTELLUNGTableAdapter = New SUPPLYWATCH.MyDatasetTableAdapters.TBSUPPLY_BESTELLUNGTableAdapter()
Me.TBWH_SUPPLIES_MARKTTableAdapter = New MCSUPPLYWATCH.MyDatasetTableAdapters.TBWH_SUPPLIES_MARKTTableAdapter() Me.TBWH_SUPPLIES_MARKTTableAdapter = New SUPPLYWATCH.MyDatasetTableAdapters.TBWH_SUPPLIES_MARKTTableAdapter()
Me.TBSUPPLY_BESTELLUNGViewTableAdapter = New MCSUPPLYWATCH.MyDatasetTableAdapters.VWSUPPLY_BESTELLUNG_FRONTENDTableAdapter() Me.TBSUPPLY_BESTELLUNGViewTableAdapter = New SUPPLYWATCH.MyDatasetTableAdapters.VWSUPPLY_BESTELLUNG_FRONTENDTableAdapter()
Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components)
Me.BindingNavigatorCountItem2 = New System.Windows.Forms.ToolStripLabel() Me.BindingNavigatorCountItem2 = New System.Windows.Forms.ToolStripLabel()
Me.BindingNavigatorMoveFirstItem2 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveFirstItem2 = New System.Windows.Forms.ToolStripButton()
@ -171,9 +171,9 @@ Partial Class frmBestellung
'spltBestellungen 'spltBestellungen
' '
Me.spltBestellungen.BackColor = System.Drawing.SystemColors.ActiveCaption Me.spltBestellungen.BackColor = System.Drawing.SystemColors.ActiveCaption
Me.spltBestellungen.DataBindings.Add(New System.Windows.Forms.Binding("Location", Global.MCSUPPLYWATCH.My.MySettings.Default, "spltBestellungen", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) Me.spltBestellungen.DataBindings.Add(New System.Windows.Forms.Binding("Location", Global.SUPPLYWATCH.My.MySettings.Default, "spltBestellungen", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.spltBestellungen.Dock = System.Windows.Forms.DockStyle.Top Me.spltBestellungen.Dock = System.Windows.Forms.DockStyle.Top
Me.spltBestellungen.Location = Global.MCSUPPLYWATCH.My.MySettings.Default.spltBestellungen Me.spltBestellungen.Location = Global.SUPPLYWATCH.My.MySettings.Default.spltBestellungen
Me.spltBestellungen.Name = "spltBestellungen" Me.spltBestellungen.Name = "spltBestellungen"
Me.spltBestellungen.Size = New System.Drawing.Size(828, 3) Me.spltBestellungen.Size = New System.Drawing.Size(828, 3)
Me.spltBestellungen.TabIndex = 1 Me.spltBestellungen.TabIndex = 1
@ -227,7 +227,7 @@ Partial Class frmBestellung
' '
Me.lblStatus.AutoSize = True Me.lblStatus.AutoSize = True
Me.lblStatus.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblStatus.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblStatus.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.database_lightning Me.lblStatus.Image = Global.SUPPLYWATCH.My.Resources.Resources.database_lightning
Me.lblStatus.ImageAlign = System.Drawing.ContentAlignment.TopRight Me.lblStatus.ImageAlign = System.Drawing.ContentAlignment.TopRight
Me.lblStatus.Location = New System.Drawing.Point(330, 58) Me.lblStatus.Location = New System.Drawing.Point(330, 58)
Me.lblStatus.Name = "lblStatus" Me.lblStatus.Name = "lblStatus"
@ -256,7 +256,7 @@ Partial Class frmBestellung
' '
'btninsertOrder 'btninsertOrder
' '
Me.btninsertOrder.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.ico2312 Me.btninsertOrder.Image = Global.SUPPLYWATCH.My.Resources.Resources.ico2312
Me.btninsertOrder.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btninsertOrder.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btninsertOrder.Location = New System.Drawing.Point(333, 29) Me.btninsertOrder.Location = New System.Drawing.Point(333, 29)
Me.btninsertOrder.Name = "btninsertOrder" Me.btninsertOrder.Name = "btninsertOrder"
@ -330,7 +330,7 @@ Partial Class frmBestellung
Me.TableAdapterManager.TBSUPPLY_VERFOLGUNGTableAdapter = Nothing Me.TableAdapterManager.TBSUPPLY_VERFOLGUNGTableAdapter = Nothing
Me.TableAdapterManager.TBUSER_RECHTETableAdapter = Nothing Me.TableAdapterManager.TBUSER_RECHTETableAdapter = Nothing
Me.TableAdapterManager.TBVERTRAEGETableAdapter = Nothing Me.TableAdapterManager.TBVERTRAEGETableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = MCSUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete Me.TableAdapterManager.UpdateOrder = SUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
Me.TableAdapterManager.VWSUPPLY_BESTELLUNG_FRONTENDTableAdapter = Nothing Me.TableAdapterManager.VWSUPPLY_BESTELLUNG_FRONTENDTableAdapter = Nothing
' '
'TBSUPPLY_BESTELLUNGTableAdapter 'TBSUPPLY_BESTELLUNGTableAdapter
@ -434,7 +434,7 @@ Partial Class frmBestellung
'ToolStripButton6 'ToolStripButton6
' '
Me.ToolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton6.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.aktualisieren_1 Me.ToolStripButton6.Image = Global.SUPPLYWATCH.My.Resources.Resources.aktualisieren_1
Me.ToolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton6.Name = "ToolStripButton6" Me.ToolStripButton6.Name = "ToolStripButton6"
Me.ToolStripButton6.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton6.Size = New System.Drawing.Size(23, 22)
@ -509,19 +509,19 @@ Partial Class frmBestellung
End Sub End Sub
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents MyDataset As MCSUPPLYWATCH.MyDataset Friend WithEvents MyDataset As SUPPLYWATCH.MyDataset
Friend WithEvents TBWH_MARKTBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBWH_MARKTBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBWH_MARKTTableAdapter As MCSUPPLYWATCH.MyDatasetTableAdapters.TBWH_MARKTTableAdapter Friend WithEvents TBWH_MARKTTableAdapter As SUPPLYWATCH.MyDatasetTableAdapters.TBWH_MARKTTableAdapter
Friend WithEvents TableAdapterManager As MCSUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager Friend WithEvents TableAdapterManager As SUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager
Friend WithEvents spltBestellungen As System.Windows.Forms.Splitter Friend WithEvents spltBestellungen As System.Windows.Forms.Splitter
Friend WithEvents TBSUPPLY_BESTELLUNGBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBSUPPLY_BESTELLUNGBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBSUPPLY_BESTELLUNGTableAdapter As MCSUPPLYWATCH.MyDatasetTableAdapters.TBSUPPLY_BESTELLUNGTableAdapter Friend WithEvents TBSUPPLY_BESTELLUNGTableAdapter As SUPPLYWATCH.MyDatasetTableAdapters.TBSUPPLY_BESTELLUNGTableAdapter
Friend WithEvents TBWH_SUPPLIES_MARKTBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBWH_SUPPLIES_MARKTBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBWH_SUPPLIES_MARKTTableAdapter As MCSUPPLYWATCH.MyDatasetTableAdapters.TBWH_SUPPLIES_MARKTTableAdapter Friend WithEvents TBWH_SUPPLIES_MARKTTableAdapter As SUPPLYWATCH.MyDatasetTableAdapters.TBWH_SUPPLIES_MARKTTableAdapter
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
Friend WithEvents tpPos As System.Windows.Forms.TabPage Friend WithEvents tpPos As System.Windows.Forms.TabPage
Friend WithEvents TBSUPPLY_BESTELLUNGViewBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBSUPPLY_BESTELLUNGViewBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBSUPPLY_BESTELLUNGViewTableAdapter As MCSUPPLYWATCH.MyDatasetTableAdapters.VWSUPPLY_BESTELLUNG_FRONTENDTableAdapter Friend WithEvents TBSUPPLY_BESTELLUNGViewTableAdapter As SUPPLYWATCH.MyDatasetTableAdapters.VWSUPPLY_BESTELLUNG_FRONTENDTableAdapter
Friend WithEvents MARKTTextBox As System.Windows.Forms.TextBox Friend WithEvents MARKTTextBox As System.Windows.Forms.TextBox
Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents Panel1 As System.Windows.Forms.Panel
Friend WithEvents rbVASPAM As System.Windows.Forms.RadioButton Friend WithEvents rbVASPAM As System.Windows.Forms.RadioButton

View File

@ -27,14 +27,14 @@ Partial Class frmImport_Produkte
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.btnexit = New System.Windows.Forms.Button() Me.btnexit = New System.Windows.Forms.Button()
Me.btnStartImport = New System.Windows.Forms.Button() Me.btnStartImport = New System.Windows.Forms.Button()
Me.MyDataset = New MCSUPPLYWATCH.MyDataset() Me.MyDataset = New SUPPLYWATCH.MyDataset()
Me.TBPRODUKT_VERTRAGTableAdapter = New MCSUPPLYWATCH.MyDatasetTableAdapters.TBPRODUKT_VERTRAGTableAdapter() Me.TBPRODUKT_VERTRAGTableAdapter = New SUPPLYWATCH.MyDatasetTableAdapters.TBPRODUKT_VERTRAGTableAdapter()
Me.TBIMPORT_PRODUKTTableAdapter = New MCSUPPLYWATCH.MyDatasetTableAdapters.TBIMPORT_PRODUKTTableAdapter() Me.TBIMPORT_PRODUKTTableAdapter = New SUPPLYWATCH.MyDatasetTableAdapters.TBIMPORT_PRODUKTTableAdapter()
Me.TBVERTRAEGETableAdapter = New MCSUPPLYWATCH.MyDatasetTableAdapters.TBVERTRAEGETableAdapter() Me.TBVERTRAEGETableAdapter = New SUPPLYWATCH.MyDatasetTableAdapters.TBVERTRAEGETableAdapter()
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
Me.TBGERAETE_NOTINLISTTableAdapter = New MCSUPPLYWATCH.MyDatasetTableAdapters.TBGERAETE_NOTINLISTTableAdapter() Me.TBGERAETE_NOTINLISTTableAdapter = New SUPPLYWATCH.MyDatasetTableAdapters.TBGERAETE_NOTINLISTTableAdapter()
Me.TBPRODUKT_VERTRAGBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBPRODUKT_VERTRAGBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TableAdapterManager = New MCSUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager() Me.TableAdapterManager = New SUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager()
Me.TBVERTRAEGEBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBVERTRAEGEBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBIMPORT_PRODUKTBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBIMPORT_PRODUKTBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBGERAETE_NOTINLISTBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBGERAETE_NOTINLISTBindingSource = New System.Windows.Forms.BindingSource(Me.components)
@ -58,10 +58,10 @@ Partial Class frmImport_Produkte
Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
Me.TBREFLISTE_HISTORYTableAdapter = New MCSUPPLYWATCH.MyDatasetTableAdapters.TBREFLISTE_HISTORYTableAdapter() Me.TBREFLISTE_HISTORYTableAdapter = New SUPPLYWATCH.MyDatasetTableAdapters.TBREFLISTE_HISTORYTableAdapter()
Me.TBMANDANTENTableAdapter = New MCSUPPLYWATCH.MyDatasetTableAdapters.TBMANDANTENTableAdapter() Me.TBMANDANTENTableAdapter = New SUPPLYWATCH.MyDatasetTableAdapters.TBMANDANTENTableAdapter()
Me.TBIMPORT_PRODUKTE_DUPLIKATEBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBIMPORT_PRODUKTE_DUPLIKATEBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBIMPORT_PRODUKTE_DUPLIKATETableAdapter = New MCSUPPLYWATCH.MyDatasetTableAdapters.TBIMPORT_PRODUKTE_DUPLIKATETableAdapter() Me.TBIMPORT_PRODUKTE_DUPLIKATETableAdapter = New SUPPLYWATCH.MyDatasetTableAdapters.TBIMPORT_PRODUKTE_DUPLIKATETableAdapter()
Me.TBIMPORT_PRODUKTE_DUPLIKATEDataGridView = New System.Windows.Forms.DataGridView() Me.TBIMPORT_PRODUKTE_DUPLIKATEDataGridView = New System.Windows.Forms.DataGridView()
Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
@ -84,7 +84,7 @@ Partial Class frmImport_Produkte
' '
'btnexit 'btnexit
' '
Me.btnexit.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.Beenden2 Me.btnexit.Image = Global.SUPPLYWATCH.My.Resources.Resources.Beenden2
Me.btnexit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnexit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnexit.Location = New System.Drawing.Point(228, 68) Me.btnexit.Location = New System.Drawing.Point(228, 68)
Me.btnexit.Name = "btnexit" Me.btnexit.Name = "btnexit"
@ -96,7 +96,7 @@ Partial Class frmImport_Produkte
' '
'btnStartImport 'btnStartImport
' '
Me.btnStartImport.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.My_Downloads_XP Me.btnStartImport.Image = Global.SUPPLYWATCH.My.Resources.Resources.My_Downloads_XP
Me.btnStartImport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnStartImport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnStartImport.Location = New System.Drawing.Point(20, 68) Me.btnStartImport.Location = New System.Drawing.Point(20, 68)
Me.btnStartImport.Name = "btnStartImport" Me.btnStartImport.Name = "btnStartImport"
@ -156,7 +156,7 @@ Partial Class frmImport_Produkte
Me.TableAdapterManager.TBSUPPLY_VERFOLGUNGTableAdapter = Nothing Me.TableAdapterManager.TBSUPPLY_VERFOLGUNGTableAdapter = Nothing
Me.TableAdapterManager.TBUSER_RECHTETableAdapter = Nothing Me.TableAdapterManager.TBUSER_RECHTETableAdapter = Nothing
Me.TableAdapterManager.TBVERTRAEGETableAdapter = Nothing Me.TableAdapterManager.TBVERTRAEGETableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = MCSUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete Me.TableAdapterManager.UpdateOrder = SUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
' '
'TBVERTRAEGEBindingSource 'TBVERTRAEGEBindingSource
' '
@ -446,17 +446,17 @@ Partial Class frmImport_Produkte
End Sub End Sub
Friend WithEvents btnStartImport As System.Windows.Forms.Button Friend WithEvents btnStartImport As System.Windows.Forms.Button
Friend WithEvents btnexit As System.Windows.Forms.Button Friend WithEvents btnexit As System.Windows.Forms.Button
Friend WithEvents MyDataset As MCSUPPLYWATCH.MyDataset Friend WithEvents MyDataset As SUPPLYWATCH.MyDataset
Friend WithEvents TBPRODUKT_VERTRAGBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBPRODUKT_VERTRAGBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBPRODUKT_VERTRAGTableAdapter As MCSUPPLYWATCH.MyDatasetTableAdapters.TBPRODUKT_VERTRAGTableAdapter Friend WithEvents TBPRODUKT_VERTRAGTableAdapter As SUPPLYWATCH.MyDatasetTableAdapters.TBPRODUKT_VERTRAGTableAdapter
Friend WithEvents TableAdapterManager As MCSUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager Friend WithEvents TableAdapterManager As SUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager
Friend WithEvents TBVERTRAEGETableAdapter As MCSUPPLYWATCH.MyDatasetTableAdapters.TBVERTRAEGETableAdapter Friend WithEvents TBVERTRAEGETableAdapter As SUPPLYWATCH.MyDatasetTableAdapters.TBVERTRAEGETableAdapter
Friend WithEvents TBVERTRAEGEBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBVERTRAEGEBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBIMPORT_PRODUKTTableAdapter As MCSUPPLYWATCH.MyDatasetTableAdapters.TBIMPORT_PRODUKTTableAdapter Friend WithEvents TBIMPORT_PRODUKTTableAdapter As SUPPLYWATCH.MyDatasetTableAdapters.TBIMPORT_PRODUKTTableAdapter
Friend WithEvents TBIMPORT_PRODUKTBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBIMPORT_PRODUKTBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
Friend WithEvents TBGERAETE_NOTINLISTBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBGERAETE_NOTINLISTBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBGERAETE_NOTINLISTTableAdapter As MCSUPPLYWATCH.MyDatasetTableAdapters.TBGERAETE_NOTINLISTTableAdapter Friend WithEvents TBGERAETE_NOTINLISTTableAdapter As SUPPLYWATCH.MyDatasetTableAdapters.TBGERAETE_NOTINLISTTableAdapter
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
@ -471,16 +471,16 @@ Partial Class frmImport_Produkte
Friend WithEvents BindingNavigatorMoveLastItem As System.Windows.Forms.ToolStripButton Friend WithEvents BindingNavigatorMoveLastItem As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorSeparator2 As System.Windows.Forms.ToolStripSeparator Friend WithEvents BindingNavigatorSeparator2 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents TBREFLISTE_HISTORYBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBREFLISTE_HISTORYBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBREFLISTE_HISTORYTableAdapter As MCSUPPLYWATCH.MyDatasetTableAdapters.TBREFLISTE_HISTORYTableAdapter Friend WithEvents TBREFLISTE_HISTORYTableAdapter As SUPPLYWATCH.MyDatasetTableAdapters.TBREFLISTE_HISTORYTableAdapter
Friend WithEvents TBREFLISTE_HISTORYDataGridView As System.Windows.Forms.DataGridView Friend WithEvents TBREFLISTE_HISTORYDataGridView As System.Windows.Forms.DataGridView
Friend WithEvents DataGridViewTextBoxColumn1 As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn1 As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn2 As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn2 As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents cmbMandant As System.Windows.Forms.ComboBox Friend WithEvents cmbMandant As System.Windows.Forms.ComboBox
Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents TBMANDANTENBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBMANDANTENBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBMANDANTENTableAdapter As MCSUPPLYWATCH.MyDatasetTableAdapters.TBMANDANTENTableAdapter Friend WithEvents TBMANDANTENTableAdapter As SUPPLYWATCH.MyDatasetTableAdapters.TBMANDANTENTableAdapter
Friend WithEvents TBIMPORT_PRODUKTE_DUPLIKATEBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBIMPORT_PRODUKTE_DUPLIKATEBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBIMPORT_PRODUKTE_DUPLIKATETableAdapter As MCSUPPLYWATCH.MyDatasetTableAdapters.TBIMPORT_PRODUKTE_DUPLIKATETableAdapter Friend WithEvents TBIMPORT_PRODUKTE_DUPLIKATETableAdapter As SUPPLYWATCH.MyDatasetTableAdapters.TBIMPORT_PRODUKTE_DUPLIKATETableAdapter
Friend WithEvents TBIMPORT_PRODUKTE_DUPLIKATEDataGridView As System.Windows.Forms.DataGridView Friend WithEvents TBIMPORT_PRODUKTE_DUPLIKATEDataGridView As System.Windows.Forms.DataGridView
Friend WithEvents DataGridViewTextBoxColumn3 As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn3 As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn4 As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn4 As System.Windows.Forms.DataGridViewTextBoxColumn

View File

@ -30,7 +30,7 @@ Partial Class frmImport_Report
Me.TabPage5 = New System.Windows.Forms.TabPage() Me.TabPage5 = New System.Windows.Forms.TabPage()
Me.VWSILENT_GERAETBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) Me.VWSILENT_GERAETBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
Me.VWSILENT_GERAETBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.VWSILENT_GERAETBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.DS_Reporting = New MCSUPPLYWATCH.DS_Reporting() Me.DS_Reporting = New SUPPLYWATCH.DS_Reporting()
Me.ToolStripLabel5 = New System.Windows.Forms.ToolStripLabel() Me.ToolStripLabel5 = New System.Windows.Forms.ToolStripLabel()
Me.ToolStripButton20 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton20 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripButton21 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton21 = New System.Windows.Forms.ToolStripButton()
@ -144,14 +144,14 @@ Partial Class frmImport_Report
Me.ToolStripButton28 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton28 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripSeparator18 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripSeparator18 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripButton29 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton29 = New System.Windows.Forms.ToolStripButton()
Me.VWNotInListTableAdapter = New MCSUPPLYWATCH.DS_ReportingTableAdapters.VWNotInListTableAdapter() Me.VWNotInListTableAdapter = New SUPPLYWATCH.DS_ReportingTableAdapters.VWNotInListTableAdapter()
Me.TableAdapterManager = New MCSUPPLYWATCH.DS_ReportingTableAdapters.TableAdapterManager() Me.TableAdapterManager = New SUPPLYWATCH.DS_ReportingTableAdapters.TableAdapterManager()
Me.TBVERTRAG_NOTEXISTTableAdapter = New MCSUPPLYWATCH.DS_ReportingTableAdapters.TBVERTRAG_NOTEXISTTableAdapter() Me.TBVERTRAG_NOTEXISTTableAdapter = New SUPPLYWATCH.DS_ReportingTableAdapters.TBVERTRAG_NOTEXISTTableAdapter()
Me.VWGERAET_MELDUNG_FEHLTTableAdapter = New MCSUPPLYWATCH.DS_ReportingTableAdapters.VWGERAET_MELDUNG_FEHLTTableAdapter() Me.VWGERAET_MELDUNG_FEHLTTableAdapter = New SUPPLYWATCH.DS_ReportingTableAdapters.VWGERAET_MELDUNG_FEHLTTableAdapter()
Me.VWSUPPLY_OHNE_ZOTableAdapter = New MCSUPPLYWATCH.DS_ReportingTableAdapters.VWSUPPLY_OHNE_ZOTableAdapter() Me.VWSUPPLY_OHNE_ZOTableAdapter = New SUPPLYWATCH.DS_ReportingTableAdapters.VWSUPPLY_OHNE_ZOTableAdapter()
Me.VWSILENT_SUPPLIESTableAdapter = New MCSUPPLYWATCH.DS_ReportingTableAdapters.VWSILENT_SUPPLIESTableAdapter() Me.VWSILENT_SUPPLIESTableAdapter = New SUPPLYWATCH.DS_ReportingTableAdapters.VWSILENT_SUPPLIESTableAdapter()
Me.VWSUPPLIES_NICHT_DEFTableAdapter = New MCSUPPLYWATCH.DS_ReportingTableAdapters.VWSUPPLIES_NICHT_DEFTableAdapter() Me.VWSUPPLIES_NICHT_DEFTableAdapter = New SUPPLYWATCH.DS_ReportingTableAdapters.VWSUPPLIES_NICHT_DEFTableAdapter()
Me.VWSILENT_GERAETTableAdapter = New MCSUPPLYWATCH.DS_ReportingTableAdapters.VWSILENT_GERAETTableAdapter() Me.VWSILENT_GERAETTableAdapter = New SUPPLYWATCH.DS_ReportingTableAdapters.VWSILENT_GERAETTableAdapter()
Me.GridControlSilentDevices = New DevExpress.XtraGrid.GridControl() Me.GridControlSilentDevices = New DevExpress.XtraGrid.GridControl()
Me.GridViewSilentDevices = New DevExpress.XtraGrid.Views.Grid.GridView() Me.GridViewSilentDevices = New DevExpress.XtraGrid.Views.Grid.GridView()
Me.GridControl1 = New DevExpress.XtraGrid.GridControl() Me.GridControl1 = New DevExpress.XtraGrid.GridControl()
@ -340,7 +340,7 @@ Partial Class frmImport_Report
'ToolStripButton24 'ToolStripButton24
' '
Me.ToolStripButton24.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton24.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton24.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.Excel_25ixel Me.ToolStripButton24.Image = Global.SUPPLYWATCH.My.Resources.Resources.Excel_25ixel
Me.ToolStripButton24.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton24.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton24.Name = "ToolStripButton24" Me.ToolStripButton24.Name = "ToolStripButton24"
Me.ToolStripButton24.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton24.Size = New System.Drawing.Size(23, 22)
@ -518,7 +518,7 @@ Partial Class frmImport_Report
'tsbExcel_GeraeteNotinList 'tsbExcel_GeraeteNotinList
' '
Me.tsbExcel_GeraeteNotinList.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.tsbExcel_GeraeteNotinList.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.tsbExcel_GeraeteNotinList.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.Excel_25ixel Me.tsbExcel_GeraeteNotinList.Image = Global.SUPPLYWATCH.My.Resources.Resources.Excel_25ixel
Me.tsbExcel_GeraeteNotinList.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsbExcel_GeraeteNotinList.ImageTransparentColor = System.Drawing.Color.Magenta
Me.tsbExcel_GeraeteNotinList.Name = "tsbExcel_GeraeteNotinList" Me.tsbExcel_GeraeteNotinList.Name = "tsbExcel_GeraeteNotinList"
Me.tsbExcel_GeraeteNotinList.Size = New System.Drawing.Size(23, 22) Me.tsbExcel_GeraeteNotinList.Size = New System.Drawing.Size(23, 22)
@ -686,7 +686,7 @@ Partial Class frmImport_Report
'ToolStripButton5 'ToolStripButton5
' '
Me.ToolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton5.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.Excel_25ixel Me.ToolStripButton5.Image = Global.SUPPLYWATCH.My.Resources.Resources.Excel_25ixel
Me.ToolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton5.Name = "ToolStripButton5" Me.ToolStripButton5.Name = "ToolStripButton5"
Me.ToolStripButton5.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton5.Size = New System.Drawing.Size(23, 22)
@ -799,7 +799,7 @@ Partial Class frmImport_Report
'tsbExcel_Geraetemeldung 'tsbExcel_Geraetemeldung
' '
Me.tsbExcel_Geraetemeldung.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.tsbExcel_Geraetemeldung.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.tsbExcel_Geraetemeldung.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.Excel_25ixel Me.tsbExcel_Geraetemeldung.Image = Global.SUPPLYWATCH.My.Resources.Resources.Excel_25ixel
Me.tsbExcel_Geraetemeldung.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsbExcel_Geraetemeldung.ImageTransparentColor = System.Drawing.Color.Magenta
Me.tsbExcel_Geraetemeldung.Name = "tsbExcel_Geraetemeldung" Me.tsbExcel_Geraetemeldung.Name = "tsbExcel_Geraetemeldung"
Me.tsbExcel_Geraetemeldung.Size = New System.Drawing.Size(23, 22) Me.tsbExcel_Geraetemeldung.Size = New System.Drawing.Size(23, 22)
@ -913,7 +913,7 @@ Partial Class frmImport_Report
'ToolStripButton19 'ToolStripButton19
' '
Me.ToolStripButton19.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton19.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton19.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.Excel_25ixel Me.ToolStripButton19.Image = Global.SUPPLYWATCH.My.Resources.Resources.Excel_25ixel
Me.ToolStripButton19.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton19.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton19.Name = "ToolStripButton19" Me.ToolStripButton19.Name = "ToolStripButton19"
Me.ToolStripButton19.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton19.Size = New System.Drawing.Size(23, 22)
@ -1009,7 +1009,7 @@ Partial Class frmImport_Report
'ToolStripButton14 'ToolStripButton14
' '
Me.ToolStripButton14.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton14.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton14.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.Excel_25ixel Me.ToolStripButton14.Image = Global.SUPPLYWATCH.My.Resources.Resources.Excel_25ixel
Me.ToolStripButton14.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton14.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton14.Name = "ToolStripButton14" Me.ToolStripButton14.Name = "ToolStripButton14"
Me.ToolStripButton14.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton14.Size = New System.Drawing.Size(23, 22)
@ -1121,7 +1121,7 @@ Partial Class frmImport_Report
'ToolStripButton34 'ToolStripButton34
' '
Me.ToolStripButton34.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton34.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton34.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.Excel_25ixel Me.ToolStripButton34.Image = Global.SUPPLYWATCH.My.Resources.Resources.Excel_25ixel
Me.ToolStripButton34.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton34.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton34.Name = "ToolStripButton34" Me.ToolStripButton34.Name = "ToolStripButton34"
Me.ToolStripButton34.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton34.Size = New System.Drawing.Size(23, 22)
@ -1233,7 +1233,7 @@ Partial Class frmImport_Report
'ToolStripButton29 'ToolStripButton29
' '
Me.ToolStripButton29.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton29.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton29.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.Excel_25ixel Me.ToolStripButton29.Image = Global.SUPPLYWATCH.My.Resources.Resources.Excel_25ixel
Me.ToolStripButton29.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton29.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton29.Name = "ToolStripButton29" Me.ToolStripButton29.Name = "ToolStripButton29"
Me.ToolStripButton29.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton29.Size = New System.Drawing.Size(23, 22)
@ -1248,7 +1248,7 @@ Partial Class frmImport_Report
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
Me.TableAdapterManager.Connection = Nothing Me.TableAdapterManager.Connection = Nothing
Me.TableAdapterManager.TBVERTRAG_NOTEXISTTableAdapter = Nothing Me.TableAdapterManager.TBVERTRAG_NOTEXISTTableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = MCSUPPLYWATCH.DS_ReportingTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete Me.TableAdapterManager.UpdateOrder = SUPPLYWATCH.DS_ReportingTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
' '
'TBVERTRAG_NOTEXISTTableAdapter 'TBVERTRAG_NOTEXISTTableAdapter
' '
@ -1526,10 +1526,10 @@ Partial Class frmImport_Report
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
Friend WithEvents DS_Reporting As MCSUPPLYWATCH.DS_Reporting Friend WithEvents DS_Reporting As SUPPLYWATCH.DS_Reporting
Friend WithEvents VWNotInListBindingSource As System.Windows.Forms.BindingSource Friend WithEvents VWNotInListBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents VWNotInListTableAdapter As MCSUPPLYWATCH.DS_ReportingTableAdapters.VWNotInListTableAdapter Friend WithEvents VWNotInListTableAdapter As SUPPLYWATCH.DS_ReportingTableAdapters.VWNotInListTableAdapter
Friend WithEvents TableAdapterManager As MCSUPPLYWATCH.DS_ReportingTableAdapters.TableAdapterManager Friend WithEvents TableAdapterManager As SUPPLYWATCH.DS_ReportingTableAdapters.TableAdapterManager
Friend WithEvents VWNotInListBindingNavigator As System.Windows.Forms.BindingNavigator Friend WithEvents VWNotInListBindingNavigator As System.Windows.Forms.BindingNavigator
Friend WithEvents BindingNavigatorCountItem As System.Windows.Forms.ToolStripLabel Friend WithEvents BindingNavigatorCountItem As System.Windows.Forms.ToolStripLabel
Friend WithEvents BindingNavigatorMoveFirstItem As System.Windows.Forms.ToolStripButton Friend WithEvents BindingNavigatorMoveFirstItem As System.Windows.Forms.ToolStripButton
@ -1554,7 +1554,7 @@ Partial Class frmImport_Report
Friend WithEvents ToolStripSeparator3 As System.Windows.Forms.ToolStripSeparator Friend WithEvents ToolStripSeparator3 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents ToolStripButton5 As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripButton5 As System.Windows.Forms.ToolStripButton
Friend WithEvents TBVERTRAG_NOTEXISTBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBVERTRAG_NOTEXISTBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBVERTRAG_NOTEXISTTableAdapter As MCSUPPLYWATCH.DS_ReportingTableAdapters.TBVERTRAG_NOTEXISTTableAdapter Friend WithEvents TBVERTRAG_NOTEXISTTableAdapter As SUPPLYWATCH.DS_ReportingTableAdapters.TBVERTRAG_NOTEXISTTableAdapter
Friend WithEvents TBVERTRAG_NOTEXISTDataGridView As System.Windows.Forms.DataGridView Friend WithEvents TBVERTRAG_NOTEXISTDataGridView As System.Windows.Forms.DataGridView
Friend WithEvents DataGridViewTextBoxColumn6 As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn6 As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn7 As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn7 As System.Windows.Forms.DataGridViewTextBoxColumn
@ -1574,7 +1574,7 @@ Partial Class frmImport_Report
Friend WithEvents ToolStripSeparator6 As System.Windows.Forms.ToolStripSeparator Friend WithEvents ToolStripSeparator6 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents tsbExcel_Geraetemeldung As System.Windows.Forms.ToolStripButton Friend WithEvents tsbExcel_Geraetemeldung As System.Windows.Forms.ToolStripButton
Friend WithEvents VWGERAET_MELDUNG_FEHLTBindingSource As System.Windows.Forms.BindingSource Friend WithEvents VWGERAET_MELDUNG_FEHLTBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents VWGERAET_MELDUNG_FEHLTTableAdapter As MCSUPPLYWATCH.DS_ReportingTableAdapters.VWGERAET_MELDUNG_FEHLTTableAdapter Friend WithEvents VWGERAET_MELDUNG_FEHLTTableAdapter As SUPPLYWATCH.DS_ReportingTableAdapters.VWGERAET_MELDUNG_FEHLTTableAdapter
Friend WithEvents DataGridViewTextBoxColumn1 As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn1 As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn2 As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn2 As System.Windows.Forms.DataGridViewTextBoxColumn
@ -1606,7 +1606,7 @@ Partial Class frmImport_Report
Friend WithEvents ToolStripSeparator12 As System.Windows.Forms.ToolStripSeparator Friend WithEvents ToolStripSeparator12 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents ToolStripButton19 As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripButton19 As System.Windows.Forms.ToolStripButton
Friend WithEvents VWSUPPLY_OHNE_ZOBindingSource As System.Windows.Forms.BindingSource Friend WithEvents VWSUPPLY_OHNE_ZOBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents VWSUPPLY_OHNE_ZOTableAdapter As MCSUPPLYWATCH.DS_ReportingTableAdapters.VWSUPPLY_OHNE_ZOTableAdapter Friend WithEvents VWSUPPLY_OHNE_ZOTableAdapter As SUPPLYWATCH.DS_ReportingTableAdapters.VWSUPPLY_OHNE_ZOTableAdapter
Friend WithEvents TabPage6 As System.Windows.Forms.TabPage Friend WithEvents TabPage6 As System.Windows.Forms.TabPage
Friend WithEvents BindingNavigator2 As System.Windows.Forms.BindingNavigator Friend WithEvents BindingNavigator2 As System.Windows.Forms.BindingNavigator
@ -1621,7 +1621,7 @@ Partial Class frmImport_Report
Friend WithEvents ToolStripSeparator18 As System.Windows.Forms.ToolStripSeparator Friend WithEvents ToolStripSeparator18 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents ToolStripButton29 As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripButton29 As System.Windows.Forms.ToolStripButton
Friend WithEvents VWSILENT_SUPPLIESBindingSource As System.Windows.Forms.BindingSource Friend WithEvents VWSILENT_SUPPLIESBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents VWSILENT_SUPPLIESTableAdapter As MCSUPPLYWATCH.DS_ReportingTableAdapters.VWSILENT_SUPPLIESTableAdapter Friend WithEvents VWSILENT_SUPPLIESTableAdapter As SUPPLYWATCH.DS_ReportingTableAdapters.VWSILENT_SUPPLIESTableAdapter
Friend WithEvents TabPage7 As System.Windows.Forms.TabPage Friend WithEvents TabPage7 As System.Windows.Forms.TabPage
Friend WithEvents VWSUPPLIES_NICHT_DEFBindingNavigator As System.Windows.Forms.BindingNavigator Friend WithEvents VWSUPPLIES_NICHT_DEFBindingNavigator As System.Windows.Forms.BindingNavigator
@ -1636,7 +1636,7 @@ Partial Class frmImport_Report
Friend WithEvents ToolStripSeparator21 As System.Windows.Forms.ToolStripSeparator Friend WithEvents ToolStripSeparator21 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents ToolStripButton34 As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripButton34 As System.Windows.Forms.ToolStripButton
Friend WithEvents VWSUPPLIES_NICHT_DEFBindingSource As System.Windows.Forms.BindingSource Friend WithEvents VWSUPPLIES_NICHT_DEFBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents VWSUPPLIES_NICHT_DEFTableAdapter As MCSUPPLYWATCH.DS_ReportingTableAdapters.VWSUPPLIES_NICHT_DEFTableAdapter Friend WithEvents VWSUPPLIES_NICHT_DEFTableAdapter As SUPPLYWATCH.DS_ReportingTableAdapters.VWSUPPLIES_NICHT_DEFTableAdapter
Friend WithEvents TabPage5 As System.Windows.Forms.TabPage Friend WithEvents TabPage5 As System.Windows.Forms.TabPage
Friend WithEvents VWSILENT_GERAETBindingNavigator As System.Windows.Forms.BindingNavigator Friend WithEvents VWSILENT_GERAETBindingNavigator As System.Windows.Forms.BindingNavigator
@ -1651,7 +1651,7 @@ Partial Class frmImport_Report
Friend WithEvents ToolStripSeparator15 As System.Windows.Forms.ToolStripSeparator Friend WithEvents ToolStripSeparator15 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents ToolStripButton24 As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripButton24 As System.Windows.Forms.ToolStripButton
Friend WithEvents VWSILENT_GERAETBindingSource As System.Windows.Forms.BindingSource Friend WithEvents VWSILENT_GERAETBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents VWSILENT_GERAETTableAdapter As MCSUPPLYWATCH.DS_ReportingTableAdapters.VWSILENT_GERAETTableAdapter Friend WithEvents VWSILENT_GERAETTableAdapter As SUPPLYWATCH.DS_ReportingTableAdapters.VWSILENT_GERAETTableAdapter
Friend WithEvents ToolStripLabel8 As System.Windows.Forms.ToolStripLabel Friend WithEvents ToolStripLabel8 As System.Windows.Forms.ToolStripLabel
Friend WithEvents GridControlSilentDevices As DevExpress.XtraGrid.GridControl Friend WithEvents GridControlSilentDevices As DevExpress.XtraGrid.GridControl

View File

@ -27,7 +27,7 @@ Partial Class frmNachverfolgung
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
Me.GridControlGeraet = New DevExpress.XtraGrid.GridControl() Me.GridControlGeraet = New DevExpress.XtraGrid.GridControl()
Me.TBGERAETBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBGERAETBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.MyDataset = New MCSUPPLYWATCH.MyDataset() Me.MyDataset = New SUPPLYWATCH.MyDataset()
Me.GridViewGeraet = New DevExpress.XtraGrid.Views.Grid.GridView() Me.GridViewGeraet = New DevExpress.XtraGrid.Views.Grid.GridView()
Me.colGUID = New DevExpress.XtraGrid.Columns.GridColumn() Me.colGUID = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colBEZEICHNUNG = New DevExpress.XtraGrid.Columns.GridColumn() Me.colBEZEICHNUNG = New DevExpress.XtraGrid.Columns.GridColumn()
@ -130,11 +130,11 @@ Partial Class frmNachverfolgung
Me.Label11 = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label()
Me.dtpVerfolgung_von = New System.Windows.Forms.DateTimePicker() Me.dtpVerfolgung_von = New System.Windows.Forms.DateTimePicker()
Me.Label10 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label()
Me.TBGERAETTableAdapter = New MCSUPPLYWATCH.MyDatasetTableAdapters.TBGERAETTableAdapter() Me.TBGERAETTableAdapter = New SUPPLYWATCH.MyDatasetTableAdapters.TBGERAETTableAdapter()
Me.TableAdapterManager = New MCSUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager() Me.TableAdapterManager = New SUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager()
Me.SplitContainer2 = New System.Windows.Forms.SplitContainer() Me.SplitContainer2 = New System.Windows.Forms.SplitContainer()
Me.VWGERAETE_VERFOLGUNGTableAdapter = New MCSUPPLYWATCH.MyDatasetTableAdapters.VWGERAETE_VERFOLGUNGTableAdapter() Me.VWGERAETE_VERFOLGUNGTableAdapter = New SUPPLYWATCH.MyDatasetTableAdapters.VWGERAETE_VERFOLGUNGTableAdapter()
Me.VWSUPPLY_VERFOLGUNGTableAdapter = New MCSUPPLYWATCH.MyDatasetTableAdapters.VWSUPPLY_VERFOLGUNGTableAdapter() Me.VWSUPPLY_VERFOLGUNGTableAdapter = New SUPPLYWATCH.MyDatasetTableAdapters.VWSUPPLY_VERFOLGUNGTableAdapter()
Me.TabControl2 = New System.Windows.Forms.TabControl() Me.TabControl2 = New System.Windows.Forms.TabControl()
Me.TabPage3 = New System.Windows.Forms.TabPage() Me.TabPage3 = New System.Windows.Forms.TabPage()
Me.TabPage4 = New System.Windows.Forms.TabPage() Me.TabPage4 = New System.Windows.Forms.TabPage()
@ -497,7 +497,7 @@ Partial Class frmNachverfolgung
'tsbGeraeteRefresh 'tsbGeraeteRefresh
' '
Me.tsbGeraeteRefresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.tsbGeraeteRefresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.tsbGeraeteRefresh.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.refresh_16xLG Me.tsbGeraeteRefresh.Image = Global.SUPPLYWATCH.My.Resources.Resources.refresh_16xLG
Me.tsbGeraeteRefresh.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsbGeraeteRefresh.ImageTransparentColor = System.Drawing.Color.Magenta
Me.tsbGeraeteRefresh.Name = "tsbGeraeteRefresh" Me.tsbGeraeteRefresh.Name = "tsbGeraeteRefresh"
Me.tsbGeraeteRefresh.Size = New System.Drawing.Size(23, 22) Me.tsbGeraeteRefresh.Size = New System.Drawing.Size(23, 22)
@ -744,7 +744,7 @@ Partial Class frmNachverfolgung
'ToolStripButton5 'ToolStripButton5
' '
Me.ToolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton5.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.refresh_16xLG Me.ToolStripButton5.Image = Global.SUPPLYWATCH.My.Resources.Resources.refresh_16xLG
Me.ToolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton5.Name = "ToolStripButton5" Me.ToolStripButton5.Name = "ToolStripButton5"
Me.ToolStripButton5.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton5.Size = New System.Drawing.Size(23, 22)
@ -753,7 +753,7 @@ Partial Class frmNachverfolgung
'ToolStripButton11 'ToolStripButton11
' '
Me.ToolStripButton11.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton11.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton11.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.Excel_25ixel Me.ToolStripButton11.Image = Global.SUPPLYWATCH.My.Resources.Resources.Excel_25ixel
Me.ToolStripButton11.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton11.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton11.Name = "ToolStripButton11" Me.ToolStripButton11.Name = "ToolStripButton11"
Me.ToolStripButton11.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton11.Size = New System.Drawing.Size(23, 22)
@ -970,7 +970,7 @@ Partial Class frmNachverfolgung
'ToolStripButton10 'ToolStripButton10
' '
Me.ToolStripButton10.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton10.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton10.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.refresh_16xLG Me.ToolStripButton10.Image = Global.SUPPLYWATCH.My.Resources.Resources.refresh_16xLG
Me.ToolStripButton10.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton10.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton10.Name = "ToolStripButton10" Me.ToolStripButton10.Name = "ToolStripButton10"
Me.ToolStripButton10.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton10.Size = New System.Drawing.Size(23, 22)
@ -979,7 +979,7 @@ Partial Class frmNachverfolgung
'ToolStripButton12 'ToolStripButton12
' '
Me.ToolStripButton12.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton12.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton12.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.Excel_25ixel Me.ToolStripButton12.Image = Global.SUPPLYWATCH.My.Resources.Resources.Excel_25ixel
Me.ToolStripButton12.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton12.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton12.Name = "ToolStripButton12" Me.ToolStripButton12.Name = "ToolStripButton12"
Me.ToolStripButton12.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton12.Size = New System.Drawing.Size(23, 22)
@ -1063,7 +1063,7 @@ Partial Class frmNachverfolgung
Me.TableAdapterManager.TBSUPPLY_VERFOLGUNGTableAdapter = Nothing Me.TableAdapterManager.TBSUPPLY_VERFOLGUNGTableAdapter = Nothing
Me.TableAdapterManager.TBUSER_RECHTETableAdapter = Nothing Me.TableAdapterManager.TBUSER_RECHTETableAdapter = Nothing
Me.TableAdapterManager.TBVERTRAEGETableAdapter = Nothing Me.TableAdapterManager.TBVERTRAEGETableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = MCSUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete Me.TableAdapterManager.UpdateOrder = SUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
Me.TableAdapterManager.VWSUPPLY_BESTELLUNG_FRONTENDTableAdapter = Nothing Me.TableAdapterManager.VWSUPPLY_BESTELLUNG_FRONTENDTableAdapter = Nothing
' '
'SplitContainer2 'SplitContainer2
@ -1178,10 +1178,10 @@ Partial Class frmNachverfolgung
End Sub End Sub
Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer
Friend WithEvents MyDataset As MCSUPPLYWATCH.MyDataset Friend WithEvents MyDataset As SUPPLYWATCH.MyDataset
Friend WithEvents TBGERAETBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBGERAETBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBGERAETTableAdapter As MCSUPPLYWATCH.MyDatasetTableAdapters.TBGERAETTableAdapter Friend WithEvents TBGERAETTableAdapter As SUPPLYWATCH.MyDatasetTableAdapters.TBGERAETTableAdapter
Friend WithEvents TableAdapterManager As MCSUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager Friend WithEvents TableAdapterManager As SUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager
Friend WithEvents TBGERAETBindingNavigator As System.Windows.Forms.BindingNavigator Friend WithEvents TBGERAETBindingNavigator As System.Windows.Forms.BindingNavigator
Friend WithEvents BindingNavigatorCountItem2 As System.Windows.Forms.ToolStripLabel Friend WithEvents BindingNavigatorCountItem2 As System.Windows.Forms.ToolStripLabel
Friend WithEvents ToolStripSeparator9 As System.Windows.Forms.ToolStripSeparator Friend WithEvents ToolStripSeparator9 As System.Windows.Forms.ToolStripSeparator
@ -1218,9 +1218,9 @@ Partial Class frmNachverfolgung
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
Friend WithEvents SplitContainer2 As System.Windows.Forms.SplitContainer Friend WithEvents SplitContainer2 As System.Windows.Forms.SplitContainer
Friend WithEvents VWGERAETE_VERFOLGUNGBindingSource As System.Windows.Forms.BindingSource Friend WithEvents VWGERAETE_VERFOLGUNGBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents VWGERAETE_VERFOLGUNGTableAdapter As MCSUPPLYWATCH.MyDatasetTableAdapters.VWGERAETE_VERFOLGUNGTableAdapter Friend WithEvents VWGERAETE_VERFOLGUNGTableAdapter As SUPPLYWATCH.MyDatasetTableAdapters.VWGERAETE_VERFOLGUNGTableAdapter
Friend WithEvents VWSUPPLY_VERFOLGUNGBindingSource As System.Windows.Forms.BindingSource Friend WithEvents VWSUPPLY_VERFOLGUNGBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents VWSUPPLY_VERFOLGUNGTableAdapter As MCSUPPLYWATCH.MyDatasetTableAdapters.VWSUPPLY_VERFOLGUNGTableAdapter Friend WithEvents VWSUPPLY_VERFOLGUNGTableAdapter As SUPPLYWATCH.MyDatasetTableAdapters.VWSUPPLY_VERFOLGUNGTableAdapter
Friend WithEvents VWSUPPLY_VERFOLGUNGBindingNavigator As System.Windows.Forms.BindingNavigator Friend WithEvents VWSUPPLY_VERFOLGUNGBindingNavigator As System.Windows.Forms.BindingNavigator
Friend WithEvents ToolStripLabel2 As System.Windows.Forms.ToolStripLabel Friend WithEvents ToolStripLabel2 As System.Windows.Forms.ToolStripLabel
Friend WithEvents ToolStripSeparator5 As System.Windows.Forms.ToolStripSeparator Friend WithEvents ToolStripSeparator5 As System.Windows.Forms.ToolStripSeparator

View File

@ -133,7 +133,7 @@ Partial Class frmSQLTest
'tsbaktualisieren 'tsbaktualisieren
' '
Me.tsbaktualisieren.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.tsbaktualisieren.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.tsbaktualisieren.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.aktualisieren_1 Me.tsbaktualisieren.Image = Global.SUPPLYWATCH.My.Resources.Resources.aktualisieren_1
Me.tsbaktualisieren.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsbaktualisieren.ImageTransparentColor = System.Drawing.Color.Magenta
Me.tsbaktualisieren.Name = "tsbaktualisieren" Me.tsbaktualisieren.Name = "tsbaktualisieren"
Me.tsbaktualisieren.Size = New System.Drawing.Size(23, 22) Me.tsbaktualisieren.Size = New System.Drawing.Size(23, 22)

View File

@ -24,10 +24,10 @@ Partial Class frmServiceImportLog
Private Sub InitializeComponent() Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container() Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmServiceImportLog)) Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmServiceImportLog))
Me.MyDataset = New MCSUPPLYWATCH.MyDataset() Me.MyDataset = New SUPPLYWATCH.MyDataset()
Me.TBSERVICE_IMP_LOGBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBSERVICE_IMP_LOGBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBSERVICE_IMP_LOGTableAdapter = New MCSUPPLYWATCH.MyDatasetTableAdapters.TBSERVICE_IMP_LOGTableAdapter() Me.TBSERVICE_IMP_LOGTableAdapter = New SUPPLYWATCH.MyDatasetTableAdapters.TBSERVICE_IMP_LOGTableAdapter()
Me.TableAdapterManager = New MCSUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager() Me.TableAdapterManager = New SUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager()
Me.TBSERVICE_IMP_LOGBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) Me.TBSERVICE_IMP_LOGBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel() Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton()
@ -76,7 +76,7 @@ Partial Class frmServiceImportLog
Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripButton7 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton7 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripButton8 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton8 = New System.Windows.Forms.ToolStripButton()
Me.VWGERAETE_MELDUNG_STATUSTableAdapter = New MCSUPPLYWATCH.MyDatasetTableAdapters.VWGERAETE_MELDUNG_STATUSTableAdapter() Me.VWGERAETE_MELDUNG_STATUSTableAdapter = New SUPPLYWATCH.MyDatasetTableAdapters.VWGERAETE_MELDUNG_STATUSTableAdapter()
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBSERVICE_IMP_LOGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBSERVICE_IMP_LOGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBSERVICE_IMP_LOGBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBSERVICE_IMP_LOGBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
@ -128,7 +128,7 @@ Partial Class frmServiceImportLog
Me.TableAdapterManager.TBSUPPLY_VERFOLGUNGTableAdapter = Nothing Me.TableAdapterManager.TBSUPPLY_VERFOLGUNGTableAdapter = Nothing
Me.TableAdapterManager.TBUSER_RECHTETableAdapter = Nothing Me.TableAdapterManager.TBUSER_RECHTETableAdapter = Nothing
Me.TableAdapterManager.TBVERTRAEGETableAdapter = Nothing Me.TableAdapterManager.TBVERTRAEGETableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = MCSUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete Me.TableAdapterManager.UpdateOrder = SUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
' '
'TBSERVICE_IMP_LOGBindingNavigator 'TBSERVICE_IMP_LOGBindingNavigator
' '
@ -219,7 +219,7 @@ Partial Class frmServiceImportLog
'ToolStripButton1 'ToolStripButton1
' '
Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton1.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.aktualisieren_1 Me.ToolStripButton1.Image = Global.SUPPLYWATCH.My.Resources.Resources.aktualisieren_1
Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton1.Name = "ToolStripButton1" Me.ToolStripButton1.Name = "ToolStripButton1"
Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22)
@ -228,7 +228,7 @@ Partial Class frmServiceImportLog
'ToolStripButton2 'ToolStripButton2
' '
Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton2.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.Excel_25ixel Me.ToolStripButton2.Image = Global.SUPPLYWATCH.My.Resources.Resources.Excel_25ixel
Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton2.Name = "ToolStripButton2" Me.ToolStripButton2.Name = "ToolStripButton2"
Me.ToolStripButton2.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton2.Size = New System.Drawing.Size(23, 22)
@ -529,7 +529,7 @@ Partial Class frmServiceImportLog
'ToolStripButton7 'ToolStripButton7
' '
Me.ToolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton7.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.aktualisieren_1 Me.ToolStripButton7.Image = Global.SUPPLYWATCH.My.Resources.Resources.aktualisieren_1
Me.ToolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton7.Name = "ToolStripButton7" Me.ToolStripButton7.Name = "ToolStripButton7"
Me.ToolStripButton7.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton7.Size = New System.Drawing.Size(23, 22)
@ -538,7 +538,7 @@ Partial Class frmServiceImportLog
'ToolStripButton8 'ToolStripButton8
' '
Me.ToolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton8.Image = Global.MCSUPPLYWATCH.My.Resources.Resources.Excel_25ixel Me.ToolStripButton8.Image = Global.SUPPLYWATCH.My.Resources.Resources.Excel_25ixel
Me.ToolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton8.Name = "ToolStripButton8" Me.ToolStripButton8.Name = "ToolStripButton8"
Me.ToolStripButton8.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton8.Size = New System.Drawing.Size(23, 22)
@ -580,10 +580,10 @@ Partial Class frmServiceImportLog
Me.ResumeLayout(False) Me.ResumeLayout(False)
End Sub End Sub
Friend WithEvents MyDataset As MCSUPPLYWATCH.MyDataset Friend WithEvents MyDataset As SUPPLYWATCH.MyDataset
Friend WithEvents TBSERVICE_IMP_LOGBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBSERVICE_IMP_LOGBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBSERVICE_IMP_LOGTableAdapter As MCSUPPLYWATCH.MyDatasetTableAdapters.TBSERVICE_IMP_LOGTableAdapter Friend WithEvents TBSERVICE_IMP_LOGTableAdapter As SUPPLYWATCH.MyDatasetTableAdapters.TBSERVICE_IMP_LOGTableAdapter
Friend WithEvents TableAdapterManager As MCSUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager Friend WithEvents TableAdapterManager As SUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager
Friend WithEvents TBSERVICE_IMP_LOGBindingNavigator As System.Windows.Forms.BindingNavigator Friend WithEvents TBSERVICE_IMP_LOGBindingNavigator As System.Windows.Forms.BindingNavigator
Friend WithEvents BindingNavigatorCountItem As System.Windows.Forms.ToolStripLabel Friend WithEvents BindingNavigatorCountItem As System.Windows.Forms.ToolStripLabel
Friend WithEvents BindingNavigatorMoveFirstItem As System.Windows.Forms.ToolStripButton Friend WithEvents BindingNavigatorMoveFirstItem As System.Windows.Forms.ToolStripButton
@ -621,7 +621,7 @@ Partial Class frmServiceImportLog
Friend WithEvents ToolStripButton7 As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripButton7 As System.Windows.Forms.ToolStripButton
Friend WithEvents ToolStripButton8 As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripButton8 As System.Windows.Forms.ToolStripButton
Friend WithEvents VWGERAETE_MELDUNG_STATUSBindingSource As System.Windows.Forms.BindingSource Friend WithEvents VWGERAETE_MELDUNG_STATUSBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents VWGERAETE_MELDUNG_STATUSTableAdapter As MCSUPPLYWATCH.MyDatasetTableAdapters.VWGERAETE_MELDUNG_STATUSTableAdapter Friend WithEvents VWGERAETE_MELDUNG_STATUSTableAdapter As SUPPLYWATCH.MyDatasetTableAdapters.VWGERAETE_MELDUNG_STATUSTableAdapter
Friend WithEvents GridControl2 As DevExpress.XtraGrid.GridControl Friend WithEvents GridControl2 As DevExpress.XtraGrid.GridControl
Friend WithEvents GridView2 As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents GridView2 As DevExpress.XtraGrid.Views.Grid.GridView
Friend WithEvents colGERAETE_ID As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colGERAETE_ID As DevExpress.XtraGrid.Columns.GridColumn

View File

@ -25,10 +25,10 @@ Partial Class frmUser
Me.components = New System.ComponentModel.Container() Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmUser)) Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmUser))
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.MyDataset = New MCSUPPLYWATCH.MyDataset() Me.MyDataset = New SUPPLYWATCH.MyDataset()
Me.TBUSER_RECHTEBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBUSER_RECHTEBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBUSER_RECHTETableAdapter = New MCSUPPLYWATCH.MyDatasetTableAdapters.TBUSER_RECHTETableAdapter() Me.TBUSER_RECHTETableAdapter = New SUPPLYWATCH.MyDatasetTableAdapters.TBUSER_RECHTETableAdapter()
Me.TableAdapterManager = New MCSUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager() Me.TableAdapterManager = New SUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager()
Me.TBUSER_RECHTEBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) Me.TBUSER_RECHTEBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel() Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
@ -88,7 +88,7 @@ Partial Class frmUser
Me.TableAdapterManager.TBSUPPLY_VERFOLGUNGTableAdapter = Nothing Me.TableAdapterManager.TBSUPPLY_VERFOLGUNGTableAdapter = Nothing
Me.TableAdapterManager.TBUSER_RECHTETableAdapter = Me.TBUSER_RECHTETableAdapter Me.TableAdapterManager.TBUSER_RECHTETableAdapter = Me.TBUSER_RECHTETableAdapter
Me.TableAdapterManager.TBVERTRAEGETableAdapter = Nothing Me.TableAdapterManager.TBVERTRAEGETableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = MCSUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete Me.TableAdapterManager.UpdateOrder = SUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
' '
'TBUSER_RECHTEBindingNavigator 'TBUSER_RECHTEBindingNavigator
' '
@ -280,10 +280,10 @@ Partial Class frmUser
Me.PerformLayout() Me.PerformLayout()
End Sub End Sub
Friend WithEvents MyDataset As MCSUPPLYWATCH.MyDataset Friend WithEvents MyDataset As SUPPLYWATCH.MyDataset
Friend WithEvents TBUSER_RECHTEBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBUSER_RECHTEBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBUSER_RECHTETableAdapter As MCSUPPLYWATCH.MyDatasetTableAdapters.TBUSER_RECHTETableAdapter Friend WithEvents TBUSER_RECHTETableAdapter As SUPPLYWATCH.MyDatasetTableAdapters.TBUSER_RECHTETableAdapter
Friend WithEvents TableAdapterManager As MCSUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager Friend WithEvents TableAdapterManager As SUPPLYWATCH.MyDatasetTableAdapters.TableAdapterManager
Friend WithEvents TBUSER_RECHTEBindingNavigator As System.Windows.Forms.BindingNavigator Friend WithEvents TBUSER_RECHTEBindingNavigator As System.Windows.Forms.BindingNavigator
Friend WithEvents BindingNavigatorAddNewItem As System.Windows.Forms.ToolStripButton Friend WithEvents BindingNavigatorAddNewItem As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorCountItem As System.Windows.Forms.ToolStripLabel Friend WithEvents BindingNavigatorCountItem As System.Windows.Forms.ToolStripLabel

View File

@ -1 +1 @@
09aa5e5c3e3ac25eae7f6bf476db9388ec222df7 cdb33d364782c05efad8b9e4ca2ee0ee62f779bd

File diff suppressed because it is too large Load Diff

View File

@ -104,3 +104,110 @@ E:\SchreiberM\Visual Studio\Kunden - Produktiv\MCQuadrat\Supplywatch\Supplywatch
E:\SchreiberM\Visual Studio\Kunden - Produktiv\MCQuadrat\Supplywatch\Supplywatch\obj\x86\Debug\SUPPLYWATCH.exe E:\SchreiberM\Visual Studio\Kunden - Produktiv\MCQuadrat\Supplywatch\Supplywatch\obj\x86\Debug\SUPPLYWATCH.exe
E:\SchreiberM\Visual Studio\Kunden - Produktiv\MCQuadrat\Supplywatch\Supplywatch\obj\x86\Debug\SUPPLYWATCH.xml E:\SchreiberM\Visual Studio\Kunden - Produktiv\MCQuadrat\Supplywatch\Supplywatch\obj\x86\Debug\SUPPLYWATCH.xml
E:\SchreiberM\Visual Studio\Kunden - Produktiv\MCQuadrat\Supplywatch\Supplywatch\obj\x86\Debug\SUPPLYWATCH.pdb E:\SchreiberM\Visual Studio\Kunden - Produktiv\MCQuadrat\Supplywatch\Supplywatch\obj\x86\Debug\SUPPLYWATCH.pdb
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\SUPPLYWATCH.exe.config
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\SUPPLYWATCH.exe
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\SUPPLYWATCH.pdb
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\SUPPLYWATCH.xml
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.Data.v15.2.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.Printing.v15.2.Core.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.Utils.v15.2.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.XtraEditors.v15.2.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.XtraGrid.v15.2.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.XtraLayout.v15.2.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.XtraPrinting.v15.2.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\Microsoft.ReportViewer.Common.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\Microsoft.ReportViewer.ProcessingObjectModel.DLL
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\Microsoft.ReportViewer.WinForms.DLL
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\Microsoft.SqlServer.Types.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.Sparkline.v15.2.Core.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.RichEdit.v15.2.Core.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.XtraBars.v15.2.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.XtraTreeList.v15.2.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.Office.v15.2.Core.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.Pdf.v15.2.Core.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.Pdf.v15.2.Drawing.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.Data.v15.2.xml
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.Printing.v15.2.Core.xml
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.Utils.v15.2.xml
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.XtraEditors.v15.2.xml
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.XtraGrid.v15.2.xml
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.XtraLayout.v15.2.xml
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.XtraPrinting.v15.2.xml
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.Sparkline.v15.2.Core.xml
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.RichEdit.v15.2.Core.xml
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.XtraBars.v15.2.xml
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.XtraTreeList.v15.2.xml
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.Office.v15.2.Core.xml
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.Pdf.v15.2.Core.xml
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\DevExpress.Pdf.v15.2.Drawing.xml
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\de\DevExpress.Data.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\es\DevExpress.Data.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\ja\DevExpress.Data.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\ru\DevExpress.Data.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\de\DevExpress.Printing.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\es\DevExpress.Printing.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\ja\DevExpress.Printing.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\ru\DevExpress.Printing.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\de\DevExpress.Utils.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\es\DevExpress.Utils.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\ja\DevExpress.Utils.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\ru\DevExpress.Utils.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\de\DevExpress.XtraEditors.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\es\DevExpress.XtraEditors.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\ja\DevExpress.XtraEditors.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\ru\DevExpress.XtraEditors.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\de\DevExpress.XtraGrid.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\es\DevExpress.XtraGrid.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\ja\DevExpress.XtraGrid.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\ru\DevExpress.XtraGrid.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\de\DevExpress.XtraLayout.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\es\DevExpress.XtraLayout.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\ja\DevExpress.XtraLayout.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\ru\DevExpress.XtraLayout.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\de\DevExpress.XtraPrinting.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\es\DevExpress.XtraPrinting.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\ja\DevExpress.XtraPrinting.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\ru\DevExpress.XtraPrinting.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\de\DevExpress.Sparkline.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\es\DevExpress.Sparkline.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\ja\DevExpress.Sparkline.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\ru\DevExpress.Sparkline.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\de\DevExpress.RichEdit.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\es\DevExpress.RichEdit.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\ja\DevExpress.RichEdit.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\ru\DevExpress.RichEdit.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\de\DevExpress.XtraBars.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\es\DevExpress.XtraBars.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\ja\DevExpress.XtraBars.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\ru\DevExpress.XtraBars.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\de\DevExpress.XtraTreeList.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\es\DevExpress.XtraTreeList.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\ja\DevExpress.XtraTreeList.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\ru\DevExpress.XtraTreeList.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\de\DevExpress.Office.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\es\DevExpress.Office.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\ja\DevExpress.Office.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\ru\DevExpress.Office.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\de\DevExpress.Pdf.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\es\DevExpress.Pdf.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\ja\DevExpress.Pdf.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\bin\Debug\ru\DevExpress.Pdf.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\obj\x86\Debug\Supplywatch.vbproj.ResolveComReference.cache
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\obj\x86\Debug\SUPPLYWATCH.frmBestellung.resources
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\obj\x86\Debug\SUPPLYWATCH.FMDisclaimer.resources
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\obj\x86\Debug\SUPPLYWATCH.FMMain.resources
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\obj\x86\Debug\SUPPLYWATCH.frmBGExportProfileigenschaften.resources
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\obj\x86\Debug\SUPPLYWATCH.frmBGExportProfilhinzufuegen.resources
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\obj\x86\Debug\SUPPLYWATCH.frmImport_Report.resources
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\obj\x86\Debug\SUPPLYWATCH.frmImport_Produkte.resources
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\obj\x86\Debug\SUPPLYWATCH.frmNachverfolgung.resources
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\obj\x86\Debug\SUPPLYWATCH.frmServiceImportLog.resources
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\obj\x86\Debug\SUPPLYWATCH.frmSQLTest.resources
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\obj\x86\Debug\SUPPLYWATCH.frmUser.resources
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\obj\x86\Debug\SUPPLYWATCH.Resources.resources
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\obj\x86\Debug\Supplywatch.vbproj.GenerateResource.Cache
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\obj\x86\Debug\SUPPLYWATCH.exe.licenses
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\obj\x86\Debug\SUPPLYWATCH.exe
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\obj\x86\Debug\SUPPLYWATCH.xml
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\obj\x86\Debug\SUPPLYWATCH.pdb
E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\obj\x86\Debug\Supplywatch.vbprojResolveAssemblyReference.cache