This commit is contained in:
Jonathan Jenne
2018-05-14 13:42:15 +02:00
parent d8776a8323
commit 364bf7613e
10 changed files with 2912 additions and 1248 deletions

View File

@@ -70,6 +70,7 @@ Partial Class frmMain
Me.TBKOMMCOLLI_PAKET_POSTableAdapter = New KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_PAKET_POSTableAdapter()
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.tsinfolabel = New System.Windows.Forms.ToolStripStatusLabel()
Me.ToolStripStatusLabelVersion = New System.Windows.Forms.ToolStripStatusLabel()
Me.pnlError = New System.Windows.Forms.Panel()
Me.TBKOMMCOLLI_TERMINARTTableAdapter = New KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_TERMINARTTableAdapter()
Me.Panel1 = New System.Windows.Forms.Panel()
@@ -120,7 +121,6 @@ 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()
@@ -554,6 +554,12 @@ Partial Class frmMain
Me.tsinfolabel.Text = "ToolStripStatusLabel1"
Me.tsinfolabel.Visible = False
'
'ToolStripStatusLabelVersion
'
Me.ToolStripStatusLabelVersion.Name = "ToolStripStatusLabelVersion"
Me.ToolStripStatusLabelVersion.Size = New System.Drawing.Size(48, 17)
Me.ToolStripStatusLabelVersion.Text = "Version:"
'
'pnlError
'
Me.pnlError.Controls.Add(Me.picbxError)
@@ -1085,12 +1091,6 @@ 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!)