neu
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||
Partial Class usrCntlSpeditionsBuchSuche
|
||||
Inherits System.Windows.Forms.UserControl
|
||||
|
||||
'UserControl überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||
<System.Diagnostics.DebuggerNonUserCode()>
|
||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
Try
|
||||
If disposing AndAlso components IsNot Nothing Then
|
||||
@@ -20,9 +20,10 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
||||
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
||||
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
<System.Diagnostics.DebuggerStepThrough()>
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(usrCntlSpeditionsBuchSuche))
|
||||
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
||||
Me.cntxtCntxtSpeditionsbuch = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||
Me.EintragLöschenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
@@ -123,6 +124,8 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
Me.btnSuche = New System.Windows.Forms.Button()
|
||||
Me.pnlSearch = New System.Windows.Forms.Panel()
|
||||
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
|
||||
Me.cboSB_TR = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.Label47 = New System.Windows.Forms.Label()
|
||||
Me.Label28 = New System.Windows.Forms.Label()
|
||||
Me.Label21 = New System.Windows.Forms.Label()
|
||||
Me.Label23 = New System.Windows.Forms.Label()
|
||||
@@ -173,8 +176,10 @@ 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.Label47 = New System.Windows.Forms.Label()
|
||||
Me.cboSB_TR = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
|
||||
Me.KundenauswertungenToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.ZFFriedrichshafenAGZeitraumAuswählenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.lblKdAusFortschritt = New System.Windows.Forms.Label()
|
||||
Me.cntxtCntxtSpeditionsbuch.SuspendLayout()
|
||||
Me.pnlRechts.SuspendLayout()
|
||||
CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -196,6 +201,7 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
Me.SplitContainer.Panel1.SuspendLayout()
|
||||
Me.SplitContainer.Panel2.SuspendLayout()
|
||||
Me.SplitContainer.SuspendLayout()
|
||||
Me.MenuStrip1.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'TabPage1
|
||||
@@ -663,6 +669,8 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
'
|
||||
'pnlBerichte
|
||||
'
|
||||
Me.pnlBerichte.Controls.Add(Me.lblKdAusFortschritt)
|
||||
Me.pnlBerichte.Controls.Add(Me.MenuStrip1)
|
||||
Me.pnlBerichte.Controls.Add(Me.cboHandlingssatz)
|
||||
Me.pnlBerichte.Controls.Add(Me.Button20)
|
||||
Me.pnlBerichte.Controls.Add(Me.Label46)
|
||||
@@ -1709,6 +1717,29 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
Me.SplitContainer1.SplitterDistance = 84
|
||||
Me.SplitContainer1.TabIndex = 0
|
||||
'
|
||||
'cboSB_TR
|
||||
'
|
||||
Me.cboSB_TR._allowedValuesFreiText = Nothing
|
||||
Me.cboSB_TR._allowFreiText = False
|
||||
Me.cboSB_TR._value = ""
|
||||
Me.cboSB_TR.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
|
||||
Me.cboSB_TR.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
||||
Me.cboSB_TR.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.cboSB_TR.FormattingEnabled = True
|
||||
Me.cboSB_TR.Location = New System.Drawing.Point(889, 57)
|
||||
Me.cboSB_TR.Name = "cboSB_TR"
|
||||
Me.cboSB_TR.Size = New System.Drawing.Size(117, 24)
|
||||
Me.cboSB_TR.TabIndex = 33
|
||||
'
|
||||
'Label47
|
||||
'
|
||||
Me.Label47.AutoSize = True
|
||||
Me.Label47.Location = New System.Drawing.Point(858, 62)
|
||||
Me.Label47.Name = "Label47"
|
||||
Me.Label47.Size = New System.Drawing.Size(25, 13)
|
||||
Me.Label47.TabIndex = 32
|
||||
Me.Label47.Text = "TR:"
|
||||
'
|
||||
'Label28
|
||||
'
|
||||
Me.Label28.AutoSize = True
|
||||
@@ -2410,28 +2441,41 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
Me.SplitContainer.SplitterWidth = 2
|
||||
Me.SplitContainer.TabIndex = 3
|
||||
'
|
||||
'Label47
|
||||
'MenuStrip1
|
||||
'
|
||||
Me.Label47.AutoSize = True
|
||||
Me.Label47.Location = New System.Drawing.Point(858, 62)
|
||||
Me.Label47.Name = "Label47"
|
||||
Me.Label47.Size = New System.Drawing.Size(25, 13)
|
||||
Me.Label47.TabIndex = 32
|
||||
Me.Label47.Text = "TR:"
|
||||
Me.MenuStrip1.Dock = System.Windows.Forms.DockStyle.None
|
||||
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.TabIndex = 89
|
||||
Me.MenuStrip1.Text = "Kundenauswertungen"
|
||||
'
|
||||
'cboSB_TR
|
||||
'KundenauswertungenToolStripMenuItem1
|
||||
'
|
||||
Me.cboSB_TR._allowedValuesFreiText = Nothing
|
||||
Me.cboSB_TR._allowFreiText = False
|
||||
Me.cboSB_TR._value = ""
|
||||
Me.cboSB_TR.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
|
||||
Me.cboSB_TR.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
||||
Me.cboSB_TR.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.cboSB_TR.FormattingEnabled = True
|
||||
Me.cboSB_TR.Location = New System.Drawing.Point(889, 57)
|
||||
Me.cboSB_TR.Name = "cboSB_TR"
|
||||
Me.cboSB_TR.Size = New System.Drawing.Size(117, 24)
|
||||
Me.cboSB_TR.TabIndex = 33
|
||||
Me.KundenauswertungenToolStripMenuItem1.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
||||
Me.KundenauswertungenToolStripMenuItem1.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ZFFriedrichshafenAGZeitraumAuswählenToolStripMenuItem})
|
||||
Me.KundenauswertungenToolStripMenuItem1.Font = New System.Drawing.Font("Segoe UI", 10.0!)
|
||||
Me.KundenauswertungenToolStripMenuItem1.ForeColor = System.Drawing.Color.White
|
||||
Me.KundenauswertungenToolStripMenuItem1.Name = "KundenauswertungenToolStripMenuItem1"
|
||||
Me.KundenauswertungenToolStripMenuItem1.Size = New System.Drawing.Size(155, 23)
|
||||
Me.KundenauswertungenToolStripMenuItem1.Text = "Kundenauswertungen"
|
||||
'
|
||||
'ZFFriedrichshafenAGZeitraumAuswählenToolStripMenuItem
|
||||
'
|
||||
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(347, 24)
|
||||
Me.ZFFriedrichshafenAGZeitraumAuswählenToolStripMenuItem.Text = "ZF Friedrichshafen AG (Zeitraum auswählen)"
|
||||
'
|
||||
'lblKdAusFortschritt
|
||||
'
|
||||
Me.lblKdAusFortschritt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.lblKdAusFortschritt.Location = New System.Drawing.Point(767, 135)
|
||||
Me.lblKdAusFortschritt.Name = "lblKdAusFortschritt"
|
||||
Me.lblKdAusFortschritt.Size = New System.Drawing.Size(77, 14)
|
||||
Me.lblKdAusFortschritt.TabIndex = 43
|
||||
Me.lblKdAusFortschritt.TextAlign = System.Drawing.ContentAlignment.TopRight
|
||||
'
|
||||
'usrCntlSpeditionsBuchSuche
|
||||
'
|
||||
@@ -2472,6 +2516,8 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
Me.SplitContainer.Panel2.ResumeLayout(False)
|
||||
CType(Me.SplitContainer, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.SplitContainer.ResumeLayout(False)
|
||||
Me.MenuStrip1.ResumeLayout(False)
|
||||
Me.MenuStrip1.PerformLayout()
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
End Sub
|
||||
@@ -2627,4 +2673,8 @@ Partial Class usrCntlSpeditionsBuchSuche
|
||||
Friend WithEvents cboHandlingssatz As VERAG_PROG_ALLGEMEIN.MyComboBox
|
||||
Friend WithEvents cboSB_TR As VERAG_PROG_ALLGEMEIN.MyComboBox
|
||||
Friend WithEvents Label47 As Label
|
||||
Friend WithEvents MenuStrip1 As MenuStrip
|
||||
Friend WithEvents KundenauswertungenToolStripMenuItem1 As ToolStripMenuItem
|
||||
Friend WithEvents ZFFriedrichshafenAGZeitraumAuswählenToolStripMenuItem As ToolStripMenuItem
|
||||
Friend WithEvents lblKdAusFortschritt As Label
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user