neu
This commit is contained in:
@@ -45,6 +45,7 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
Me.kdtxtAvisierer = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
|
||||
Me.txtAvisiererKdNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.pnlRechts = New System.Windows.Forms.Panel()
|
||||
Me.Button12 = New System.Windows.Forms.Button()
|
||||
Me.MyListBox1 = New VERAG_PROG_ALLGEMEIN.MyListBox()
|
||||
Me.Button2 = New System.Windows.Forms.Button()
|
||||
Me.Button13 = New System.Windows.Forms.Button()
|
||||
@@ -56,6 +57,7 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
Me.dgvLKW = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
||||
Me.pnlOpt = New System.Windows.Forms.Panel()
|
||||
Me.pnlBerichte = New System.Windows.Forms.Panel()
|
||||
Me.Button21 = New System.Windows.Forms.Button()
|
||||
Me.btnSpedBuchEinnahmen = New System.Windows.Forms.Button()
|
||||
Me.lblKdAusFortschritt = New System.Windows.Forms.Label()
|
||||
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
|
||||
@@ -183,6 +185,7 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
Me.Label45 = New System.Windows.Forms.Label()
|
||||
Me.cboFilialeHandling = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.SplitContainer = New System.Windows.Forms.SplitContainer()
|
||||
Me.Button22 = New System.Windows.Forms.Button()
|
||||
Me.cntxtCntxtSpeditionsbuch.SuspendLayout()
|
||||
Me.pnlRechts.SuspendLayout()
|
||||
CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -518,6 +521,7 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
'pnlRechts
|
||||
'
|
||||
Me.pnlRechts.AutoSize = True
|
||||
Me.pnlRechts.Controls.Add(Me.Button12)
|
||||
Me.pnlRechts.Controls.Add(Me.MyListBox1)
|
||||
Me.pnlRechts.Controls.Add(Me.Button2)
|
||||
Me.pnlRechts.Controls.Add(Me.Button13)
|
||||
@@ -528,6 +532,17 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
Me.pnlRechts.Size = New System.Drawing.Size(234, 217)
|
||||
Me.pnlRechts.TabIndex = 35
|
||||
'
|
||||
'Button12
|
||||
'
|
||||
Me.Button12.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button12.Location = New System.Drawing.Point(4, 191)
|
||||
Me.Button12.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.Button12.Name = "Button12"
|
||||
Me.Button12.Size = New System.Drawing.Size(225, 26)
|
||||
Me.Button12.TabIndex = 42
|
||||
Me.Button12.Text = "Nur Abfertigungs Leistungen"
|
||||
Me.Button12.UseVisualStyleBackColor = True
|
||||
'
|
||||
'MyListBox1
|
||||
'
|
||||
Me.MyListBox1._value = ""
|
||||
@@ -538,16 +553,16 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
Me.MyListBox1.Location = New System.Drawing.Point(4, 19)
|
||||
Me.MyListBox1.Name = "MyListBox1"
|
||||
Me.MyListBox1.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple
|
||||
Me.MyListBox1.Size = New System.Drawing.Size(225, 134)
|
||||
Me.MyListBox1.Size = New System.Drawing.Size(225, 147)
|
||||
Me.MyListBox1.TabIndex = 1
|
||||
'
|
||||
'Button2
|
||||
'
|
||||
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button2.Location = New System.Drawing.Point(4, 182)
|
||||
Me.Button2.Location = New System.Drawing.Point(4, 166)
|
||||
Me.Button2.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.Button2.Name = "Button2"
|
||||
Me.Button2.Size = New System.Drawing.Size(112, 26)
|
||||
Me.Button2.Size = New System.Drawing.Size(115, 26)
|
||||
Me.Button2.TabIndex = 41
|
||||
Me.Button2.Text = "Alle"
|
||||
Me.Button2.UseVisualStyleBackColor = True
|
||||
@@ -555,10 +570,10 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
'Button13
|
||||
'
|
||||
Me.Button13.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button13.Location = New System.Drawing.Point(119, 182)
|
||||
Me.Button13.Location = New System.Drawing.Point(118, 166)
|
||||
Me.Button13.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.Button13.Name = "Button13"
|
||||
Me.Button13.Size = New System.Drawing.Size(110, 26)
|
||||
Me.Button13.Size = New System.Drawing.Size(111, 26)
|
||||
Me.Button13.TabIndex = 40
|
||||
Me.Button13.Text = "Keine"
|
||||
Me.Button13.UseVisualStyleBackColor = True
|
||||
@@ -672,6 +687,8 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
'
|
||||
'pnlBerichte
|
||||
'
|
||||
Me.pnlBerichte.Controls.Add(Me.Button22)
|
||||
Me.pnlBerichte.Controls.Add(Me.Button21)
|
||||
Me.pnlBerichte.Controls.Add(Me.btnSpedBuchEinnahmen)
|
||||
Me.pnlBerichte.Controls.Add(Me.lblKdAusFortschritt)
|
||||
Me.pnlBerichte.Controls.Add(Me.MenuStrip1)
|
||||
@@ -705,6 +722,20 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
Me.pnlBerichte.TabIndex = 6
|
||||
Me.pnlBerichte.Visible = False
|
||||
'
|
||||
'Button21
|
||||
'
|
||||
Me.Button21.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button21.Image = Global.SDL.My.Resources.Resources.statistik_small
|
||||
Me.Button21.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.Button21.Location = New System.Drawing.Point(155, 129)
|
||||
Me.Button21.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.Button21.Name = "Button21"
|
||||
Me.Button21.Size = New System.Drawing.Size(154, 25)
|
||||
Me.Button21.TabIndex = 91
|
||||
Me.Button21.Text = "Anzahl nach Monaten"
|
||||
Me.Button21.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.Button21.UseVisualStyleBackColor = True
|
||||
'
|
||||
'btnSpedBuchEinnahmen
|
||||
'
|
||||
Me.btnSpedBuchEinnahmen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
@@ -735,7 +766,7 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.KundenauswertungenToolStripMenuItem1})
|
||||
Me.MenuStrip1.Location = New System.Drawing.Point(601, 128)
|
||||
Me.MenuStrip1.Name = "MenuStrip1"
|
||||
Me.MenuStrip1.Size = New System.Drawing.Size(283, 27)
|
||||
Me.MenuStrip1.Size = New System.Drawing.Size(163, 27)
|
||||
Me.MenuStrip1.TabIndex = 89
|
||||
Me.MenuStrip1.Text = "Kundenauswertungen"
|
||||
'
|
||||
@@ -753,13 +784,13 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
'
|
||||
Me.ZFFriedrichshafenAGZeitraumAuswählenToolStripMenuItem.Image = CType(resources.GetObject("ZFFriedrichshafenAGZeitraumAuswählenToolStripMenuItem.Image"), System.Drawing.Image)
|
||||
Me.ZFFriedrichshafenAGZeitraumAuswählenToolStripMenuItem.Name = "ZFFriedrichshafenAGZeitraumAuswählenToolStripMenuItem"
|
||||
Me.ZFFriedrichshafenAGZeitraumAuswählenToolStripMenuItem.Size = New System.Drawing.Size(274, 24)
|
||||
Me.ZFFriedrichshafenAGZeitraumAuswählenToolStripMenuItem.Size = New System.Drawing.Size(282, 24)
|
||||
Me.ZFFriedrichshafenAGZeitraumAuswählenToolStripMenuItem.Text = "ZF Passau (Zeitraum auswählen)"
|
||||
'ZFThyrnauZeitraumAuswählenToolStripMenuItem
|
||||
'
|
||||
Me.ZFThyrnauZeitraumAuswählenToolStripMenuItem.Image = CType(resources.GetObject("ZFThyrnauZeitraumAuswählenToolStripMenuItem .Image"), System.Drawing.Image)
|
||||
Me.ZFThyrnauZeitraumAuswählenToolStripMenuItem.Name = "ZFThyrnauZeitraumAuswählenToolStripMenuItem "
|
||||
Me.ZFThyrnauZeitraumAuswählenToolStripMenuItem.Size = New System.Drawing.Size(274, 24)
|
||||
'ZFThyrnauZeitraumAuswählenToolStripMenuItem
|
||||
'
|
||||
Me.ZFThyrnauZeitraumAuswählenToolStripMenuItem.Name = "ZFThyrnauZeitraumAuswählenToolStripMenuItem"
|
||||
Me.ZFThyrnauZeitraumAuswählenToolStripMenuItem.Size = New System.Drawing.Size(282, 24)
|
||||
Me.ZFThyrnauZeitraumAuswählenToolStripMenuItem.Text = "ZF Thyrnau (Zeitraum auswählen)"
|
||||
'
|
||||
'cboHandlingssatz
|
||||
@@ -2517,6 +2548,19 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
Me.SplitContainer.SplitterWidth = 2
|
||||
Me.SplitContainer.TabIndex = 3
|
||||
'
|
||||
'Button22
|
||||
'
|
||||
Me.Button22.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button22.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.Button22.Location = New System.Drawing.Point(308, 129)
|
||||
Me.Button22.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.Button22.Name = "Button22"
|
||||
Me.Button22.Size = New System.Drawing.Size(62, 25)
|
||||
Me.Button22.TabIndex = 92
|
||||
Me.Button22.Text = "Woche"
|
||||
Me.Button22.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.Button22.UseVisualStyleBackColor = True
|
||||
'
|
||||
'usrCntlSpeditionsBuchSuche
|
||||
'
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None
|
||||
@@ -2720,4 +2764,7 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
Friend WithEvents lblKdAusFortschritt As Label
|
||||
Friend WithEvents cbxEIDR As CheckBox
|
||||
Friend WithEvents btnSpedBuchEinnahmen As Button
|
||||
Friend WithEvents Button12 As Button
|
||||
Friend WithEvents Button21 As Button
|
||||
Friend WithEvents Button22 As Button
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user