532 lines
26 KiB
VB.net
532 lines
26 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmMessenger_SonstigeNEW
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()>
|
|
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.
|
|
<System.Diagnostics.DebuggerStepThrough()>
|
|
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(126, 164)
|
|
Me.lblErrArt.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
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.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(1502, 1171)
|
|
Me.SplitContainer.SplitterDistance = 1019
|
|
Me.SplitContainer.TabIndex = 11
|
|
'
|
|
'pnlMain
|
|
'
|
|
Me.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.pnlMain.Location = New System.Drawing.Point(0, 187)
|
|
Me.pnlMain.Name = "pnlMain"
|
|
Me.pnlMain.Size = New System.Drawing.Size(1019, 861)
|
|
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, 1048)
|
|
Me.Panel2.Name = "Panel2"
|
|
Me.Panel2.Size = New System.Drawing.Size(1019, 123)
|
|
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(762, 28)
|
|
Me.Button8.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
|
Me.Button8.Name = "Button8"
|
|
Me.Button8.Size = New System.Drawing.Size(240, 75)
|
|
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.Name = "pnl"
|
|
Me.pnl.Size = New System.Drawing.Size(1019, 187)
|
|
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(878, 30)
|
|
Me.Button3.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(124, 51)
|
|
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(126, 63)
|
|
Me.lblErrName.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
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(130, 126)
|
|
Me.cboArt.Name = "cboArt"
|
|
Me.cboArt.Size = New System.Drawing.Size(674, 37)
|
|
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(28, 126)
|
|
Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(48, 29)
|
|
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(28, 89)
|
|
Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(84, 29)
|
|
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(130, 86)
|
|
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(673, 35)
|
|
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(27, 28)
|
|
Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(230, 29)
|
|
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(811, 88)
|
|
Me.Button7.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
|
Me.Button7.Name = "Button7"
|
|
Me.Button7.Size = New System.Drawing.Size(191, 75)
|
|
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(212, 977)
|
|
Me.Button5.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
|
Me.Button5.Name = "Button5"
|
|
Me.Button5.Size = New System.Drawing.Size(124, 51)
|
|
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, 1048)
|
|
Me.Panel3.Name = "Panel3"
|
|
Me.Panel3.Size = New System.Drawing.Size(479, 123)
|
|
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(79, 28)
|
|
Me.Button4.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
|
Me.Button4.Name = "Button4"
|
|
Me.Button4.Size = New System.Drawing.Size(124, 75)
|
|
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(919, 28)
|
|
Me.Button2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(191, 75)
|
|
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(211, 28)
|
|
Me.Button1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(240, 75)
|
|
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(346, 977)
|
|
Me.Button6.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
|
Me.Button6.Name = "Button6"
|
|
Me.Button6.Size = New System.Drawing.Size(106, 51)
|
|
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(16, 31)
|
|
Me.dgvChatMembers.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
|
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(436, 936)
|
|
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(12, 9)
|
|
Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
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(9.0!, 20.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.ClientSize = New System.Drawing.Size(1502, 1171)
|
|
Me.Controls.Add(Me.SplitContainer)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
|
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
|