Partial Class frmGesamtsicherheitenMenuNEU Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. 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. Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmGesamtsicherheitenMenuNEU)) Me.dgvListe = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components) Me.Panel1 = New System.Windows.Forms.Panel() Me.txtDatBis = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.Label26 = New System.Windows.Forms.Label() Me.btnBisTag = New System.Windows.Forms.Button() Me.btnVonTag = New System.Windows.Forms.Button() Me.btnTag = New System.Windows.Forms.Button() Me.txtDatVon = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.Label24 = 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.DateTimePicker2 = New System.Windows.Forms.DateTimePicker() Me.Label25 = New System.Windows.Forms.Label() Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker() Me.cbxWarenort = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.Label4 = New System.Windows.Forms.Label() Me.cbxStandort = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.lblFiliale = New System.Windows.Forms.Label() Me.FlatButton2 = New VERAG_PROG_ALLGEMEIN.FlatButton() Me.btnSucheStarten = New VERAG_PROG_ALLGEMEIN.FlatButton() Me.txtbis = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtVon = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.Label3 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.btnResetFilter = New VERAG_PROG_ALLGEMEIN.FlatButton() Me.txtSuchbegriff = New System.Windows.Forms.TextBox() Me.chkOffen = New System.Windows.Forms.CheckBox() Me.btnNeu = New VERAG_PROG_ALLGEMEIN.FlatButton() Me.lblSaldo = New System.Windows.Forms.Label() Me.lblZollsatz = New System.Windows.Forms.Label() Me.lblReferenzwert = New System.Windows.Forms.Label() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.ExportCSVToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.btnOpenOver85Days = New VERAG_PROG_ALLGEMEIN.FlatButton() CType(Me.dgvListe, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() Me.ContextMenuStrip1.SuspendLayout() Me.SuspendLayout() ' 'dgvListe ' Me.dgvListe.AKTUALISIERUNGS_INTERVALL = -1 Me.dgvListe.AllowUserToAddRows = False Me.dgvListe.AllowUserToDeleteRows = False Me.dgvListe.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvListe.Dock = System.Windows.Forms.DockStyle.Fill Me.dgvListe.Location = New System.Drawing.Point(0, 313) Me.dgvListe.Name = "dgvListe" Me.dgvListe.ReadOnly = True Me.dgvListe.Size = New System.Drawing.Size(576, 408) Me.dgvListe.TabIndex = 1 ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Panel1.Controls.Add(Me.btnOpenOver85Days) Me.Panel1.Controls.Add(Me.txtDatBis) Me.Panel1.Controls.Add(Me.Label26) Me.Panel1.Controls.Add(Me.btnBisTag) Me.Panel1.Controls.Add(Me.btnVonTag) Me.Panel1.Controls.Add(Me.btnTag) Me.Panel1.Controls.Add(Me.txtDatVon) Me.Panel1.Controls.Add(Me.Label24) Me.Panel1.Controls.Add(Me.btnJahr) Me.Panel1.Controls.Add(Me.btnBisJahr) Me.Panel1.Controls.Add(Me.btnVonJahr) Me.Panel1.Controls.Add(Me.btnMonat) Me.Panel1.Controls.Add(Me.btnBisMonat) Me.Panel1.Controls.Add(Me.btnVonMonat) Me.Panel1.Controls.Add(Me.DateTimePicker2) Me.Panel1.Controls.Add(Me.Label25) Me.Panel1.Controls.Add(Me.DateTimePicker1) Me.Panel1.Controls.Add(Me.cbxWarenort) Me.Panel1.Controls.Add(Me.Label4) Me.Panel1.Controls.Add(Me.cbxStandort) Me.Panel1.Controls.Add(Me.lblFiliale) Me.Panel1.Controls.Add(Me.FlatButton2) Me.Panel1.Controls.Add(Me.btnSucheStarten) Me.Panel1.Controls.Add(Me.txtbis) Me.Panel1.Controls.Add(Me.txtVon) Me.Panel1.Controls.Add(Me.Label3) Me.Panel1.Controls.Add(Me.Label2) Me.Panel1.Controls.Add(Me.Label1) Me.Panel1.Controls.Add(Me.btnResetFilter) Me.Panel1.Controls.Add(Me.txtSuchbegriff) Me.Panel1.Controls.Add(Me.chkOffen) Me.Panel1.Controls.Add(Me.btnNeu) Me.Panel1.Controls.Add(Me.lblSaldo) Me.Panel1.Controls.Add(Me.lblZollsatz) Me.Panel1.Controls.Add(Me.lblReferenzwert) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(576, 313) Me.Panel1.TabIndex = 0 ' 'txtDatBis ' Me.txtDatBis._DateTimeOnly = False Me.txtDatBis._numbersOnly = False Me.txtDatBis._numbersOnlyKommastellen = "" Me.txtDatBis._numbersOnlyTrennzeichen = True Me.txtDatBis._Prozent = False Me.txtDatBis._ShortDateNew = False Me.txtDatBis._ShortDateOnly = True Me.txtDatBis._TimeOnly = False Me.txtDatBis._TimeOnly_Seconds = False Me.txtDatBis._value = "" Me.txtDatBis._Waehrung = False Me.txtDatBis._WaehrungZeichen = True Me.txtDatBis.Enabled = False Me.txtDatBis.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtDatBis.ForeColor = System.Drawing.Color.Black Me.txtDatBis.Location = New System.Drawing.Point(62, 170) Me.txtDatBis.MaxLength = 10 Me.txtDatBis.MaxLineLength = -1 Me.txtDatBis.MaxLines_Warning = "" Me.txtDatBis.MaxLines_Warning_Label = Nothing Me.txtDatBis.Name = "txtDatBis" Me.txtDatBis.Size = New System.Drawing.Size(63, 20) Me.txtDatBis.TabIndex = 21 ' 'Label26 ' Me.Label26.AutoSize = True Me.Label26.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label26.ForeColor = System.Drawing.Color.White Me.Label26.Location = New System.Drawing.Point(33, 120) Me.Label26.Name = "Label26" Me.Label26.Size = New System.Drawing.Size(43, 13) Me.Label26.TabIndex = 10 Me.Label26.Text = "Datum" ' 'btnBisTag ' Me.btnBisTag.BackColor = System.Drawing.Color.White Me.btnBisTag.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnBisTag.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.btnBisTag.ForeColor = System.Drawing.Color.Black Me.btnBisTag.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnBisTag.Location = New System.Drawing.Point(311, 120) Me.btnBisTag.Margin = New System.Windows.Forms.Padding(0) Me.btnBisTag.Name = "btnBisTag" Me.btnBisTag.Size = New System.Drawing.Size(34, 23) Me.btnBisTag.TabIndex = 13 Me.btnBisTag.Text = ">>" Me.btnBisTag.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnBisTag.UseVisualStyleBackColor = False ' 'btnVonTag ' Me.btnVonTag.BackColor = System.Drawing.Color.White Me.btnVonTag.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnVonTag.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.btnVonTag.ForeColor = System.Drawing.Color.Black Me.btnVonTag.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnVonTag.Location = New System.Drawing.Point(192, 120) Me.btnVonTag.Margin = New System.Windows.Forms.Padding(0) Me.btnVonTag.Name = "btnVonTag" Me.btnVonTag.Size = New System.Drawing.Size(34, 23) Me.btnVonTag.TabIndex = 11 Me.btnVonTag.Text = "<<" Me.btnVonTag.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnVonTag.UseVisualStyleBackColor = False ' 'btnTag ' Me.btnTag.BackColor = System.Drawing.Color.White Me.btnTag.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnTag.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.btnTag.ForeColor = System.Drawing.Color.Black Me.btnTag.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnTag.Location = New System.Drawing.Point(225, 120) Me.btnTag.Margin = New System.Windows.Forms.Padding(0) Me.btnTag.Name = "btnTag" Me.btnTag.Size = New System.Drawing.Size(87, 23) Me.btnTag.TabIndex = 12 Me.btnTag.Text = "Heute" Me.btnTag.UseVisualStyleBackColor = False ' 'txtDatVon ' Me.txtDatVon._DateTimeOnly = False Me.txtDatVon._numbersOnly = False Me.txtDatVon._numbersOnlyKommastellen = "" Me.txtDatVon._numbersOnlyTrennzeichen = True Me.txtDatVon._Prozent = False Me.txtDatVon._ShortDateNew = False Me.txtDatVon._ShortDateOnly = True Me.txtDatVon._TimeOnly = False Me.txtDatVon._TimeOnly_Seconds = False Me.txtDatVon._value = "" Me.txtDatVon._Waehrung = False Me.txtDatVon._WaehrungZeichen = True Me.txtDatVon.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtDatVon.ForeColor = System.Drawing.Color.Black Me.txtDatVon.Location = New System.Drawing.Point(62, 146) Me.txtDatVon.MaxLength = 10 Me.txtDatVon.MaxLineLength = -1 Me.txtDatVon.MaxLines_Warning = "" Me.txtDatVon.MaxLines_Warning_Label = Nothing Me.txtDatVon.Name = "txtDatVon" Me.txtDatVon.Size = New System.Drawing.Size(63, 20) Me.txtDatVon.TabIndex = 16 ' 'Label24 ' Me.Label24.AutoSize = True Me.Label24.ForeColor = System.Drawing.Color.White Me.Label24.Location = New System.Drawing.Point(33, 173) Me.Label24.Name = "Label24" Me.Label24.Size = New System.Drawing.Size(23, 13) Me.Label24.TabIndex = 20 Me.Label24.Text = "bis:" ' 'btnJahr ' Me.btnJahr.BackColor = System.Drawing.Color.White 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(225, 172) 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 = 24 Me.btnJahr.Text = "2016" Me.btnJahr.UseVisualStyleBackColor = False ' 'btnBisJahr ' Me.btnBisJahr.BackColor = System.Drawing.Color.White 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(311, 172) 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 = 25 Me.btnBisJahr.Text = ">>" Me.btnBisJahr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnBisJahr.UseVisualStyleBackColor = False ' 'btnVonJahr ' Me.btnVonJahr.BackColor = System.Drawing.Color.White 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(192, 172) 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 = 23 Me.btnVonJahr.Text = "<<" Me.btnVonJahr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnVonJahr.UseVisualStyleBackColor = False ' 'btnMonat ' Me.btnMonat.BackColor = System.Drawing.Color.White 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(225, 146) 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 = 18 Me.btnMonat.Text = "September" Me.btnMonat.UseVisualStyleBackColor = False ' 'btnBisMonat ' Me.btnBisMonat.BackColor = System.Drawing.Color.White 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(311, 146) 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 = 19 Me.btnBisMonat.Text = ">>" Me.btnBisMonat.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnBisMonat.UseVisualStyleBackColor = False ' 'btnVonMonat ' Me.btnVonMonat.BackColor = System.Drawing.Color.White 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(192, 146) 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 = 17 Me.btnVonMonat.Text = "<<" Me.btnVonMonat.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnVonMonat.UseVisualStyleBackColor = False ' 'DateTimePicker2 ' Me.DateTimePicker2.CustomFormat = "''" Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.DateTimePicker2.Location = New System.Drawing.Point(62, 170) 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 = 22 ' 'Label25 ' Me.Label25.AutoSize = True Me.Label25.ForeColor = System.Drawing.Color.White Me.Label25.Location = New System.Drawing.Point(33, 149) Me.Label25.Name = "Label25" Me.Label25.Size = New System.Drawing.Size(28, 13) Me.Label25.TabIndex = 14 Me.Label25.Text = "von:" ' 'DateTimePicker1 ' Me.DateTimePicker1.CustomFormat = "''" Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.DateTimePicker1.Location = New System.Drawing.Point(62, 145) 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 = 15 ' 'cbxWarenort ' Me.cbxWarenort._allowedValuesFreiText = Nothing Me.cbxWarenort._allowFreiText = False Me.cbxWarenort._value = "" Me.cbxWarenort.Anchor = System.Windows.Forms.AnchorStyles.Right Me.cbxWarenort.FormattingEnabled = True Me.cbxWarenort.Location = New System.Drawing.Point(132, 69) Me.cbxWarenort.Name = "cbxWarenort" Me.cbxWarenort.Size = New System.Drawing.Size(81, 21) Me.cbxWarenort.TabIndex = 8 ' 'Label4 ' Me.Label4.Anchor = System.Windows.Forms.AnchorStyles.Right Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) Me.Label4.ForeColor = System.Drawing.Color.Honeydew Me.Label4.Location = New System.Drawing.Point(132, 51) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(60, 15) Me.Label4.TabIndex = 5 Me.Label4.Text = "Warenort:" ' 'cbxStandort ' Me.cbxStandort._allowedValuesFreiText = Nothing Me.cbxStandort._allowFreiText = False Me.cbxStandort._value = "" Me.cbxStandort.Anchor = System.Windows.Forms.AnchorStyles.Right Me.cbxStandort.FormattingEnabled = True Me.cbxStandort.Location = New System.Drawing.Point(32, 69) Me.cbxStandort.Name = "cbxStandort" Me.cbxStandort.Size = New System.Drawing.Size(81, 21) Me.cbxStandort.TabIndex = 7 ' 'lblFiliale ' Me.lblFiliale.Anchor = System.Windows.Forms.AnchorStyles.Right Me.lblFiliale.AutoSize = True Me.lblFiliale.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) Me.lblFiliale.ForeColor = System.Drawing.Color.Honeydew Me.lblFiliale.Location = New System.Drawing.Point(32, 51) Me.lblFiliale.Name = "lblFiliale" Me.lblFiliale.Size = New System.Drawing.Size(43, 15) Me.lblFiliale.TabIndex = 4 Me.lblFiliale.Text = "Filiale:" ' 'FlatButton2 ' Me.FlatButton2.allowBorder = False Me.FlatButton2.Anchor = System.Windows.Forms.AnchorStyles.Right Me.FlatButton2.BackColor = System.Drawing.Color.White Me.FlatButton2.FlatAppearance.BorderSize = 0 Me.FlatButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.FlatButton2.ForeColor = System.Drawing.Color.Black Me.FlatButton2.Location = New System.Drawing.Point(483, 193) Me.FlatButton2.Name = "FlatButton2" Me.FlatButton2.Size = New System.Drawing.Size(81, 20) Me.FlatButton2.TabIndex = 34 Me.FlatButton2.Text = "jedes Datum" Me.FlatButton2.UseVisualStyleBackColor = False Me.FlatButton2.Visible = False ' 'btnSucheStarten ' Me.btnSucheStarten.allowBorder = False Me.btnSucheStarten.Anchor = System.Windows.Forms.AnchorStyles.Right Me.btnSucheStarten.BackColor = System.Drawing.Color.White Me.btnSucheStarten.FlatAppearance.BorderSize = 0 Me.btnSucheStarten.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSucheStarten.ForeColor = System.Drawing.Color.Black Me.btnSucheStarten.Location = New System.Drawing.Point(32, 281) Me.btnSucheStarten.Name = "btnSucheStarten" Me.btnSucheStarten.Size = New System.Drawing.Size(81, 20) Me.btnSucheStarten.TabIndex = 32 Me.btnSucheStarten.Text = "Suche starten" Me.btnSucheStarten.UseVisualStyleBackColor = False ' 'txtbis ' Me.txtbis._DateTimeOnly = False Me.txtbis._numbersOnly = False Me.txtbis._numbersOnlyKommastellen = "" Me.txtbis._numbersOnlyTrennzeichen = True Me.txtbis._Prozent = False Me.txtbis._ShortDateNew = False Me.txtbis._ShortDateOnly = False Me.txtbis._TimeOnly = False Me.txtbis._TimeOnly_Seconds = False Me.txtbis._value = "" Me.txtbis._Waehrung = False Me.txtbis._WaehrungZeichen = True Me.txtbis.Anchor = System.Windows.Forms.AnchorStyles.Right Me.txtbis.ForeColor = System.Drawing.Color.Black Me.txtbis.Location = New System.Drawing.Point(483, 169) Me.txtbis.MaxLineLength = -1 Me.txtbis.MaxLines_Warning = "" Me.txtbis.MaxLines_Warning_Label = Nothing Me.txtbis.Name = "txtbis" Me.txtbis.Size = New System.Drawing.Size(81, 20) Me.txtbis.TabIndex = 31 Me.txtbis.Visible = False ' 'txtVon ' Me.txtVon._DateTimeOnly = False Me.txtVon._numbersOnly = False Me.txtVon._numbersOnlyKommastellen = "" Me.txtVon._numbersOnlyTrennzeichen = True Me.txtVon._Prozent = False Me.txtVon._ShortDateNew = False Me.txtVon._ShortDateOnly = False Me.txtVon._TimeOnly = False Me.txtVon._TimeOnly_Seconds = False Me.txtVon._value = "" Me.txtVon._Waehrung = False Me.txtVon._WaehrungZeichen = True Me.txtVon.Anchor = System.Windows.Forms.AnchorStyles.Right Me.txtVon.ForeColor = System.Drawing.Color.Black Me.txtVon.Location = New System.Drawing.Point(480, 126) Me.txtVon.MaxLineLength = -1 Me.txtVon.MaxLines_Warning = "" Me.txtVon.MaxLines_Warning_Label = Nothing Me.txtVon.Name = "txtVon" Me.txtVon.Size = New System.Drawing.Size(81, 20) Me.txtVon.TabIndex = 30 Me.txtVon.Visible = False ' 'Label3 ' Me.Label3.Anchor = System.Windows.Forms.AnchorStyles.Right Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) Me.Label3.ForeColor = System.Drawing.Color.Honeydew Me.Label3.Location = New System.Drawing.Point(480, 150) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(24, 15) Me.Label3.TabIndex = 29 Me.Label3.Text = "Bis" Me.Label3.Visible = False ' 'Label2 ' Me.Label2.Anchor = System.Windows.Forms.AnchorStyles.Right Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) Me.Label2.ForeColor = System.Drawing.Color.Honeydew Me.Label2.Location = New System.Drawing.Point(480, 107) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(28, 15) Me.Label2.TabIndex = 28 Me.Label2.Text = "Von" Me.Label2.Visible = False ' 'Label1 ' Me.Label1.Anchor = System.Windows.Forms.AnchorStyles.Right Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) Me.Label1.ForeColor = System.Drawing.Color.Honeydew Me.Label1.Location = New System.Drawing.Point(32, 10) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(45, 15) Me.Label1.TabIndex = 0 Me.Label1.Text = "Suche:" ' 'btnResetFilter ' Me.btnResetFilter.allowBorder = False Me.btnResetFilter.Anchor = System.Windows.Forms.AnchorStyles.Right Me.btnResetFilter.BackColor = System.Drawing.Color.White Me.btnResetFilter.FlatAppearance.BorderSize = 0 Me.btnResetFilter.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnResetFilter.ForeColor = System.Drawing.Color.Black Me.btnResetFilter.Image = Global.AVISO.My.Resources.Resources.refresh Me.btnResetFilter.Location = New System.Drawing.Point(249, 24) Me.btnResetFilter.Name = "btnResetFilter" Me.btnResetFilter.Size = New System.Drawing.Size(32, 33) Me.btnResetFilter.TabIndex = 3 Me.btnResetFilter.UseVisualStyleBackColor = False ' 'txtSuchbegriff ' Me.txtSuchbegriff.Anchor = System.Windows.Forms.AnchorStyles.Right Me.txtSuchbegriff.Location = New System.Drawing.Point(32, 28) Me.txtSuchbegriff.Name = "txtSuchbegriff" Me.txtSuchbegriff.Size = New System.Drawing.Size(181, 20) Me.txtSuchbegriff.TabIndex = 2 ' 'chkOffen ' Me.chkOffen.Anchor = System.Windows.Forms.AnchorStyles.Right Me.chkOffen.AutoSize = True Me.chkOffen.Checked = True Me.chkOffen.CheckState = System.Windows.Forms.CheckState.Checked Me.chkOffen.ForeColor = System.Drawing.SystemColors.ButtonHighlight Me.chkOffen.Location = New System.Drawing.Point(35, 210) Me.chkOffen.Name = "chkOffen" Me.chkOffen.Size = New System.Drawing.Size(120, 17) Me.chkOffen.TabIndex = 26 Me.chkOffen.Text = "nur offene anzeigen" Me.chkOffen.UseVisualStyleBackColor = True ' 'btnNeu ' Me.btnNeu.allowBorder = False Me.btnNeu.Anchor = System.Windows.Forms.AnchorStyles.Right Me.btnNeu.BackColor = System.Drawing.Color.White Me.btnNeu.FlatAppearance.BorderSize = 0 Me.btnNeu.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnNeu.ForeColor = System.Drawing.Color.Black Me.btnNeu.Location = New System.Drawing.Point(492, 278) Me.btnNeu.Name = "btnNeu" Me.btnNeu.Size = New System.Drawing.Size(75, 23) Me.btnNeu.TabIndex = 33 Me.btnNeu.Text = "Neu" Me.btnNeu.UseVisualStyleBackColor = False ' 'lblSaldo ' Me.lblSaldo.Anchor = System.Windows.Forms.AnchorStyles.Right Me.lblSaldo.AutoSize = True Me.lblSaldo.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblSaldo.ForeColor = System.Drawing.Color.Honeydew Me.lblSaldo.Location = New System.Drawing.Point(368, 23) Me.lblSaldo.Name = "lblSaldo" Me.lblSaldo.Size = New System.Drawing.Size(147, 24) Me.lblSaldo.TabIndex = 1 Me.lblSaldo.Text = "Saldo: €80.000" ' 'lblZollsatz ' Me.lblZollsatz.Anchor = System.Windows.Forms.AnchorStyles.Right Me.lblZollsatz.AutoSize = True Me.lblZollsatz.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblZollsatz.ForeColor = System.Drawing.Color.Honeydew Me.lblZollsatz.Location = New System.Drawing.Point(369, 85) Me.lblZollsatz.Name = "lblZollsatz" Me.lblZollsatz.Size = New System.Drawing.Size(85, 16) Me.lblZollsatz.TabIndex = 9 Me.lblZollsatz.Text = "Zollsatz: 12%" ' 'lblReferenzwert ' Me.lblReferenzwert.Anchor = System.Windows.Forms.AnchorStyles.Right Me.lblReferenzwert.AutoSize = True Me.lblReferenzwert.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblReferenzwert.ForeColor = System.Drawing.Color.Honeydew Me.lblReferenzwert.Location = New System.Drawing.Point(369, 58) Me.lblReferenzwert.Name = "lblReferenzwert" Me.lblReferenzwert.Size = New System.Drawing.Size(136, 16) Me.lblReferenzwert.TabIndex = 6 Me.lblReferenzwert.Text = "Referenzwert: €80.000" ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ExportCSVToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(133, 26) ' 'ExportCSVToolStripMenuItem ' Me.ExportCSVToolStripMenuItem.Name = "ExportCSVToolStripMenuItem" Me.ExportCSVToolStripMenuItem.Size = New System.Drawing.Size(132, 22) Me.ExportCSVToolStripMenuItem.Text = "Export CSV" ' 'btnOpenOver85Days ' Me.btnOpenOver85Days.allowBorder = False Me.btnOpenOver85Days.Anchor = System.Windows.Forms.AnchorStyles.Right Me.btnOpenOver85Days.BackColor = System.Drawing.Color.White Me.btnOpenOver85Days.FlatAppearance.BorderSize = 0 Me.btnOpenOver85Days.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnOpenOver85Days.ForeColor = System.Drawing.Color.Black Me.btnOpenOver85Days.Location = New System.Drawing.Point(36, 244) Me.btnOpenOver85Days.Name = "btnOpenOver85Days" Me.btnOpenOver85Days.Size = New System.Drawing.Size(116, 20) Me.btnOpenOver85Days.TabIndex = 27 Me.btnOpenOver85Days.Text = "Über 85 Tage offen" Me.btnOpenOver85Days.UseVisualStyleBackColor = False Me.btnOpenOver85Days.Visible = False ' 'frmGesamtsicherheitenMenuNEU ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(576, 721) Me.Controls.Add(Me.dgvListe) Me.Controls.Add(Me.Panel1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximumSize = New System.Drawing.Size(800, 760) Me.MinimumSize = New System.Drawing.Size(499, 760) Me.Name = "frmGesamtsicherheitenMenuNEU" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "frmGesSichMenu" CType(Me.dgvListe, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.ContextMenuStrip1.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents dgvListe As VERAG_PROG_ALLGEMEIN.MyDatagridview Friend WithEvents Panel1 As Panel Friend WithEvents lblSaldo As Label Friend WithEvents lblZollsatz As Label Friend WithEvents lblReferenzwert As Label Friend WithEvents btnNeu As VERAG_PROG_ALLGEMEIN.FlatButton Friend WithEvents chkOffen As CheckBox Friend WithEvents txtSuchbegriff As TextBox Friend WithEvents btnResetFilter As VERAG_PROG_ALLGEMEIN.FlatButton Friend WithEvents Label3 As Label Friend WithEvents Label2 As Label Friend WithEvents Label1 As Label Friend WithEvents txtbis As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents txtVon As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents btnSucheStarten As VERAG_PROG_ALLGEMEIN.FlatButton Friend WithEvents FlatButton2 As VERAG_PROG_ALLGEMEIN.FlatButton Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents ExportCSVToolStripMenuItem As ToolStripMenuItem Friend WithEvents lblFiliale As Label Friend WithEvents cbxStandort As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents cbxWarenort As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents Label4 As Label Friend WithEvents txtDatBis As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents Label26 As Label Friend WithEvents btnBisTag As Button Friend WithEvents btnVonTag As Button Friend WithEvents btnTag As Button Friend WithEvents txtDatVon As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents Label24 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 DateTimePicker2 As DateTimePicker Friend WithEvents Label25 As Label Friend WithEvents DateTimePicker1 As DateTimePicker Friend WithEvents btnOpenOver85Days As VERAG_PROG_ALLGEMEIN.FlatButton End Class