835 lines
41 KiB
VB.net
835 lines
41 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmPostEinschreiben
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()>
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'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()>
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmPostEinschreiben))
|
|
Me.pnl = New System.Windows.Forms.Panel()
|
|
Me.txtInAuftrag = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.txtReferenz = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.txtFirma = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.MyTextBox1 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.txtAbfertDat = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txtAbfertDatBis = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.cboSachbearbeiterQS = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.cboFiliale = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.txtAbfertigungsnummer = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Button7 = New System.Windows.Forms.Button()
|
|
Me.Button6 = New System.Windows.Forms.Button()
|
|
Me.Button5 = New System.Windows.Forms.Button()
|
|
Me.btnSuche = New System.Windows.Forms.Button()
|
|
Me.Label23 = New System.Windows.Forms.Label()
|
|
Me.btnJahr = New System.Windows.Forms.Button()
|
|
Me.pnlTop = New System.Windows.Forms.Panel()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.btnBisJahr = New System.Windows.Forms.Button()
|
|
Me.btnVonJahr = New System.Windows.Forms.Button()
|
|
Me.btnMonat = New System.Windows.Forms.Button()
|
|
Me.btnBisMonat = New System.Windows.Forms.Button()
|
|
Me.btnVonMonat = New System.Windows.Forms.Button()
|
|
Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
|
|
Me.Label13 = New System.Windows.Forms.Label()
|
|
Me.lblAbfertigungsdatum = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label12 = New System.Windows.Forms.Label()
|
|
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.MyDatagridview1 = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.pnloptions = New System.Windows.Forms.Panel()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.btnDel = New System.Windows.Forms.Button()
|
|
Me.btnExcel = New System.Windows.Forms.Button()
|
|
Me.FlatButton7 = New System.Windows.Forms.Button()
|
|
Me.lblErgebnis = New System.Windows.Forms.Label()
|
|
Me.Label37 = New System.Windows.Forms.Label()
|
|
Me.txtMaxSrch = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.btn = New System.Windows.Forms.Button()
|
|
Me.pnl.SuspendLayout()
|
|
Me.pnlTop.SuspendLayout()
|
|
Me.Panel1.SuspendLayout()
|
|
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.pnloptions.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'pnl
|
|
'
|
|
Me.pnl.BackColor = System.Drawing.Color.WhiteSmoke
|
|
Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pnl.Controls.Add(Me.txtInAuftrag)
|
|
Me.pnl.Controls.Add(Me.Label7)
|
|
Me.pnl.Controls.Add(Me.txtReferenz)
|
|
Me.pnl.Controls.Add(Me.Label5)
|
|
Me.pnl.Controls.Add(Me.txtFirma)
|
|
Me.pnl.Controls.Add(Me.Label6)
|
|
Me.pnl.Controls.Add(Me.MyTextBox1)
|
|
Me.pnl.Controls.Add(Me.Label3)
|
|
Me.pnl.Controls.Add(Me.txtAbfertDat)
|
|
Me.pnl.Controls.Add(Me.txtAbfertDatBis)
|
|
Me.pnl.Controls.Add(Me.cboSachbearbeiterQS)
|
|
Me.pnl.Controls.Add(Me.cboFiliale)
|
|
Me.pnl.Controls.Add(Me.txtAbfertigungsnummer)
|
|
Me.pnl.Controls.Add(Me.Button7)
|
|
Me.pnl.Controls.Add(Me.Button6)
|
|
Me.pnl.Controls.Add(Me.Button5)
|
|
Me.pnl.Controls.Add(Me.btnSuche)
|
|
Me.pnl.Controls.Add(Me.Label23)
|
|
Me.pnl.Controls.Add(Me.btnJahr)
|
|
Me.pnl.Controls.Add(Me.pnlTop)
|
|
Me.pnl.Controls.Add(Me.btnBisJahr)
|
|
Me.pnl.Controls.Add(Me.btnVonJahr)
|
|
Me.pnl.Controls.Add(Me.btnMonat)
|
|
Me.pnl.Controls.Add(Me.btnBisMonat)
|
|
Me.pnl.Controls.Add(Me.btnVonMonat)
|
|
Me.pnl.Controls.Add(Me.DateTimePicker2)
|
|
Me.pnl.Controls.Add(Me.Label13)
|
|
Me.pnl.Controls.Add(Me.lblAbfertigungsdatum)
|
|
Me.pnl.Controls.Add(Me.Label1)
|
|
Me.pnl.Controls.Add(Me.Label2)
|
|
Me.pnl.Controls.Add(Me.Label12)
|
|
Me.pnl.Controls.Add(Me.DateTimePicker1)
|
|
Me.pnl.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.pnl.Location = New System.Drawing.Point(0, 0)
|
|
Me.pnl.Name = "pnl"
|
|
Me.pnl.Size = New System.Drawing.Size(1272, 162)
|
|
Me.pnl.TabIndex = 0
|
|
'
|
|
'txtInAuftrag
|
|
'
|
|
Me.txtInAuftrag._DateTimeOnly = False
|
|
Me.txtInAuftrag._numbersOnly = False
|
|
Me.txtInAuftrag._numbersOnlyKommastellen = ""
|
|
Me.txtInAuftrag._Prozent = False
|
|
Me.txtInAuftrag._ShortDateNew = False
|
|
Me.txtInAuftrag._ShortDateOnly = False
|
|
Me.txtInAuftrag._TimeOnly = False
|
|
Me.txtInAuftrag._value = Nothing
|
|
Me.txtInAuftrag._Waehrung = False
|
|
Me.txtInAuftrag._WaehrungZeichen = True
|
|
Me.txtInAuftrag.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtInAuftrag.ForeColor = System.Drawing.Color.Black
|
|
Me.txtInAuftrag.Location = New System.Drawing.Point(666, 133)
|
|
Me.txtInAuftrag.MaxLineLength = -1
|
|
Me.txtInAuftrag.MaxLines_Warning = ""
|
|
Me.txtInAuftrag.MaxLines_Warning_Label = Nothing
|
|
Me.txtInAuftrag.Name = "txtInAuftrag"
|
|
Me.txtInAuftrag.Size = New System.Drawing.Size(228, 20)
|
|
Me.txtInAuftrag.TabIndex = 72
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label7.Location = New System.Drawing.Point(607, 136)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(50, 13)
|
|
Me.Label7.TabIndex = 71
|
|
Me.Label7.Text = "Avisierer:"
|
|
'
|
|
'txtReferenz
|
|
'
|
|
Me.txtReferenz._DateTimeOnly = False
|
|
Me.txtReferenz._numbersOnly = False
|
|
Me.txtReferenz._numbersOnlyKommastellen = ""
|
|
Me.txtReferenz._Prozent = False
|
|
Me.txtReferenz._ShortDateNew = False
|
|
Me.txtReferenz._ShortDateOnly = False
|
|
Me.txtReferenz._TimeOnly = False
|
|
Me.txtReferenz._value = Nothing
|
|
Me.txtReferenz._Waehrung = False
|
|
Me.txtReferenz._WaehrungZeichen = True
|
|
Me.txtReferenz.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtReferenz.ForeColor = System.Drawing.Color.Black
|
|
Me.txtReferenz.Location = New System.Drawing.Point(666, 110)
|
|
Me.txtReferenz.MaxLineLength = -1
|
|
Me.txtReferenz.MaxLines_Warning = ""
|
|
Me.txtReferenz.MaxLines_Warning_Label = Nothing
|
|
Me.txtReferenz.Name = "txtReferenz"
|
|
Me.txtReferenz.Size = New System.Drawing.Size(228, 20)
|
|
Me.txtReferenz.TabIndex = 70
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label5.Location = New System.Drawing.Point(607, 113)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(53, 13)
|
|
Me.Label5.TabIndex = 69
|
|
Me.Label5.Text = "Referenz:"
|
|
'
|
|
'txtFirma
|
|
'
|
|
Me.txtFirma._DateTimeOnly = False
|
|
Me.txtFirma._numbersOnly = False
|
|
Me.txtFirma._numbersOnlyKommastellen = ""
|
|
Me.txtFirma._Prozent = False
|
|
Me.txtFirma._ShortDateNew = False
|
|
Me.txtFirma._ShortDateOnly = False
|
|
Me.txtFirma._TimeOnly = False
|
|
Me.txtFirma._value = Nothing
|
|
Me.txtFirma._Waehrung = False
|
|
Me.txtFirma._WaehrungZeichen = True
|
|
Me.txtFirma.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtFirma.ForeColor = System.Drawing.Color.Black
|
|
Me.txtFirma.Location = New System.Drawing.Point(376, 129)
|
|
Me.txtFirma.MaxLineLength = -1
|
|
Me.txtFirma.MaxLines_Warning = ""
|
|
Me.txtFirma.MaxLines_Warning_Label = Nothing
|
|
Me.txtFirma.Name = "txtFirma"
|
|
Me.txtFirma.Size = New System.Drawing.Size(202, 20)
|
|
Me.txtFirma.TabIndex = 68
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label6.Location = New System.Drawing.Point(335, 132)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(35, 13)
|
|
Me.Label6.TabIndex = 67
|
|
Me.Label6.Text = "Firma:"
|
|
'
|
|
'MyTextBox1
|
|
'
|
|
Me.MyTextBox1._DateTimeOnly = False
|
|
Me.MyTextBox1._numbersOnly = False
|
|
Me.MyTextBox1._numbersOnlyKommastellen = ""
|
|
Me.MyTextBox1._Prozent = False
|
|
Me.MyTextBox1._ShortDateNew = False
|
|
Me.MyTextBox1._ShortDateOnly = False
|
|
Me.MyTextBox1._TimeOnly = False
|
|
Me.MyTextBox1._value = Nothing
|
|
Me.MyTextBox1._Waehrung = False
|
|
Me.MyTextBox1._WaehrungZeichen = True
|
|
Me.MyTextBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.MyTextBox1.ForeColor = System.Drawing.Color.Black
|
|
Me.MyTextBox1.Location = New System.Drawing.Point(376, 110)
|
|
Me.MyTextBox1.MaxLineLength = -1
|
|
Me.MyTextBox1.MaxLines_Warning = ""
|
|
Me.MyTextBox1.MaxLines_Warning_Label = Nothing
|
|
Me.MyTextBox1.Name = "MyTextBox1"
|
|
Me.MyTextBox1.Size = New System.Drawing.Size(202, 20)
|
|
Me.MyTextBox1.TabIndex = 66
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label3.Location = New System.Drawing.Point(335, 113)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(34, 13)
|
|
Me.Label3.TabIndex = 65
|
|
Me.Label3.Text = "LKW:"
|
|
'
|
|
'txtAbfertDat
|
|
'
|
|
Me.txtAbfertDat._DateTimeOnly = False
|
|
Me.txtAbfertDat._numbersOnly = False
|
|
Me.txtAbfertDat._numbersOnlyKommastellen = ""
|
|
Me.txtAbfertDat._Prozent = False
|
|
Me.txtAbfertDat._ShortDateNew = True
|
|
Me.txtAbfertDat._ShortDateOnly = False
|
|
Me.txtAbfertDat._TimeOnly = False
|
|
Me.txtAbfertDat._value = ""
|
|
Me.txtAbfertDat._Waehrung = False
|
|
Me.txtAbfertDat._WaehrungZeichen = True
|
|
Me.txtAbfertDat.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtAbfertDat.ForeColor = System.Drawing.Color.Black
|
|
Me.txtAbfertDat.Location = New System.Drawing.Point(41, 77)
|
|
Me.txtAbfertDat.MaxLength = 10
|
|
Me.txtAbfertDat.MaxLineLength = -1
|
|
Me.txtAbfertDat.MaxLines_Warning = ""
|
|
Me.txtAbfertDat.MaxLines_Warning_Label = Nothing
|
|
Me.txtAbfertDat.Name = "txtAbfertDat"
|
|
Me.txtAbfertDat.Size = New System.Drawing.Size(83, 20)
|
|
Me.txtAbfertDat.TabIndex = 33
|
|
'
|
|
'txtAbfertDatBis
|
|
'
|
|
Me.txtAbfertDatBis._DateTimeOnly = False
|
|
Me.txtAbfertDatBis._numbersOnly = False
|
|
Me.txtAbfertDatBis._numbersOnlyKommastellen = ""
|
|
Me.txtAbfertDatBis._Prozent = False
|
|
Me.txtAbfertDatBis._ShortDateNew = True
|
|
Me.txtAbfertDatBis._ShortDateOnly = False
|
|
Me.txtAbfertDatBis._TimeOnly = False
|
|
Me.txtAbfertDatBis._value = ""
|
|
Me.txtAbfertDatBis._Waehrung = False
|
|
Me.txtAbfertDatBis._WaehrungZeichen = True
|
|
Me.txtAbfertDatBis.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtAbfertDatBis.ForeColor = System.Drawing.Color.Black
|
|
Me.txtAbfertDatBis.Location = New System.Drawing.Point(41, 106)
|
|
Me.txtAbfertDatBis.MaxLength = 10
|
|
Me.txtAbfertDatBis.MaxLineLength = -1
|
|
Me.txtAbfertDatBis.MaxLines_Warning = ""
|
|
Me.txtAbfertDatBis.MaxLines_Warning_Label = Nothing
|
|
Me.txtAbfertDatBis.Name = "txtAbfertDatBis"
|
|
Me.txtAbfertDatBis.Size = New System.Drawing.Size(83, 20)
|
|
Me.txtAbfertDatBis.TabIndex = 36
|
|
'
|
|
'cboSachbearbeiterQS
|
|
'
|
|
Me.cboSachbearbeiterQS._allowedValuesFreiText = Nothing
|
|
Me.cboSachbearbeiterQS._allowFreiText = False
|
|
Me.cboSachbearbeiterQS._value = ""
|
|
Me.cboSachbearbeiterQS.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
|
|
Me.cboSachbearbeiterQS.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
|
Me.cboSachbearbeiterQS.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cboSachbearbeiterQS.FormattingEnabled = True
|
|
Me.cboSachbearbeiterQS.Location = New System.Drawing.Point(610, 77)
|
|
Me.cboSachbearbeiterQS.Name = "cboSachbearbeiterQS"
|
|
Me.cboSachbearbeiterQS.Size = New System.Drawing.Size(284, 24)
|
|
Me.cboSachbearbeiterQS.TabIndex = 59
|
|
'
|
|
'cboFiliale
|
|
'
|
|
Me.cboFiliale._allowedValuesFreiText = Nothing
|
|
Me.cboFiliale._allowFreiText = False
|
|
Me.cboFiliale._value = ""
|
|
Me.cboFiliale.DropDownWidth = 250
|
|
Me.cboFiliale.Font = New System.Drawing.Font("Microsoft Tai Le", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cboFiliale.FormattingEnabled = True
|
|
Me.cboFiliale.Location = New System.Drawing.Point(338, 77)
|
|
Me.cboFiliale.Name = "cboFiliale"
|
|
Me.cboFiliale.Size = New System.Drawing.Size(80, 22)
|
|
Me.cboFiliale.TabIndex = 53
|
|
'
|
|
'txtAbfertigungsnummer
|
|
'
|
|
Me.txtAbfertigungsnummer._DateTimeOnly = False
|
|
Me.txtAbfertigungsnummer._numbersOnly = True
|
|
Me.txtAbfertigungsnummer._numbersOnlyKommastellen = ""
|
|
Me.txtAbfertigungsnummer._Prozent = False
|
|
Me.txtAbfertigungsnummer._ShortDateNew = False
|
|
Me.txtAbfertigungsnummer._ShortDateOnly = False
|
|
Me.txtAbfertigungsnummer._TimeOnly = False
|
|
Me.txtAbfertigungsnummer._value = ""
|
|
Me.txtAbfertigungsnummer._Waehrung = False
|
|
Me.txtAbfertigungsnummer._WaehrungZeichen = True
|
|
Me.txtAbfertigungsnummer.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtAbfertigungsnummer.ForeColor = System.Drawing.Color.Black
|
|
Me.txtAbfertigungsnummer.Location = New System.Drawing.Point(417, 77)
|
|
Me.txtAbfertigungsnummer.MaxLineLength = -1
|
|
Me.txtAbfertigungsnummer.MaxLines_Warning = ""
|
|
Me.txtAbfertigungsnummer.MaxLines_Warning_Label = Nothing
|
|
Me.txtAbfertigungsnummer.Multiline = True
|
|
Me.txtAbfertigungsnummer.Name = "txtAbfertigungsnummer"
|
|
Me.txtAbfertigungsnummer.Size = New System.Drawing.Size(161, 22)
|
|
Me.txtAbfertigungsnummer.TabIndex = 55
|
|
'
|
|
'Button7
|
|
'
|
|
Me.Button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.Button7.ForeColor = System.Drawing.Color.Black
|
|
Me.Button7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button7.Location = New System.Drawing.Point(281, 51)
|
|
Me.Button7.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.Button7.Name = "Button7"
|
|
Me.Button7.Size = New System.Drawing.Size(34, 23)
|
|
Me.Button7.TabIndex = 45
|
|
Me.Button7.Text = ">>"
|
|
Me.Button7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button7.UseVisualStyleBackColor = True
|
|
'
|
|
'Button6
|
|
'
|
|
Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.Button6.ForeColor = System.Drawing.Color.Black
|
|
Me.Button6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button6.Location = New System.Drawing.Point(162, 51)
|
|
Me.Button6.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.Button6.Name = "Button6"
|
|
Me.Button6.Size = New System.Drawing.Size(34, 23)
|
|
Me.Button6.TabIndex = 41
|
|
Me.Button6.Text = "<<"
|
|
Me.Button6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button6.UseVisualStyleBackColor = True
|
|
'
|
|
'Button5
|
|
'
|
|
Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.Button5.ForeColor = System.Drawing.Color.Black
|
|
Me.Button5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button5.Location = New System.Drawing.Point(195, 51)
|
|
Me.Button5.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.Button5.Name = "Button5"
|
|
Me.Button5.Size = New System.Drawing.Size(87, 23)
|
|
Me.Button5.TabIndex = 43
|
|
Me.Button5.Text = "Heute"
|
|
Me.Button5.UseVisualStyleBackColor = True
|
|
'
|
|
'btnSuche
|
|
'
|
|
Me.btnSuche.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnSuche.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnSuche.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnSuche.Image = Global.SDL.My.Resources.Resources.search
|
|
Me.btnSuche.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnSuche.Location = New System.Drawing.Point(1082, 72)
|
|
Me.btnSuche.Name = "btnSuche"
|
|
Me.btnSuche.Size = New System.Drawing.Size(162, 52)
|
|
Me.btnSuche.TabIndex = 61
|
|
Me.btnSuche.Text = "Suche starten"
|
|
Me.btnSuche.UseVisualStyleBackColor = True
|
|
'
|
|
'Label23
|
|
'
|
|
Me.Label23.AutoSize = True
|
|
Me.Label23.Location = New System.Drawing.Point(12, 109)
|
|
Me.Label23.Name = "Label23"
|
|
Me.Label23.Size = New System.Drawing.Size(23, 13)
|
|
Me.Label23.TabIndex = 38
|
|
Me.Label23.Text = "bis:"
|
|
'
|
|
'btnJahr
|
|
'
|
|
Me.btnJahr.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnJahr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.btnJahr.ForeColor = System.Drawing.Color.Black
|
|
Me.btnJahr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnJahr.Location = New System.Drawing.Point(195, 103)
|
|
Me.btnJahr.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnJahr.Name = "btnJahr"
|
|
Me.btnJahr.Size = New System.Drawing.Size(87, 23)
|
|
Me.btnJahr.TabIndex = 51
|
|
Me.btnJahr.Text = "2016"
|
|
Me.btnJahr.UseVisualStyleBackColor = True
|
|
'
|
|
'pnlTop
|
|
'
|
|
Me.pnlTop.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.pnlTop.Controls.Add(Me.Label4)
|
|
Me.pnlTop.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.pnlTop.Location = New System.Drawing.Point(0, 0)
|
|
Me.pnlTop.Name = "pnlTop"
|
|
Me.pnlTop.Size = New System.Drawing.Size(1270, 48)
|
|
Me.pnlTop.TabIndex = 34
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label4.ForeColor = System.Drawing.Color.White
|
|
Me.Label4.Location = New System.Drawing.Point(10, 13)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(305, 26)
|
|
Me.Label4.TabIndex = 0
|
|
Me.Label4.Text = "Postversand (Einschreiben)"
|
|
'
|
|
'btnBisJahr
|
|
'
|
|
Me.btnBisJahr.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnBisJahr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.btnBisJahr.ForeColor = System.Drawing.Color.Black
|
|
Me.btnBisJahr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnBisJahr.Location = New System.Drawing.Point(281, 103)
|
|
Me.btnBisJahr.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnBisJahr.Name = "btnBisJahr"
|
|
Me.btnBisJahr.Size = New System.Drawing.Size(34, 23)
|
|
Me.btnBisJahr.TabIndex = 52
|
|
Me.btnBisJahr.Text = ">>"
|
|
Me.btnBisJahr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnBisJahr.UseVisualStyleBackColor = True
|
|
'
|
|
'btnVonJahr
|
|
'
|
|
Me.btnVonJahr.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnVonJahr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.btnVonJahr.ForeColor = System.Drawing.Color.Black
|
|
Me.btnVonJahr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnVonJahr.Location = New System.Drawing.Point(162, 103)
|
|
Me.btnVonJahr.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnVonJahr.Name = "btnVonJahr"
|
|
Me.btnVonJahr.Size = New System.Drawing.Size(34, 23)
|
|
Me.btnVonJahr.TabIndex = 50
|
|
Me.btnVonJahr.Text = "<<"
|
|
Me.btnVonJahr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnVonJahr.UseVisualStyleBackColor = True
|
|
'
|
|
'btnMonat
|
|
'
|
|
Me.btnMonat.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnMonat.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.btnMonat.ForeColor = System.Drawing.Color.Black
|
|
Me.btnMonat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnMonat.Location = New System.Drawing.Point(195, 77)
|
|
Me.btnMonat.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnMonat.Name = "btnMonat"
|
|
Me.btnMonat.Size = New System.Drawing.Size(87, 23)
|
|
Me.btnMonat.TabIndex = 48
|
|
Me.btnMonat.Text = "September"
|
|
Me.btnMonat.UseVisualStyleBackColor = True
|
|
'
|
|
'btnBisMonat
|
|
'
|
|
Me.btnBisMonat.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnBisMonat.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.btnBisMonat.ForeColor = System.Drawing.Color.Black
|
|
Me.btnBisMonat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnBisMonat.Location = New System.Drawing.Point(281, 77)
|
|
Me.btnBisMonat.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnBisMonat.Name = "btnBisMonat"
|
|
Me.btnBisMonat.Size = New System.Drawing.Size(34, 23)
|
|
Me.btnBisMonat.TabIndex = 49
|
|
Me.btnBisMonat.Text = ">>"
|
|
Me.btnBisMonat.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnBisMonat.UseVisualStyleBackColor = True
|
|
'
|
|
'btnVonMonat
|
|
'
|
|
Me.btnVonMonat.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnVonMonat.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.btnVonMonat.ForeColor = System.Drawing.Color.Black
|
|
Me.btnVonMonat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnVonMonat.Location = New System.Drawing.Point(162, 77)
|
|
Me.btnVonMonat.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnVonMonat.Name = "btnVonMonat"
|
|
Me.btnVonMonat.Size = New System.Drawing.Size(34, 23)
|
|
Me.btnVonMonat.TabIndex = 47
|
|
Me.btnVonMonat.Text = "<<"
|
|
Me.btnVonMonat.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnVonMonat.UseVisualStyleBackColor = True
|
|
'
|
|
'DateTimePicker2
|
|
'
|
|
Me.DateTimePicker2.CustomFormat = "''"
|
|
Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom
|
|
Me.DateTimePicker2.Location = New System.Drawing.Point(41, 106)
|
|
Me.DateTimePicker2.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.DateTimePicker2.Name = "DateTimePicker2"
|
|
Me.DateTimePicker2.RightToLeft = System.Windows.Forms.RightToLeft.No
|
|
Me.DateTimePicker2.Size = New System.Drawing.Size(115, 20)
|
|
Me.DateTimePicker2.TabIndex = 37
|
|
'
|
|
'Label13
|
|
'
|
|
Me.Label13.AutoSize = True
|
|
Me.Label13.Location = New System.Drawing.Point(12, 81)
|
|
Me.Label13.Name = "Label13"
|
|
Me.Label13.Size = New System.Drawing.Size(28, 13)
|
|
Me.Label13.TabIndex = 46
|
|
Me.Label13.Text = "von:"
|
|
'
|
|
'lblAbfertigungsdatum
|
|
'
|
|
Me.lblAbfertigungsdatum.AutoSize = True
|
|
Me.lblAbfertigungsdatum.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblAbfertigungsdatum.Location = New System.Drawing.Point(12, 59)
|
|
Me.lblAbfertigungsdatum.Name = "lblAbfertigungsdatum"
|
|
Me.lblAbfertigungsdatum.Size = New System.Drawing.Size(43, 13)
|
|
Me.lblAbfertigungsdatum.TabIndex = 32
|
|
Me.lblAbfertigungsdatum.Text = "Datum"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.Location = New System.Drawing.Point(335, 61)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(40, 13)
|
|
Me.Label1.TabIndex = 39
|
|
Me.Label1.Text = "Filiale"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label2.Location = New System.Drawing.Point(416, 61)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(121, 13)
|
|
Me.Label2.TabIndex = 40
|
|
Me.Label2.Text = "Abfertigungsnummer"
|
|
'
|
|
'Label12
|
|
'
|
|
Me.Label12.AutoSize = True
|
|
Me.Label12.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label12.Location = New System.Drawing.Point(607, 61)
|
|
Me.Label12.Name = "Label12"
|
|
Me.Label12.Size = New System.Drawing.Size(97, 13)
|
|
Me.Label12.TabIndex = 44
|
|
Me.Label12.Text = "Sachbearbeiter:"
|
|
'
|
|
'DateTimePicker1
|
|
'
|
|
Me.DateTimePicker1.CustomFormat = "''"
|
|
Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom
|
|
Me.DateTimePicker1.Location = New System.Drawing.Point(41, 77)
|
|
Me.DateTimePicker1.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.DateTimePicker1.Name = "DateTimePicker1"
|
|
Me.DateTimePicker1.RightToLeft = System.Windows.Forms.RightToLeft.No
|
|
Me.DateTimePicker1.Size = New System.Drawing.Size(115, 20)
|
|
Me.DateTimePicker1.TabIndex = 35
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.Controls.Add(Me.MyDatagridview1)
|
|
Me.Panel1.Controls.Add(Me.Button2)
|
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.Panel1.Location = New System.Drawing.Point(0, 162)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(1272, 399)
|
|
Me.Panel1.TabIndex = 1
|
|
'
|
|
'MyDatagridview1
|
|
'
|
|
Me.MyDatagridview1.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.MyDatagridview1.AllowUserToAddRows = False
|
|
Me.MyDatagridview1.AllowUserToDeleteRows = False
|
|
Me.MyDatagridview1.AllowUserToOrderColumns = True
|
|
Me.MyDatagridview1.AllowUserToResizeRows = False
|
|
Me.MyDatagridview1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.MyDatagridview1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.MyDatagridview1.Location = New System.Drawing.Point(0, 0)
|
|
Me.MyDatagridview1.Name = "MyDatagridview1"
|
|
Me.MyDatagridview1.RowHeadersVisible = False
|
|
Me.MyDatagridview1.Size = New System.Drawing.Size(1272, 399)
|
|
Me.MyDatagridview1.TabIndex = 0
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button2.Image = Global.SDL.My.Resources.Resources.plus
|
|
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button2.Location = New System.Drawing.Point(148, 342)
|
|
Me.Button2.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Padding = New System.Windows.Forms.Padding(0, 0, 10, 0)
|
|
Me.Button2.Size = New System.Drawing.Size(84, 35)
|
|
Me.Button2.TabIndex = 71
|
|
Me.Button2.Text = "Neu"
|
|
Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
Me.Button2.Visible = False
|
|
'
|
|
'pnloptions
|
|
'
|
|
Me.pnloptions.BackColor = System.Drawing.Color.WhiteSmoke
|
|
Me.pnloptions.Controls.Add(Me.btn)
|
|
Me.pnloptions.Controls.Add(Me.Button1)
|
|
Me.pnloptions.Controls.Add(Me.btnDel)
|
|
Me.pnloptions.Controls.Add(Me.btnExcel)
|
|
Me.pnloptions.Controls.Add(Me.FlatButton7)
|
|
Me.pnloptions.Controls.Add(Me.lblErgebnis)
|
|
Me.pnloptions.Controls.Add(Me.Label37)
|
|
Me.pnloptions.Controls.Add(Me.txtMaxSrch)
|
|
Me.pnloptions.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.pnloptions.Location = New System.Drawing.Point(0, 561)
|
|
Me.pnloptions.Name = "pnloptions"
|
|
Me.pnloptions.Size = New System.Drawing.Size(1272, 59)
|
|
Me.pnloptions.TabIndex = 2
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.Button1.Image = Global.SDL.My.Resources.Resources.plus
|
|
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button1.Location = New System.Drawing.Point(16, 5)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Padding = New System.Windows.Forms.Padding(0, 0, 20, 0)
|
|
Me.Button1.Size = New System.Drawing.Size(109, 47)
|
|
Me.Button1.TabIndex = 74
|
|
Me.Button1.Text = "NEU"
|
|
Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'btnDel
|
|
'
|
|
Me.btnDel.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnDel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnDel.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.btnDel.Image = Global.SDL.My.Resources.Resources.del_small
|
|
Me.btnDel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnDel.Location = New System.Drawing.Point(131, 5)
|
|
Me.btnDel.Name = "btnDel"
|
|
Me.btnDel.Size = New System.Drawing.Size(137, 47)
|
|
Me.btnDel.TabIndex = 73
|
|
Me.btnDel.Text = "Eintrag löschen"
|
|
Me.btnDel.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnDel.UseVisualStyleBackColor = True
|
|
'
|
|
'btnExcel
|
|
'
|
|
Me.btnExcel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnExcel.BackgroundImage = Global.SDL.My.Resources.Resources.Excel_logo
|
|
Me.btnExcel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
|
|
Me.btnExcel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnExcel.Location = New System.Drawing.Point(1181, 22)
|
|
Me.btnExcel.Name = "btnExcel"
|
|
Me.btnExcel.Size = New System.Drawing.Size(41, 34)
|
|
Me.btnExcel.TabIndex = 67
|
|
Me.btnExcel.UseVisualStyleBackColor = True
|
|
'
|
|
'FlatButton7
|
|
'
|
|
Me.FlatButton7.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.FlatButton7.BackgroundImage = Global.SDL.My.Resources.Resources.refresh
|
|
Me.FlatButton7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.FlatButton7.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.FlatButton7.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.FlatButton7.ForeColor = System.Drawing.Color.Black
|
|
Me.FlatButton7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.FlatButton7.Location = New System.Drawing.Point(1228, 22)
|
|
Me.FlatButton7.Name = "FlatButton7"
|
|
Me.FlatButton7.Size = New System.Drawing.Size(41, 34)
|
|
Me.FlatButton7.TabIndex = 68
|
|
Me.FlatButton7.UseVisualStyleBackColor = True
|
|
'
|
|
'lblErgebnis
|
|
'
|
|
Me.lblErgebnis.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.lblErgebnis.Location = New System.Drawing.Point(1054, 5)
|
|
Me.lblErgebnis.Name = "lblErgebnis"
|
|
Me.lblErgebnis.Size = New System.Drawing.Size(215, 14)
|
|
Me.lblErgebnis.TabIndex = 66
|
|
Me.lblErgebnis.Text = "Ergebnisse: 0"
|
|
Me.lblErgebnis.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'Label37
|
|
'
|
|
Me.Label37.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Label37.AutoSize = True
|
|
Me.Label37.Location = New System.Drawing.Point(1095, 33)
|
|
Me.Label37.Name = "Label37"
|
|
Me.Label37.Size = New System.Drawing.Size(30, 13)
|
|
Me.Label37.TabIndex = 69
|
|
Me.Label37.Text = "Max:"
|
|
'
|
|
'txtMaxSrch
|
|
'
|
|
Me.txtMaxSrch._DateTimeOnly = False
|
|
Me.txtMaxSrch._numbersOnly = True
|
|
Me.txtMaxSrch._numbersOnlyKommastellen = ""
|
|
Me.txtMaxSrch._Prozent = False
|
|
Me.txtMaxSrch._ShortDateNew = False
|
|
Me.txtMaxSrch._ShortDateOnly = False
|
|
Me.txtMaxSrch._TimeOnly = False
|
|
Me.txtMaxSrch._value = ""
|
|
Me.txtMaxSrch._Waehrung = False
|
|
Me.txtMaxSrch._WaehrungZeichen = True
|
|
Me.txtMaxSrch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.txtMaxSrch.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtMaxSrch.ForeColor = System.Drawing.Color.Black
|
|
Me.txtMaxSrch.Location = New System.Drawing.Point(1127, 30)
|
|
Me.txtMaxSrch.MaxLineLength = -1
|
|
Me.txtMaxSrch.MaxLines_Warning = ""
|
|
Me.txtMaxSrch.MaxLines_Warning_Label = Nothing
|
|
Me.txtMaxSrch.Name = "txtMaxSrch"
|
|
Me.txtMaxSrch.Size = New System.Drawing.Size(48, 20)
|
|
Me.txtMaxSrch.TabIndex = 70
|
|
Me.txtMaxSrch.Text = "1000"
|
|
Me.txtMaxSrch.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
|
'
|
|
'btn
|
|
'
|
|
Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btn.Location = New System.Drawing.Point(953, 22)
|
|
Me.btn.Name = "btn"
|
|
Me.btn.Size = New System.Drawing.Size(97, 34)
|
|
Me.btn.TabIndex = 75
|
|
Me.btn.Text = "Speichern"
|
|
Me.btn.UseVisualStyleBackColor = True
|
|
'
|
|
'frmPostEinschreiben
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(1272, 620)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.Controls.Add(Me.pnl)
|
|
Me.Controls.Add(Me.pnloptions)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmPostEinschreiben"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Postversand"
|
|
Me.pnl.ResumeLayout(False)
|
|
Me.pnl.PerformLayout()
|
|
Me.pnlTop.ResumeLayout(False)
|
|
Me.pnlTop.PerformLayout()
|
|
Me.Panel1.ResumeLayout(False)
|
|
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.pnloptions.ResumeLayout(False)
|
|
Me.pnloptions.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents pnl As System.Windows.Forms.Panel
|
|
Friend WithEvents txtAbfertDat As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents txtAbfertDatBis As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents cboSachbearbeiterQS As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents cboFiliale As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents txtAbfertigungsnummer As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Button7 As System.Windows.Forms.Button
|
|
Friend WithEvents Button6 As System.Windows.Forms.Button
|
|
Friend WithEvents Button5 As System.Windows.Forms.Button
|
|
Friend WithEvents btnSuche As System.Windows.Forms.Button
|
|
Friend WithEvents Label23 As System.Windows.Forms.Label
|
|
Friend WithEvents btnJahr As System.Windows.Forms.Button
|
|
Friend WithEvents pnlTop As System.Windows.Forms.Panel
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents btnBisJahr As System.Windows.Forms.Button
|
|
Friend WithEvents btnVonJahr As System.Windows.Forms.Button
|
|
Friend WithEvents btnMonat As System.Windows.Forms.Button
|
|
Friend WithEvents btnBisMonat As System.Windows.Forms.Button
|
|
Friend WithEvents btnVonMonat As System.Windows.Forms.Button
|
|
Friend WithEvents DateTimePicker2 As System.Windows.Forms.DateTimePicker
|
|
Friend WithEvents Label13 As System.Windows.Forms.Label
|
|
Friend WithEvents lblAbfertigungsdatum As System.Windows.Forms.Label
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents Label12 As System.Windows.Forms.Label
|
|
Friend WithEvents DateTimePicker1 As System.Windows.Forms.DateTimePicker
|
|
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
|
Friend WithEvents MyDatagridview1 As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents pnloptions As System.Windows.Forms.Panel
|
|
Friend WithEvents btnExcel As System.Windows.Forms.Button
|
|
Friend WithEvents FlatButton7 As System.Windows.Forms.Button
|
|
Friend WithEvents lblErgebnis As System.Windows.Forms.Label
|
|
Friend WithEvents Label37 As System.Windows.Forms.Label
|
|
Friend WithEvents txtMaxSrch As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents MyTextBox1 As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents Button2 As System.Windows.Forms.Button
|
|
Friend WithEvents txtFirma As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents btnDel As Button
|
|
Friend WithEvents txtReferenz As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents txtInAuftrag As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label7 As Label
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents btn As Button
|
|
End Class
|