Änderungen SupplyStrings

This commit is contained in:
Digital Data - Marlon Schreiber 2019-04-17 16:52:04 +02:00
parent 21f525b09d
commit 346f2d4214
19 changed files with 415 additions and 153 deletions

Binary file not shown.

View File

@ -525,6 +525,9 @@ Partial Class FMMain
Me.colPARTNUMBER1 = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colPARTNUMBER_ORDER = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colSCHWELLENWERT1 = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colSourceApproxPercentRemaining = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colSourceProductNumber = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colSourceSerialNumber = New DevExpress.XtraGrid.Columns.GridColumn()
Me.GridView2 = New DevExpress.XtraGrid.Views.Grid.GridView()
Me.VWGeraet_Supply_ZuordnungBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
Me.ToolStripLabel6 = New System.Windows.Forms.ToolStripLabel()
@ -540,6 +543,12 @@ Partial Class FMMain
Me.ToolStripButton29 = New System.Windows.Forms.ToolStripButton()
Me.Panel3 = New System.Windows.Forms.Panel()
Me.GroupBox9 = New System.Windows.Forms.GroupBox()
Me.txtSourceSerial = New System.Windows.Forms.TextBox()
Me.Label25 = New System.Windows.Forms.Label()
Me.txtSourceProductNumber = New System.Windows.Forms.TextBox()
Me.Label24 = New System.Windows.Forms.Label()
Me.txtSourceValueRemaining = New System.Windows.Forms.TextBox()
Me.Label23 = New System.Windows.Forms.Label()
Me.txtPartnumerORDER = New System.Windows.Forms.TextBox()
Me.Label19 = New System.Windows.Forms.Label()
Me.txtSchwellenwert = New System.Windows.Forms.TextBox()
@ -5273,10 +5282,10 @@ Partial Class FMMain
'
Me.GridControlSupplyZuordnung.DataSource = Me.VWGeraet_Supply_ZuordnungBindingSource
Me.GridControlSupplyZuordnung.Dock = System.Windows.Forms.DockStyle.Fill
Me.GridControlSupplyZuordnung.Location = New System.Drawing.Point(520, 140)
Me.GridControlSupplyZuordnung.Location = New System.Drawing.Point(520, 201)
Me.GridControlSupplyZuordnung.MainView = Me.GridViewSupplyZuordnung
Me.GridControlSupplyZuordnung.Name = "GridControlSupplyZuordnung"
Me.GridControlSupplyZuordnung.Size = New System.Drawing.Size(780, 379)
Me.GridControlSupplyZuordnung.Size = New System.Drawing.Size(780, 318)
Me.GridControlSupplyZuordnung.TabIndex = 24
Me.GridControlSupplyZuordnung.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewSupplyZuordnung, Me.GridView2})
'
@ -5293,7 +5302,7 @@ Partial Class FMMain
Me.GridViewSupplyZuordnung.Appearance.OddRow.Options.UseBackColor = True
Me.GridViewSupplyZuordnung.Appearance.SelectedRow.BackColor = System.Drawing.Color.Magenta
Me.GridViewSupplyZuordnung.Appearance.SelectedRow.Options.UseBackColor = True
Me.GridViewSupplyZuordnung.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID2, Me.colGERAET_BEZ1, Me.colSUPPLY_BEZ1, Me.colPARTNUMBER1, Me.colPARTNUMBER_ORDER, Me.colSCHWELLENWERT1})
Me.GridViewSupplyZuordnung.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID2, Me.colGERAET_BEZ1, Me.colSUPPLY_BEZ1, Me.colPARTNUMBER1, Me.colPARTNUMBER_ORDER, Me.colSCHWELLENWERT1, Me.colSourceApproxPercentRemaining, Me.colSourceProductNumber, Me.colSourceSerialNumber})
Me.GridViewSupplyZuordnung.GridControl = Me.GridControlSupplyZuordnung
Me.GridViewSupplyZuordnung.Name = "GridViewSupplyZuordnung"
Me.GridViewSupplyZuordnung.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False]
@ -5354,6 +5363,27 @@ Partial Class FMMain
Me.colSCHWELLENWERT1.Visible = True
Me.colSCHWELLENWERT1.VisibleIndex = 5
'
'colSourceApproxPercentRemaining
'
Me.colSourceApproxPercentRemaining.FieldName = "SourceApproxPercentRemaining"
Me.colSourceApproxPercentRemaining.Name = "colSourceApproxPercentRemaining"
Me.colSourceApproxPercentRemaining.Visible = True
Me.colSourceApproxPercentRemaining.VisibleIndex = 6
'
'colSourceProductNumber
'
Me.colSourceProductNumber.FieldName = "SourceProductNumber"
Me.colSourceProductNumber.Name = "colSourceProductNumber"
Me.colSourceProductNumber.Visible = True
Me.colSourceProductNumber.VisibleIndex = 7
'
'colSourceSerialNumber
'
Me.colSourceSerialNumber.FieldName = "SourceSerialNumber"
Me.colSourceSerialNumber.Name = "colSourceSerialNumber"
Me.colSourceSerialNumber.Visible = True
Me.colSourceSerialNumber.VisibleIndex = 8
'
'GridView2
'
Me.GridView2.GridControl = Me.GridControlSupplyZuordnung
@ -5367,7 +5397,7 @@ Partial Class FMMain
Me.VWGeraet_Supply_ZuordnungBindingNavigator.CountItemFormat = "von {0} Gerät-Supply Zuordnungen"
Me.VWGeraet_Supply_ZuordnungBindingNavigator.DeleteItem = Nothing
Me.VWGeraet_Supply_ZuordnungBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton23, Me.ToolStripButton24, Me.ToolStripSeparator19, Me.ToolStripTextBox6, Me.ToolStripLabel6, Me.ToolStripSeparator20, Me.ToolStripButton25, Me.ToolStripButton26, Me.ToolStripSeparator21, Me.ToolStripButton28, Me.ToolStripButton29})
Me.VWGeraet_Supply_ZuordnungBindingNavigator.Location = New System.Drawing.Point(520, 115)
Me.VWGeraet_Supply_ZuordnungBindingNavigator.Location = New System.Drawing.Point(520, 176)
Me.VWGeraet_Supply_ZuordnungBindingNavigator.MoveFirstItem = Me.ToolStripButton23
Me.VWGeraet_Supply_ZuordnungBindingNavigator.MoveLastItem = Me.ToolStripButton26
Me.VWGeraet_Supply_ZuordnungBindingNavigator.MoveNextItem = Me.ToolStripButton25
@ -5470,11 +5500,17 @@ Partial Class FMMain
Me.Panel3.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel3.Location = New System.Drawing.Point(520, 3)
Me.Panel3.Name = "Panel3"
Me.Panel3.Size = New System.Drawing.Size(780, 112)
Me.Panel3.Size = New System.Drawing.Size(780, 173)
Me.Panel3.TabIndex = 0
'
'GroupBox9
'
Me.GroupBox9.Controls.Add(Me.txtSourceSerial)
Me.GroupBox9.Controls.Add(Me.Label25)
Me.GroupBox9.Controls.Add(Me.txtSourceProductNumber)
Me.GroupBox9.Controls.Add(Me.Label24)
Me.GroupBox9.Controls.Add(Me.txtSourceValueRemaining)
Me.GroupBox9.Controls.Add(Me.Label23)
Me.GroupBox9.Controls.Add(Me.txtPartnumerORDER)
Me.GroupBox9.Controls.Add(Me.Label19)
Me.GroupBox9.Controls.Add(Me.txtSchwellenwert)
@ -5486,13 +5522,66 @@ Partial Class FMMain
Me.GroupBox9.Controls.Add(Me.btnaddgeraete_SupplyZO)
Me.GroupBox9.Controls.Add(Me.Label15)
Me.GroupBox9.Controls.Add(Me.cmbModelle_WH)
Me.GroupBox9.Location = New System.Drawing.Point(3, 3)
Me.GroupBox9.Dock = System.Windows.Forms.DockStyle.Fill
Me.GroupBox9.Location = New System.Drawing.Point(0, 0)
Me.GroupBox9.Name = "GroupBox9"
Me.GroupBox9.Size = New System.Drawing.Size(627, 106)
Me.GroupBox9.Size = New System.Drawing.Size(780, 173)
Me.GroupBox9.TabIndex = 2
Me.GroupBox9.TabStop = False
Me.GroupBox9.Text = "Neue Supply-Zuordnung generieren:"
'
'txtSourceSerial
'
Me.txtSourceSerial.Location = New System.Drawing.Point(482, 121)
Me.txtSourceSerial.Name = "txtSourceSerial"
Me.txtSourceSerial.Size = New System.Drawing.Size(245, 22)
Me.txtSourceSerial.TabIndex = 14
Me.txtSourceSerial.Tag = "n.a."
Me.txtSourceSerial.Text = "n.a."
'
'Label25
'
Me.Label25.AutoSize = True
Me.Label25.Location = New System.Drawing.Point(479, 105)
Me.Label25.Name = "Label25"
Me.Label25.Size = New System.Drawing.Size(123, 13)
Me.Label25.TabIndex = 15
Me.Label25.Text = "8: SourceSerialNumber"
'
'txtSourceProductNumber
'
Me.txtSourceProductNumber.Location = New System.Drawing.Point(245, 121)
Me.txtSourceProductNumber.Name = "txtSourceProductNumber"
Me.txtSourceProductNumber.Size = New System.Drawing.Size(230, 22)
Me.txtSourceProductNumber.TabIndex = 12
Me.txtSourceProductNumber.Text = "n.a."
'
'Label24
'
Me.Label24.AutoSize = True
Me.Label24.Location = New System.Drawing.Point(242, 105)
Me.Label24.Name = "Label24"
Me.Label24.Size = New System.Drawing.Size(135, 13)
Me.Label24.TabIndex = 13
Me.Label24.Text = "7: SourceProductNumber"
'
'txtSourceValueRemaining
'
Me.txtSourceValueRemaining.Location = New System.Drawing.Point(9, 121)
Me.txtSourceValueRemaining.Name = "txtSourceValueRemaining"
Me.txtSourceValueRemaining.Size = New System.Drawing.Size(230, 22)
Me.txtSourceValueRemaining.TabIndex = 10
Me.txtSourceValueRemaining.Text = "n.a."
'
'Label23
'
Me.Label23.AutoSize = True
Me.Label23.Location = New System.Drawing.Point(6, 105)
Me.Label23.Name = "Label23"
Me.Label23.Size = New System.Drawing.Size(187, 13)
Me.Label23.TabIndex = 11
Me.Label23.Text = "6: Source ApproxPercentRemaining"
'
'txtPartnumerORDER
'
Me.txtPartnumerORDER.Location = New System.Drawing.Point(9, 78)
@ -5567,9 +5656,9 @@ Partial Class FMMain
'
Me.btnaddgeraete_SupplyZO.Image = Global.SUPPLYWATCH.My.Resources.Resources.link_add
Me.btnaddgeraete_SupplyZO.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnaddgeraete_SupplyZO.Location = New System.Drawing.Point(460, 73)
Me.btnaddgeraete_SupplyZO.Location = New System.Drawing.Point(482, 71)
Me.btnaddgeraete_SupplyZO.Name = "btnaddgeraete_SupplyZO"
Me.btnaddgeraete_SupplyZO.Size = New System.Drawing.Size(155, 29)
Me.btnaddgeraete_SupplyZO.Size = New System.Drawing.Size(245, 29)
Me.btnaddgeraete_SupplyZO.TabIndex = 5
Me.btnaddgeraete_SupplyZO.Text = "Zuordnung hinzufügen"
Me.btnaddgeraete_SupplyZO.TextAlign = System.Drawing.ContentAlignment.MiddleRight
@ -7026,4 +7115,13 @@ Partial Class FMMain
Friend WithEvents Panel2 As Panel
Friend WithEvents lblFilteredRowsOrders As ToolStripLabel
Friend WithEvents lblFilterRowCountGeraet As ToolStripLabel
Friend WithEvents txtSourceSerial As TextBox
Friend WithEvents Label25 As Label
Friend WithEvents txtSourceProductNumber As TextBox
Friend WithEvents Label24 As Label
Friend WithEvents txtSourceValueRemaining As TextBox
Friend WithEvents Label23 As Label
Friend WithEvents colSourceApproxPercentRemaining As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colSourceProductNumber As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colSourceSerialNumber As DevExpress.XtraGrid.Columns.GridColumn
End Class

