613 lines
27 KiB
VB.net
613 lines
27 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmFaktAufschubSuche
|
|
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(frmFaktAufschubSuche))
|
|
Me.pnl = New System.Windows.Forms.Panel()
|
|
Me.cbxKontoNull = New System.Windows.Forms.CheckBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.cboKonto = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Button7 = New System.Windows.Forms.Button()
|
|
Me.Button6 = New System.Windows.Forms.Button()
|
|
Me.Button5 = New System.Windows.Forms.Button()
|
|
Me.txtAbfertDat = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label23 = New System.Windows.Forms.Label()
|
|
Me.btnJahr = New System.Windows.Forms.Button()
|
|
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.txtAbfertDatBis = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
|
|
Me.Label13 = New System.Windows.Forms.Label()
|
|
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
|
|
Me.cbxVerbuchteAnzeigen = New System.Windows.Forms.CheckBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.txtRegNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.lbl = New System.Windows.Forms.Label()
|
|
Me.txtBezugsNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.Button4 = New System.Windows.Forms.Button()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.Panel2 = New System.Windows.Forms.Panel()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.MyDatagridview2 = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.btn = New System.Windows.Forms.Button()
|
|
Me.MyDatagridview1 = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.pnl.SuspendLayout()
|
|
Me.Panel1.SuspendLayout()
|
|
Me.Panel2.SuspendLayout()
|
|
CType(Me.MyDatagridview2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'pnl
|
|
'
|
|
Me.pnl.Controls.Add(Me.cbxKontoNull)
|
|
Me.pnl.Controls.Add(Me.Label4)
|
|
Me.pnl.Controls.Add(Me.cboKonto)
|
|
Me.pnl.Controls.Add(Me.Label3)
|
|
Me.pnl.Controls.Add(Me.Button7)
|
|
Me.pnl.Controls.Add(Me.Button6)
|
|
Me.pnl.Controls.Add(Me.Button5)
|
|
Me.pnl.Controls.Add(Me.txtAbfertDat)
|
|
Me.pnl.Controls.Add(Me.Label23)
|
|
Me.pnl.Controls.Add(Me.btnJahr)
|
|
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.txtAbfertDatBis)
|
|
Me.pnl.Controls.Add(Me.DateTimePicker2)
|
|
Me.pnl.Controls.Add(Me.Label13)
|
|
Me.pnl.Controls.Add(Me.DateTimePicker1)
|
|
Me.pnl.Controls.Add(Me.cbxVerbuchteAnzeigen)
|
|
Me.pnl.Controls.Add(Me.Label1)
|
|
Me.pnl.Controls.Add(Me.txtRegNr)
|
|
Me.pnl.Controls.Add(Me.lbl)
|
|
Me.pnl.Controls.Add(Me.txtBezugsNr)
|
|
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(1349, 87)
|
|
Me.pnl.TabIndex = 0
|
|
'
|
|
'cbxKontoNull
|
|
'
|
|
Me.cbxKontoNull.AutoSize = True
|
|
Me.cbxKontoNull.Location = New System.Drawing.Point(675, 52)
|
|
Me.cbxKontoNull.Name = "cbxKontoNull"
|
|
Me.cbxKontoNull.Size = New System.Drawing.Size(75, 17)
|
|
Me.cbxKontoNull.TabIndex = 51
|
|
Me.cbxKontoNull.Text = "undefiniert"
|
|
Me.cbxKontoNull.UseVisualStyleBackColor = True
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(348, 53)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(38, 13)
|
|
Me.Label4.TabIndex = 50
|
|
Me.Label4.Text = "Konto:"
|
|
'
|
|
'cboKonto
|
|
'
|
|
Me.cboKonto._allowedValuesFreiText = Nothing
|
|
Me.cboKonto._allowFreiText = False
|
|
Me.cboKonto._value = ""
|
|
Me.cboKonto.FormattingEnabled = True
|
|
Me.cboKonto.Location = New System.Drawing.Point(436, 50)
|
|
Me.cboKonto.Name = "cboKonto"
|
|
Me.cboKonto.Size = New System.Drawing.Size(232, 21)
|
|
Me.cboKonto.TabIndex = 49
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label3.Location = New System.Drawing.Point(1043, 8)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(116, 13)
|
|
Me.Label3.TabIndex = 48
|
|
Me.Label3.Text = "Abfertigungsdatum:"
|
|
'
|
|
'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(1303, 3)
|
|
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 = 40
|
|
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(1184, 3)
|
|
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 = 38
|
|
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(1217, 3)
|
|
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 = 39
|
|
Me.Button5.Text = "Heute"
|
|
Me.Button5.UseVisualStyleBackColor = True
|
|
'
|
|
'txtAbfertDat
|
|
'
|
|
Me.txtAbfertDat._DateTimeOnly = False
|
|
Me.txtAbfertDat._numbersOnly = False
|
|
Me.txtAbfertDat._numbersOnlyKommastellen = ""
|
|
Me.txtAbfertDat._Prozent = False
|
|
Me.txtAbfertDat._ShortDateNew = False
|
|
Me.txtAbfertDat._ShortDateOnly = True
|
|
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(1072, 33)
|
|
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(63, 20)
|
|
Me.txtAbfertDat.TabIndex = 33
|
|
'
|
|
'Label23
|
|
'
|
|
Me.Label23.AutoSize = True
|
|
Me.Label23.Location = New System.Drawing.Point(1043, 61)
|
|
Me.Label23.Name = "Label23"
|
|
Me.Label23.Size = New System.Drawing.Size(23, 13)
|
|
Me.Label23.TabIndex = 37
|
|
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(1217, 55)
|
|
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 = 46
|
|
Me.btnJahr.Text = "2016"
|
|
Me.btnJahr.UseVisualStyleBackColor = True
|
|
'
|
|
'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(1303, 55)
|
|
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 = 47
|
|
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(1184, 55)
|
|
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 = 45
|
|
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(1217, 29)
|
|
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 = 43
|
|
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(1303, 29)
|
|
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 = 44
|
|
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(1184, 29)
|
|
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 = 42
|
|
Me.btnVonMonat.Text = "<<"
|
|
Me.btnVonMonat.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnVonMonat.UseVisualStyleBackColor = True
|
|
'
|
|
'txtAbfertDatBis
|
|
'
|
|
Me.txtAbfertDatBis._DateTimeOnly = False
|
|
Me.txtAbfertDatBis._numbersOnly = False
|
|
Me.txtAbfertDatBis._numbersOnlyKommastellen = ""
|
|
Me.txtAbfertDatBis._Prozent = False
|
|
Me.txtAbfertDatBis._ShortDateNew = False
|
|
Me.txtAbfertDatBis._ShortDateOnly = True
|
|
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(1072, 58)
|
|
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(63, 20)
|
|
Me.txtAbfertDatBis.TabIndex = 35
|
|
'
|
|
'DateTimePicker2
|
|
'
|
|
Me.DateTimePicker2.CustomFormat = "''"
|
|
Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom
|
|
Me.DateTimePicker2.Location = New System.Drawing.Point(1072, 58)
|
|
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(92, 20)
|
|
Me.DateTimePicker2.TabIndex = 36
|
|
'
|
|
'Label13
|
|
'
|
|
Me.Label13.AutoSize = True
|
|
Me.Label13.Location = New System.Drawing.Point(1043, 37)
|
|
Me.Label13.Name = "Label13"
|
|
Me.Label13.Size = New System.Drawing.Size(28, 13)
|
|
Me.Label13.TabIndex = 41
|
|
Me.Label13.Text = "von:"
|
|
'
|
|
'DateTimePicker1
|
|
'
|
|
Me.DateTimePicker1.CustomFormat = "''"
|
|
Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom
|
|
Me.DateTimePicker1.Location = New System.Drawing.Point(1072, 33)
|
|
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(92, 20)
|
|
Me.DateTimePicker1.TabIndex = 34
|
|
'
|
|
'cbxVerbuchteAnzeigen
|
|
'
|
|
Me.cbxVerbuchteAnzeigen.AutoSize = True
|
|
Me.cbxVerbuchteAnzeigen.Location = New System.Drawing.Point(93, 52)
|
|
Me.cbxVerbuchteAnzeigen.Name = "cbxVerbuchteAnzeigen"
|
|
Me.cbxVerbuchteAnzeigen.Size = New System.Drawing.Size(163, 17)
|
|
Me.cbxVerbuchteAnzeigen.TabIndex = 4
|
|
Me.cbxVerbuchteAnzeigen.Text = "verbuchte Einträge Anzeigen"
|
|
Me.cbxVerbuchteAnzeigen.ThreeState = True
|
|
Me.cbxVerbuchteAnzeigen.UseVisualStyleBackColor = True
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(348, 29)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(68, 13)
|
|
Me.Label1.TabIndex = 3
|
|
Me.Label1.Text = "RegistrierNr.:"
|
|
'
|
|
'txtRegNr
|
|
'
|
|
Me.txtRegNr._DateTimeOnly = False
|
|
Me.txtRegNr._numbersOnly = False
|
|
Me.txtRegNr._numbersOnlyKommastellen = ""
|
|
Me.txtRegNr._Prozent = False
|
|
Me.txtRegNr._ShortDateNew = False
|
|
Me.txtRegNr._ShortDateOnly = False
|
|
Me.txtRegNr._TimeOnly = False
|
|
Me.txtRegNr._value = ""
|
|
Me.txtRegNr._Waehrung = False
|
|
Me.txtRegNr._WaehrungZeichen = True
|
|
Me.txtRegNr.ForeColor = System.Drawing.Color.Black
|
|
Me.txtRegNr.Location = New System.Drawing.Point(436, 26)
|
|
Me.txtRegNr.MaxLineLength = -1
|
|
Me.txtRegNr.MaxLines_Warning = ""
|
|
Me.txtRegNr.MaxLines_Warning_Label = Nothing
|
|
Me.txtRegNr.Name = "txtRegNr"
|
|
Me.txtRegNr.Size = New System.Drawing.Size(232, 20)
|
|
Me.txtRegNr.TabIndex = 2
|
|
'
|
|
'lbl
|
|
'
|
|
Me.lbl.AutoSize = True
|
|
Me.lbl.Location = New System.Drawing.Point(13, 29)
|
|
Me.lbl.Name = "lbl"
|
|
Me.lbl.Size = New System.Drawing.Size(59, 13)
|
|
Me.lbl.TabIndex = 1
|
|
Me.lbl.Text = "BezugsNr.:"
|
|
'
|
|
'txtBezugsNr
|
|
'
|
|
Me.txtBezugsNr._DateTimeOnly = False
|
|
Me.txtBezugsNr._numbersOnly = False
|
|
Me.txtBezugsNr._numbersOnlyKommastellen = ""
|
|
Me.txtBezugsNr._Prozent = False
|
|
Me.txtBezugsNr._ShortDateNew = False
|
|
Me.txtBezugsNr._ShortDateOnly = False
|
|
Me.txtBezugsNr._TimeOnly = False
|
|
Me.txtBezugsNr._value = ""
|
|
Me.txtBezugsNr._Waehrung = False
|
|
Me.txtBezugsNr._WaehrungZeichen = True
|
|
Me.txtBezugsNr.ForeColor = System.Drawing.Color.Black
|
|
Me.txtBezugsNr.Location = New System.Drawing.Point(93, 26)
|
|
Me.txtBezugsNr.MaxLineLength = -1
|
|
Me.txtBezugsNr.MaxLines_Warning = ""
|
|
Me.txtBezugsNr.MaxLines_Warning_Label = Nothing
|
|
Me.txtBezugsNr.Name = "txtBezugsNr"
|
|
Me.txtBezugsNr.Size = New System.Drawing.Size(232, 20)
|
|
Me.txtBezugsNr.TabIndex = 0
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.Controls.Add(Me.Button4)
|
|
Me.Panel1.Controls.Add(Me.Button3)
|
|
Me.Panel1.Controls.Add(Me.Button1)
|
|
Me.Panel1.Controls.Add(Me.Panel2)
|
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.Panel1.Location = New System.Drawing.Point(0, 390)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(1349, 93)
|
|
Me.Panel1.TabIndex = 1
|
|
'
|
|
'Button4
|
|
'
|
|
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button4.Image = Global.SDL.My.Resources.Resources.Excel_logo
|
|
Me.Button4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button4.Location = New System.Drawing.Point(241, 7)
|
|
Me.Button4.Name = "Button4"
|
|
Me.Button4.Size = New System.Drawing.Size(84, 41)
|
|
Me.Button4.TabIndex = 7
|
|
Me.Button4.Text = "Excel"
|
|
Me.Button4.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button4.UseVisualStyleBackColor = True
|
|
'
|
|
'Button3
|
|
'
|
|
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button3.Image = Global.SDL.My.Resources.Resources.stift
|
|
Me.Button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button3.Location = New System.Drawing.Point(106, 7)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(114, 41)
|
|
Me.Button3.TabIndex = 6
|
|
Me.Button3.Text = "Bearbeiten"
|
|
Me.Button3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Image = Global.SDL.My.Resources.Resources.plus
|
|
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button1.Location = New System.Drawing.Point(16, 7)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(84, 41)
|
|
Me.Button1.TabIndex = 1
|
|
Me.Button1.Text = "NEU"
|
|
Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'Panel2
|
|
'
|
|
Me.Panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Panel2.Controls.Add(Me.Button2)
|
|
Me.Panel2.Controls.Add(Me.MyDatagridview2)
|
|
Me.Panel2.Controls.Add(Me.Label2)
|
|
Me.Panel2.Controls.Add(Me.btn)
|
|
Me.Panel2.Location = New System.Drawing.Point(343, 0)
|
|
Me.Panel2.Name = "Panel2"
|
|
Me.Panel2.Size = New System.Drawing.Size(1006, 93)
|
|
Me.Panel2.TabIndex = 8
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.DialogResult = System.Windows.Forms.DialogResult.OK
|
|
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button2.Location = New System.Drawing.Point(844, 7)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(150, 41)
|
|
Me.Button2.TabIndex = 2
|
|
Me.Button2.Text = "OK"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'MyDatagridview2
|
|
'
|
|
Me.MyDatagridview2.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.MyDatagridview2.AllowUserToAddRows = False
|
|
Me.MyDatagridview2.AllowUserToDeleteRows = False
|
|
Me.MyDatagridview2.AllowUserToResizeRows = False
|
|
Me.MyDatagridview2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.MyDatagridview2.Location = New System.Drawing.Point(401, 7)
|
|
Me.MyDatagridview2.Name = "MyDatagridview2"
|
|
Me.MyDatagridview2.ReadOnly = True
|
|
Me.MyDatagridview2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.MyDatagridview2.Size = New System.Drawing.Size(423, 86)
|
|
Me.MyDatagridview2.TabIndex = 3
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(211, 7)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(188, 13)
|
|
Me.Label2.TabIndex = 5
|
|
Me.Label2.Text = "Leistungen in Rechnung übernehmen:"
|
|
'
|
|
'btn
|
|
'
|
|
Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btn.Location = New System.Drawing.Point(8, 7)
|
|
Me.btn.Name = "btn"
|
|
Me.btn.Size = New System.Drawing.Size(182, 41)
|
|
Me.btn.TabIndex = 0
|
|
Me.btn.Text = "Auswahl setzen/auflösen"
|
|
Me.btn.UseVisualStyleBackColor = True
|
|
'
|
|
'MyDatagridview1
|
|
'
|
|
Me.MyDatagridview1.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.MyDatagridview1.AllowUserToAddRows = False
|
|
Me.MyDatagridview1.AllowUserToDeleteRows = False
|
|
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, 87)
|
|
Me.MyDatagridview1.Name = "MyDatagridview1"
|
|
Me.MyDatagridview1.ReadOnly = True
|
|
Me.MyDatagridview1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.MyDatagridview1.Size = New System.Drawing.Size(1349, 303)
|
|
Me.MyDatagridview1.TabIndex = 2
|
|
'
|
|
'frmFaktAufschubSuche
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.ClientSize = New System.Drawing.Size(1349, 483)
|
|
Me.Controls.Add(Me.MyDatagridview1)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.Controls.Add(Me.pnl)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmFaktAufschubSuche"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Aufschubdaten Suche"
|
|
Me.pnl.ResumeLayout(False)
|
|
Me.pnl.PerformLayout()
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel2.ResumeLayout(False)
|
|
Me.Panel2.PerformLayout()
|
|
CType(Me.MyDatagridview2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents pnl As Panel
|
|
Friend WithEvents Panel1 As Panel
|
|
Friend WithEvents MyDatagridview1 As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents lbl As Label
|
|
Friend WithEvents txtBezugsNr As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents txtRegNr As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents btn As Button
|
|
Friend WithEvents cbxVerbuchteAnzeigen As CheckBox
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents Button2 As Button
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents MyDatagridview2 As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents Button3 As Button
|
|
Friend WithEvents Button4 As Button
|
|
Friend WithEvents Panel2 As Panel
|
|
Friend WithEvents Button7 As Button
|
|
Friend WithEvents Button6 As Button
|
|
Friend WithEvents Button5 As Button
|
|
Friend WithEvents txtAbfertDat As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label23 As Label
|
|
Friend WithEvents btnJahr As Button
|
|
Friend WithEvents btnBisJahr As Button
|
|
Friend WithEvents btnVonJahr As Button
|
|
Friend WithEvents btnMonat As Button
|
|
Friend WithEvents btnBisMonat As Button
|
|
Friend WithEvents btnVonMonat As Button
|
|
Friend WithEvents txtAbfertDatBis As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents DateTimePicker2 As DateTimePicker
|
|
Friend WithEvents Label13 As Label
|
|
Friend WithEvents DateTimePicker1 As DateTimePicker
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents cboKonto As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents cbxKontoNull As CheckBox
|
|
End Class
|