MS
BIN
.vs/slnx.sqlite
@ -1 +0,0 @@
|
||||
DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||
@ -1 +0,0 @@
|
||||
8d5fd774645fd71374331dddf73f0142b99e6c9a
|
||||
@ -1 +0,0 @@
|
||||
8d5fd774645fd71374331dddf73f0142b99e6c9a
|
||||
BIN
SchaumKommiCollo/.vs/GIT/v15/.suo
Normal file
BIN
SchaumKommiCollo/.vs/KommiCollo/v15/.suo
Normal file
7
SchaumKommiCollo/.vs/VSWorkspaceState.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"ExpandedNodes": [
|
||||
""
|
||||
],
|
||||
"SelectedNode": "\\KommiCollo.sln",
|
||||
"PreviewInSolutionExplorer": false
|
||||
}
|
||||
BIN
SchaumKommiCollo/.vs/slnx.sqlite
Normal file
BIN
SchaumKommiCollo/.vs/slnx.sqlite-journal
Normal file
@ -351,6 +351,9 @@
|
||||
<ItemGroup>
|
||||
<None Include="Resources\action_Cancel_16xLG.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\printer_16xMD.png" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
@ -18,7 +18,7 @@ Imports System.Runtime.InteropServices
|
||||
<Assembly: ComVisible(False)>
|
||||
|
||||
'Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird
|
||||
<Assembly: Guid("0cb73816-401d-462e-a77e-8d7a805de930")>
|
||||
<Assembly: Guid("0cb73816-401d-462e-a77e-8d7a805de930")>
|
||||
|
||||
' Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
|
||||
'
|
||||
@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
||||
' übernehmen, indem Sie "*" eingeben:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("1.0.0.0")>
|
||||
<Assembly: AssemblyVersion("2.0.0.0")>
|
||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||
@ -250,6 +250,16 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property printer_16xMD() As System.Drawing.Bitmap
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("printer_16xMD", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Bitmap)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
@ -127,11 +127,14 @@
|
||||
<data name="package_delete" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\package_delete.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chart_organisation_add" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\chart_organisation_add.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="A_1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\A_1.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="BarCodeHS" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\BarCodeHS.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="delete2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\delete2.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="package_go" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\package_go.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
@ -154,14 +157,17 @@
|
||||
<data name="lightning_go" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\lightning_go.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="cancel" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\cancel.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="action_Cancel_16xLG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\action_Cancel_16xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="bullet_delete" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\bullet_delete.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="database_lightning" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\database_lightning.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="bullet_delete" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\bullet_delete.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="cancel" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\cancel.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="package_add" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\package_add.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
@ -169,13 +175,10 @@
|
||||
<data name="lightning_delete" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\lightning_delete.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chart_organisation_add" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\chart_organisation_add.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="BarCodeHS" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\BarCodeHS.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="delete2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\delete2.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="action_Cancel_16xLG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\action_Cancel_16xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="printer_16xMD" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\printer_16xMD.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
||||
2
SchaumKommiCollo/KommiCollo/My Project/licenses.licx
Normal file
@ -0,0 +1,2 @@
|
||||
DevExpress.XtraEditors.Repository.RepositoryItemProgressBar, DevExpress.XtraEditors.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||
DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||
@ -4143,6 +4143,10 @@ Partial Public Class MyDataset
|
||||
|
||||
Private columnEMP_PLZ_STR As Global.System.Data.DataColumn
|
||||
|
||||
Private columnSelected As Global.System.Data.DataColumn
|
||||
|
||||
Private columnGUID As Global.System.Data.DataColumn
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
|
||||
Public Sub New()
|
||||
@ -4370,6 +4374,22 @@ Partial Public Class MyDataset
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
|
||||
Public ReadOnly Property SelectedColumn() As Global.System.Data.DataColumn
|
||||
Get
|
||||
Return Me.columnSelected
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
|
||||
Public ReadOnly Property GUIDColumn() As Global.System.Data.DataColumn
|
||||
Get
|
||||
Return Me.columnGUID
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0"), _
|
||||
Global.System.ComponentModel.Browsable(false)> _
|
||||
@ -4431,9 +4451,11 @@ Partial Public Class MyDataset
|
||||
ByVal HINW_TEXT_ERG As String, _
|
||||
ByVal SENDUNGNR As String, _
|
||||
ByVal SDG_REFERENZ As String, _
|
||||
ByVal EMP_PLZ_STR As String) As VWHUP_REPORT1Row
|
||||
ByVal EMP_PLZ_STR As String, _
|
||||
ByVal Selected As Boolean, _
|
||||
ByVal GUID As Integer) As VWHUP_REPORT1Row
|
||||
Dim rowVWHUP_REPORT1Row As VWHUP_REPORT1Row = CType(Me.NewRow,VWHUP_REPORT1Row)
|
||||
Dim columnValuesArray() As Object = New Object() {LAD1, LAD_STRASSE, LAD_LKZ_PLZ_ORT, FERTIG, EMP, EMP_ZUSATZ, EMP_STRASSE, EMP_LKZ, EMP_ORT, EMP_OTEIL, ABHOLDATUM, SDG_GEWICHT, SDG_STELLPLAETZE, SDG_FRANKATUR, NVE, POSINHALT, POS_GEWICHT, PACKSTUECKANZAHL, HINW_CODE, HINW_TEXT, HINW_TEXT_ERG, SENDUNGNR, SDG_REFERENZ, EMP_PLZ_STR}
|
||||
Dim columnValuesArray() As Object = New Object() {LAD1, LAD_STRASSE, LAD_LKZ_PLZ_ORT, FERTIG, EMP, EMP_ZUSATZ, EMP_STRASSE, EMP_LKZ, EMP_ORT, EMP_OTEIL, ABHOLDATUM, SDG_GEWICHT, SDG_STELLPLAETZE, SDG_FRANKATUR, NVE, POSINHALT, POS_GEWICHT, PACKSTUECKANZAHL, HINW_CODE, HINW_TEXT, HINW_TEXT_ERG, SENDUNGNR, SDG_REFERENZ, EMP_PLZ_STR, Selected, GUID}
|
||||
rowVWHUP_REPORT1Row.ItemArray = columnValuesArray
|
||||
Me.Rows.Add(rowVWHUP_REPORT1Row)
|
||||
Return rowVWHUP_REPORT1Row
|
||||
@ -4480,6 +4502,8 @@ Partial Public Class MyDataset
|
||||
Me.columnSENDUNGNR = MyBase.Columns("SENDUNGNR")
|
||||
Me.columnSDG_REFERENZ = MyBase.Columns("SDG_REFERENZ")
|
||||
Me.columnEMP_PLZ_STR = MyBase.Columns("EMP_PLZ_STR")
|
||||
Me.columnSelected = MyBase.Columns("Selected")
|
||||
Me.columnGUID = MyBase.Columns("GUID")
|
||||
End Sub
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
@ -4533,6 +4557,10 @@ Partial Public Class MyDataset
|
||||
MyBase.Columns.Add(Me.columnSDG_REFERENZ)
|
||||
Me.columnEMP_PLZ_STR = New Global.System.Data.DataColumn("EMP_PLZ_STR", GetType(String), Nothing, Global.System.Data.MappingType.Element)
|
||||
MyBase.Columns.Add(Me.columnEMP_PLZ_STR)
|
||||
Me.columnSelected = New Global.System.Data.DataColumn("Selected", GetType(Boolean), Nothing, Global.System.Data.MappingType.Element)
|
||||
MyBase.Columns.Add(Me.columnSelected)
|
||||
Me.columnGUID = New Global.System.Data.DataColumn("GUID", GetType(Integer), Nothing, Global.System.Data.MappingType.Element)
|
||||
MyBase.Columns.Add(Me.columnGUID)
|
||||
Me.columnLAD1.AllowDBNull = false
|
||||
Me.columnLAD1.MaxLength = 35
|
||||
Me.columnLAD_STRASSE.AllowDBNull = false
|
||||
@ -4564,6 +4592,8 @@ Partial Public Class MyDataset
|
||||
Me.columnSDG_REFERENZ.MaxLength = 35
|
||||
Me.columnEMP_PLZ_STR.ReadOnly = true
|
||||
Me.columnEMP_PLZ_STR.MaxLength = 49
|
||||
Me.columnSelected.DefaultValue = CType(false,Boolean)
|
||||
Me.columnGUID.AllowDBNull = false
|
||||
End Sub
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
@ -6421,6 +6451,32 @@ Partial Public Class MyDataset
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
|
||||
Public Property Selected() As Boolean
|
||||
Get
|
||||
Try
|
||||
Return CType(Me(Me.tableVWHUP_REPORT1.SelectedColumn),Boolean)
|
||||
Catch e As Global.System.InvalidCastException
|
||||
Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte Selected in Tabelle VWHUP_REPORT1 ist DBNull.", e)
|
||||
End Try
|
||||
End Get
|
||||
Set
|
||||
Me(Me.tableVWHUP_REPORT1.SelectedColumn) = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
|
||||
Public Property GUID() As Integer
|
||||
Get
|
||||
Return CType(Me(Me.tableVWHUP_REPORT1.GUIDColumn),Integer)
|
||||
End Get
|
||||
Set
|
||||
Me(Me.tableVWHUP_REPORT1.GUIDColumn) = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
|
||||
Public Function IsLAD_LKZ_PLZ_ORTNull() As Boolean
|
||||
@ -6600,6 +6656,18 @@ Partial Public Class MyDataset
|
||||
Public Sub SetEMP_PLZ_STRNull()
|
||||
Me(Me.tableVWHUP_REPORT1.EMP_PLZ_STRColumn) = Global.System.Convert.DBNull
|
||||
End Sub
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
|
||||
Public Function IsSelectedNull() As Boolean
|
||||
Return Me.IsNull(Me.tableVWHUP_REPORT1.SelectedColumn)
|
||||
End Function
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
|
||||
Public Sub SetSelectedNull()
|
||||
Me(Me.tableVWHUP_REPORT1.SelectedColumn) = Global.System.Convert.DBNull
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
'''<summary>
|
||||
@ -11256,6 +11324,7 @@ Namespace MyDatasetTableAdapters
|
||||
tableMapping.ColumnMappings.Add("SENDUNGNR", "SENDUNGNR")
|
||||
tableMapping.ColumnMappings.Add("SDG_REFERENZ", "SDG_REFERENZ")
|
||||
tableMapping.ColumnMappings.Add("EMP_PLZ_STR", "EMP_PLZ_STR")
|
||||
tableMapping.ColumnMappings.Add("GUID", "GUID")
|
||||
Me._adapter.TableMappings.Add(tableMapping)
|
||||
End Sub
|
||||
|
||||
@ -11276,7 +11345,7 @@ Namespace MyDatasetTableAdapters
|
||||
", EMP, EMP_ZUSATZ, EMP_STRASSE, EMP_PLZ_STR, EMP_LKZ, EMP_ORT, EMP_OTEIL, ABHOLD"& _
|
||||
"ATUM, SDG_GEWICHT, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" SDG_STELLPLAETZE, SDG_FRANKATUR, N"& _
|
||||
"VE, POSINHALT, POS_GEWICHT, PACKSTUECKANZAHL, HINW_CODE, HINW_TEXT, HINW_TEXT_ER"& _
|
||||
"G"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM VWHUP_REPORT1"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (FERTIG = @FERTIG)"
|
||||
"G, GUID"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM VWHUP_REPORT1"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (FERTIG = @FERTIG)"
|
||||
Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text
|
||||
Me._commandCollection(0).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@FERTIG", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "FERTIG", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
End Sub
|
||||
@ -962,7 +962,7 @@ WHERE (TBKOMMCOLLI_HINWEIS.SENDUNGNR = @Sendung)</CommandText>
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>SELECT LAD1, LAD_STRASSE, LAD_LKZ_PLZ_ORT, FERTIG, SENDUNGNR, SDG_REFERENZ, EMP, EMP_ZUSATZ, EMP_STRASSE, EMP_PLZ_STR, EMP_LKZ, EMP_ORT, EMP_OTEIL, ABHOLDATUM, SDG_GEWICHT,
|
||||
SDG_STELLPLAETZE, SDG_FRANKATUR, NVE, POSINHALT, POS_GEWICHT, PACKSTUECKANZAHL, HINW_CODE, HINW_TEXT, HINW_TEXT_ERG
|
||||
SDG_STELLPLAETZE, SDG_FRANKATUR, NVE, POSINHALT, POS_GEWICHT, PACKSTUECKANZAHL, HINW_CODE, HINW_TEXT, HINW_TEXT_ERG, GUID
|
||||
FROM VWHUP_REPORT1
|
||||
WHERE (FERTIG = @FERTIG)</CommandText>
|
||||
<Parameters>
|
||||
@ -997,6 +997,7 @@ WHERE (FERTIG = @FERTIG)</CommandText>
|
||||
<Mapping SourceColumn="SENDUNGNR" DataSetColumn="SENDUNGNR" />
|
||||
<Mapping SourceColumn="SDG_REFERENZ" DataSetColumn="SDG_REFERENZ" />
|
||||
<Mapping SourceColumn="EMP_PLZ_STR" DataSetColumn="EMP_PLZ_STR" />
|
||||
<Mapping SourceColumn="GUID" DataSetColumn="GUID" />
|
||||
</Mappings>
|
||||
<Sources />
|
||||
</TableAdapter>
|
||||
@ -1008,7 +1009,7 @@ WHERE (FERTIG = @FERTIG)</CommandText>
|
||||
<xs:element name="MyDataset" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="MyDataset" msprop:Generator_UserDSName="MyDataset">
|
||||
<xs:complexType>
|
||||
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:element name="TBKOMMCOLLI_MANDANT" msprop:Generator_TableClassName="TBKOMMCOLLI_MANDANTDataTable" msprop:Generator_TableVarName="tableTBKOMMCOLLI_MANDANT" msprop:Generator_TablePropName="TBKOMMCOLLI_MANDANT" msprop:Generator_RowDeletingName="TBKOMMCOLLI_MANDANTRowDeleting" msprop:Generator_RowChangingName="TBKOMMCOLLI_MANDANTRowChanging" msprop:Generator_RowEvHandlerName="TBKOMMCOLLI_MANDANTRowChangeEventHandler" msprop:Generator_RowDeletedName="TBKOMMCOLLI_MANDANTRowDeleted" msprop:Generator_UserTableName="TBKOMMCOLLI_MANDANT" msprop:Generator_RowChangedName="TBKOMMCOLLI_MANDANTRowChanged" msprop:Generator_RowEvArgName="TBKOMMCOLLI_MANDANTRowChangeEvent" msprop:Generator_RowClassName="TBKOMMCOLLI_MANDANTRow">
|
||||
<xs:element name="TBKOMMCOLLI_MANDANT" msprop:Generator_TableClassName="TBKOMMCOLLI_MANDANTDataTable" msprop:Generator_TableVarName="tableTBKOMMCOLLI_MANDANT" msprop:Generator_RowChangedName="TBKOMMCOLLI_MANDANTRowChanged" msprop:Generator_TablePropName="TBKOMMCOLLI_MANDANT" msprop:Generator_RowDeletingName="TBKOMMCOLLI_MANDANTRowDeleting" msprop:Generator_RowChangingName="TBKOMMCOLLI_MANDANTRowChanging" msprop:Generator_RowEvHandlerName="TBKOMMCOLLI_MANDANTRowChangeEventHandler" msprop:Generator_RowDeletedName="TBKOMMCOLLI_MANDANTRowDeleted" msprop:Generator_RowClassName="TBKOMMCOLLI_MANDANTRow" msprop:Generator_UserTableName="TBKOMMCOLLI_MANDANT" msprop:Generator_RowEvArgName="TBKOMMCOLLI_MANDANTRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<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" />
|
||||
@ -1089,7 +1090,7 @@ WHERE (FERTIG = @FERTIG)</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TBWH_MANDANT" msprop:Generator_TableClassName="TBWH_MANDANTDataTable" msprop:Generator_TableVarName="tableTBWH_MANDANT" msprop:Generator_TablePropName="TBWH_MANDANT" msprop:Generator_RowDeletingName="TBWH_MANDANTRowDeleting" msprop:Generator_RowChangingName="TBWH_MANDANTRowChanging" msprop:Generator_RowEvHandlerName="TBWH_MANDANTRowChangeEventHandler" msprop:Generator_RowDeletedName="TBWH_MANDANTRowDeleted" msprop:Generator_UserTableName="TBWH_MANDANT" msprop:Generator_RowChangedName="TBWH_MANDANTRowChanged" msprop:Generator_RowEvArgName="TBWH_MANDANTRowChangeEvent" msprop:Generator_RowClassName="TBWH_MANDANTRow">
|
||||
<xs:element name="TBWH_MANDANT" msprop:Generator_TableClassName="TBWH_MANDANTDataTable" msprop:Generator_TableVarName="tableTBWH_MANDANT" msprop:Generator_RowChangedName="TBWH_MANDANTRowChanged" msprop:Generator_TablePropName="TBWH_MANDANT" msprop:Generator_RowDeletingName="TBWH_MANDANTRowDeleting" msprop:Generator_RowChangingName="TBWH_MANDANTRowChanging" msprop:Generator_RowEvHandlerName="TBWH_MANDANTRowChangeEventHandler" msprop:Generator_RowDeletedName="TBWH_MANDANTRowDeleted" msprop:Generator_RowClassName="TBWH_MANDANTRow" msprop:Generator_UserTableName="TBWH_MANDANT" msprop:Generator_RowEvArgName="TBWH_MANDANTRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<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" />
|
||||
@ -1110,7 +1111,7 @@ WHERE (FERTIG = @FERTIG)</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TBKOMMCOLLI_PAKET_KOPF" msprop:Generator_TableClassName="TBKOMMCOLLI_PAKET_KOPFDataTable" msprop:Generator_TableVarName="tableTBKOMMCOLLI_PAKET_KOPF" msprop:Generator_TablePropName="TBKOMMCOLLI_PAKET_KOPF" msprop:Generator_RowDeletingName="TBKOMMCOLLI_PAKET_KOPFRowDeleting" msprop:Generator_RowChangingName="TBKOMMCOLLI_PAKET_KOPFRowChanging" msprop:Generator_RowEvHandlerName="TBKOMMCOLLI_PAKET_KOPFRowChangeEventHandler" msprop:Generator_RowDeletedName="TBKOMMCOLLI_PAKET_KOPFRowDeleted" msprop:Generator_UserTableName="TBKOMMCOLLI_PAKET_KOPF" msprop:Generator_RowChangedName="TBKOMMCOLLI_PAKET_KOPFRowChanged" msprop:Generator_RowEvArgName="TBKOMMCOLLI_PAKET_KOPFRowChangeEvent" msprop:Generator_RowClassName="TBKOMMCOLLI_PAKET_KOPFRow">
|
||||
<xs:element name="TBKOMMCOLLI_PAKET_KOPF" msprop:Generator_TableClassName="TBKOMMCOLLI_PAKET_KOPFDataTable" msprop:Generator_TableVarName="tableTBKOMMCOLLI_PAKET_KOPF" msprop:Generator_RowChangedName="TBKOMMCOLLI_PAKET_KOPFRowChanged" msprop:Generator_TablePropName="TBKOMMCOLLI_PAKET_KOPF" msprop:Generator_RowDeletingName="TBKOMMCOLLI_PAKET_KOPFRowDeleting" msprop:Generator_RowChangingName="TBKOMMCOLLI_PAKET_KOPFRowChanging" msprop:Generator_RowEvHandlerName="TBKOMMCOLLI_PAKET_KOPFRowChangeEventHandler" msprop:Generator_RowDeletedName="TBKOMMCOLLI_PAKET_KOPFRowDeleted" msprop:Generator_RowClassName="TBKOMMCOLLI_PAKET_KOPFRow" msprop:Generator_UserTableName="TBKOMMCOLLI_PAKET_KOPF" msprop:Generator_RowEvArgName="TBKOMMCOLLI_PAKET_KOPFRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<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" />
|
||||
@ -1159,7 +1160,7 @@ WHERE (FERTIG = @FERTIG)</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TBKOMMCOLLI_PAKET_POS" msprop:Generator_TableClassName="TBKOMMCOLLI_PAKET_POSDataTable" msprop:Generator_TableVarName="tableTBKOMMCOLLI_PAKET_POS" msprop:Generator_TablePropName="TBKOMMCOLLI_PAKET_POS" msprop:Generator_RowDeletingName="TBKOMMCOLLI_PAKET_POSRowDeleting" msprop:Generator_RowChangingName="TBKOMMCOLLI_PAKET_POSRowChanging" msprop:Generator_RowEvHandlerName="TBKOMMCOLLI_PAKET_POSRowChangeEventHandler" msprop:Generator_RowDeletedName="TBKOMMCOLLI_PAKET_POSRowDeleted" msprop:Generator_UserTableName="TBKOMMCOLLI_PAKET_POS" msprop:Generator_RowChangedName="TBKOMMCOLLI_PAKET_POSRowChanged" msprop:Generator_RowEvArgName="TBKOMMCOLLI_PAKET_POSRowChangeEvent" msprop:Generator_RowClassName="TBKOMMCOLLI_PAKET_POSRow">
|
||||
<xs:element name="TBKOMMCOLLI_PAKET_POS" msprop:Generator_TableClassName="TBKOMMCOLLI_PAKET_POSDataTable" msprop:Generator_TableVarName="tableTBKOMMCOLLI_PAKET_POS" msprop:Generator_RowChangedName="TBKOMMCOLLI_PAKET_POSRowChanged" msprop:Generator_TablePropName="TBKOMMCOLLI_PAKET_POS" msprop:Generator_RowDeletingName="TBKOMMCOLLI_PAKET_POSRowDeleting" msprop:Generator_RowChangingName="TBKOMMCOLLI_PAKET_POSRowChanging" msprop:Generator_RowEvHandlerName="TBKOMMCOLLI_PAKET_POSRowChangeEventHandler" msprop:Generator_RowDeletedName="TBKOMMCOLLI_PAKET_POSRowDeleted" msprop:Generator_RowClassName="TBKOMMCOLLI_PAKET_POSRow" msprop:Generator_UserTableName="TBKOMMCOLLI_PAKET_POS" msprop:Generator_RowEvArgName="TBKOMMCOLLI_PAKET_POSRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<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" />
|
||||
@ -1190,7 +1191,7 @@ WHERE (FERTIG = @FERTIG)</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="VWKOMMCOLLI_ABSCHLUSS_PAKET" msprop:Generator_TableClassName="VWKOMMCOLLI_ABSCHLUSS_PAKETDataTable" msprop:Generator_TableVarName="tableVWKOMMCOLLI_ABSCHLUSS_PAKET" msprop:Generator_TablePropName="VWKOMMCOLLI_ABSCHLUSS_PAKET" msprop:Generator_RowDeletingName="VWKOMMCOLLI_ABSCHLUSS_PAKETRowDeleting" msprop:Generator_RowChangingName="VWKOMMCOLLI_ABSCHLUSS_PAKETRowChanging" msprop:Generator_RowEvHandlerName="VWKOMMCOLLI_ABSCHLUSS_PAKETRowChangeEventHandler" msprop:Generator_RowDeletedName="VWKOMMCOLLI_ABSCHLUSS_PAKETRowDeleted" msprop:Generator_UserTableName="VWKOMMCOLLI_ABSCHLUSS_PAKET" msprop:Generator_RowChangedName="VWKOMMCOLLI_ABSCHLUSS_PAKETRowChanged" msprop:Generator_RowEvArgName="VWKOMMCOLLI_ABSCHLUSS_PAKETRowChangeEvent" msprop:Generator_RowClassName="VWKOMMCOLLI_ABSCHLUSS_PAKETRow">
|
||||
<xs:element name="VWKOMMCOLLI_ABSCHLUSS_PAKET" msprop:Generator_TableClassName="VWKOMMCOLLI_ABSCHLUSS_PAKETDataTable" msprop:Generator_TableVarName="tableVWKOMMCOLLI_ABSCHLUSS_PAKET" msprop:Generator_RowChangedName="VWKOMMCOLLI_ABSCHLUSS_PAKETRowChanged" msprop:Generator_TablePropName="VWKOMMCOLLI_ABSCHLUSS_PAKET" msprop:Generator_RowDeletingName="VWKOMMCOLLI_ABSCHLUSS_PAKETRowDeleting" msprop:Generator_RowChangingName="VWKOMMCOLLI_ABSCHLUSS_PAKETRowChanging" msprop:Generator_RowEvHandlerName="VWKOMMCOLLI_ABSCHLUSS_PAKETRowChangeEventHandler" msprop:Generator_RowDeletedName="VWKOMMCOLLI_ABSCHLUSS_PAKETRowDeleted" msprop:Generator_RowClassName="VWKOMMCOLLI_ABSCHLUSS_PAKETRow" msprop:Generator_UserTableName="VWKOMMCOLLI_ABSCHLUSS_PAKET" msprop:Generator_RowEvArgName="VWKOMMCOLLI_ABSCHLUSS_PAKETRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<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" />
|
||||
@ -1230,7 +1231,7 @@ WHERE (FERTIG = @FERTIG)</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TBKOMMCOLLI_TERMINART" msprop:Generator_TableClassName="TBKOMMCOLLI_TERMINARTDataTable" msprop:Generator_TableVarName="tableTBKOMMCOLLI_TERMINART" msprop:Generator_TablePropName="TBKOMMCOLLI_TERMINART" msprop:Generator_RowDeletingName="TBKOMMCOLLI_TERMINARTRowDeleting" msprop:Generator_RowChangingName="TBKOMMCOLLI_TERMINARTRowChanging" msprop:Generator_RowEvHandlerName="TBKOMMCOLLI_TERMINARTRowChangeEventHandler" msprop:Generator_RowDeletedName="TBKOMMCOLLI_TERMINARTRowDeleted" msprop:Generator_UserTableName="TBKOMMCOLLI_TERMINART" msprop:Generator_RowChangedName="TBKOMMCOLLI_TERMINARTRowChanged" msprop:Generator_RowEvArgName="TBKOMMCOLLI_TERMINARTRowChangeEvent" msprop:Generator_RowClassName="TBKOMMCOLLI_TERMINARTRow">
|
||||
<xs:element name="TBKOMMCOLLI_TERMINART" msprop:Generator_TableClassName="TBKOMMCOLLI_TERMINARTDataTable" msprop:Generator_TableVarName="tableTBKOMMCOLLI_TERMINART" msprop:Generator_RowChangedName="TBKOMMCOLLI_TERMINARTRowChanged" msprop:Generator_TablePropName="TBKOMMCOLLI_TERMINART" msprop:Generator_RowDeletingName="TBKOMMCOLLI_TERMINARTRowDeleting" msprop:Generator_RowChangingName="TBKOMMCOLLI_TERMINARTRowChanging" msprop:Generator_RowEvHandlerName="TBKOMMCOLLI_TERMINARTRowChangeEventHandler" msprop:Generator_RowDeletedName="TBKOMMCOLLI_TERMINARTRowDeleted" msprop:Generator_RowClassName="TBKOMMCOLLI_TERMINARTRow" msprop:Generator_UserTableName="TBKOMMCOLLI_TERMINART" msprop:Generator_RowEvArgName="TBKOMMCOLLI_TERMINARTRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<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" />
|
||||
@ -1268,7 +1269,7 @@ WHERE (FERTIG = @FERTIG)</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TBKOMMCOLLI_PAKET_POS_LS" msprop:Generator_TableClassName="TBKOMMCOLLI_PAKET_POS_LSDataTable" msprop:Generator_TableVarName="tableTBKOMMCOLLI_PAKET_POS_LS" msprop:Generator_RowChangedName="TBKOMMCOLLI_PAKET_POS_LSRowChanged" msprop:Generator_TablePropName="TBKOMMCOLLI_PAKET_POS_LS" msprop:Generator_RowDeletingName="TBKOMMCOLLI_PAKET_POS_LSRowDeleting" msprop:Generator_RowChangingName="TBKOMMCOLLI_PAKET_POS_LSRowChanging" msprop:Generator_RowEvHandlerName="TBKOMMCOLLI_PAKET_POS_LSRowChangeEventHandler" msprop:Generator_RowDeletedName="TBKOMMCOLLI_PAKET_POS_LSRowDeleted" msprop:Generator_RowClassName="TBKOMMCOLLI_PAKET_POS_LSRow" msprop:Generator_UserTableName="TBKOMMCOLLI_PAKET_POS_LS" msprop:Generator_RowEvArgName="TBKOMMCOLLI_PAKET_POS_LSRowChangeEvent">
|
||||
<xs:element name="TBKOMMCOLLI_PAKET_POS_LS" msprop:Generator_TableClassName="TBKOMMCOLLI_PAKET_POS_LSDataTable" msprop:Generator_TableVarName="tableTBKOMMCOLLI_PAKET_POS_LS" msprop:Generator_TablePropName="TBKOMMCOLLI_PAKET_POS_LS" msprop:Generator_RowDeletingName="TBKOMMCOLLI_PAKET_POS_LSRowDeleting" msprop:Generator_RowChangingName="TBKOMMCOLLI_PAKET_POS_LSRowChanging" msprop:Generator_RowEvHandlerName="TBKOMMCOLLI_PAKET_POS_LSRowChangeEventHandler" msprop:Generator_RowDeletedName="TBKOMMCOLLI_PAKET_POS_LSRowDeleted" msprop:Generator_UserTableName="TBKOMMCOLLI_PAKET_POS_LS" msprop:Generator_RowChangedName="TBKOMMCOLLI_PAKET_POS_LSRowChanged" msprop:Generator_RowEvArgName="TBKOMMCOLLI_PAKET_POS_LSRowChangeEvent" msprop:Generator_RowClassName="TBKOMMCOLLI_PAKET_POS_LSRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="VKOPF_EINGANGNR" msprop:Generator_ColumnVarNameInTable="columnVKOPF_EINGANGNR" msprop:Generator_ColumnPropNameInRow="VKOPF_EINGANGNR" msprop:Generator_ColumnPropNameInTable="VKOPF_EINGANGNRColumn" msprop:Generator_UserColumnName="VKOPF_EINGANGNR" minOccurs="0">
|
||||
@ -1281,7 +1282,7 @@ WHERE (FERTIG = @FERTIG)</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TBKOMMCOLLI_SDGPOSITIONEN" msprop:Generator_TableClassName="TBKOMMCOLLI_SDGPOSITIONENDataTable" msprop:Generator_TableVarName="tableTBKOMMCOLLI_SDGPOSITIONEN" msprop:Generator_RowChangedName="TBKOMMCOLLI_SDGPOSITIONENRowChanged" msprop:Generator_TablePropName="TBKOMMCOLLI_SDGPOSITIONEN" msprop:Generator_RowDeletingName="TBKOMMCOLLI_SDGPOSITIONENRowDeleting" msprop:Generator_RowChangingName="TBKOMMCOLLI_SDGPOSITIONENRowChanging" msprop:Generator_RowEvHandlerName="TBKOMMCOLLI_SDGPOSITIONENRowChangeEventHandler" msprop:Generator_RowDeletedName="TBKOMMCOLLI_SDGPOSITIONENRowDeleted" msprop:Generator_RowClassName="TBKOMMCOLLI_SDGPOSITIONENRow" msprop:Generator_UserTableName="TBKOMMCOLLI_SDGPOSITIONEN" msprop:Generator_RowEvArgName="TBKOMMCOLLI_SDGPOSITIONENRowChangeEvent">
|
||||
<xs:element name="TBKOMMCOLLI_SDGPOSITIONEN" msprop:Generator_TableClassName="TBKOMMCOLLI_SDGPOSITIONENDataTable" msprop:Generator_TableVarName="tableTBKOMMCOLLI_SDGPOSITIONEN" msprop:Generator_TablePropName="TBKOMMCOLLI_SDGPOSITIONEN" msprop:Generator_RowDeletingName="TBKOMMCOLLI_SDGPOSITIONENRowDeleting" msprop:Generator_RowChangingName="TBKOMMCOLLI_SDGPOSITIONENRowChanging" msprop:Generator_RowEvHandlerName="TBKOMMCOLLI_SDGPOSITIONENRowChangeEventHandler" msprop:Generator_RowDeletedName="TBKOMMCOLLI_SDGPOSITIONENRowDeleted" msprop:Generator_UserTableName="TBKOMMCOLLI_SDGPOSITIONEN" msprop:Generator_RowChangedName="TBKOMMCOLLI_SDGPOSITIONENRowChanged" msprop:Generator_RowEvArgName="TBKOMMCOLLI_SDGPOSITIONENRowChangeEvent" msprop:Generator_RowClassName="TBKOMMCOLLI_SDGPOSITIONENRow">
|
||||
<xs:complexType>
|
||||
<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" />
|
||||
@ -1303,7 +1304,7 @@ WHERE (FERTIG = @FERTIG)</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TBKOMMCOLLI_TEXTSCHLUESSEL" msprop:Generator_TableClassName="TBKOMMCOLLI_TEXTSCHLUESSELDataTable" msprop:Generator_TableVarName="tableTBKOMMCOLLI_TEXTSCHLUESSEL" msprop:Generator_RowChangedName="TBKOMMCOLLI_TEXTSCHLUESSELRowChanged" msprop:Generator_TablePropName="TBKOMMCOLLI_TEXTSCHLUESSEL" msprop:Generator_RowDeletingName="TBKOMMCOLLI_TEXTSCHLUESSELRowDeleting" msprop:Generator_RowChangingName="TBKOMMCOLLI_TEXTSCHLUESSELRowChanging" msprop:Generator_RowEvHandlerName="TBKOMMCOLLI_TEXTSCHLUESSELRowChangeEventHandler" msprop:Generator_RowDeletedName="TBKOMMCOLLI_TEXTSCHLUESSELRowDeleted" msprop:Generator_RowClassName="TBKOMMCOLLI_TEXTSCHLUESSELRow" msprop:Generator_UserTableName="TBKOMMCOLLI_TEXTSCHLUESSEL" msprop:Generator_RowEvArgName="TBKOMMCOLLI_TEXTSCHLUESSELRowChangeEvent">
|
||||
<xs:element name="TBKOMMCOLLI_TEXTSCHLUESSEL" msprop:Generator_TableClassName="TBKOMMCOLLI_TEXTSCHLUESSELDataTable" msprop:Generator_TableVarName="tableTBKOMMCOLLI_TEXTSCHLUESSEL" msprop:Generator_TablePropName="TBKOMMCOLLI_TEXTSCHLUESSEL" msprop:Generator_RowDeletingName="TBKOMMCOLLI_TEXTSCHLUESSELRowDeleting" msprop:Generator_RowChangingName="TBKOMMCOLLI_TEXTSCHLUESSELRowChanging" msprop:Generator_RowEvHandlerName="TBKOMMCOLLI_TEXTSCHLUESSELRowChangeEventHandler" msprop:Generator_RowDeletedName="TBKOMMCOLLI_TEXTSCHLUESSELRowDeleted" msprop:Generator_UserTableName="TBKOMMCOLLI_TEXTSCHLUESSEL" msprop:Generator_RowChangedName="TBKOMMCOLLI_TEXTSCHLUESSELRowChanged" msprop:Generator_RowEvArgName="TBKOMMCOLLI_TEXTSCHLUESSELRowChangeEvent" msprop:Generator_RowClassName="TBKOMMCOLLI_TEXTSCHLUESSELRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="GUID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:unsignedByte" />
|
||||
@ -1317,7 +1318,7 @@ WHERE (FERTIG = @FERTIG)</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TBKOMMCOLLI_HINWEIS" msprop:Generator_TableClassName="TBKOMMCOLLI_HINWEISDataTable" msprop:Generator_TableVarName="tableTBKOMMCOLLI_HINWEIS" msprop:Generator_TablePropName="TBKOMMCOLLI_HINWEIS" msprop:Generator_RowDeletingName="TBKOMMCOLLI_HINWEISRowDeleting" msprop:Generator_RowChangingName="TBKOMMCOLLI_HINWEISRowChanging" msprop:Generator_RowEvHandlerName="TBKOMMCOLLI_HINWEISRowChangeEventHandler" msprop:Generator_RowDeletedName="TBKOMMCOLLI_HINWEISRowDeleted" msprop:Generator_UserTableName="TBKOMMCOLLI_HINWEIS" msprop:Generator_RowChangedName="TBKOMMCOLLI_HINWEISRowChanged" msprop:Generator_RowEvArgName="TBKOMMCOLLI_HINWEISRowChangeEvent" msprop:Generator_RowClassName="TBKOMMCOLLI_HINWEISRow">
|
||||
<xs:element name="TBKOMMCOLLI_HINWEIS" msprop:Generator_TableClassName="TBKOMMCOLLI_HINWEISDataTable" msprop:Generator_TableVarName="tableTBKOMMCOLLI_HINWEIS" msprop:Generator_RowChangedName="TBKOMMCOLLI_HINWEISRowChanged" msprop:Generator_TablePropName="TBKOMMCOLLI_HINWEIS" msprop:Generator_RowDeletingName="TBKOMMCOLLI_HINWEISRowDeleting" msprop:Generator_RowChangingName="TBKOMMCOLLI_HINWEISRowChanging" msprop:Generator_RowEvHandlerName="TBKOMMCOLLI_HINWEISRowChangeEventHandler" msprop:Generator_RowDeletedName="TBKOMMCOLLI_HINWEISRowDeleted" msprop:Generator_RowClassName="TBKOMMCOLLI_HINWEISRow" msprop:Generator_UserTableName="TBKOMMCOLLI_HINWEIS" msprop:Generator_RowEvArgName="TBKOMMCOLLI_HINWEISRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="SENDUNGNR" msprop:Generator_ColumnVarNameInTable="columnSENDUNGNR" msprop:Generator_ColumnPropNameInRow="SENDUNGNR" msprop:Generator_ColumnPropNameInTable="SENDUNGNRColumn" msprop:Generator_UserColumnName="SENDUNGNR" type="xs:int" />
|
||||
@ -1332,7 +1333,7 @@ WHERE (FERTIG = @FERTIG)</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="VWHUP_REPORT1" msprop:Generator_TableClassName="VWHUP_REPORT1DataTable" msprop:Generator_TableVarName="tableVWHUP_REPORT1" msprop:Generator_RowChangedName="VWHUP_REPORT1RowChanged" msprop:Generator_TablePropName="VWHUP_REPORT1" msprop:Generator_RowDeletingName="VWHUP_REPORT1RowDeleting" msprop:Generator_RowChangingName="VWHUP_REPORT1RowChanging" msprop:Generator_RowEvHandlerName="VWHUP_REPORT1RowChangeEventHandler" msprop:Generator_RowDeletedName="VWHUP_REPORT1RowDeleted" msprop:Generator_RowClassName="VWHUP_REPORT1Row" msprop:Generator_UserTableName="VWHUP_REPORT1" msprop:Generator_RowEvArgName="VWHUP_REPORT1RowChangeEvent">
|
||||
<xs:element name="VWHUP_REPORT1" msprop:Generator_TableClassName="VWHUP_REPORT1DataTable" msprop:Generator_TableVarName="tableVWHUP_REPORT1" msprop:Generator_TablePropName="VWHUP_REPORT1" msprop:Generator_RowDeletingName="VWHUP_REPORT1RowDeleting" msprop:Generator_RowChangingName="VWHUP_REPORT1RowChanging" msprop:Generator_RowEvHandlerName="VWHUP_REPORT1RowChangeEventHandler" msprop:Generator_RowDeletedName="VWHUP_REPORT1RowDeleted" msprop:Generator_UserTableName="VWHUP_REPORT1" msprop:Generator_RowChangedName="VWHUP_REPORT1RowChanged" msprop:Generator_RowEvArgName="VWHUP_REPORT1RowChangeEvent" msprop:Generator_RowClassName="VWHUP_REPORT1Row">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="LAD1" msprop:Generator_ColumnVarNameInTable="columnLAD1" msprop:Generator_ColumnPropNameInRow="LAD1" msprop:Generator_ColumnPropNameInTable="LAD1Column" msprop:Generator_UserColumnName="LAD1">
|
||||
@ -1467,6 +1468,8 @@ WHERE (FERTIG = @FERTIG)</CommandText>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Selected" msprop:Generator_ColumnVarNameInTable="columnSelected" msprop:Generator_ColumnPropNameInRow="Selected" msprop:Generator_ColumnPropNameInTable="SelectedColumn" msprop:Generator_UserColumnName="Selected" type="xs:boolean" default="false" minOccurs="0" />
|
||||
<xs:element name="GUID" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
@ -1511,10 +1514,10 @@ WHERE (FERTIG = @FERTIG)</CommandText>
|
||||
</xs:element>
|
||||
<xs:annotation>
|
||||
<xs:appinfo>
|
||||
<msdata:Relationship name="FK_TBKOMMCOLLI_PAKET_KOPF_MANDANT_ID" msdata:parent="TBKOMMCOLLI_MANDANT" msdata:child="TBKOMMCOLLI_PAKET_KOPF" msdata:parentkey="GUID" msdata:childkey="MANDANT_ID" msprop:Generator_UserChildTable="TBKOMMCOLLI_PAKET_KOPF" msprop:Generator_ChildPropName="GetTBKOMMCOLLI_PAKET_KOPFRows" msprop:Generator_UserRelationName="FK_TBKOMMCOLLI_PAKET_KOPF_MANDANT_ID" msprop:Generator_RelationVarName="relationFK_TBKOMMCOLLI_PAKET_KOPF_MANDANT_ID" msprop:Generator_UserParentTable="TBKOMMCOLLI_MANDANT" msprop:Generator_ParentPropName="TBKOMMCOLLI_MANDANTRow" />
|
||||
<msdata:Relationship name="FK_TBKOMMCOLLI_PAKET_POS_KOPF_ID" msdata:parent="TBKOMMCOLLI_PAKET_KOPF" msdata:child="TBKOMMCOLLI_PAKET_POS" msdata:parentkey="GUID" msdata:childkey="KOPF_ID" msprop:Generator_UserChildTable="TBKOMMCOLLI_PAKET_POS" msprop:Generator_ChildPropName="GetTBKOMMCOLLI_PAKET_POSRows" msprop:Generator_UserRelationName="FK_TBKOMMCOLLI_PAKET_POS_KOPF_ID" msprop:Generator_RelationVarName="relationFK_TBKOMMCOLLI_PAKET_POS_KOPF_ID" msprop:Generator_UserParentTable="TBKOMMCOLLI_PAKET_KOPF" msprop:Generator_ParentPropName="TBKOMMCOLLI_PAKET_KOPFRow" />
|
||||
<msdata:Relationship name="FK_TBKOMMCOLLI_PAKET_KOPF_MANDANT_ID1" msdata:parent="VWKOMMCOLLI_ABSCHLUSS_PAKET" msdata:child="TBKOMMCOLLI_PAKET_KOPF" msdata:parentkey="GUID" msdata:childkey="MANDANT_ID" msprop:Generator_UserChildTable="TBKOMMCOLLI_PAKET_KOPF" msprop:Generator_ChildPropName="GetTBKOMMCOLLI_PAKET_KOPFRows" msprop:Generator_UserRelationName="FK_TBKOMMCOLLI_PAKET_KOPF_MANDANT_ID1" msprop:Generator_RelationVarName="relationFK_TBKOMMCOLLI_PAKET_KOPF_MANDANT_ID1" msprop:Generator_UserParentTable="VWKOMMCOLLI_ABSCHLUSS_PAKET" msprop:Generator_ParentPropName="VWKOMMCOLLI_ABSCHLUSS_PAKETRow" />
|
||||
<msdata:Relationship name="FK_TBKOMMCOLLI_TERMINART_MANDANT_ID" msdata:parent="TBKOMMCOLLI_MANDANT" msdata:child="TBKOMMCOLLI_TERMINART" msdata:parentkey="GUID" msdata:childkey="MANDANT_ID" msprop:Generator_UserChildTable="TBKOMMCOLLI_TERMINART" msprop:Generator_ChildPropName="GetTBKOMMCOLLI_TERMINARTRows" msprop:Generator_UserRelationName="FK_TBKOMMCOLLI_TERMINART_MANDANT_ID" msprop:Generator_RelationVarName="relationFK_TBKOMMCOLLI_TERMINART_MANDANT_ID" msprop:Generator_UserParentTable="TBKOMMCOLLI_MANDANT" msprop:Generator_ParentPropName="TBKOMMCOLLI_MANDANTRow" />
|
||||
<msdata:Relationship name="FK_TBKOMMCOLLI_PAKET_KOPF_MANDANT_ID" msdata:parent="TBKOMMCOLLI_MANDANT" msdata:child="TBKOMMCOLLI_PAKET_KOPF" msdata:parentkey="GUID" msdata:childkey="MANDANT_ID" msprop:Generator_UserChildTable="TBKOMMCOLLI_PAKET_KOPF" msprop:Generator_ChildPropName="GetTBKOMMCOLLI_PAKET_KOPFRows" msprop:Generator_UserRelationName="FK_TBKOMMCOLLI_PAKET_KOPF_MANDANT_ID" msprop:Generator_ParentPropName="TBKOMMCOLLI_MANDANTRow" msprop:Generator_RelationVarName="relationFK_TBKOMMCOLLI_PAKET_KOPF_MANDANT_ID" msprop:Generator_UserParentTable="TBKOMMCOLLI_MANDANT" />
|
||||
<msdata:Relationship name="FK_TBKOMMCOLLI_PAKET_POS_KOPF_ID" msdata:parent="TBKOMMCOLLI_PAKET_KOPF" msdata:child="TBKOMMCOLLI_PAKET_POS" msdata:parentkey="GUID" msdata:childkey="KOPF_ID" msprop:Generator_UserChildTable="TBKOMMCOLLI_PAKET_POS" msprop:Generator_ChildPropName="GetTBKOMMCOLLI_PAKET_POSRows" msprop:Generator_UserRelationName="FK_TBKOMMCOLLI_PAKET_POS_KOPF_ID" msprop:Generator_ParentPropName="TBKOMMCOLLI_PAKET_KOPFRow" msprop:Generator_RelationVarName="relationFK_TBKOMMCOLLI_PAKET_POS_KOPF_ID" msprop:Generator_UserParentTable="TBKOMMCOLLI_PAKET_KOPF" />
|
||||
<msdata:Relationship name="FK_TBKOMMCOLLI_PAKET_KOPF_MANDANT_ID1" msdata:parent="VWKOMMCOLLI_ABSCHLUSS_PAKET" msdata:child="TBKOMMCOLLI_PAKET_KOPF" msdata:parentkey="GUID" msdata:childkey="MANDANT_ID" msprop:Generator_UserChildTable="TBKOMMCOLLI_PAKET_KOPF" msprop:Generator_ChildPropName="GetTBKOMMCOLLI_PAKET_KOPFRows" msprop:Generator_UserRelationName="FK_TBKOMMCOLLI_PAKET_KOPF_MANDANT_ID1" msprop:Generator_ParentPropName="VWKOMMCOLLI_ABSCHLUSS_PAKETRow" msprop:Generator_RelationVarName="relationFK_TBKOMMCOLLI_PAKET_KOPF_MANDANT_ID1" msprop:Generator_UserParentTable="VWKOMMCOLLI_ABSCHLUSS_PAKET" />
|
||||
<msdata:Relationship name="FK_TBKOMMCOLLI_TERMINART_MANDANT_ID" msdata:parent="TBKOMMCOLLI_MANDANT" msdata:child="TBKOMMCOLLI_TERMINART" msdata:parentkey="GUID" msdata:childkey="MANDANT_ID" msprop:Generator_UserChildTable="TBKOMMCOLLI_TERMINART" msprop:Generator_ChildPropName="GetTBKOMMCOLLI_TERMINARTRows" msprop:Generator_UserRelationName="FK_TBKOMMCOLLI_TERMINART_MANDANT_ID" msprop:Generator_ParentPropName="TBKOMMCOLLI_MANDANTRow" msprop:Generator_RelationVarName="relationFK_TBKOMMCOLLI_TERMINART_MANDANT_ID" msprop:Generator_UserParentTable="TBKOMMCOLLI_MANDANT" />
|
||||
</xs:appinfo>
|
||||
</xs:annotation>
|
||||
</xs:schema>
|
||||
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 438 B After Width: | Height: | Size: 438 B |
|
Before Width: | Height: | Size: 517 B After Width: | Height: | Size: 517 B |
|
Before Width: | Height: | Size: 173 B After Width: | Height: | Size: 173 B |
|
Before Width: | Height: | Size: 308 B After Width: | Height: | Size: 308 B |
|
Before Width: | Height: | Size: 587 B After Width: | Height: | Size: 587 B |
|
Before Width: | Height: | Size: 551 B After Width: | Height: | Size: 551 B |
|
Before Width: | Height: | Size: 563 B After Width: | Height: | Size: 563 B |
|
Before Width: | Height: | Size: 775 B After Width: | Height: | Size: 775 B |
|
Before Width: | Height: | Size: 715 B After Width: | Height: | Size: 715 B |
|
Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 766 B |
|
Before Width: | Height: | Size: 634 B After Width: | Height: | Size: 634 B |
|
Before Width: | Height: | Size: 746 B After Width: | Height: | Size: 746 B |
|
Before Width: | Height: | Size: 745 B After Width: | Height: | Size: 745 B |
|
Before Width: | Height: | Size: 739 B After Width: | Height: | Size: 739 B |
|
Before Width: | Height: | Size: 899 B After Width: | Height: | Size: 899 B |
|
Before Width: | Height: | Size: 891 B After Width: | Height: | Size: 891 B |
|
Before Width: | Height: | Size: 898 B After Width: | Height: | Size: 898 B |
|
Before Width: | Height: | Size: 896 B After Width: | Height: | Size: 896 B |
BIN
SchaumKommiCollo/KommiCollo/Resources/printer_16xMD.png
Normal file
|
After Width: | Height: | Size: 201 B |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |