Anpassungen nach email

This commit is contained in:
Digital Data - Marlon Schreiber
2018-04-23 16:00:44 +02:00
parent d8776a8323
commit 8c20448d95
13 changed files with 920 additions and 891 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!)