View File

@ -222,7 +222,7 @@
<value>734, 212</value>
</metadata>
<metadata name="VWSUPPLIES_2_ORDERBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 680</value>
<value>844, 680</value>
</metadata>
<metadata name="VWGERAET_ORDERBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>191, 17</value>
@ -268,10 +268,10 @@
</value>
</data>
<metadata name="VWSUPPLIES_BESTELLUNG_GESENDETBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>647, 641</value>
<value>17, 680</value>
</metadata>
<metadata name="BindingNavigator4.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>1320, 641</value>
<value>690, 680</value>
</metadata>
<data name="ToolStripButton12.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
@ -368,13 +368,13 @@
</value>
</data>
<metadata name="TBMANDANTENBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 602</value>
<value>533, 602</value>
</metadata>
<metadata name="VWSUPPLY_VERFOLGUNGBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>292, 407</value>
</metadata>
<metadata name="BindingNavigator3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>493, 641</value>
<value>1084, 641</value>
</metadata>
<data name="BindingNavigatorMoveFirstItem10.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
@ -472,10 +472,10 @@
<value>True</value>
</metadata>
<metadata name="TBCHANGE_LOG_GERAETBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>451, 602</value>
<value>967, 602</value>
</metadata>
<metadata name="BindingNavigator1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>524, 680</value>
<value>17, 719</value>
</metadata>
<data name="BindingNavigatorMoveFirstItem7.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
@ -521,10 +521,10 @@
<value>17, 290</value>
</metadata>
<metadata name="ViewSUPPLY_STATUS_VERFOLGUNGBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>983, 602</value>
<value>280, 641</value>
</metadata>
<metadata name="BindingNavigator2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>339, 641</value>
<value>930, 641</value>
</metadata>
<data name="BindingNavigatorMoveFirstItem9.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
@ -656,7 +656,7 @@
<value>877, 212</value>
</metadata>
<metadata name="VWMarkt_VerfolgungBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>236, 563</value>
<value>641, 563</value>
</metadata>
<data name="ToolStripButton31.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
@ -754,7 +754,7 @@
<value>True</value>
</metadata>
<metadata name="TBSUPPLY_DEFINITIONBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 485</value>
<value>228, 485</value>
</metadata>
<metadata name="TBSUPPLY_DEFINITIONBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>604, 173</value>
@ -873,7 +873,7 @@
<value>775, 56</value>
</metadata>
<metadata name="VWGeraet_Supply_ZuordnungBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>523, 485</value>
<value>734, 485</value>
</metadata>
<metadata name="VWGeraet_Supply_ZuordnungBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>1054, 134</value>
@ -1021,7 +1021,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAA2
CwAAAk1TRnQBSQFMAgEBAwEAASgBJAEoASQBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
CwAAAk1TRnQBSQFMAgEBAwEAAUgBJAFIASQBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
@ -1075,7 +1075,7 @@
<value>944, 368</value>
</metadata>
<metadata name="TBGERAET_SUPPLY_ZUORDNUNGBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>1106, 485</value>
<value>17, 524</value>
</metadata>
<metadata name="Timer_Uhrzeit.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>587, 17</value>
@ -1168,64 +1168,64 @@
<value>779, 446</value>
</metadata>
<metadata name="TBWH_MODELLTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>1247, 446</value>
<value>17, 485</value>
</metadata>
<metadata name="TBSUPPLY_DEFINITIONTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>273, 485</value>
<value>484, 485</value>
</metadata>
<metadata name="VWGeraet_Supply_ZuordnungTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>817, 485</value>
<value>1028, 485</value>
</metadata>
<metadata name="TBGERAET_SUPPLY_ZUORDNUNGTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 524</value>
<value>332, 524</value>
</metadata>
<metadata name="DS_Reporting.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>326, 524</value>
<value>641, 524</value>
</metadata>
<metadata name="TBVERTRAG_NOTEXISTBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>452, 524</value>
<value>767, 524</value>
</metadata>
<metadata name="TBVERTRAG_NOTEXISTTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>708, 524</value>
<value>1023, 524</value>
</metadata>
<metadata name="TableAdapterManager1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>958, 524</value>
</metadata>
<metadata name="TBMELDEDATUMBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>1138, 524</value>
</metadata>
<metadata name="TBMELDEDATUMTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 563</value>
</metadata>
<metadata name="TBMELDEDATUMBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>197, 563</value>
</metadata>
<metadata name="TBMELDEDATUMTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>422, 563</value>
</metadata>
<metadata name="VWMarkt_VerfolgungTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>484, 563</value>
<value>889, 563</value>
</metadata>
<metadata name="TBGERAETTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>726, 563</value>
<value>1131, 563</value>
</metadata>
<metadata name="TBSUPPLY_BESTELLUNGBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>907, 563</value>
<value>17, 602</value>
</metadata>
<metadata name="TBSUPPLY_BESTELLUNGTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>1168, 563</value>
<value>278, 602</value>
</metadata>
<metadata name="TBMANDANTENTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>237, 602</value>
<value>753, 602</value>
</metadata>
<metadata name="TBCHANGE_LOG_GERAETTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>720, 602</value>
</metadata>
<metadata name="ViewSUPPLY_STATUS_VERFOLGUNGTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 641</value>
</metadata>
<metadata name="ViewSUPPLY_STATUS_VERFOLGUNGTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>608, 641</value>
</metadata>
<metadata name="VWSUPPLIES_BESTELLUNG_GESENDETTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>986, 641</value>
<value>356, 680</value>
</metadata>
<metadata name="VWSUPPLIES_2_ORDERTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>273, 680</value>
<value>1100, 680</value>
</metadata>
<metadata name="OpenFileDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>678, 680</value>
<value>171, 719</value>
</metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>187</value>

