Partial Class usrCntlHauptfenster_Suche_SND Inherits System.Windows.Forms.UserControl 'UserControl ü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(usrCntlHauptfenster_Suche_SND)) Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.Panel1 = New System.Windows.Forms.Panel() Me.btnDetailsuche = New System.Windows.Forms.Button() Me.lblDauer = New System.Windows.Forms.Label() Me.lblEintraege = New System.Windows.Forms.Label() Me.cbx_My_Brexit = New System.Windows.Forms.CheckBox() Me.btnColor = New System.Windows.Forms.Button() Me.lblMySND_Anzeige = New System.Windows.Forms.Label() Me.cboMyAvisoAnzeige = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.cboMy_Grenzstelle = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.cboMy_QS = New System.Windows.Forms.CheckBox() Me.cboMy_VB = New System.Windows.Forms.CheckBox() Me.lblMySnd_Grenzstelle = New System.Windows.Forms.Label() Me.tbcntrAvisoSND = New System.Windows.Forms.TabControl() Me.tbSndAlle = New System.Windows.Forms.TabPage() Me.tbSndOffen = New System.Windows.Forms.TabPage() Me.tbSndFreigegeben = New System.Windows.Forms.TabPage() Me.btnNeu = New System.Windows.Forms.Button() Me.gridAviso = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components) Me.TimerAkte = New System.Windows.Forms.Timer(Me.components) Me.ctxtFarben = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.ALLEToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripMenuItem19 = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripMenuItem20 = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripMenuItem21 = New System.Windows.Forms.ToolStripMenuItem() Me.lblZeit_aktuell = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.Panel1.SuspendLayout() Me.tbcntrAvisoSND.SuspendLayout() CType(Me.gridAviso, System.ComponentModel.ISupportInitialize).BeginInit() Me.ctxtFarben.SuspendLayout() Me.SuspendLayout() ' '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.Label1) Me.Panel1.Controls.Add(Me.Button2) Me.Panel1.Controls.Add(Me.Button1) Me.Panel1.Controls.Add(Me.lblZeit_aktuell) Me.Panel1.Controls.Add(Me.cbx_My_Brexit) Me.Panel1.Controls.Add(Me.tbcntrAvisoSND) Me.Panel1.Controls.Add(Me.btnDetailsuche) Me.Panel1.Controls.Add(Me.btnColor) Me.Panel1.Controls.Add(Me.lblDauer) Me.Panel1.Controls.Add(Me.lblMySND_Anzeige) Me.Panel1.Controls.Add(Me.cboMyAvisoAnzeige) Me.Panel1.Controls.Add(Me.btnNeu) Me.Panel1.Controls.Add(Me.cboMy_Grenzstelle) Me.Panel1.Controls.Add(Me.lblEintraege) Me.Panel1.Controls.Add(Me.cboMy_QS) Me.Panel1.Controls.Add(Me.cboMy_VB) Me.Panel1.Controls.Add(Me.lblMySnd_Grenzstelle) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top Me.Panel1.Font = New System.Drawing.Font("Segoe UI", 9.0!) Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(1243, 76) Me.Panel1.TabIndex = 3 ' 'btnDetailsuche ' Me.btnDetailsuche.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer)) Me.btnDetailsuche.FlatAppearance.BorderColor = System.Drawing.Color.Black Me.btnDetailsuche.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnDetailsuche.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) Me.btnDetailsuche.ForeColor = System.Drawing.Color.White Me.btnDetailsuche.ImageAlign = System.Drawing.ContentAlignment.TopRight Me.btnDetailsuche.Location = New System.Drawing.Point(788, 11) Me.btnDetailsuche.Margin = New System.Windows.Forms.Padding(0) Me.btnDetailsuche.Name = "btnDetailsuche" Me.btnDetailsuche.Padding = New System.Windows.Forms.Padding(0, 0, 10, 0) Me.btnDetailsuche.Size = New System.Drawing.Size(185, 27) Me.btnDetailsuche.TabIndex = 39 Me.btnDetailsuche.Text = "Detailsuche" Me.btnDetailsuche.UseVisualStyleBackColor = False ' 'lblDauer ' Me.lblDauer.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lblDauer.BackColor = System.Drawing.Color.Transparent Me.lblDauer.ForeColor = System.Drawing.Color.White Me.lblDauer.Location = New System.Drawing.Point(974, 21) Me.lblDauer.Name = "lblDauer" Me.lblDauer.Size = New System.Drawing.Size(136, 17) Me.lblDauer.TabIndex = 27 Me.lblDauer.Text = "1111123 ms" Me.lblDauer.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'lblEintraege ' Me.lblEintraege.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lblEintraege.BackColor = System.Drawing.Color.Transparent Me.lblEintraege.ForeColor = System.Drawing.Color.White Me.lblEintraege.Location = New System.Drawing.Point(971, 8) Me.lblEintraege.Name = "lblEintraege" Me.lblEintraege.Size = New System.Drawing.Size(139, 15) Me.lblEintraege.TabIndex = 14 Me.lblEintraege.Text = "0 Einträge" Me.lblEintraege.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'cbx_My_Brexit ' Me.cbx_My_Brexit.AutoSize = True Me.cbx_My_Brexit.ForeColor = System.Drawing.Color.White Me.cbx_My_Brexit.Location = New System.Drawing.Point(342, 6) Me.cbx_My_Brexit.Name = "cbx_My_Brexit" Me.cbx_My_Brexit.Size = New System.Drawing.Size(63, 19) Me.cbx_My_Brexit.TabIndex = 28 Me.cbx_My_Brexit.Text = "BREXIT" Me.cbx_My_Brexit.UseVisualStyleBackColor = True Me.cbx_My_Brexit.Visible = False ' 'btnColor ' Me.btnColor.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnColor.BackColor = System.Drawing.Color.White Me.btnColor.Location = New System.Drawing.Point(937, 50) Me.btnColor.Name = "btnColor" Me.btnColor.Size = New System.Drawing.Size(36, 23) Me.btnColor.TabIndex = 37 Me.btnColor.UseVisualStyleBackColor = False ' 'lblMySND_Anzeige ' Me.lblMySND_Anzeige.AutoSize = True Me.lblMySND_Anzeige.ForeColor = System.Drawing.Color.White Me.lblMySND_Anzeige.Location = New System.Drawing.Point(142, 7) Me.lblMySND_Anzeige.Name = "lblMySND_Anzeige" Me.lblMySND_Anzeige.Size = New System.Drawing.Size(52, 15) Me.lblMySND_Anzeige.TabIndex = 20 Me.lblMySND_Anzeige.Text = "Anzeige:" ' 'cboMyAvisoAnzeige ' Me.cboMyAvisoAnzeige._allowedValuesFreiText = Nothing Me.cboMyAvisoAnzeige._allowFreiText = False Me.cboMyAvisoAnzeige._value = "" Me.cboMyAvisoAnzeige.BackColor = System.Drawing.Color.WhiteSmoke Me.cboMyAvisoAnzeige.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboMyAvisoAnzeige.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cboMyAvisoAnzeige.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.cboMyAvisoAnzeige.FormattingEnabled = True Me.cboMyAvisoAnzeige.Location = New System.Drawing.Point(200, 5) Me.cboMyAvisoAnzeige.Name = "cboMyAvisoAnzeige" Me.cboMyAvisoAnzeige.Size = New System.Drawing.Size(118, 21) Me.cboMyAvisoAnzeige.TabIndex = 21 ' 'cboMy_Grenzstelle ' Me.cboMy_Grenzstelle._allowedValuesFreiText = Nothing Me.cboMy_Grenzstelle._allowFreiText = False Me.cboMy_Grenzstelle._value = "" Me.cboMy_Grenzstelle.BackColor = System.Drawing.Color.WhiteSmoke Me.cboMy_Grenzstelle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboMy_Grenzstelle.DropDownWidth = 120 Me.cboMy_Grenzstelle.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cboMy_Grenzstelle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.cboMy_Grenzstelle.FormattingEnabled = True Me.cboMy_Grenzstelle.Location = New System.Drawing.Point(72, 5) Me.cboMy_Grenzstelle.Name = "cboMy_Grenzstelle" Me.cboMy_Grenzstelle.Size = New System.Drawing.Size(64, 21) Me.cboMy_Grenzstelle.TabIndex = 26 ' 'cboMy_QS ' Me.cboMy_QS.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.cboMy_QS.AutoSize = True Me.cboMy_QS.Checked = True Me.cboMy_QS.CheckState = System.Windows.Forms.CheckState.Indeterminate Me.cboMy_QS.ForeColor = System.Drawing.Color.White Me.cboMy_QS.Location = New System.Drawing.Point(1203, 55) Me.cboMy_QS.Name = "cboMy_QS" Me.cboMy_QS.Size = New System.Drawing.Size(15, 14) Me.cboMy_QS.TabIndex = 33 Me.cboMy_QS.ThreeState = True Me.cboMy_QS.UseVisualStyleBackColor = True ' 'cboMy_VB ' Me.cboMy_VB.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.cboMy_VB.AutoSize = True Me.cboMy_VB.Checked = True Me.cboMy_VB.CheckState = System.Windows.Forms.CheckState.Indeterminate Me.cboMy_VB.ForeColor = System.Drawing.Color.White Me.cboMy_VB.Location = New System.Drawing.Point(1222, 55) Me.cboMy_VB.Name = "cboMy_VB" Me.cboMy_VB.Size = New System.Drawing.Size(15, 14) Me.cboMy_VB.TabIndex = 32 Me.cboMy_VB.ThreeState = True Me.cboMy_VB.UseVisualStyleBackColor = True ' 'lblMySnd_Grenzstelle ' Me.lblMySnd_Grenzstelle.AutoSize = True Me.lblMySnd_Grenzstelle.ForeColor = System.Drawing.Color.White Me.lblMySnd_Grenzstelle.Location = New System.Drawing.Point(4, 8) Me.lblMySnd_Grenzstelle.Name = "lblMySnd_Grenzstelle" Me.lblMySnd_Grenzstelle.Size = New System.Drawing.Size(67, 15) Me.lblMySnd_Grenzstelle.TabIndex = 25 Me.lblMySnd_Grenzstelle.Text = "Grenzstelle:" ' 'tbcntrAvisoSND ' Me.tbcntrAvisoSND.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.tbcntrAvisoSND.Controls.Add(Me.tbSndAlle) Me.tbcntrAvisoSND.Controls.Add(Me.tbSndOffen) Me.tbcntrAvisoSND.Controls.Add(Me.tbSndFreigegeben) Me.tbcntrAvisoSND.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.tbcntrAvisoSND.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.tbcntrAvisoSND.ItemSize = New System.Drawing.Size(60, 30) Me.tbcntrAvisoSND.Location = New System.Drawing.Point(3, 45) Me.tbcntrAvisoSND.Name = "tbcntrAvisoSND" Me.tbcntrAvisoSND.Padding = New System.Drawing.Point(12, 3) Me.tbcntrAvisoSND.SelectedIndex = 0 Me.tbcntrAvisoSND.Size = New System.Drawing.Size(360, 31) Me.tbcntrAvisoSND.TabIndex = 27 Me.tbcntrAvisoSND.Visible = False ' 'tbSndAlle ' Me.tbSndAlle.BackColor = System.Drawing.SystemColors.ActiveBorder Me.tbSndAlle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.tbSndAlle.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.tbSndAlle.Location = New System.Drawing.Point(4, 34) Me.tbSndAlle.Name = "tbSndAlle" Me.tbSndAlle.Padding = New System.Windows.Forms.Padding(3) Me.tbSndAlle.Size = New System.Drawing.Size(352, 0) Me.tbSndAlle.TabIndex = 0 Me.tbSndAlle.Text = "Alle Sendungen" ' 'tbSndOffen ' Me.tbSndOffen.BackColor = System.Drawing.SystemColors.ActiveBorder Me.tbSndOffen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.tbSndOffen.Location = New System.Drawing.Point(4, 34) Me.tbSndOffen.Name = "tbSndOffen" Me.tbSndOffen.Padding = New System.Windows.Forms.Padding(3) Me.tbSndOffen.Size = New System.Drawing.Size(121, 0) Me.tbSndOffen.TabIndex = 1 Me.tbSndOffen.Text = "Offen" ' 'tbSndFreigegeben ' Me.tbSndFreigegeben.Location = New System.Drawing.Point(4, 34) Me.tbSndFreigegeben.Name = "tbSndFreigegeben" Me.tbSndFreigegeben.Size = New System.Drawing.Size(121, 0) Me.tbSndFreigegeben.TabIndex = 2 Me.tbSndFreigegeben.Text = "Freigegeben" Me.tbSndFreigegeben.UseVisualStyleBackColor = True ' 'btnNeu ' Me.btnNeu.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnNeu.Font = New System.Drawing.Font("Segoe UI", 11.0!) Me.btnNeu.ForeColor = System.Drawing.Color.Black Me.btnNeu.Image = CType(resources.GetObject("btnNeu.Image"), System.Drawing.Image) Me.btnNeu.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnNeu.Location = New System.Drawing.Point(1116, 6) Me.btnNeu.MaximumSize = New System.Drawing.Size(121, 35) Me.btnNeu.Name = "btnNeu" Me.btnNeu.Size = New System.Drawing.Size(121, 35) Me.btnNeu.TabIndex = 32 Me.btnNeu.Text = "Sendung" Me.btnNeu.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnNeu.UseVisualStyleBackColor = True Me.btnNeu.Visible = False ' 'gridAviso ' Me.gridAviso.AKTUALISIERUNGS_INTERVALL = -1 Me.gridAviso.AllowUserToAddRows = False Me.gridAviso.AllowUserToDeleteRows = False Me.gridAviso.AllowUserToResizeRows = False DataGridViewCellStyle1.BackColor = System.Drawing.Color.Azure DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.gridAviso.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.gridAviso.BackgroundColor = System.Drawing.Color.DarkGray Me.gridAviso.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle2.BackColor = System.Drawing.Color.LightBlue DataGridViewCellStyle2.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.gridAviso.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2 Me.gridAviso.ColumnHeadersHeight = 25 Me.gridAviso.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.gridAviso.DefaultCellStyle = DataGridViewCellStyle3 Me.gridAviso.Dock = System.Windows.Forms.DockStyle.Fill Me.gridAviso.Location = New System.Drawing.Point(0, 76) Me.gridAviso.MultiSelect = False Me.gridAviso.Name = "gridAviso" Me.gridAviso.ReadOnly = True DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.gridAviso.RowHeadersDefaultCellStyle = DataGridViewCellStyle4 Me.gridAviso.RowHeadersVisible = False Me.gridAviso.RowHeadersWidth = 62 Me.gridAviso.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.gridAviso.RowsDefaultCellStyle = DataGridViewCellStyle5 Me.gridAviso.RowTemplate.ReadOnly = True Me.gridAviso.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False] Me.gridAviso.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.gridAviso.Size = New System.Drawing.Size(1243, 556) Me.gridAviso.TabIndex = 4 Me.gridAviso.TabStop = False ' 'TimerAkte ' Me.TimerAkte.Interval = 5000 ' 'ctxtFarben ' Me.ctxtFarben.ImageScalingSize = New System.Drawing.Size(24, 24) Me.ctxtFarben.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ALLEToolStripMenuItem, Me.ToolStripMenuItem19, Me.ToolStripMenuItem20, Me.ToolStripMenuItem21}) Me.ctxtFarben.Name = "cntxt" Me.ctxtFarben.Size = New System.Drawing.Size(122, 92) ' 'ALLEToolStripMenuItem ' Me.ALLEToolStripMenuItem.Name = "ALLEToolStripMenuItem" Me.ALLEToolStripMenuItem.Size = New System.Drawing.Size(121, 22) Me.ALLEToolStripMenuItem.Text = "ALLE" ' 'ToolStripMenuItem19 ' Me.ToolStripMenuItem19.BackColor = System.Drawing.Color.Red Me.ToolStripMenuItem19.Name = "ToolStripMenuItem19" Me.ToolStripMenuItem19.Size = New System.Drawing.Size(121, 22) Me.ToolStripMenuItem19.Text = "ROT" ' 'ToolStripMenuItem20 ' Me.ToolStripMenuItem20.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer)) Me.ToolStripMenuItem20.Name = "ToolStripMenuItem20" Me.ToolStripMenuItem20.Size = New System.Drawing.Size(121, 22) Me.ToolStripMenuItem20.Text = "ORANGE" ' 'ToolStripMenuItem21 ' Me.ToolStripMenuItem21.BackColor = System.Drawing.Color.Yellow Me.ToolStripMenuItem21.Name = "ToolStripMenuItem21" Me.ToolStripMenuItem21.Size = New System.Drawing.Size(121, 22) Me.ToolStripMenuItem21.Text = "GELB" ' 'lblZeit_aktuell ' Me.lblZeit_aktuell.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lblZeit_aktuell.AutoSize = True Me.lblZeit_aktuell.ForeColor = System.Drawing.Color.White Me.lblZeit_aktuell.Location = New System.Drawing.Point(668, 13) Me.lblZeit_aktuell.Name = "lblZeit_aktuell" Me.lblZeit_aktuell.Size = New System.Drawing.Size(101, 15) Me.lblZeit_aktuell.TabIndex = 40 Me.lblZeit_aktuell.Text = "Refresh: 11:22 Uhr" Me.lblZeit_aktuell.Visible = False ' 'Button1 ' Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button1.BackColor = System.Drawing.Color.Purple Me.Button1.Font = New System.Drawing.Font("Segoe UI", 9.0!) Me.Button1.ForeColor = System.Drawing.Color.White Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button1.Location = New System.Drawing.Point(1109, 49) Me.Button1.MaximumSize = New System.Drawing.Size(121, 35) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(88, 24) Me.Button1.TabIndex = 41 Me.Button1.Text = "Vorschreiben" Me.Button1.UseVisualStyleBackColor = False ' 'Button2 ' Me.Button2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer)) Me.Button2.Font = New System.Drawing.Font("Segoe UI", 9.0!) Me.Button2.ForeColor = System.Drawing.Color.White Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button2.Location = New System.Drawing.Point(1015, 49) Me.Button2.MaximumSize = New System.Drawing.Size(121, 35) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(88, 24) Me.Button2.TabIndex = 42 Me.Button2.Text = "Abklärung" Me.Button2.UseVisualStyleBackColor = False ' 'Label1 ' Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label1.AutoSize = True Me.Label1.ForeColor = System.Drawing.Color.White Me.Label1.Location = New System.Drawing.Point(868, 54) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(63, 15) Me.Label1.TabIndex = 43 Me.Label1.Text = "Prio/Stufe:" ' 'usrCntlHauptfenster_Suche_SND ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.Controls.Add(Me.gridAviso) Me.Controls.Add(Me.Panel1) Me.Name = "usrCntlHauptfenster_Suche_SND" Me.Size = New System.Drawing.Size(1243, 632) Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.tbcntrAvisoSND.ResumeLayout(False) CType(Me.gridAviso, System.ComponentModel.ISupportInitialize).EndInit() Me.ctxtFarben.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents Panel1 As Panel Friend WithEvents cbx_My_Brexit As CheckBox Friend WithEvents btnColor As Button Friend WithEvents lblMySND_Anzeige As Label Friend WithEvents cboMyAvisoAnzeige As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents cboMy_Grenzstelle As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents cboMy_QS As CheckBox Friend WithEvents cboMy_VB As CheckBox Friend WithEvents lblMySnd_Grenzstelle As Label Friend WithEvents tbcntrAvisoSND As TabControl Friend WithEvents tbSndAlle As TabPage Friend WithEvents tbSndOffen As TabPage Friend WithEvents tbSndFreigegeben As TabPage Friend WithEvents lblEintraege As Label Friend WithEvents gridAviso As VERAG_PROG_ALLGEMEIN.MyDatagridview Friend WithEvents TimerAkte As Timer Friend WithEvents ctxtFarben As ContextMenuStrip Friend WithEvents ALLEToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripMenuItem19 As ToolStripMenuItem Friend WithEvents ToolStripMenuItem20 As ToolStripMenuItem Friend WithEvents ToolStripMenuItem21 As ToolStripMenuItem Friend WithEvents lblDauer As Label Friend WithEvents btnNeu As Button Friend WithEvents btnDetailsuche As Button Friend WithEvents lblZeit_aktuell As Label Friend WithEvents Button2 As Button Friend WithEvents Button1 As Button Friend WithEvents Label1 As Label End Class