diff --git a/.vs/MC_SUPPLYWATCH/v15/.suo b/.vs/MC_SUPPLYWATCH/v15/.suo index ce8d324..85994d5 100644 Binary files a/.vs/MC_SUPPLYWATCH/v15/.suo and b/.vs/MC_SUPPLYWATCH/v15/.suo differ diff --git a/Supplywatch/FMMain.Designer.vb b/Supplywatch/FMMain.Designer.vb index fcb3fa1..4d33e0b 100644 --- a/Supplywatch/FMMain.Designer.vb +++ b/Supplywatch/FMMain.Designer.vb @@ -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 diff --git a/Supplywatch/FMMain.resx b/Supplywatch/FMMain.resx index 44ae48d..361c1dd 100644 --- a/Supplywatch/FMMain.resx +++ b/Supplywatch/FMMain.resx @@ -222,7 +222,7 @@ 734, 212 - 17, 680 + 844, 680 191, 17 @@ -268,10 +268,10 @@ - 647, 641 + 17, 680 - 1320, 641 + 690, 680 @@ -368,13 +368,13 @@ - 17, 602 + 533, 602 292, 407 - 493, 641 + 1084, 641 @@ -472,10 +472,10 @@ True - 451, 602 + 967, 602 - 524, 680 + 17, 719 @@ -521,10 +521,10 @@ 17, 290 - 983, 602 + 280, 641 - 339, 641 + 930, 641 @@ -656,7 +656,7 @@ 877, 212 - 236, 563 + 641, 563 @@ -754,7 +754,7 @@ True - 17, 485 + 228, 485 604, 173 @@ -873,7 +873,7 @@ 775, 56 - 523, 485 + 734, 485 1054, 134 @@ -1021,7 +1021,7 @@ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAA2 - CwAAAk1TRnQBSQFMAgEBAwEAASgBJAEoASQBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo + CwAAAk1TRnQBSQFMAgEBAwEAAUgBJAFIASQBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA @@ -1075,7 +1075,7 @@ 944, 368 - 1106, 485 + 17, 524 587, 17 @@ -1168,64 +1168,64 @@ 779, 446 - 1247, 446 + 17, 485 - 273, 485 + 484, 485 - 817, 485 + 1028, 485 - 17, 524 + 332, 524 - 326, 524 + 641, 524 - 452, 524 + 767, 524 - 708, 524 + 1023, 524 - 958, 524 - - - 1138, 524 - - 17, 563 + + 197, 563 + + + 422, 563 + - 484, 563 + 889, 563 - 726, 563 + 1131, 563 - 907, 563 + 17, 602 - 1168, 563 + 278, 602 - 237, 602 + 753, 602 - 720, 602 - - 17, 641 + + 608, 641 + - 986, 641 + 356, 680 - 273, 680 + 1100, 680 - 678, 680 + 171, 719 187 diff --git a/Supplywatch/FMMain.vb b/Supplywatch/FMMain.vb index 80b542e..3e4463c 100644 --- a/Supplywatch/FMMain.vb +++ b/Supplywatch/FMMain.vb @@ -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) - Me.VWGeraet_Supply_ZuordnungTableAdapter.FillByGeraet(MyDataset.VWGeraet_Supply_Zuordnung, Me.cmbModelle_WH.SelectedValue) - Me.txtPartnumber.Text = "" - Me.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 diff --git a/Supplywatch/MyDataset.Designer.vb b/Supplywatch/MyDataset.Designer.vb index 1b92507..776ff06 100644 --- a/Supplywatch/MyDataset.Designer.vb +++ b/Supplywatch/MyDataset.Designer.vb @@ -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 + _ Public Sub New() @@ -12325,6 +12331,30 @@ Partial Public Class MyDataset End Get End Property + _ + Public ReadOnly Property SourceApproxPercentRemainingColumn() As Global.System.Data.DataColumn + Get + Return Me.columnSourceApproxPercentRemaining + End Get + End Property + + _ + Public ReadOnly Property SourceProductNumberColumn() As Global.System.Data.DataColumn + Get + Return Me.columnSourceProductNumber + End Get + End Property + + _ + Public ReadOnly Property SourceSerialNumberColumn() As Global.System.Data.DataColumn + Get + Return Me.columnSourceSerialNumber + End Get + End Property + _ @@ -12362,9 +12392,9 @@ Partial Public Class MyDataset _ - 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 _ + 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 + + _ + 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 + + _ + 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 + + _ + Public Function IsSourceApproxPercentRemainingNull() As Boolean + Return Me.IsNull(Me.tableVWGeraet_Supply_Zuordnung.SourceApproxPercentRemainingColumn) + End Function + + _ + Public Sub SetSourceApproxPercentRemainingNull() + Me(Me.tableVWGeraet_Supply_Zuordnung.SourceApproxPercentRemainingColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsSourceProductNumberNull() As Boolean + Return Me.IsNull(Me.tableVWGeraet_Supply_Zuordnung.SourceProductNumberColumn) + End Function + + _ + Public Sub SetSourceProductNumberNull() + Me(Me.tableVWGeraet_Supply_Zuordnung.SourceProductNumberColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsSourceSerialNumberNull() As Boolean + Return Me.IsNull(Me.tableVWGeraet_Supply_Zuordnung.SourceSerialNumberColumn) + End Function + + _ + Public Sub SetSourceSerialNumberNull() + Me(Me.tableVWGeraet_Supply_Zuordnung.SourceSerialNumberColumn) = Global.System.Convert.DBNull + End Sub End Class ''' @@ -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 diff --git a/Supplywatch/MyDataset.xsd b/Supplywatch/MyDataset.xsd index 239507b..a60437c 100644 --- a/Supplywatch/MyDataset.xsd +++ b/Supplywatch/MyDataset.xsd @@ -2192,11 +2192,10 @@ SELECT GUID, GERAET_BEZ, SUPPLY_ID, ERFASSTWER FROM TBGERAET_SUPPLY_ZUORDNUNG WH - - 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 + + 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 @@ -2214,6 +2213,9 @@ ORDER BY TBGERAET_SUPPLY_ZUORDNUNG.GERAET_BEZ + + + @@ -2232,16 +2234,15 @@ WHERE (GUID = @GUID) - 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 + 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 - + @@ -3100,7 +3101,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -3203,7 +3204,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -3297,7 +3298,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -3311,7 +3312,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -3325,7 +3326,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -3339,7 +3340,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -3353,7 +3354,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -3413,7 +3414,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -3463,7 +3464,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -3508,7 +3509,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -3521,7 +3522,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -3593,7 +3594,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -3633,7 +3634,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -3697,7 +3698,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -3771,7 +3772,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -3785,7 +3786,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -3799,7 +3800,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -3853,7 +3854,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -3874,7 +3875,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -3962,7 +3963,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -3991,7 +3992,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -4042,7 +4043,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -4086,7 +4087,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -4132,7 +4133,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -4171,7 +4172,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -4191,7 +4192,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -4229,7 +4230,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -4259,7 +4260,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -4300,10 +4301,31 @@ WHERE (MANDANT = @MANDANT) + + + + + + + + + + + + + + + + + + + + + - + @@ -4334,7 +4356,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -4372,7 +4394,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -4463,7 +4485,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -4495,7 +4517,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -4543,7 +4565,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -4557,7 +4579,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -4610,7 +4632,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -4668,7 +4690,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -4682,7 +4704,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -4704,7 +4726,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -4741,7 +4763,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -4798,7 +4820,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -4820,7 +4842,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -4873,7 +4895,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -4969,7 +4991,7 @@ WHERE (MANDANT = @MANDANT) - + @@ -5200,22 +5222,22 @@ WHERE (MANDANT = @MANDANT) - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Supplywatch/MyDataset.xss b/Supplywatch/MyDataset.xss index 4abd945..6d8c003 100644 --- a/Supplywatch/MyDataset.xss +++ b/Supplywatch/MyDataset.xss @@ -4,39 +4,39 @@ Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. --> - + - + - + - + - - + + - + - + - + - + - + @@ -48,8 +48,8 @@ - - + + diff --git a/Supplywatch/bin/Debug/SUPPLYWATCH.exe b/Supplywatch/bin/Debug/SUPPLYWATCH.exe index 85b0cbb..0001b02 100644 Binary files a/Supplywatch/bin/Debug/SUPPLYWATCH.exe and b/Supplywatch/bin/Debug/SUPPLYWATCH.exe differ diff --git a/Supplywatch/bin/Debug/SUPPLYWATCH.pdb b/Supplywatch/bin/Debug/SUPPLYWATCH.pdb index d182f5a..77809fc 100644 Binary files a/Supplywatch/bin/Debug/SUPPLYWATCH.pdb and b/Supplywatch/bin/Debug/SUPPLYWATCH.pdb differ diff --git a/Supplywatch/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Supplywatch/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache index ab32f6f..b2b3106 100644 Binary files a/Supplywatch/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/Supplywatch/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Supplywatch/obj/x86/Debug/SUPPLYWATCH.FMMain.resources b/Supplywatch/obj/x86/Debug/SUPPLYWATCH.FMMain.resources index 1294fdc..21531bd 100644 Binary files a/Supplywatch/obj/x86/Debug/SUPPLYWATCH.FMMain.resources and b/Supplywatch/obj/x86/Debug/SUPPLYWATCH.FMMain.resources differ diff --git a/Supplywatch/obj/x86/Debug/SUPPLYWATCH.exe b/Supplywatch/obj/x86/Debug/SUPPLYWATCH.exe index 85b0cbb..0001b02 100644 Binary files a/Supplywatch/obj/x86/Debug/SUPPLYWATCH.exe and b/Supplywatch/obj/x86/Debug/SUPPLYWATCH.exe differ diff --git a/Supplywatch/obj/x86/Debug/SUPPLYWATCH.pdb b/Supplywatch/obj/x86/Debug/SUPPLYWATCH.pdb index d182f5a..77809fc 100644 Binary files a/Supplywatch/obj/x86/Debug/SUPPLYWATCH.pdb and b/Supplywatch/obj/x86/Debug/SUPPLYWATCH.pdb differ diff --git a/Supplywatch/obj/x86/Debug/Supplywatch.vbproj.CoreCompileInputs.cache b/Supplywatch/obj/x86/Debug/Supplywatch.vbproj.CoreCompileInputs.cache index 0c1e1d5..75f2e17 100644 --- a/Supplywatch/obj/x86/Debug/Supplywatch.vbproj.CoreCompileInputs.cache +++ b/Supplywatch/obj/x86/Debug/Supplywatch.vbproj.CoreCompileInputs.cache @@ -1 +1 @@ -12d883df1eb1cbfd57cea038b93fc5f2910e9856 +82c9c13f8d521d19a2f35533131944da0864ccf5 diff --git a/Supplywatch/obj/x86/Debug/Supplywatch.vbproj.FileListAbsolute.txt b/Supplywatch/obj/x86/Debug/Supplywatch.vbproj.FileListAbsolute.txt index fb75bb3..858c2c6 100644 --- a/Supplywatch/obj/x86/Debug/Supplywatch.vbproj.FileListAbsolute.txt +++ b/Supplywatch/obj/x86/Debug/Supplywatch.vbproj.FileListAbsolute.txt @@ -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 diff --git a/Supplywatch/obj/x86/Debug/Supplywatch.vbproj.GenerateResource.Cache b/Supplywatch/obj/x86/Debug/Supplywatch.vbproj.GenerateResource.Cache index bebfb84..8c8497f 100644 Binary files a/Supplywatch/obj/x86/Debug/Supplywatch.vbproj.GenerateResource.Cache and b/Supplywatch/obj/x86/Debug/Supplywatch.vbproj.GenerateResource.Cache differ diff --git a/Supplywatch/obj/x86/Debug/Supplywatch.vbproj.ResolveComReference.cache b/Supplywatch/obj/x86/Debug/Supplywatch.vbproj.ResolveComReference.cache index 1749f7e..ba9ea95 100644 Binary files a/Supplywatch/obj/x86/Debug/Supplywatch.vbproj.ResolveComReference.cache and b/Supplywatch/obj/x86/Debug/Supplywatch.vbproj.ResolveComReference.cache differ diff --git a/Supplywatch/obj/x86/Debug/Supplywatch.vbprojAssemblyReference.cache b/Supplywatch/obj/x86/Debug/Supplywatch.vbprojAssemblyReference.cache deleted file mode 100644 index 8e9139c..0000000 Binary files a/Supplywatch/obj/x86/Debug/Supplywatch.vbprojAssemblyReference.cache and /dev/null differ diff --git a/Supplywatch/obj/x86/Debug/TempPE/MyDataset.Designer.vb.dll b/Supplywatch/obj/x86/Debug/TempPE/MyDataset.Designer.vb.dll index 6953c9a..aa85ce8 100644 Binary files a/Supplywatch/obj/x86/Debug/TempPE/MyDataset.Designer.vb.dll and b/Supplywatch/obj/x86/Debug/TempPE/MyDataset.Designer.vb.dll differ