View File

@ -2730,10 +2730,21 @@ Public Class FMMain
Exit Sub
End If
Try
Me.TBGERAET_SUPPLY_ZUORDNUNGTableAdapter.Insert(Me.cmbModelle_WH.SelectedValue, Me.cmbSupplyDefinition.SelectedValue, Environment.UserName, txtPartnumber.Text, txtSchwellenwert.Text, txtPartnumerORDER.Text)
Dim oInsert As String = String.Format(" INSERT INTO TBGERAET_SUPPLY_ZUORDNUNG (GERAET_BEZ, SUPPLY_ID, ERFASSTWER, PARTNUMBER, SCHWELLENWERT, PARTNUMBER_ORDER, " &
"[SourceApproxPercentRemaining] ,[SourceProductNumber] ,[SourceSerialNumber]) VALUES ('{0}',{1},'{2}','{3}',{4},'{5}','{6}','{7}','{8}')", Me.cmbModelle_WH.SelectedValue, Me.cmbSupplyDefinition.SelectedValue, Environment.UserName, txtPartnumber.Text, txtSchwellenwert.Text, txtPartnumerORDER.Text,
txtSourceValueRemaining.Text, txtSourceProductNumber.Text, txtSourceSerial.Text)
If ClassDatabase.Execute_non_Query(oInsert) = True Then
Me.VWGeraet_Supply_ZuordnungTableAdapter.FillByGeraet(MyDataset.VWGeraet_Supply_Zuordnung, Me.cmbModelle_WH.SelectedValue)
Me.txtPartnumber.Text = ""
Me.txtPartnumerORDER.Text = ""
txtSourceValueRemaining.Text = "n.a"
txtSourceProductNumber.Text = "n.a"
txtSourceSerial.Text = "n.a"
End If
'Me.TBGERAET_SUPPLY_ZUORDNUNGTableAdapter.Insert(Me.cmbModelle_WH.SelectedValue, Me.cmbSupplyDefinition.SelectedValue, Environment.UserName, txtPartnumber.Text, txtSchwellenwert.Text, txtPartnumerORDER.Text)
Catch ex As Exception
MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler bei Anlegen einer Geräte-Supply Zuordnung:")
End Try

View File

