Partial Class frmMessenger_SonstigeNEW 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() 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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMessenger_SonstigeNEW)) Me.lblErrArt = New System.Windows.Forms.Label() Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.SplitContainer = New System.Windows.Forms.SplitContainer() Me.pnlMain = New System.Windows.Forms.Panel() Me.Panel2 = New System.Windows.Forms.Panel() Me.Button8 = New System.Windows.Forms.Button() Me.pnl = New System.Windows.Forms.Panel() Me.Button3 = New System.Windows.Forms.Button() Me.lblErrName = New System.Windows.Forms.Label() Me.cboArt = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.Label4 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.MyTextBox1 = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.Label2 = New System.Windows.Forms.Label() Me.Button7 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.Panel3 = New System.Windows.Forms.Panel() Me.Button4 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.Button6 = New System.Windows.Forms.Button() Me.dgvChatMembers = New System.Windows.Forms.DataGridView() Me.DataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn9 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Label1 = New System.Windows.Forms.Label() Me.DataGridViewTextBoxColumn10 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn11 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn12 = New System.Windows.Forms.DataGridViewTextBoxColumn() CType(Me.SplitContainer, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer.Panel1.SuspendLayout() Me.SplitContainer.Panel2.SuspendLayout() Me.SplitContainer.SuspendLayout() Me.Panel2.SuspendLayout() Me.pnl.SuspendLayout() Me.Panel3.SuspendLayout() CType(Me.dgvChatMembers, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'lblErrArt ' Me.lblErrArt.AutoSize = True Me.lblErrArt.ForeColor = System.Drawing.Color.Red Me.lblErrArt.Location = New System.Drawing.Point(84, 107) Me.lblErrArt.Name = "lblErrArt" Me.lblErrArt.Size = New System.Drawing.Size(68, 13) Me.lblErrArt.TabIndex = 4 Me.lblErrArt.Text = "Art angeben!" Me.lblErrArt.Visible = False ' 'DataGridViewTextBoxColumn1 ' Me.DataGridViewTextBoxColumn1.HeaderText = "Column1" Me.DataGridViewTextBoxColumn1.MinimumWidth = 8 Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1" Me.DataGridViewTextBoxColumn1.Visible = False Me.DataGridViewTextBoxColumn1.Width = 150 ' 'DataGridViewTextBoxColumn2 ' Me.DataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill Me.DataGridViewTextBoxColumn2.HeaderText = "Name" Me.DataGridViewTextBoxColumn2.MinimumWidth = 8 Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2" ' 'DataGridViewTextBoxColumn3 ' Me.DataGridViewTextBoxColumn3.HeaderText = "Firma" Me.DataGridViewTextBoxColumn3.MinimumWidth = 8 Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3" Me.DataGridViewTextBoxColumn3.Width = 150 ' 'SplitContainer ' Me.SplitContainer.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer.Location = New System.Drawing.Point(0, 0) Me.SplitContainer.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2) Me.SplitContainer.Name = "SplitContainer" ' 'SplitContainer.Panel1 ' Me.SplitContainer.Panel1.Controls.Add(Me.pnlMain) Me.SplitContainer.Panel1.Controls.Add(Me.Panel2) Me.SplitContainer.Panel1.Controls.Add(Me.pnl) ' 'SplitContainer.Panel2 ' Me.SplitContainer.Panel2.Controls.Add(Me.Button5) Me.SplitContainer.Panel2.Controls.Add(Me.Panel3) Me.SplitContainer.Panel2.Controls.Add(Me.Button6) Me.SplitContainer.Panel2.Controls.Add(Me.dgvChatMembers) Me.SplitContainer.Panel2.Controls.Add(Me.Label1) Me.SplitContainer.Size = New System.Drawing.Size(1001, 761) Me.SplitContainer.SplitterDistance = 679 Me.SplitContainer.SplitterWidth = 3 Me.SplitContainer.TabIndex = 11 ' 'pnlMain ' Me.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill Me.pnlMain.Location = New System.Drawing.Point(0, 122) Me.pnlMain.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2) Me.pnlMain.Name = "pnlMain" Me.pnlMain.Size = New System.Drawing.Size(679, 558) Me.pnlMain.TabIndex = 9 ' 'Panel2 ' Me.Panel2.BackColor = System.Drawing.Color.WhiteSmoke Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel2.Controls.Add(Me.Button8) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel2.Location = New System.Drawing.Point(0, 680) Me.Panel2.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(679, 81) Me.Panel2.TabIndex = 12 ' 'Button8 ' Me.Button8.BackColor = System.Drawing.Color.White Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button8.ForeColor = System.Drawing.Color.Black Me.Button8.Location = New System.Drawing.Point(508, 18) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(160, 49) Me.Button8.TabIndex = 16 Me.Button8.Text = "Speichern" Me.Button8.UseVisualStyleBackColor = False ' 'pnl ' Me.pnl.BackColor = System.Drawing.Color.WhiteSmoke Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnl.Controls.Add(Me.Button3) Me.pnl.Controls.Add(Me.lblErrName) Me.pnl.Controls.Add(Me.cboArt) Me.pnl.Controls.Add(Me.Label4) Me.pnl.Controls.Add(Me.Label3) Me.pnl.Controls.Add(Me.lblErrArt) Me.pnl.Controls.Add(Me.MyTextBox1) Me.pnl.Controls.Add(Me.Label2) Me.pnl.Controls.Add(Me.Button7) Me.pnl.Dock = System.Windows.Forms.DockStyle.Top Me.pnl.Location = New System.Drawing.Point(0, 0) Me.pnl.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2) Me.pnl.Name = "pnl" Me.pnl.Size = New System.Drawing.Size(679, 122) Me.pnl.TabIndex = 8 ' 'Button3 ' Me.Button3.BackColor = System.Drawing.Color.Red Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button3.ForeColor = System.Drawing.Color.White Me.Button3.Location = New System.Drawing.Point(585, 20) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(83, 33) Me.Button3.TabIndex = 14 Me.Button3.Text = "Löschen" Me.Button3.UseVisualStyleBackColor = False Me.Button3.Visible = False ' 'lblErrName ' Me.lblErrName.AutoSize = True Me.lblErrName.ForeColor = System.Drawing.Color.Red Me.lblErrName.Location = New System.Drawing.Point(84, 41) Me.lblErrName.Name = "lblErrName" Me.lblErrName.Size = New System.Drawing.Size(83, 13) Me.lblErrName.TabIndex = 10 Me.lblErrName.Text = "Name angeben!" Me.lblErrName.Visible = False ' 'cboArt ' Me.cboArt._allowedValuesFreiText = Nothing Me.cboArt._allowFreiText = False Me.cboArt._value = "" Me.cboArt.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) Me.cboArt.FormattingEnabled = True Me.cboArt.Location = New System.Drawing.Point(87, 82) Me.cboArt.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2) Me.cboArt.Name = "cboArt" Me.cboArt.Size = New System.Drawing.Size(451, 28) Me.cboArt.TabIndex = 9 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) Me.Label4.Location = New System.Drawing.Point(19, 82) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(34, 20) Me.Label4.TabIndex = 8 Me.Label4.Text = "Art:" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) Me.Label3.Location = New System.Drawing.Point(19, 58) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(55, 20) Me.Label3.TabIndex = 7 Me.Label3.Text = "Name:" ' 'MyTextBox1 ' Me.MyTextBox1._DateTimeOnly = False Me.MyTextBox1._numbersOnly = False Me.MyTextBox1._numbersOnlyKommastellen = "" Me.MyTextBox1._numbersOnlyTrennzeichen = True Me.MyTextBox1._Prozent = False Me.MyTextBox1._ShortDateNew = False Me.MyTextBox1._ShortDateOnly = False Me.MyTextBox1._TimeOnly = False Me.MyTextBox1._TimeOnly_Seconds = False Me.MyTextBox1._value = "" Me.MyTextBox1._Waehrung = False Me.MyTextBox1._WaehrungZeichen = True Me.MyTextBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) Me.MyTextBox1.ForeColor = System.Drawing.Color.Black Me.MyTextBox1.Location = New System.Drawing.Point(87, 56) Me.MyTextBox1.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2) Me.MyTextBox1.MaxLength = 200 Me.MyTextBox1.MaxLineLength = -1 Me.MyTextBox1.MaxLines_Warning = "" Me.MyTextBox1.MaxLines_Warning_Label = Nothing Me.MyTextBox1.Name = "MyTextBox1" Me.MyTextBox1.Size = New System.Drawing.Size(450, 26) Me.MyTextBox1.TabIndex = 6 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(18, 18) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(157, 20) Me.Label2.TabIndex = 5 Me.Label2.Text = "CHAT Erweiterung" ' 'Button7 ' Me.Button7.BackColor = System.Drawing.Color.MediumSeaGreen Me.Button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button7.ForeColor = System.Drawing.Color.White Me.Button7.Location = New System.Drawing.Point(541, 57) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(127, 49) Me.Button7.TabIndex = 4 Me.Button7.Text = "Erstellen" Me.Button7.UseVisualStyleBackColor = False ' 'Button5 ' Me.Button5.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button5.BackColor = System.Drawing.Color.Red Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button5.ForeColor = System.Drawing.Color.White Me.Button5.Location = New System.Drawing.Point(141, 635) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(83, 33) Me.Button5.TabIndex = 12 Me.Button5.Text = "- Entfernen" Me.Button5.UseVisualStyleBackColor = False Me.Button5.Visible = False ' 'Panel3 ' Me.Panel3.BackColor = System.Drawing.Color.WhiteSmoke Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel3.Controls.Add(Me.Button4) Me.Panel3.Controls.Add(Me.Button2) Me.Panel3.Controls.Add(Me.Button1) Me.Panel3.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel3.Location = New System.Drawing.Point(0, 680) Me.Panel3.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(319, 81) Me.Panel3.TabIndex = 13 ' 'Button4 ' Me.Button4.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button4.BackColor = System.Drawing.Color.Red Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button4.ForeColor = System.Drawing.Color.White Me.Button4.Location = New System.Drawing.Point(52, 18) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(83, 49) Me.Button4.TabIndex = 15 Me.Button4.Text = "Verbergen" Me.Button4.UseVisualStyleBackColor = False Me.Button4.Visible = False ' 'Button2 ' Me.Button2.BackColor = System.Drawing.Color.MediumSeaGreen Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button2.ForeColor = System.Drawing.Color.White Me.Button2.Location = New System.Drawing.Point(613, 18) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(127, 49) Me.Button2.TabIndex = 4 Me.Button2.Text = "Erstellen" Me.Button2.UseVisualStyleBackColor = False ' 'Button1 ' Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button1.BackColor = System.Drawing.Color.MediumSeaGreen Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.ForeColor = System.Drawing.Color.White Me.Button1.Location = New System.Drawing.Point(140, 18) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(160, 49) Me.Button1.TabIndex = 4 Me.Button1.Text = "Freigeben" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(Chat starten)" Me.Button1.UseVisualStyleBackColor = False ' 'Button6 ' Me.Button6.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button6.BackColor = System.Drawing.Color.MediumSeaGreen Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button6.ForeColor = System.Drawing.Color.White Me.Button6.Location = New System.Drawing.Point(231, 635) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(71, 33) Me.Button6.TabIndex = 11 Me.Button6.Text = "+ NEU" Me.Button6.UseVisualStyleBackColor = False Me.Button6.Visible = False ' 'dgvChatMembers ' Me.dgvChatMembers.AllowUserToAddRows = False Me.dgvChatMembers.AllowUserToDeleteRows = False Me.dgvChatMembers.AllowUserToResizeColumns = False Me.dgvChatMembers.AllowUserToResizeRows = False Me.dgvChatMembers.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.dgvChatMembers.BackgroundColor = System.Drawing.Color.White DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.dgvChatMembers.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1 Me.dgvChatMembers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvChatMembers.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn7, Me.DataGridViewTextBoxColumn8, Me.DataGridViewTextBoxColumn9}) DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgvChatMembers.DefaultCellStyle = DataGridViewCellStyle2 Me.dgvChatMembers.Location = New System.Drawing.Point(11, 20) Me.dgvChatMembers.Name = "dgvChatMembers" Me.dgvChatMembers.ReadOnly = True DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control 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.WindowText DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.dgvChatMembers.RowHeadersDefaultCellStyle = DataGridViewCellStyle3 Me.dgvChatMembers.RowHeadersVisible = False Me.dgvChatMembers.RowHeadersWidth = 62 Me.dgvChatMembers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.dgvChatMembers.Size = New System.Drawing.Size(291, 608) Me.dgvChatMembers.TabIndex = 7 ' 'DataGridViewTextBoxColumn7 ' Me.DataGridViewTextBoxColumn7.HeaderText = "Column1" Me.DataGridViewTextBoxColumn7.MinimumWidth = 8 Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7" Me.DataGridViewTextBoxColumn7.ReadOnly = True Me.DataGridViewTextBoxColumn7.Visible = False Me.DataGridViewTextBoxColumn7.Width = 150 ' 'DataGridViewTextBoxColumn8 ' Me.DataGridViewTextBoxColumn8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill Me.DataGridViewTextBoxColumn8.HeaderText = "Name" Me.DataGridViewTextBoxColumn8.MinimumWidth = 8 Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8" Me.DataGridViewTextBoxColumn8.ReadOnly = True ' 'DataGridViewTextBoxColumn9 ' Me.DataGridViewTextBoxColumn9.HeaderText = "Firma" Me.DataGridViewTextBoxColumn9.MinimumWidth = 8 Me.DataGridViewTextBoxColumn9.Name = "DataGridViewTextBoxColumn9" Me.DataGridViewTextBoxColumn9.ReadOnly = True Me.DataGridViewTextBoxColumn9.Width = 150 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(8, 6) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(55, 13) Me.Label1.TabIndex = 8 Me.Label1.Text = "Mitglieder:" ' 'DataGridViewTextBoxColumn10 ' Me.DataGridViewTextBoxColumn10.HeaderText = "Column1" Me.DataGridViewTextBoxColumn10.MinimumWidth = 8 Me.DataGridViewTextBoxColumn10.Name = "DataGridViewTextBoxColumn10" Me.DataGridViewTextBoxColumn10.Visible = False Me.DataGridViewTextBoxColumn10.Width = 150 ' 'DataGridViewTextBoxColumn11 ' Me.DataGridViewTextBoxColumn11.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill Me.DataGridViewTextBoxColumn11.HeaderText = "Name" Me.DataGridViewTextBoxColumn11.MinimumWidth = 8 Me.DataGridViewTextBoxColumn11.Name = "DataGridViewTextBoxColumn11" ' 'DataGridViewTextBoxColumn12 ' Me.DataGridViewTextBoxColumn12.HeaderText = "Firma" Me.DataGridViewTextBoxColumn12.MinimumWidth = 8 Me.DataGridViewTextBoxColumn12.Name = "DataGridViewTextBoxColumn12" Me.DataGridViewTextBoxColumn12.Width = 150 ' 'frmMessenger_SonstigeNEW ' 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(1001, 761) Me.Controls.Add(Me.SplitContainer) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmMessenger_SonstigeNEW" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Mitglieder" Me.SplitContainer.Panel1.ResumeLayout(False) Me.SplitContainer.Panel2.ResumeLayout(False) Me.SplitContainer.Panel2.PerformLayout() CType(Me.SplitContainer, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer.ResumeLayout(False) Me.Panel2.ResumeLayout(False) Me.pnl.ResumeLayout(False) Me.pnl.PerformLayout() Me.Panel3.ResumeLayout(False) CType(Me.dgvChatMembers, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents lblErrArt As Windows.Forms.Label Friend WithEvents DataGridViewTextBoxColumn1 As Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn2 As Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn3 As Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents SplitContainer As Windows.Forms.SplitContainer Friend WithEvents pnl As Windows.Forms.Panel Friend WithEvents dgvChatMembers As Windows.Forms.DataGridView Friend WithEvents DataGridViewTextBoxColumn7 As Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn8 As Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn9 As Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents Label1 As Windows.Forms.Label Friend WithEvents DataGridViewTextBoxColumn10 As Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn11 As Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn12 As Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents Label2 As Windows.Forms.Label Friend WithEvents Button7 As Windows.Forms.Button Friend WithEvents cboArt As MyComboBox Friend WithEvents Label4 As Windows.Forms.Label Friend WithEvents Label3 As Windows.Forms.Label Friend WithEvents MyTextBox1 As MyTextBox Friend WithEvents lblErrName As Windows.Forms.Label Friend WithEvents pnlMain As Windows.Forms.Panel Friend WithEvents Panel2 As Windows.Forms.Panel Friend WithEvents Button3 As Windows.Forms.Button Friend WithEvents Button5 As Windows.Forms.Button Friend WithEvents Panel3 As Windows.Forms.Panel Friend WithEvents Button4 As Windows.Forms.Button Friend WithEvents Button2 As Windows.Forms.Button Friend WithEvents Button1 As Windows.Forms.Button Friend WithEvents Button6 As Windows.Forms.Button Friend WithEvents Button8 As Windows.Forms.Button End Class