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.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.ExportCSVToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ListeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.DetaillisteToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ReferenzlisteZollamtToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.SaldenNeuBerechnenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.Panel1 = New System.Windows.Forms.Panel() 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.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.Label4 = New System.Windows.Forms.Label() Me.lblFiliale = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.txtSuchbegriff = New System.Windows.Forms.TextBox() Me.chkOffen = New System.Windows.Forms.CheckBox() Me.lblSaldo = New System.Windows.Forms.Label() Me.lblZollsatz = New System.Windows.Forms.Label() Me.lblReferenzwert = New System.Windows.Forms.Label() Me.PictureBox5 = New System.Windows.Forms.PictureBox() Me.btnExcel = New VERAG_PROG_ALLGEMEIN.FlatButton() Me.dgvListe = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components) Me.btnOpenOver85Days = New VERAG_PROG_ALLGEMEIN.FlatButton() Me.txtDatBis = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtDatVon = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.cbxWarenort = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.cbxStandort = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.btnSucheStarten = New VERAG_PROG_ALLGEMEIN.FlatButton() Me.btnResetFilter = New VERAG_PROG_ALLGEMEIN.FlatButton() Me.btnNeu = New VERAG_PROG_ALLGEMEIN.FlatButton() Me.ContextMenuStrip1.SuspendLayout() Me.Panel1.SuspendLayout() CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgvListe, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ExportCSVToolStripMenuItem, Me.SaldenNeuBerechnenToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(192, 48) ' 'ExportCSVToolStripMenuItem ' Me.ExportCSVToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ListeToolStripMenuItem, Me.DetaillisteToolStripMenuItem, Me.ReferenzlisteZollamtToolStripMenuItem}) Me.ExportCSVToolStripMenuItem.Name = "ExportCSVToolStripMenuItem" Me.ExportCSVToolStripMenuItem.Size = New System.Drawing.Size(191, 22) Me.ExportCSVToolStripMenuItem.Text = "Export CSV" ' 'ListeToolStripMenuItem ' Me.ListeToolStripMenuItem.Name = "ListeToolStripMenuItem" Me.ListeToolStripMenuItem.Size = New System.Drawing.Size(186, 22) Me.ListeToolStripMenuItem.Text = "Liste" ' 'DetaillisteToolStripMenuItem ' Me.DetaillisteToolStripMenuItem.Name = "DetaillisteToolStripMenuItem" Me.DetaillisteToolStripMenuItem.Size = New System.Drawing.Size(186, 22) Me.DetaillisteToolStripMenuItem.Text = "Detailliste" ' 'ReferenzlisteZollamtToolStripMenuItem ' Me.ReferenzlisteZollamtToolStripMenuItem.Name = "ReferenzlisteZollamtToolStripMenuItem" Me.ReferenzlisteZollamtToolStripMenuItem.Size = New System.Drawing.Size(186, 22) Me.ReferenzlisteZollamtToolStripMenuItem.Text = "Referenzliste-Zollamt" ' 'SaldenNeuBerechnenToolStripMenuItem ' Me.SaldenNeuBerechnenToolStripMenuItem.Name = "SaldenNeuBerechnenToolStripMenuItem" Me.SaldenNeuBerechnenToolStripMenuItem.Size = New System.Drawing.Size(191, 22) Me.SaldenNeuBerechnenToolStripMenuItem.Text = "Salden neu berechnen" ' '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.PictureBox5) 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.btnSucheStarten) 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(658, 288) Me.Panel1.TabIndex = 0 ' '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 = 11 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 = 14 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 = 12 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 = 13 Me.btnTag.Text = "Heute" Me.btnTag.UseVisualStyleBackColor = False ' '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 = 23 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 = 28 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 = 29 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 = 27 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 = 20 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 = 21 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 = 19 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 = 26 ' '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 = 16 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 = 17 ' 'Label4 ' 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:" ' 'lblFiliale ' 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:" ' 'Label1 ' 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:" ' 'txtSuchbegriff ' 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.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 = 31 Me.chkOffen.Text = "nur offene anzeigen" Me.chkOffen.UseVisualStyleBackColor = True ' '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.Red Me.lblSaldo.Location = New System.Drawing.Point(450, 11) Me.lblSaldo.Name = "lblSaldo" Me.lblSaldo.Size = New System.Drawing.Size(82, 24) Me.lblSaldo.TabIndex = 1 Me.lblSaldo.Text = "Saldo: -" ' '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(451, 116) Me.lblZollsatz.Name = "lblZollsatz" Me.lblZollsatz.Size = New System.Drawing.Size(63, 16) Me.lblZollsatz.TabIndex = 9 Me.lblZollsatz.Text = "Zollsatz: -" ' '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(451, 89) Me.lblReferenzwert.Name = "lblReferenzwert" Me.lblReferenzwert.Size = New System.Drawing.Size(95, 16) Me.lblReferenzwert.TabIndex = 6 Me.lblReferenzwert.Text = "Referenzwert: -" ' 'PictureBox5 ' Me.PictureBox5.BackColor = System.Drawing.Color.White Me.PictureBox5.BackgroundImage = Global.AVISO.My.Resources.Resources.fragezeichen Me.PictureBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox5.Location = New System.Drawing.Point(3, 3) Me.PictureBox5.Name = "PictureBox5" Me.PictureBox5.Size = New System.Drawing.Size(23, 22) Me.PictureBox5.TabIndex = 132 Me.PictureBox5.TabStop = False ' 'btnExcel ' Me.btnExcel.allowBorder = False Me.btnExcel.Anchor = System.Windows.Forms.AnchorStyles.Right Me.btnExcel.BackColor = System.Drawing.Color.White Me.btnExcel.FlatAppearance.BorderSize = 0 Me.btnExcel.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnExcel.ForeColor = System.Drawing.Color.Black Me.btnExcel.Location = New System.Drawing.Point(249, 688) Me.btnExcel.Name = "btnExcel" Me.btnExcel.Size = New System.Drawing.Size(105, 23) Me.btnExcel.TabIndex = 35 Me.btnExcel.Text = "altes Excel öffnen" Me.btnExcel.UseVisualStyleBackColor = False ' 'dgvListe ' Me.dgvListe.AKTUALISIERUNGS_INTERVALL = -1 Me.dgvListe.AllowUserToAddRows = False Me.dgvListe.AllowUserToDeleteRows = False Me.dgvListe.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.dgvListe.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvListe.ContextMenuStrip = Me.ContextMenuStrip1 Me.dgvListe.Location = New System.Drawing.Point(-3, 288) Me.dgvListe.Name = "dgvListe" Me.dgvListe.ReadOnly = True Me.dgvListe.Size = New System.Drawing.Size(658, 394) Me.dgvListe.TabIndex = 1 ' 'btnOpenOver85Days ' Me.btnOpenOver85Days.allowBorder = False 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(196, 210) Me.btnOpenOver85Days.Name = "btnOpenOver85Days" Me.btnOpenOver85Days.Size = New System.Drawing.Size(116, 20) Me.btnOpenOver85Days.TabIndex = 32 Me.btnOpenOver85Days.Text = "Über 85 Tage offen" Me.btnOpenOver85Days.UseVisualStyleBackColor = False Me.btnOpenOver85Days.Visible = False ' '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 = 25 ' '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 = 18 ' 'cbxWarenort ' Me.cbxWarenort._allowedValuesFreiText = Nothing Me.cbxWarenort._allowFreiText = False Me.cbxWarenort._value = "" Me.cbxWarenort.DropDownWidth = 500 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 ' 'cbxStandort ' Me.cbxStandort._allowedValuesFreiText = Nothing Me.cbxStandort._allowFreiText = False Me.cbxStandort._value = "" Me.cbxStandort.DropDownWidth = 200 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 ' 'btnSucheStarten ' Me.btnSucheStarten.allowBorder = False 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, 254) Me.btnSucheStarten.Name = "btnSucheStarten" Me.btnSucheStarten.Size = New System.Drawing.Size(81, 20) Me.btnSucheStarten.TabIndex = 33 Me.btnSucheStarten.Text = "Suche starten" Me.btnSucheStarten.UseVisualStyleBackColor = False ' 'btnResetFilter ' Me.btnResetFilter.allowBorder = False 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(283, 21) Me.btnResetFilter.Name = "btnResetFilter" Me.btnResetFilter.Size = New System.Drawing.Size(62, 33) Me.btnResetFilter.TabIndex = 3 Me.btnResetFilter.UseVisualStyleBackColor = False ' '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(571, 253) Me.btnNeu.Name = "btnNeu" Me.btnNeu.Size = New System.Drawing.Size(75, 23) Me.btnNeu.TabIndex = 34 Me.btnNeu.Text = "Neu" Me.btnNeu.UseVisualStyleBackColor = 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(658, 721) Me.Controls.Add(Me.btnExcel) 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" Me.ContextMenuStrip1.ResumeLayout(False) Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgvListe, System.ComponentModel.ISupportInitialize).EndInit() 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 Label1 As Label Friend WithEvents btnSucheStarten 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 Friend WithEvents SaldenNeuBerechnenToolStripMenuItem As ToolStripMenuItem Friend WithEvents btnExcel As VERAG_PROG_ALLGEMEIN.FlatButton Friend WithEvents ListeToolStripMenuItem As ToolStripMenuItem Friend WithEvents ReferenzlisteZollamtToolStripMenuItem As ToolStripMenuItem Friend WithEvents DetaillisteToolStripMenuItem As ToolStripMenuItem Friend WithEvents PictureBox5 As PictureBox End Class