@ -12226,6 +12226,12 @@ Partial Public Class MyDataset
Private columnERFASSTWANN As Global.System.Data.DataColumn
Private columnSourceApproxPercentRemaining As Global.System.Data.DataColumn
Private columnSourceProductNumber As Global.System.Data.DataColumn
Private columnSourceSerialNumber As Global.System.Data.DataColumn
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
Public Sub New()
@ -12325,6 +12331,30 @@ Partial Public Class MyDataset
End Get
End Property
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
Public ReadOnly Property SourceApproxPercentRemainingColumn() As Global.System.Data.DataColumn
Get
Return Me.columnSourceApproxPercentRemaining
End Get
End Property
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
Public ReadOnly Property SourceProductNumberColumn() As Global.System.Data.DataColumn
Get
Return Me.columnSourceProductNumber
End Get
End Property
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
Public ReadOnly Property SourceSerialNumberColumn() As Global.System.Data.DataColumn
Get
Return Me.columnSourceSerialNumber
End Get
End Property
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0"), _
Global.System.ComponentModel.Browsable(false)> _
@ -12362,9 +12392,9 @@ Partial Public Class MyDataset
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
Public Overloads Function AddVWGeraet_Supply_ZuordnungRow(ByVal GERAET_BEZ As String, ByVal SUPPLY_BEZ As String, ByVal PARTNUMBER As String, ByVal PARTNUMBER_ORDER As String, ByVal SCHWELLENWERT As Integer, ByVal ERFASSTWER As String, ByVal ERFASSTWANN As Date) As VWGeraet_Supply_ZuordnungRow
Public Overloads Function AddVWGeraet_Supply_ZuordnungRow(ByVal GERAET_BEZ As String, ByVal SUPPLY_BEZ As String, ByVal PARTNUMBER As String, ByVal PARTNUMBER_ORDER As String, ByVal SCHWELLENWERT As Integer, ByVal ERFASSTWER As String, ByVal ERFASSTWANN As Date, ByVal SourceApproxPercentRemaining As String, ByVal SourceProductNumber As String, ByVal SourceSerialNumber As String) As VWGeraet_Supply_ZuordnungRow
Dim rowVWGeraet_Supply_ZuordnungRow As VWGeraet_Supply_ZuordnungRow = CType(Me.NewRow,VWGeraet_Supply_ZuordnungRow)
Dim columnValuesArray() As Object = New Object() {Nothing, GERAET_BEZ, SUPPLY_BEZ, PARTNUMBER, PARTNUMBER_ORDER, SCHWELLENWERT, ERFASSTWER, ERFASSTWANN}
Dim columnValuesArray() As Object = New Object() {Nothing, GERAET_BEZ, SUPPLY_BEZ, PARTNUMBER, PARTNUMBER_ORDER, SCHWELLENWERT, ERFASSTWER, ERFASSTWANN, SourceApproxPercentRemaining, SourceProductNumber, SourceSerialNumber}
rowVWGeraet_Supply_ZuordnungRow.ItemArray = columnValuesArray
Me.Rows.Add(rowVWGeraet_Supply_ZuordnungRow)
Return rowVWGeraet_Supply_ZuordnungRow
@ -12401,6 +12431,9 @@ Partial Public Class MyDataset
Me.columnSCHWELLENWERT = MyBase.Columns("SCHWELLENWERT")
Me.columnERFASSTWER = MyBase.Columns("ERFASSTWER")
Me.columnERFASSTWANN = MyBase.Columns("ERFASSTWANN")
Me.columnSourceApproxPercentRemaining = MyBase.Columns("SourceApproxPercentRemaining")
Me.columnSourceProductNumber = MyBase.Columns("SourceProductNumber")
Me.columnSourceSerialNumber = MyBase.Columns("SourceSerialNumber")
End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -12422,6 +12455,12 @@ Partial Public Class MyDataset
MyBase.Columns.Add(Me.columnERFASSTWER)
Me.columnERFASSTWANN = New Global.System.Data.DataColumn("ERFASSTWANN", GetType(Date), Nothing, Global.System.Data.MappingType.Element)
MyBase.Columns.Add(Me.columnERFASSTWANN)
Me.columnSourceApproxPercentRemaining = New Global.System.Data.DataColumn("SourceApproxPercentRemaining", GetType(String), Nothing, Global.System.Data.MappingType.Element)
MyBase.Columns.Add(Me.columnSourceApproxPercentRemaining)
Me.columnSourceProductNumber = New Global.System.Data.DataColumn("SourceProductNumber", GetType(String), Nothing, Global.System.Data.MappingType.Element)
MyBase.Columns.Add(Me.columnSourceProductNumber)
Me.columnSourceSerialNumber = New Global.System.Data.DataColumn("SourceSerialNumber", GetType(String), Nothing, Global.System.Data.MappingType.Element)
MyBase.Columns.Add(Me.columnSourceSerialNumber)
Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnGUID}, true))
Me.columnGUID.AutoIncrement = true
Me.columnGUID.AutoIncrementSeed = -1
@ -12441,6 +12480,9 @@ Partial Public Class MyDataset
Me.columnERFASSTWER.AllowDBNull = false
Me.columnERFASSTWER.MaxLength = 30
Me.columnERFASSTWANN.AllowDBNull = false
Me.columnSourceApproxPercentRemaining.MaxLength = 250
Me.columnSourceProductNumber.MaxLength = 250
Me.columnSourceSerialNumber.MaxLength = 250
End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
@ -24428,6 +24470,90 @@ Partial Public Class MyDataset
Me(Me.tableVWGeraet_Supply_Zuordnung.ERFASSTWANNColumn) = value
End Set
End Property
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
Public Property SourceApproxPercentRemaining() As String
Get
Try
Return CType(Me(Me.tableVWGeraet_Supply_Zuordnung.SourceApproxPercentRemainingColumn),String)
Catch e As Global.System.InvalidCastException
Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte SourceApproxPercentRemaining in Tabelle VWGeraet_Supply_Zuord"& _
"nung ist DBNull.", e)
End Try
End Get
Set
Me(Me.tableVWGeraet_Supply_Zuordnung.SourceApproxPercentRemainingColumn) = value
End Set
End Property
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
Public Property SourceProductNumber() As String
Get
Try
Return CType(Me(Me.tableVWGeraet_Supply_Zuordnung.SourceProductNumberColumn),String)
Catch e As Global.System.InvalidCastException
Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte SourceProductNumber in Tabelle VWGeraet_Supply_Zuordnung ist "& _
"DBNull.", e)
End Try
End Get
Set
Me(Me.tableVWGeraet_Supply_Zuordnung.SourceProductNumberColumn) = value
End Set
End Property
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
Public Property SourceSerialNumber() As String
Get
Try
Return CType(Me(Me.tableVWGeraet_Supply_Zuordnung.SourceSerialNumberColumn),String)
Catch e As Global.System.InvalidCastException
Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte SourceSerialNumber in Tabelle VWGeraet_Supply_Zuordnung ist D"& _
"BNull.", e)
End Try
End Get
Set
Me(Me.tableVWGeraet_Supply_Zuordnung.SourceSerialNumberColumn) = value
End Set
End Property
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
Public Function IsSourceApproxPercentRemainingNull() As Boolean
Return Me.IsNull(Me.tableVWGeraet_Supply_Zuordnung.SourceApproxPercentRemainingColumn)
End Function
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
Public Sub SetSourceApproxPercentRemainingNull()
Me(Me.tableVWGeraet_Supply_Zuordnung.SourceApproxPercentRemainingColumn) = Global.System.Convert.DBNull
End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
Public Function IsSourceProductNumberNull() As Boolean
Return Me.IsNull(Me.tableVWGeraet_Supply_Zuordnung.SourceProductNumberColumn)
End Function
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
Public Sub SetSourceProductNumberNull()
Me(Me.tableVWGeraet_Supply_Zuordnung.SourceProductNumberColumn) = Global.System.Convert.DBNull
End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
Public Function IsSourceSerialNumberNull() As Boolean
Return Me.IsNull(Me.tableVWGeraet_Supply_Zuordnung.SourceSerialNumberColumn)
End Function
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
Public Sub SetSourceSerialNumberNull()
Me(Me.tableVWGeraet_Supply_Zuordnung.SourceSerialNumberColumn) = Global.System.Convert.DBNull
End Sub
End Class
'''<summary>
@ -40168,6 +40294,9 @@ Namespace MyDatasetTableAdapters
tableMapping.ColumnMappings.Add("SCHWELLENWERT", "SCHWELLENWERT")
tableMapping.ColumnMappings.Add("ERFASSTWER", "ERFASSTWER")
tableMapping.ColumnMappings.Add("ERFASSTWANN", "ERFASSTWANN")
tableMapping.ColumnMappings.Add("SourceApproxPercentRemaining", "SourceApproxPercentRemaining")
tableMapping.ColumnMappings.Add("SourceProductNumber", "SourceProductNumber")
tableMapping.ColumnMappings.Add("SourceSerialNumber", "SourceSerialNumber")
Me._adapter.TableMappings.Add(tableMapping)
End Sub
@ -40185,13 +40314,15 @@ Namespace MyDatasetTableAdapters
Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand()
Me._commandCollection(0).Connection = Me.Connection
Me._commandCollection(0).CommandText = "SELECT TBGERAET_SUPPLY_ZUORDNUNG.GUID, TBGERAET_SUPPLY_ZUORDNUNG.GERAET_BE"& _
"Z, TBSUPPLY_DEFINITION.SUPPLY_BEZ, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" TBGERAET_SUPPLY_ZU"& _
"ORDNUNG.PARTNUMBER, TBGERAET_SUPPLY_ZUORDNUNG.PARTNUMBER_ORDER, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _
" TBGERAET_SUPPLY_ZUORDNUNG.SCHWELLENWERT, TBGERAET_SUPPLY_ZUORDNUNG.ER"& _
"FASSTWER, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" TBGERAET_SUPPLY_ZUORDNUNG.ERFASSTWANN"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM"& _
" TBGERAET_SUPPLY_ZUORDNUNG INNER JOIN"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" TBSUP"& _
"PLY_DEFINITION ON TBGERAET_SUPPLY_ZUORDNUNG.SUPPLY_ID = TBSUPPLY_DEFINITION.GUID"& _
""&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"ORDER BY TBGERAET_SUPPLY_ZUORDNUNG.GERAET_BEZ"
"Z, TBSUPPLY_DEFINITION.SUPPLY_BEZ, TBGERAET_SUPPLY_ZUORDNUNG.PARTNUMBER, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _
" TBGERAET_SUPPLY_ZUORDNUNG.PARTNUMBER_ORDER, TBGERAET_SUPPLY_"& _
"ZUORDNUNG.SCHWELLENWERT, TBGERAET_SUPPLY_ZUORDNUNG.ERFASSTWER, TBGERAET_SUPPLY_Z"& _
"UORDNUNG.ERFASSTWANN, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" TBGERAET_SUPPLY_ZUORDNUNG.Sourc"& _
"eApproxPercentRemaining, TBGERAET_SUPPLY_ZUORDNUNG.SourceProductNumber, TBGERAET"& _
"_SUPPLY_ZUORDNUNG.SourceSerialNumber"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBGERAET_SUPPLY_ZUORDNUNG "& _
"INNER JOIN"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" TBSUPPLY_DEFINITION ON TBGERAET_SUPPLY_ZUOR"& _
"DNUNG.SUPPLY_ID = TBSUPPLY_DEFINITION.GUID"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"ORDER BY TBGERAET_SUPPLY_ZUORDNUNG.G"& _
"ERAET_BEZ"
Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text
Me._commandCollection(1) = New Global.System.Data.SqlClient.SqlCommand()
Me._commandCollection(1).Connection = Me.Connection
@ -40203,14 +40334,15 @@ Namespace MyDatasetTableAdapters
Me._commandCollection(2) = New Global.System.Data.SqlClient.SqlCommand()
Me._commandCollection(2).Connection = Me.Connection
Me._commandCollection(2).CommandText = "SELECT TBGERAET_SUPPLY_ZUORDNUNG.GUID, TBGERAET_SUPPLY_ZUORDNUNG.GERAET_BE"& _
"Z, TBSUPPLY_DEFINITION.SUPPLY_BEZ, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" TBGERAET_SUPPLY_ZU"& _
"ORDNUNG.PARTNUMBER, TBGERAET_SUPPLY_ZUORDNUNG.PARTNUMBER_ORDER, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _
" TBGERAET_SUPPLY_ZUORDNUNG.SCHWELLENWERT, TBGERAET_SUPPLY_ZUORDNUNG.ER"& _
"FASSTWER, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" TBGERAET_SUPPLY_ZUORDNUNG.ERFASSTWANN"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM"& _
" TBGERAET_SUPPLY_ZUORDNUNG INNER JOIN"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" TBSUP"& _
"PLY_DEFINITION ON TBGERAET_SUPPLY_ZUORDNUNG.SUPPLY_ID = TBSUPPLY_DEFINITION.GUID"& _
""&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (TBGERAET_SUPPLY_ZUORDNUNG.GERAET_BEZ = @GERAET_BEZ)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"ORDER BY TB"& _
"GERAET_SUPPLY_ZUORDNUNG.GERAET_BEZ"
"Z, TBSUPPLY_DEFINITION.SUPPLY_BEZ, TBGERAET_SUPPLY_ZUORDNUNG.PARTNUMBER, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _
" TBGERAET_SUPPLY_ZUORDNUNG.PARTNUMBER_ORDER, TBGERAET_SUPPLY_"& _
"ZUORDNUNG.SCHWELLENWERT, TBGERAET_SUPPLY_ZUORDNUNG.ERFASSTWER, TBGERAET_SUPPLY_Z"& _
"UORDNUNG.ERFASSTWANN, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" TBGERAET_SUPPLY_ZUORDNUNG.Sourc"& _
"eApproxPercentRemaining, TBGERAET_SUPPLY_ZUORDNUNG.SourceProductNumber, TBGERAET"& _
"_SUPPLY_ZUORDNUNG.SourceSerialNumber"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBGERAET_SUPPLY_ZUORDNUNG "& _
"INNER JOIN"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" TBSUPPLY_DEFINITION ON TBGERAET_SUPPLY_ZUOR"& _
"DNUNG.SUPPLY_ID = TBSUPPLY_DEFINITION.GUID"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (TBGERAET_SUPPLY_ZUORDN"& _
"UNG.GERAET_BEZ = @GERAET_BEZ)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"ORDER BY TBGERAET_SUPPLY_ZUORDNUNG.GERAET_BEZ"
Me._commandCollection(2).CommandType = Global.System.Data.CommandType.Text
Me._commandCollection(2).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GERAET_BEZ", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "GERAET_BEZ", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
End Sub

View File

@ -2192,11 +2192,10 @@ SELECT GUID, GERAET_BEZ, SUPPLY_ID, ERFASSTWER FROM TBGERAET_SUPPLY_ZUORDNUNG WH
<MainSource>
<DbSource ConnectionRef="MC_SUPPLYWATCHConnectionString (MySettings)" DbObjectType="Unknown" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT TBGERAET_SUPPLY_ZUORDNUNG.GUID, TBGERAET_SUPPLY_ZUORDNUNG.GERAET_BEZ, TBSUPPLY_DEFINITION.SUPPLY_BEZ,
TBGERAET_SUPPLY_ZUORDNUNG.PARTNUMBER, TBGERAET_SUPPLY_ZUORDNUNG.PARTNUMBER_ORDER,
TBGERAET_SUPPLY_ZUORDNUNG.SCHWELLENWERT, TBGERAET_SUPPLY_ZUORDNUNG.ERFASSTWER,
TBGERAET_SUPPLY_ZUORDNUNG.ERFASSTWANN
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT TBGERAET_SUPPLY_ZUORDNUNG.GUID, TBGERAET_SUPPLY_ZUORDNUNG.GERAET_BEZ, TBSUPPLY_DEFINITION.SUPPLY_BEZ, TBGERAET_SUPPLY_ZUORDNUNG.PARTNUMBER,
TBGERAET_SUPPLY_ZUORDNUNG.PARTNUMBER_ORDER, TBGERAET_SUPPLY_ZUORDNUNG.SCHWELLENWERT, TBGERAET_SUPPLY_ZUORDNUNG.ERFASSTWER, TBGERAET_SUPPLY_ZUORDNUNG.ERFASSTWANN,
TBGERAET_SUPPLY_ZUORDNUNG.SourceApproxPercentRemaining, TBGERAET_SUPPLY_ZUORDNUNG.SourceProductNumber, TBGERAET_SUPPLY_ZUORDNUNG.SourceSerialNumber
FROM TBGERAET_SUPPLY_ZUORDNUNG INNER JOIN
TBSUPPLY_DEFINITION ON TBGERAET_SUPPLY_ZUORDNUNG.SUPPLY_ID = TBSUPPLY_DEFINITION.GUID
ORDER BY TBGERAET_SUPPLY_ZUORDNUNG.GERAET_BEZ</CommandText>
@ -2214,6 +2213,9 @@ ORDER BY TBGERAET_SUPPLY_ZUORDNUNG.GERAET_BEZ</CommandText>
<Mapping SourceColumn="SCHWELLENWERT" DataSetColumn="SCHWELLENWERT" />
<Mapping SourceColumn="ERFASSTWER" DataSetColumn="ERFASSTWER" />
<Mapping SourceColumn="ERFASSTWANN" DataSetColumn="ERFASSTWANN" />
<Mapping SourceColumn="SourceApproxPercentRemaining" DataSetColumn="SourceApproxPercentRemaining" />
<Mapping SourceColumn="SourceProductNumber" DataSetColumn="SourceProductNumber" />
<Mapping SourceColumn="SourceSerialNumber" DataSetColumn="SourceSerialNumber" />
</Mappings>
<Sources>
<DbSource ConnectionRef="MC_SUPPLYWATCHConnectionString (MySettings)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="true" GeneratorSourceName="CmdUpdateSW" Modifier="Public" Name="CmdUpdateSW" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="CmdUpdateSW">
@ -2232,16 +2234,15 @@ WHERE (GUID = @GUID)</CommandText>
<DbSource ConnectionRef="MC_SUPPLYWATCHConnectionString (MySettings)" DbObjectType="Unknown" FillMethodModifier="Public" FillMethodName="FillByGeraet" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetDataByGeraet" GeneratorSourceName="FillByGeraet" GetMethodModifier="Public" GetMethodName="GetDataByGeraet" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataByGeraet" UserSourceName="FillByGeraet">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="true">
<CommandText>SELECT TBGERAET_SUPPLY_ZUORDNUNG.GUID, TBGERAET_SUPPLY_ZUORDNUNG.GERAET_BEZ, TBSUPPLY_DEFINITION.SUPPLY_BEZ,
TBGERAET_SUPPLY_ZUORDNUNG.PARTNUMBER, TBGERAET_SUPPLY_ZUORDNUNG.PARTNUMBER_ORDER,
TBGERAET_SUPPLY_ZUORDNUNG.SCHWELLENWERT, TBGERAET_SUPPLY_ZUORDNUNG.ERFASSTWER,
TBGERAET_SUPPLY_ZUORDNUNG.ERFASSTWANN
<CommandText>SELECT TBGERAET_SUPPLY_ZUORDNUNG.GUID, TBGERAET_SUPPLY_ZUORDNUNG.GERAET_BEZ, TBSUPPLY_DEFINITION.SUPPLY_BEZ, TBGERAET_SUPPLY_ZUORDNUNG.PARTNUMBER,
TBGERAET_SUPPLY_ZUORDNUNG.PARTNUMBER_ORDER, TBGERAET_SUPPLY_ZUORDNUNG.SCHWELLENWERT, TBGERAET_SUPPLY_ZUORDNUNG.ERFASSTWER, TBGERAET_SUPPLY_ZUORDNUNG.ERFASSTWANN,
TBGERAET_SUPPLY_ZUORDNUNG.SourceApproxPercentRemaining, TBGERAET_SUPPLY_ZUORDNUNG.SourceProductNumber, TBGERAET_SUPPLY_ZUORDNUNG.SourceSerialNumber
FROM TBGERAET_SUPPLY_ZUORDNUNG INNER JOIN
TBSUPPLY_DEFINITION ON TBGERAET_SUPPLY_ZUORDNUNG.SUPPLY_ID = TBSUPPLY_DEFINITION.GUID
WHERE (TBGERAET_SUPPLY_ZUORDNUNG.GERAET_BEZ = @GERAET_BEZ)
ORDER BY TBGERAET_SUPPLY_ZUORDNUNG.GERAET_BEZ</CommandText>
<Parameters>
<Parameter AllowDbNull="false" AutogeneratedName="GERAET_BEZ" ColumnName="GERAET_BEZ" DataSourceName="MC_SUPPLYWATCH.dbo.TBGERAET_SUPPLY_ZUORDNUNG" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@GERAET_BEZ" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="GERAET_BEZ" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="false" AutogeneratedName="GERAET_BEZ" ColumnName="GERAET_BEZ" DataSourceName="MC2_SUPPLYWATCH.dbo.TBGERAET_SUPPLY_ZUORDNUNG" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@GERAET_BEZ" Precision="0" Scale="0" Size="50" SourceColumn="GERAET_BEZ" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
@ -3100,7 +3101,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:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<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: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: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" />
@ -3203,7 +3204,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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:complexType>
<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" />
@ -3297,7 +3298,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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: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" />
@ -3311,7 +3312,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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: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" />
@ -3325,7 +3326,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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: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" />
@ -3339,7 +3340,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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: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" />
@ -3353,7 +3354,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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: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" />
@ -3413,7 +3414,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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:complexType>
<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" />
@ -3463,7 +3464,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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: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" />
@ -3508,7 +3509,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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:complexType>
<xs:sequence>
<xs:element name="MARKT" msprop:Generator_ColumnVarNameInTable="columnMARKT" msprop:Generator_ColumnPropNameInRow="MARKT" msprop:Generator_ColumnPropNameInTable="MARKTColumn" msprop:Generator_UserColumnName="MARKT" minOccurs="0">
@ -3521,7 +3522,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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:complexType>
<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" />
@ -3593,7 +3594,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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:complexType>
<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" />
@ -3633,7 +3634,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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:complexType>
<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" />
@ -3697,7 +3698,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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: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" />
@ -3771,7 +3772,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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: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" />
@ -3785,7 +3786,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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: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" />
@ -3799,7 +3800,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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:complexType>
<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" />
@ -3853,7 +3854,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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:complexType>
<xs:sequence>
<xs:element name="BEZEICHNUNG" msprop:Generator_ColumnVarNameInTable="columnBEZEICHNUNG" msprop:Generator_ColumnPropNameInRow="BEZEICHNUNG" msprop:Generator_ColumnPropNameInTable="BEZEICHNUNGColumn" msprop:Generator_UserColumnName="BEZEICHNUNG" minOccurs="0">
@ -3874,7 +3875,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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:complexType>
<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" />
@ -3962,7 +3963,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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: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" />
@ -3991,7 +3992,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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: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" />
@ -4042,7 +4043,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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: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" />
@ -4086,7 +4087,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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: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" />
@ -4132,7 +4133,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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: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" />
@ -4171,7 +4172,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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:complexType>
<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">
@ -4191,7 +4192,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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: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" />
@ -4229,7 +4230,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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: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" />
@ -4259,7 +4260,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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: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" />
@ -4300,10 +4301,31 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:simpleType>
</xs:element>
<xs:element name="ERFASSTWANN" msprop:Generator_ColumnVarNameInTable="columnERFASSTWANN" msprop:Generator_ColumnPropNameInRow="ERFASSTWANN" msprop:Generator_ColumnPropNameInTable="ERFASSTWANNColumn" msprop:Generator_UserColumnName="ERFASSTWANN" type="xs:dateTime" />
<xs:element name="SourceApproxPercentRemaining" msprop:Generator_ColumnVarNameInTable="columnSourceApproxPercentRemaining" msprop:Generator_ColumnPropNameInRow="SourceApproxPercentRemaining" msprop:Generator_ColumnPropNameInTable="SourceApproxPercentRemainingColumn" msprop:Generator_UserColumnName="SourceApproxPercentRemaining" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="SourceProductNumber" msprop:Generator_ColumnVarNameInTable="columnSourceProductNumber" msprop:Generator_ColumnPropNameInRow="SourceProductNumber" msprop:Generator_ColumnPropNameInTable="SourceProductNumberColumn" msprop:Generator_UserColumnName="SourceProductNumber" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="SourceSerialNumber" msprop:Generator_ColumnVarNameInTable="columnSourceSerialNumber" msprop:Generator_ColumnPropNameInRow="SourceSerialNumber" msprop:Generator_ColumnPropNameInTable="SourceSerialNumberColumn" msprop:Generator_UserColumnName="SourceSerialNumber" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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: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" />
@ -4334,7 +4356,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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: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" />
@ -4372,7 +4394,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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: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" />
@ -4463,7 +4485,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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:complexType>
<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" />
@ -4495,7 +4517,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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:complexType>
<xs:sequence>
<xs:element name="MODELL" msprop:Generator_ColumnVarNameInTable="columnMODELL" msprop:Generator_ColumnPropNameInRow="MODELL" msprop:Generator_ColumnPropNameInTable="MODELLColumn" msprop:Generator_UserColumnName="MODELL" minOccurs="0">
@ -4543,7 +4565,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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:complexType>
<xs:sequence>
<xs:element name="ERFASSTWER" msprop:Generator_ColumnVarNameInTable="columnERFASSTWER" msprop:Generator_ColumnPropNameInRow="ERFASSTWER" msprop:Generator_ColumnPropNameInTable="ERFASSTWERColumn" msprop:Generator_UserColumnName="ERFASSTWER">
@ -4557,7 +4579,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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:complexType>
<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" />
@ -4610,7 +4632,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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:complexType>
<xs:sequence>
<xs:element name="MODELL" msprop:Generator_ColumnVarNameInTable="columnMODELL" msprop:Generator_ColumnPropNameInRow="MODELL" msprop:Generator_ColumnPropNameInTable="MODELLColumn" msprop:Generator_UserColumnName="MODELL" minOccurs="0">
@ -4668,7 +4690,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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:complexType>
<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">
@ -4682,7 +4704,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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: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" />
@ -4704,7 +4726,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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:complexType>
<xs:sequence>
<xs:element name="NAME" msprop:Generator_ColumnVarNameInTable="columnNAME" msprop:Generator_ColumnPropNameInRow="NAME" msprop:Generator_ColumnPropNameInTable="NAMEColumn" msprop:Generator_UserColumnName="NAME">
@ -4741,7 +4763,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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:complexType>
<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" />
@ -4798,7 +4820,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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:complexType>
<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" />
@ -4820,7 +4842,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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:complexType>
<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" />
@ -4873,7 +4895,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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:complexType>
<xs:sequence>
<xs:element name="GEAENDERTWER" msprop:Generator_ColumnVarNameInTable="columnGEAENDERTWER" msprop:Generator_ColumnPropNameInRow="GEAENDERTWER" msprop:Generator_ColumnPropNameInTable="GEAENDERTWERColumn" msprop:Generator_UserColumnName="GEAENDERTWER" minOccurs="0">
@ -4969,7 +4991,7 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:sequence>
</xs:complexType>
</xs:element>
<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: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:complexType>
<xs:sequence>
<xs:element name="MANDANT" msprop:Generator_ColumnVarNameInTable="columnMANDANT" msprop:Generator_ColumnPropNameInRow="MANDANT" msprop:Generator_ColumnPropNameInTable="MANDANTColumn" msprop:Generator_UserColumnName="MANDANT">
@ -5200,22 +5222,22 @@ WHERE (MANDANT = @MANDANT)</CommandText>
</xs:element>
<xs:annotation>
<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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_RelationVarName="relationFK_TBSUPPLYDEFINITION" msprop:Generator_UserParentTable="TBSUPPLY_DEFINITION" msprop:Generator_ParentPropName="TBSUPPLY_DEFINITIONRow" />
<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="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="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="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_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_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_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_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="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="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="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_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_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_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_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_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" />
</xs:appinfo>
</xs:annotation>
</xs:schema>

View File

@ -4,39 +4,39 @@
Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated.
</autogenerated>-->
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="10" ViewPortY="-46" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-22" ViewPortY="84" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<Shapes>
<Shape ID="DesignTable:TBGERAET" ZOrder="3" X="216" Y="-23" Height="476" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="275" />
<Shape ID="DesignTable:TBGERAET" ZOrder="5" X="216" Y="-23" Height="476" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="275" />
<Shape ID="DesignTable:VWSUPPLIES" ZOrder="17" X="822" Y="-36" Height="400" Width="278" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="256" />
<Shape ID="DesignTable:TBWH_STATUS1" ZOrder="59" X="1129" Y="149" Height="115" Width="240" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:TBWH_STATUS2" ZOrder="60" X="1130" Y="271" Height="115" Width="240" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:TBWH_STATUS3" ZOrder="2" X="1131" Y="394" Height="115" Width="240" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:TBWH_STATUS3" ZOrder="4" X="1131" Y="394" Height="115" Width="240" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:TBWH_STATUSFILTER" ZOrder="45" X="1137" Y="26" Height="115" Width="271" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:TBSUPPLY_VERFOLGUNG" ZOrder="11" X="520" Y="317" Height="324" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:TBSUPPLY_VERFOLGUNG" ZOrder="12" X="520" Y="317" Height="324" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:TBKONFIGURATION" ZOrder="47" X="228" Y="343" Height="229" Width="262" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="178" />
<Shape ID="DesignTable:TBSTATUS" ZOrder="15" X="863" Y="384" Height="248" Width="205" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="197" />
<Shape ID="DesignTable:TBWH_MARKT" ZOrder="56" X="1154" Y="525" Height="96" Width="213" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="46" />
<Shape ID="DesignTable:VWSUPPLIES_AKTUELL" ZOrder="18" X="921" Y="93" Height="302" Width="228" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="42" />
<Shape ID="DesignTable:VWGERAET_ORDER" ZOrder="13" X="507" Y="597" Height="267" Width="257" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="216" />
<Shape ID="DesignTable:VWSUPPLIES_TO_ORDER" ZOrder="5" X="0" Y="0" Height="90" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="0" />
<Shape ID="DesignTable:TBSUPPLIES" ZOrder="8" X="50" Y="126" Height="419" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:VWSUPPLIES_TO_ORDER" ZOrder="7" X="0" Y="0" Height="90" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="0" />
<Shape ID="DesignTable:TBSUPPLIES" ZOrder="9" X="50" Y="126" Height="419" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:TBWH_STATUS4" ZOrder="36" X="1134" Y="623" Height="115" Width="247" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="64" />
<Shape ID="DesignTable:TBWH_STATUS5" ZOrder="48" X="0" Y="0" Height="90" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="0" />
<Shape ID="DesignTable:TBSUPPLY_BESTELLUNG" ZOrder="6" X="800" Y="642" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:TBSUPPLY_BESTELLUNG" ZOrder="8" X="800" Y="642" Height="381" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:TBWH_SUPPLIES_MARKT" ZOrder="27" X="0" Y="-42" Height="321" Width="234" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="0" />
<Shape ID="DesignTable:VWSUPPLY_BESTELLUNG_FRONTEND" ZOrder="4" X="309" Y="416" Height="483" Width="345" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="311" />
<Shape ID="DesignTable:VWSUPPLY_BESTELLUNG_FRONTEND" ZOrder="6" X="309" Y="416" Height="483" Width="345" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="311" />
<Shape ID="DesignTable:TBGERAETByMarkt" ZOrder="33" X="159" Y="873" Height="324" Width="286" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="140" />
<Shape ID="DesignTable:TBIMPORT_PRODUKT" ZOrder="29" X="1427" Y="81" Height="286" Width="271" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="199" />
<Shape ID="DesignTable:TBVERTRAEGE" ZOrder="44" X="1442" Y="403" Height="248" Width="228" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="197" />
<Shape ID="DesignTable:TBPRODUKT_VERTRAG" ZOrder="43" X="1561" Y="687" Height="267" Width="279" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="216" />
<Shape ID="DesignTable:TBGERAETE_NOTINLIST" ZOrder="41" X="0" Y="0" Height="90" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="0" />
<Shape ID="DesignTable:TBWH_MODELL" ZOrder="1" X="10" Y="18" Height="344" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="0" />
<Shape ID="DesignTable:TBWH_MODELL" ZOrder="3" X="10" Y="18" Height="344" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="0" />
<Shape ID="DesignTable:TBSUPPLY_DEFINITION" ZOrder="40" X="0" Y="0" Height="90" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="0" />
<Shape ID="DesignTable:TBGERAET_SUPPLY_ZUORDNUNG" ZOrder="34" X="248" Y="15" Height="302" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="40" />
<Shape ID="DesignTable:VWGeraet_Supply_Zuordnung" ZOrder="12" X="-22" Y="542" Height="248" Width="288" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="178" />
<Shape ID="DesignTable:VWGeraet_Supply_Zuordnung" ZOrder="1" X="3" Y="481" Height="305" Width="288" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="178" />
<Shape ID="DesignTable:TBUSER_RECHTE" ZOrder="37" X="0" Y="0" Height="90" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="0" />
<Shape ID="DesignTable:TBMELDEDATUM" ZOrder="35" X="0" Y="0" Height="90" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="0" />
<Shape ID="DesignTable:TBGERAETE_VERFOLGUNG" ZOrder="7" X="477" Y="-24" Height="400" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="294" />
<Shape ID="DesignTable:TBGERAETE_VERFOLGUNG" ZOrder="2" X="477" Y="-24" Height="400" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="294" />
<Shape ID="DesignTable:VWMarkt_Verfolgung" ZOrder="28" X="31" Y="3" Height="229" Width="288" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="178" />
<Shape ID="DesignTable:VWGERAETE_VERFOLGUNG" ZOrder="32" X="468" Y="876" Height="343" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="197" />
<Shape ID="DesignTable:TBREFLISTE_HISTORY" ZOrder="31" X="19" Y="5" Height="90" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="0" />
@ -48,8 +48,8 @@
<Shape ID="DesignTable:VWGERAETE_MELDUNG_STATUS" ZOrder="20" X="1722" Y="109" Height="248" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="197" />
<Shape ID="DesignTable:ViewSUPPLY_STATUS_VERFOLGUNG" ZOrder="19" X="1201" Y="-8" Height="172" Width="210" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="121" />
<Shape ID="DesignTable:VWSUPPLIES_BESTELLUNG_GESENDET" ZOrder="14" X="1146" Y="850" Height="267" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="216" />
<Shape ID="DesignTable:VWRPT_SUPPLIES_TOORDER" ZOrder="10" X="1146" Y="1128" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:VWSUPPLIES_2_ORDER" ZOrder="9" X="0" Y="0" Height="90" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="0" />
<Shape ID="DesignTable:VWRPT_SUPPLIES_TOORDER" ZOrder="11" X="1146" Y="1128" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:VWSUPPLIES_2_ORDER" ZOrder="10" X="0" Y="0" Height="90" Width="158" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="0" />
</Shapes>
<Connectors>
<Connector ID="DesignRelation:VWSUPPLIES_TBWH_STATUSFILTER" ZOrder="58" LineWidth="11">

View File

@ -1 +1 @@
12d883df1eb1cbfd57cea038b93fc5f2910e9856
82c9c13f8d521d19a2f35533131944da0864ccf5

View File

@ -212,4 +212,3 @@ E:\SchreiberM\Visual Studio\GIT\Supplywatch\Supplywatch\obj\x86\Debug\Supplywatc
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.vbprojAssemblyReference.cache