_ Partial Class uscntr_TSSitzungen 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() Me.dgvTSSitzungen = New System.Windows.Forms.DataGridView() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.VerbindenMitTeamVToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.NachrichtSendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.UpdateToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.Panel1 = New System.Windows.Forms.Panel() Me.lblAnzahl = New System.Windows.Forms.Label() Me.cmdNachricht = New System.Windows.Forms.Button() Me.chkAutoUpdate = New System.Windows.Forms.CheckBox() Me.CmdUpdate = New System.Windows.Forms.Button() Me.Panel2 = New System.Windows.Forms.Panel() Me.btnReset = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() CType(Me.dgvTSSitzungen, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() Me.Panel1.SuspendLayout() Me.Panel2.SuspendLayout() Me.SuspendLayout() ' 'dgvTSSitzungen ' Me.dgvTSSitzungen.AllowUserToAddRows = False Me.dgvTSSitzungen.AllowUserToDeleteRows = False Me.dgvTSSitzungen.AllowUserToResizeRows = False Me.dgvTSSitzungen.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.dgvTSSitzungen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvTSSitzungen.ContextMenuStrip = Me.ContextMenuStrip1 Me.dgvTSSitzungen.Dock = System.Windows.Forms.DockStyle.Fill Me.dgvTSSitzungen.Location = New System.Drawing.Point(0, 36) Me.dgvTSSitzungen.MultiSelect = False Me.dgvTSSitzungen.Name = "dgvTSSitzungen" Me.dgvTSSitzungen.ReadOnly = True Me.dgvTSSitzungen.RowTemplate.ReadOnly = True Me.dgvTSSitzungen.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.dgvTSSitzungen.Size = New System.Drawing.Size(365, 197) Me.dgvTSSitzungen.TabIndex = 0 ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.VerbindenMitTeamVToolStripMenuItem, Me.NachrichtSendenToolStripMenuItem, Me.UpdateToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(190, 70) ' 'VerbindenMitTeamVToolStripMenuItem ' Me.VerbindenMitTeamVToolStripMenuItem.Name = "VerbindenMitTeamVToolStripMenuItem" Me.VerbindenMitTeamVToolStripMenuItem.Size = New System.Drawing.Size(189, 22) Me.VerbindenMitTeamVToolStripMenuItem.Text = "Verbinden mit TeamV." ' 'NachrichtSendenToolStripMenuItem ' Me.NachrichtSendenToolStripMenuItem.Name = "NachrichtSendenToolStripMenuItem" Me.NachrichtSendenToolStripMenuItem.Size = New System.Drawing.Size(189, 22) Me.NachrichtSendenToolStripMenuItem.Text = "Nachricht senden" ' 'UpdateToolStripMenuItem ' Me.UpdateToolStripMenuItem.Name = "UpdateToolStripMenuItem" Me.UpdateToolStripMenuItem.Size = New System.Drawing.Size(189, 22) Me.UpdateToolStripMenuItem.Text = "Update" ' 'Timer1 ' Me.Timer1.Interval = 10000 ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption Me.Panel1.Controls.Add(Me.lblAnzahl) Me.Panel1.Controls.Add(Me.cmdNachricht) Me.Panel1.Controls.Add(Me.chkAutoUpdate) Me.Panel1.Controls.Add(Me.CmdUpdate) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel1.Location = New System.Drawing.Point(0, 233) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(365, 67) Me.Panel1.TabIndex = 2 ' 'lblAnzahl ' Me.lblAnzahl.AutoSize = True Me.lblAnzahl.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblAnzahl.ForeColor = System.Drawing.SystemColors.WindowFrame Me.lblAnzahl.Location = New System.Drawing.Point(9, 11) Me.lblAnzahl.Name = "lblAnzahl" Me.lblAnzahl.Size = New System.Drawing.Size(43, 12) Me.lblAnzahl.TabIndex = 13 Me.lblAnzahl.Text = "lblAnzahl" ' 'cmdNachricht ' Me.cmdNachricht.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.cmdNachricht.BackColor = System.Drawing.SystemColors.ControlLightLight Me.cmdNachricht.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.cmdNachricht.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cmdNachricht.Image = Global.Dokumentation.My.Resources.Resources.mail20 Me.cmdNachricht.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.cmdNachricht.Location = New System.Drawing.Point(8, 31) Me.cmdNachricht.Margin = New System.Windows.Forms.Padding(8) Me.cmdNachricht.Name = "cmdNachricht" Me.cmdNachricht.Size = New System.Drawing.Size(151, 28) Me.cmdNachricht.TabIndex = 12 Me.cmdNachricht.Text = "Nachricht" Me.cmdNachricht.UseVisualStyleBackColor = False ' 'chkAutoUpdate ' Me.chkAutoUpdate.AutoSize = True Me.chkAutoUpdate.Checked = True Me.chkAutoUpdate.CheckState = System.Windows.Forms.CheckState.Checked Me.chkAutoUpdate.Location = New System.Drawing.Point(220, 11) Me.chkAutoUpdate.Name = "chkAutoUpdate" Me.chkAutoUpdate.Size = New System.Drawing.Size(127, 17) Me.chkAutoUpdate.TabIndex = 11 Me.chkAutoUpdate.Text = "AutoUpdate (10 sec.)" Me.chkAutoUpdate.UseVisualStyleBackColor = True ' 'CmdUpdate ' Me.CmdUpdate.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.CmdUpdate.BackColor = System.Drawing.SystemColors.ControlLightLight Me.CmdUpdate.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.CmdUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.CmdUpdate.Image = Global.Dokumentation.My.Resources.Resources.Update Me.CmdUpdate.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.CmdUpdate.Location = New System.Drawing.Point(206, 31) Me.CmdUpdate.Margin = New System.Windows.Forms.Padding(8) Me.CmdUpdate.Name = "CmdUpdate" Me.CmdUpdate.Size = New System.Drawing.Size(151, 28) Me.CmdUpdate.TabIndex = 10 Me.CmdUpdate.Text = "Update" Me.CmdUpdate.UseVisualStyleBackColor = False ' 'Panel2 ' Me.Panel2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption Me.Panel2.Controls.Add(Me.btnReset) Me.Panel2.Controls.Add(Me.Label1) Me.Panel2.Controls.Add(Me.TextBox1) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top Me.Panel2.Location = New System.Drawing.Point(0, 0) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(365, 36) Me.Panel2.TabIndex = 3 ' 'btnReset ' Me.btnReset.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnReset.BackColor = System.Drawing.SystemColors.ControlLightLight Me.btnReset.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnReset.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnReset.Location = New System.Drawing.Point(276, 8) Me.btnReset.Margin = New System.Windows.Forms.Padding(8) Me.btnReset.Name = "btnReset" Me.btnReset.Size = New System.Drawing.Size(81, 20) Me.btnReset.TabIndex = 13 Me.btnReset.Text = "Reset" Me.btnReset.UseVisualStyleBackColor = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(8, 12) Me.Label1.Margin = New System.Windows.Forms.Padding(8) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(93, 13) Me.Label1.TabIndex = 1 Me.Label1.Text = "TSUser Suche:" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(103, 8) Me.TextBox1.Margin = New System.Windows.Forms.Padding(8) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(157, 20) Me.TextBox1.TabIndex = 0 ' 'uscntr_TSSitzungen ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoSize = True Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.Controls.Add(Me.dgvTSSitzungen) Me.Controls.Add(Me.Panel2) Me.Controls.Add(Me.Panel1) Me.MinimumSize = New System.Drawing.Size(365, 300) Me.Name = "uscntr_TSSitzungen" Me.Size = New System.Drawing.Size(365, 300) CType(Me.dgvTSSitzungen, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents dgvTSSitzungen As DataGridView Friend WithEvents Timer1 As Timer Friend WithEvents Panel1 As Panel Friend WithEvents CmdUpdate As Button Friend WithEvents chkAutoUpdate As CheckBox Friend WithEvents cmdNachricht As Button Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents NachrichtSendenToolStripMenuItem As ToolStripMenuItem Friend WithEvents UpdateToolStripMenuItem As ToolStripMenuItem Friend WithEvents Panel2 As Panel Friend WithEvents Label1 As Label Friend WithEvents TextBox1 As TextBox Friend WithEvents btnReset As Button Friend WithEvents lblAnzahl As Label Friend WithEvents VerbindenMitTeamVToolStripMenuItem As ToolStripMenuItem End Class