997 lines
49 KiB
VB.net
997 lines
49 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmVorauskasse
|
|
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(frmVorauskasse))
|
|
Me.pnl = New System.Windows.Forms.Panel()
|
|
Me.cbxLKWAnkunft = New System.Windows.Forms.CheckBox()
|
|
Me.txtBetrag = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label7 = 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.cboSachbearbeiterBH = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
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.Label28 = New System.Windows.Forms.Label()
|
|
Me.Label21 = New System.Windows.Forms.Label()
|
|
Me.Label23 = New System.Windows.Forms.Label()
|
|
Me.btnJahr = New System.Windows.Forms.Button()
|
|
Me.pnlTop = New System.Windows.Forms.Panel()
|
|
Me.btnVK_VERAG_VR = New System.Windows.Forms.Button()
|
|
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.btnDel = New System.Windows.Forms.Button()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.txtAuswahlAbfNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.pnlBH = New System.Windows.Forms.Panel()
|
|
Me.Button4 = New System.Windows.Forms.Button()
|
|
Me.btnBuchungAufheben = New System.Windows.Forms.Button()
|
|
Me.txtBemerkung = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.Button1 = 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.pnl.SuspendLayout()
|
|
Me.pnlTop.SuspendLayout()
|
|
Me.Panel1.SuspendLayout()
|
|
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.pnloptions.SuspendLayout()
|
|
Me.pnlBH.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'pnl
|
|
'
|
|
Me.pnl.BackColor = System.Drawing.Color.WhiteSmoke
|
|
Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pnl.Controls.Add(Me.cbxLKWAnkunft)
|
|
Me.pnl.Controls.Add(Me.txtBetrag)
|
|
Me.pnl.Controls.Add(Me.Label7)
|
|
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.cboSachbearbeiterBH)
|
|
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.Label28)
|
|
Me.pnl.Controls.Add(Me.Label21)
|
|
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(1199, 162)
|
|
Me.pnl.TabIndex = 0
|
|
'
|
|
'cbxLKWAnkunft
|
|
'
|
|
Me.cbxLKWAnkunft.AutoSize = True
|
|
Me.cbxLKWAnkunft.Location = New System.Drawing.Point(923, 131)
|
|
Me.cbxLKWAnkunft.Name = "cbxLKWAnkunft"
|
|
Me.cbxLKWAnkunft.Size = New System.Drawing.Size(151, 17)
|
|
Me.cbxLKWAnkunft.TabIndex = 71
|
|
Me.cbxLKWAnkunft.Text = "LKW auf Status ""Ankunft"""
|
|
Me.cbxLKWAnkunft.UseVisualStyleBackColor = True
|
|
'
|
|
'txtBetrag
|
|
'
|
|
Me.txtBetrag._DateTimeOnly = False
|
|
Me.txtBetrag._numbersOnly = False
|
|
Me.txtBetrag._numbersOnlyKommastellen = ""
|
|
Me.txtBetrag._Prozent = False
|
|
Me.txtBetrag._ShortDateNew = False
|
|
Me.txtBetrag._ShortDateOnly = False
|
|
Me.txtBetrag._TimeOnly = False
|
|
Me.txtBetrag._value = Nothing
|
|
Me.txtBetrag._Waehrung = True
|
|
Me.txtBetrag._WaehrungZeichen = True
|
|
Me.txtBetrag.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtBetrag.ForeColor = System.Drawing.Color.Black
|
|
Me.txtBetrag.Location = New System.Drawing.Point(642, 129)
|
|
Me.txtBetrag.MaxLineLength = -1
|
|
Me.txtBetrag.MaxLines_Warning = ""
|
|
Me.txtBetrag.MaxLines_Warning_Label = Nothing
|
|
Me.txtBetrag.Name = "txtBetrag"
|
|
Me.txtBetrag.Size = New System.Drawing.Size(135, 20)
|
|
Me.txtBetrag.TabIndex = 70
|
|
Me.txtBetrag.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
|
'
|
|
'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(591, 132)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(41, 13)
|
|
Me.Label7.TabIndex = 69
|
|
Me.Label7.Text = "Betrag:"
|
|
'
|
|
'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:"
|
|
'
|
|
'cboSachbearbeiterBH
|
|
'
|
|
Me.cboSachbearbeiterBH._allowedValuesFreiText = Nothing
|
|
Me.cboSachbearbeiterBH._allowFreiText = False
|
|
Me.cboSachbearbeiterBH._value = ""
|
|
Me.cboSachbearbeiterBH.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
|
|
Me.cboSachbearbeiterBH.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
|
Me.cboSachbearbeiterBH.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cboSachbearbeiterBH.FormattingEnabled = True
|
|
Me.cboSachbearbeiterBH.Location = New System.Drawing.Point(642, 100)
|
|
Me.cboSachbearbeiterBH.Name = "cboSachbearbeiterBH"
|
|
Me.cboSachbearbeiterBH.Size = New System.Drawing.Size(252, 24)
|
|
Me.cboSachbearbeiterBH.TabIndex = 60
|
|
'
|
|
'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(642, 77)
|
|
Me.cboSachbearbeiterQS.Name = "cboSachbearbeiterQS"
|
|
Me.cboSachbearbeiterQS.Size = New System.Drawing.Size(252, 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.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(923, 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
|
|
'
|
|
'Label28
|
|
'
|
|
Me.Label28.AutoSize = True
|
|
Me.Label28.Location = New System.Drawing.Point(607, 105)
|
|
Me.Label28.Name = "Label28"
|
|
Me.Label28.Size = New System.Drawing.Size(25, 13)
|
|
Me.Label28.TabIndex = 64
|
|
Me.Label28.Text = "BH:"
|
|
'
|
|
'Label21
|
|
'
|
|
Me.Label21.AutoSize = True
|
|
Me.Label21.Location = New System.Drawing.Point(607, 82)
|
|
Me.Label21.Name = "Label21"
|
|
Me.Label21.Size = New System.Drawing.Size(25, 13)
|
|
Me.Label21.TabIndex = 58
|
|
Me.Label21.Text = "QS:"
|
|
'
|
|
'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.btnVK_VERAG_VR)
|
|
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(1197, 48)
|
|
Me.pnlTop.TabIndex = 34
|
|
'
|
|
'btnVK_VERAG_VR
|
|
'
|
|
Me.btnVK_VERAG_VR.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.btnVK_VERAG_VR.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnVK_VERAG_VR.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!)
|
|
Me.btnVK_VERAG_VR.ForeColor = System.Drawing.Color.White
|
|
Me.btnVK_VERAG_VR.Image = Global.SDL.My.Resources.Resources.moneybag1
|
|
Me.btnVK_VERAG_VR.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnVK_VERAG_VR.Location = New System.Drawing.Point(900, 3)
|
|
Me.btnVK_VERAG_VR.Name = "btnVK_VERAG_VR"
|
|
Me.btnVK_VERAG_VR.Size = New System.Drawing.Size(185, 42)
|
|
Me.btnVK_VERAG_VR.TabIndex = 71
|
|
Me.btnVK_VERAG_VR.Text = "VK Konto VERAG" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "VR-Bank Passau"
|
|
Me.btnVK_VERAG_VR.UseVisualStyleBackColor = False
|
|
Me.btnVK_VERAG_VR.Visible = False
|
|
'
|
|
'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(162, 26)
|
|
Me.Label4.TabIndex = 0
|
|
Me.Label4.Text = "Vorauskassen"
|
|
'
|
|
'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(112, 13)
|
|
Me.lblAbfertigungsdatum.TabIndex = 32
|
|
Me.lblAbfertigungsdatum.Text = "Abfertigungsdatum"
|
|
'
|
|
'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(1199, 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(1199, 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.btnDel)
|
|
Me.pnloptions.Controls.Add(Me.Label8)
|
|
Me.pnloptions.Controls.Add(Me.txtAuswahlAbfNr)
|
|
Me.pnloptions.Controls.Add(Me.Button3)
|
|
Me.pnloptions.Controls.Add(Me.pnlBH)
|
|
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(1199, 59)
|
|
Me.pnloptions.TabIndex = 2
|
|
'
|
|
'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(965, 3)
|
|
Me.btnDel.Name = "btnDel"
|
|
Me.btnDel.Size = New System.Drawing.Size(137, 21)
|
|
Me.btnDel.TabIndex = 73
|
|
Me.btnDel.Text = "Vorauskasse löschen"
|
|
Me.btnDel.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnDel.UseVisualStyleBackColor = True
|
|
Me.btnDel.Visible = False
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label8.Location = New System.Drawing.Point(799, 15)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(83, 13)
|
|
Me.Label8.TabIndex = 70
|
|
Me.Label8.Text = "Abf.Nr Auswahl:"
|
|
'
|
|
'txtAuswahlAbfNr
|
|
'
|
|
Me.txtAuswahlAbfNr._DateTimeOnly = False
|
|
Me.txtAuswahlAbfNr._numbersOnly = False
|
|
Me.txtAuswahlAbfNr._numbersOnlyKommastellen = ""
|
|
Me.txtAuswahlAbfNr._Prozent = False
|
|
Me.txtAuswahlAbfNr._ShortDateNew = False
|
|
Me.txtAuswahlAbfNr._ShortDateOnly = False
|
|
Me.txtAuswahlAbfNr._TimeOnly = False
|
|
Me.txtAuswahlAbfNr._value = Nothing
|
|
Me.txtAuswahlAbfNr._Waehrung = False
|
|
Me.txtAuswahlAbfNr._WaehrungZeichen = True
|
|
Me.txtAuswahlAbfNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtAuswahlAbfNr.ForeColor = System.Drawing.Color.Black
|
|
Me.txtAuswahlAbfNr.Location = New System.Drawing.Point(802, 30)
|
|
Me.txtAuswahlAbfNr.MaxLineLength = -1
|
|
Me.txtAuswahlAbfNr.MaxLines_Warning = ""
|
|
Me.txtAuswahlAbfNr.MaxLines_Warning_Label = Nothing
|
|
Me.txtAuswahlAbfNr.Name = "txtAuswahlAbfNr"
|
|
Me.txtAuswahlAbfNr.Size = New System.Drawing.Size(214, 20)
|
|
Me.txtAuswahlAbfNr.TabIndex = 70
|
|
'
|
|
'Button3
|
|
'
|
|
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.Button3.Image = Global.SDL.My.Resources.Resources.del_small
|
|
Me.Button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button3.Location = New System.Drawing.Point(12, 15)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(151, 35)
|
|
Me.Button3.TabIndex = 70
|
|
Me.Button3.Text = "Vorauskasse stornieren"
|
|
Me.Button3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
'
|
|
'pnlBH
|
|
'
|
|
Me.pnlBH.BackColor = System.Drawing.SystemColors.Control
|
|
Me.pnlBH.Controls.Add(Me.Button4)
|
|
Me.pnlBH.Controls.Add(Me.btnBuchungAufheben)
|
|
Me.pnlBH.Controls.Add(Me.txtBemerkung)
|
|
Me.pnlBH.Controls.Add(Me.Label5)
|
|
Me.pnlBH.Controls.Add(Me.Button1)
|
|
Me.pnlBH.Location = New System.Drawing.Point(169, 0)
|
|
Me.pnlBH.Name = "pnlBH"
|
|
Me.pnlBH.Size = New System.Drawing.Size(627, 59)
|
|
Me.pnlBH.TabIndex = 72
|
|
Me.pnlBH.Visible = False
|
|
'
|
|
'Button4
|
|
'
|
|
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button4.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Button4.Image = Global.SDL.My.Resources.Resources.rechnung1
|
|
Me.Button4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button4.Location = New System.Drawing.Point(466, 15)
|
|
Me.Button4.Name = "Button4"
|
|
Me.Button4.Size = New System.Drawing.Size(161, 35)
|
|
Me.Button4.TabIndex = 70
|
|
Me.Button4.Text = " Abf. Freigeben"
|
|
Me.Button4.UseVisualStyleBackColor = True
|
|
'
|
|
'btnBuchungAufheben
|
|
'
|
|
Me.btnBuchungAufheben.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnBuchungAufheben.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.btnBuchungAufheben.Image = Global.SDL.My.Resources.Resources.del_small
|
|
Me.btnBuchungAufheben.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnBuchungAufheben.Location = New System.Drawing.Point(331, 4)
|
|
Me.btnBuchungAufheben.Name = "btnBuchungAufheben"
|
|
Me.btnBuchungAufheben.Size = New System.Drawing.Size(130, 24)
|
|
Me.btnBuchungAufheben.TabIndex = 69
|
|
Me.btnBuchungAufheben.Text = "Buchung aufheben"
|
|
Me.btnBuchungAufheben.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnBuchungAufheben.UseVisualStyleBackColor = True
|
|
Me.btnBuchungAufheben.Visible = False
|
|
'
|
|
'txtBemerkung
|
|
'
|
|
Me.txtBemerkung._DateTimeOnly = False
|
|
Me.txtBemerkung._numbersOnly = False
|
|
Me.txtBemerkung._numbersOnlyKommastellen = ""
|
|
Me.txtBemerkung._Prozent = False
|
|
Me.txtBemerkung._ShortDateNew = False
|
|
Me.txtBemerkung._ShortDateOnly = False
|
|
Me.txtBemerkung._TimeOnly = False
|
|
Me.txtBemerkung._value = Nothing
|
|
Me.txtBemerkung._Waehrung = False
|
|
Me.txtBemerkung._WaehrungZeichen = True
|
|
Me.txtBemerkung.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtBemerkung.ForeColor = System.Drawing.Color.Black
|
|
Me.txtBemerkung.Location = New System.Drawing.Point(238, 30)
|
|
Me.txtBemerkung.MaxLineLength = -1
|
|
Me.txtBemerkung.MaxLines_Warning = ""
|
|
Me.txtBemerkung.MaxLines_Warning_Label = Nothing
|
|
Me.txtBemerkung.Name = "txtBemerkung"
|
|
Me.txtBemerkung.Size = New System.Drawing.Size(222, 20)
|
|
Me.txtBemerkung.TabIndex = 68
|
|
'
|
|
'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(235, 15)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(64, 13)
|
|
Me.Label5.TabIndex = 67
|
|
Me.Label5.Text = "Bemerkung:"
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Button1.Image = Global.SDL.My.Resources.Resources.rechnung1
|
|
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button1.Location = New System.Drawing.Point(5, 15)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(227, 35)
|
|
Me.Button1.TabIndex = 65
|
|
Me.Button1.Text = " Geldeingang gebucht"
|
|
Me.Button1.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(1108, 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(1155, 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(981, 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(1022, 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(1054, 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
|
|
'
|
|
'frmVorauskasse
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(1199, 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 = "frmVorauskasse"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Vorauskasse"
|
|
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.pnlBH.ResumeLayout(False)
|
|
Me.pnlBH.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents pnl As System.Windows.Forms.Panel
|
|
Friend WithEvents cboSachbearbeiterBH As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
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 Label28 As System.Windows.Forms.Label
|
|
Friend WithEvents Label21 As System.Windows.Forms.Label
|
|
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 Button1 As System.Windows.Forms.Button
|
|
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 pnlBH As System.Windows.Forms.Panel
|
|
Friend WithEvents txtBemerkung As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents btnBuchungAufheben As System.Windows.Forms.Button
|
|
Friend WithEvents Button3 As System.Windows.Forms.Button
|
|
Friend WithEvents txtFirma As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents txtBetrag As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
|
Friend WithEvents txtAuswahlAbfNr As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label8 As System.Windows.Forms.Label
|
|
Friend WithEvents btnDel As System.Windows.Forms.Button
|
|
Friend WithEvents Button4 As Button
|
|
Friend WithEvents btnVK_VERAG_VR As Button
|
|
Friend WithEvents cbxLKWAnkunft As CheckBox
|
|
End Class
|