jj: version 2.2.0.6

This commit is contained in:
Jonathan Jenne
2018-11-09 15:28:07 +01:00
parent b8207487cf
commit 627a5cd201
3 changed files with 67 additions and 45 deletions

View File

@@ -58,6 +58,7 @@ Partial Class frmMain
Me.ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.ColumnHeader2 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.GESAMTGEWICHTTextBox = New System.Windows.Forms.TextBox()
Me.Label10 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.cmbTerminart = New System.Windows.Forms.ComboBox()
Me.TBKOMMCOLLI_TERMINARTBindingSource = New System.Windows.Forms.BindingSource(Me.components)
@@ -400,6 +401,7 @@ Partial Class frmMain
Me.pnlAddBarcodes.Controls.Add(Me.ListViewBarcodes)
Me.pnlAddBarcodes.Controls.Add(GESAMTGEWICHTLabel)
Me.pnlAddBarcodes.Controls.Add(Me.GESAMTGEWICHTTextBox)
Me.pnlAddBarcodes.Controls.Add(Me.Label10)
Me.pnlAddBarcodes.Controls.Add(Me.Label4)
Me.pnlAddBarcodes.Controls.Add(Me.cmbTerminart)
Me.pnlAddBarcodes.Controls.Add(Label3)
@@ -445,15 +447,25 @@ Partial Class frmMain
Me.GESAMTGEWICHTTextBox.Size = New System.Drawing.Size(211, 29)
Me.GESAMTGEWICHTTextBox.TabIndex = 1
'
'Label10
'
Me.Label10.AutoSize = True
Me.Label10.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label10.Location = New System.Drawing.Point(154, 116)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(146, 17)
Me.Label10.TabIndex = 13
Me.Label10.Text = "(Trennzeichen: | oder _ )"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(154, 94)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(396, 17)
Me.Label4.Size = New System.Drawing.Size(486, 17)
Me.Label4.TabIndex = 13
Me.Label4.Text = "Bitte wie folgt Eingabe tätigen: <EDV-Nummer>|<Lieferschein-Nr>"
Me.Label4.Text = "Bitte wie folgt Eingabe tätigen: <EDV-Nummer><Trennzeichen><Lieferschein-Nr>"
'
'cmbTerminart
'
@@ -1053,9 +1065,10 @@ Partial Class frmMain
Me.Label6.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.Location = New System.Drawing.Point(182, 97)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(396, 17)
Me.Label6.Size = New System.Drawing.Size(628, 17)
Me.Label6.TabIndex = 13
Me.Label6.Text = "Bitte wie folgt Eingabe tätigen: <EDV-Nummer>|<Lieferschein-Nr>"
Me.Label6.Text = "Bitte wie folgt Eingabe tätigen: <EDV-Nummer><Trennzeichen><Lieferschein-Nr> (Tre" &
"nnzeichen: | oder _ )"
'
'btnSendungFertig
'
@@ -1258,4 +1271,5 @@ Partial Class frmMain
Friend WithEvents GridViewLHM As DevExpress.XtraGrid.Views.Grid.GridView
Friend WithEvents ToolStripStatusLabelVersion As ToolStripStatusLabel
Friend WithEvents tslblConString As ToolStripStatusLabel
Friend WithEvents Label10 As Label
End Class