MS änderungen select nur BEstellnr

This commit is contained in:
Digital Data - Marlon Schreiber
2018-03-29 10:23:11 +02:00
parent b42e5bbe0a
commit c53115c9f2
14 changed files with 55 additions and 34 deletions

View File

@@ -120,6 +120,7 @@ Partial Class frmMain
Me.TBKOMMCOLLI_TEXTSCHLUESSELTableAdapter = New KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_TEXTSCHLUESSELTableAdapter()
Me.TBKOMMCOLLI_HINWEISTableAdapter = New KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_HINWEISTableAdapter()
Me.bw_Tagesabschluss = New System.ComponentModel.BackgroundWorker()
Me.ToolStripStatusLabelVersion = New System.Windows.Forms.ToolStripStatusLabel()
PAKET_IDLabel = New System.Windows.Forms.Label()
Label3 = New System.Windows.Forms.Label()
GESAMTGEWICHTLabel = New System.Windows.Forms.Label()
@@ -538,7 +539,7 @@ Partial Class frmMain
'
'StatusStrip1
'
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsinfolabel})
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsinfolabel, Me.ToolStripStatusLabelVersion})
Me.StatusStrip1.Location = New System.Drawing.Point(0, 711)
Me.StatusStrip1.Name = "StatusStrip1"
Me.StatusStrip1.Size = New System.Drawing.Size(1209, 22)
@@ -1084,6 +1085,12 @@ Partial Class frmMain
'
Me.TBKOMMCOLLI_HINWEISTableAdapter.ClearBeforeFill = True
'
'ToolStripStatusLabelVersion
'
Me.ToolStripStatusLabelVersion.Name = "ToolStripStatusLabelVersion"
Me.ToolStripStatusLabelVersion.Size = New System.Drawing.Size(48, 17)
Me.ToolStripStatusLabelVersion.Text = "Version:"
'
'frmMain
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 21.0!)
@@ -1237,4 +1244,5 @@ Partial Class frmMain
Friend WithEvents TabPage4 As TabPage
Friend WithEvents GridControlLHM As DevExpress.XtraGrid.GridControl
Friend WithEvents GridViewLHM As DevExpress.XtraGrid.Views.Grid.GridView
Friend WithEvents ToolStripStatusLabelVersion As ToolStripStatusLabel
End Class