MS Änderungen 11.06

This commit is contained in:
Digital Data - Marlon Schreiber
2018-06-11 10:22:00 +02:00
parent 693e55c836
commit 586461e0e9
24 changed files with 304 additions and 160 deletions

View File

@@ -69,6 +69,7 @@ Partial Class frmMain
Me.TBKOMMCOLLI_PAKET_POSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBKOMMCOLLI_PAKET_POSTableAdapter = New KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_PAKET_POSTableAdapter()
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.tslblConString = New System.Windows.Forms.ToolStripStatusLabel()
Me.tsinfolabel = New System.Windows.Forms.ToolStripStatusLabel()
Me.ToolStripStatusLabelVersion = New System.Windows.Forms.ToolStripStatusLabel()
Me.pnlError = New System.Windows.Forms.Panel()
@@ -100,7 +101,7 @@ Partial Class frmMain
Me.TabPage2 = New System.Windows.Forms.TabPage()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.Button2 = New System.Windows.Forms.Button()
Me.ListBox1 = New System.Windows.Forms.ListBox()
Me.ListBoxFortras = New System.Windows.Forms.ListBox()
Me.TBKOMMCOLLI_HINWEISBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.btnAddTextschlüssel = New System.Windows.Forms.Button()
Me.Label8 = New System.Windows.Forms.Label()
@@ -306,7 +307,7 @@ Partial Class frmMain
Me.pnlPaketadd.Controls.Add(Me.cmbAuswMandant)
Me.pnlPaketadd.Controls.Add(Me.Label1)
Me.pnlPaketadd.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.pnlPaketadd.Location = New System.Drawing.Point(16, 76)
Me.pnlPaketadd.Location = New System.Drawing.Point(6, 59)
Me.pnlPaketadd.Name = "pnlPaketadd"
Me.pnlPaketadd.Size = New System.Drawing.Size(699, 191)
Me.pnlPaketadd.TabIndex = 3
@@ -539,13 +540,24 @@ Partial Class frmMain
'
'StatusStrip1
'
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsinfolabel, Me.ToolStripStatusLabelVersion})
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblConString, 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)
Me.StatusStrip1.TabIndex = 5
Me.StatusStrip1.Text = "StatusStrip1"
'
'tslblConString
'
Me.tslblConString.BorderSides = CType((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) _
Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) _
Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides)
Me.tslblConString.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.tslblConString.ForeColor = System.Drawing.SystemColors.HotTrack
Me.tslblConString.Name = "tslblConString"
Me.tslblConString.Size = New System.Drawing.Size(51, 17)
Me.tslblConString.Text = "ConStr: "
'
'tsinfolabel
'
Me.tsinfolabel.Image = Global.KommiCollo.My.Resources.Resources.A_1
@@ -651,8 +663,8 @@ Partial Class frmMain
'Panel2
'
Me.Panel2.Controls.Add(Me.pnlHuP)
Me.Panel2.Controls.Add(Me.pnlPaketadd)
Me.Panel2.Controls.Add(Me.pnlAddBarcodes)
Me.Panel2.Controls.Add(Me.pnlPaketadd)
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel2.Location = New System.Drawing.Point(135, 54)
Me.Panel2.Name = "Panel2"
@@ -674,7 +686,7 @@ Partial Class frmMain
Me.pnlHuP.Controls.Add(Me.btnSendungFertig)
Me.pnlHuP.Controls.Add(Me.txtScanHUP)
Me.pnlHuP.Controls.Add(Me.Label9)
Me.pnlHuP.Location = New System.Drawing.Point(25, 3)
Me.pnlHuP.Location = New System.Drawing.Point(3, 3)
Me.pnlHuP.Name = "pnlHuP"
Me.pnlHuP.Size = New System.Drawing.Size(1049, 553)
Me.pnlHuP.TabIndex = 14
@@ -870,7 +882,7 @@ Partial Class frmMain
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.Button2)
Me.GroupBox1.Controls.Add(Me.ListBox1)
Me.GroupBox1.Controls.Add(Me.ListBoxFortras)
Me.GroupBox1.Controls.Add(Me.btnAddTextschlüssel)
Me.GroupBox1.Controls.Add(Me.Label8)
Me.GroupBox1.Controls.Add(Me.txtHinweistext)
@@ -898,18 +910,18 @@ Partial Class frmMain
Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button2.UseVisualStyleBackColor = True
'
'ListBox1
'ListBoxFortras
'
Me.ListBox1.DataSource = Me.TBKOMMCOLLI_HINWEISBindingSource
Me.ListBox1.DisplayMember = "BEZEICHNUNG"
Me.ListBox1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ListBox1.FormattingEnabled = True
Me.ListBox1.ItemHeight = 17
Me.ListBox1.Location = New System.Drawing.Point(159, 80)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(614, 89)
Me.ListBox1.TabIndex = 3
Me.ListBox1.ValueMember = "GUID"
Me.ListBoxFortras.DataSource = Me.TBKOMMCOLLI_HINWEISBindingSource
Me.ListBoxFortras.DisplayMember = "BEZEICHNUNG"
Me.ListBoxFortras.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ListBoxFortras.FormattingEnabled = True
Me.ListBoxFortras.ItemHeight = 17
Me.ListBoxFortras.Location = New System.Drawing.Point(159, 80)
Me.ListBoxFortras.Name = "ListBoxFortras"
Me.ListBoxFortras.Size = New System.Drawing.Size(614, 89)
Me.ListBoxFortras.TabIndex = 3
Me.ListBoxFortras.ValueMember = "GUID"
'
'TBKOMMCOLLI_HINWEISBindingSource
'
@@ -1227,7 +1239,7 @@ Partial Class frmMain
Friend WithEvents txtHinweistext As System.Windows.Forms.TextBox
Friend WithEvents cmbTextschlüssel As System.Windows.Forms.ComboBox
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
Friend WithEvents ListBoxFortras As System.Windows.Forms.ListBox
Friend WithEvents TBKOMMCOLLI_HINWEISBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBKOMMCOLLI_HINWEISTableAdapter As KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_HINWEISTableAdapter
Friend WithEvents Button2 As System.Windows.Forms.Button
@@ -1245,4 +1257,5 @@ Partial Class frmMain
Friend WithEvents GridControlLHM As DevExpress.XtraGrid.GridControl
Friend WithEvents GridViewLHM As DevExpress.XtraGrid.Views.Grid.GridView
Friend WithEvents ToolStripStatusLabelVersion As ToolStripStatusLabel
Friend WithEvents tslblConString As ToolStripStatusLabel
End Class