Imports System.Windows.Forms Partial Class frmMessenger 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 DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() 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() Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMessenger)) Me.SplitContainer = New System.Windows.Forms.SplitContainer() Me.SplitContainer2 = New System.Windows.Forms.SplitContainer() Me.Panel6 = New System.Windows.Forms.Panel() Me.Label3 = New System.Windows.Forms.Label() Me.lblLKWChat_MsgCntInaktiv = New System.Windows.Forms.Label() Me.cbxInaktiveChats = New System.Windows.Forms.CheckBox() Me.Panel5 = New System.Windows.Forms.Panel() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.Label1 = New System.Windows.Forms.Label() Me.Button8 = New System.Windows.Forms.Button() Me.Button9 = New System.Windows.Forms.Button() Me.btnTEST = New System.Windows.Forms.Button() Me.Panel2 = New System.Windows.Forms.Panel() Me.cbxInaktiveChatsSpecial = New System.Windows.Forms.CheckBox() Me.Panel1 = New System.Windows.Forms.Panel() Me.FlowLayoutPanel1 = New System.Windows.Forms.FlowLayoutPanel() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.lbl = New System.Windows.Forms.Label() Me.btnNeu = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.Panel3 = New System.Windows.Forms.Panel() Me.btnTeilnehmer = New System.Windows.Forms.Button() Me.Panel4 = New System.Windows.Forms.Panel() Me.lblChatName = New System.Windows.Forms.TextBox() Me.lblOnlineOffline = New System.Windows.Forms.Label() Me.pnl = New System.Windows.Forms.Panel() Me.Button4 = New System.Windows.Forms.Button() Me.SplitContainer3 = New System.Windows.Forms.SplitContainer() Me.pnlTeilnehmer = New System.Windows.Forms.Panel() Me.Label4 = New System.Windows.Forms.Label() Me.dgvChatMembers = New System.Windows.Forms.DataGridView() Me.Panel8 = New System.Windows.Forms.Panel() Me.Label2 = New System.Windows.Forms.Label() Me.Panel9 = New System.Windows.Forms.Panel() Me.btnMemberAdd = New System.Windows.Forms.Button() Me.btnMemberDel = New System.Windows.Forms.Button() Me.FlowLayoutPanel = New System.Windows.Forms.FlowLayoutPanel() Me.Button6 = New System.Windows.Forms.Button() Me.pic = New System.Windows.Forms.PictureBox() Me.btnSendAtt = New System.Windows.Forms.Button() Me.btnSenden = New System.Windows.Forms.Button() Me.rtbChatMessage = New System.Windows.Forms.RichTextBox() Me.TimerNEW_MESSAGE = New System.Windows.Forms.Timer(Me.components) Me.Timer_REFRESH = New System.Windows.Forms.Timer(Me.components) Me.cntxt = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.ChatDeaktivierenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.toolChatReminder = New System.Windows.Forms.ToolStripMenuItem() Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.dgvChats = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components) Me.DGVSonstige = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components) Me.MyTextBox2 = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.UsrCntlChat_Art_Btn_MACHAT = New VERAG_PROG_ALLGEMEIN.usrCntlChat_Art_Btn() Me.UsrCntlChat_Art_Btn_LKWCHAT = New VERAG_PROG_ALLGEMEIN.usrCntlChat_Art_Btn() Me.UsrCntlChat_Art_Btn_SNDCHAT = New VERAG_PROG_ALLGEMEIN.usrCntlChat_Art_Btn() Me.MyTextBox1 = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.MyFlowLayoutPanel1 = New VERAG_PROG_ALLGEMEIN.MyFlowLayoutPanel(Me.components) Me.UsrCntlMessenger_ChatElement1 = New VERAG_PROG_ALLGEMEIN.usrCntlMessenger_ChatElement() Me.clmnMaId = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.clmnName = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.clmnFirma = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.clmnStatus = New System.Windows.Forms.DataGridViewTextBoxColumn() CType(Me.SplitContainer, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer.Panel1.SuspendLayout() Me.SplitContainer.Panel2.SuspendLayout() Me.SplitContainer.SuspendLayout() CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer2.Panel1.SuspendLayout() Me.SplitContainer2.Panel2.SuspendLayout() Me.SplitContainer2.SuspendLayout() Me.Panel6.SuspendLayout() Me.Panel5.SuspendLayout() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel2.SuspendLayout() Me.Panel1.SuspendLayout() Me.FlowLayoutPanel1.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() Me.Panel3.SuspendLayout() Me.pnl.SuspendLayout() CType(Me.SplitContainer3, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer3.Panel1.SuspendLayout() Me.SplitContainer3.Panel2.SuspendLayout() Me.SplitContainer3.SuspendLayout() Me.pnlTeilnehmer.SuspendLayout() CType(Me.dgvChatMembers, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel8.SuspendLayout() Me.Panel9.SuspendLayout() CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit() Me.cntxt.SuspendLayout() CType(Me.dgvChats, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DGVSonstige, System.ComponentModel.ISupportInitialize).BeginInit() Me.MyFlowLayoutPanel1.SuspendLayout() Me.SuspendLayout() ' 'SplitContainer ' Me.SplitContainer.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1 Me.SplitContainer.Location = New System.Drawing.Point(0, 0) Me.SplitContainer.Name = "SplitContainer" ' 'SplitContainer.Panel1 ' Me.SplitContainer.Panel1.Controls.Add(Me.SplitContainer2) Me.SplitContainer.Panel1.Controls.Add(Me.btnTEST) Me.SplitContainer.Panel1.Controls.Add(Me.Panel2) Me.SplitContainer.Panel1.Controls.Add(Me.Panel1) ' 'SplitContainer.Panel2 ' Me.SplitContainer.Panel2.Controls.Add(Me.SplitContainer1) Me.SplitContainer.Size = New System.Drawing.Size(912, 922) Me.SplitContainer.SplitterDistance = 275 Me.SplitContainer.TabIndex = 0 ' 'SplitContainer2 ' Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer2.Location = New System.Drawing.Point(0, 105) Me.SplitContainer2.Margin = New System.Windows.Forms.Padding(2) Me.SplitContainer2.Name = "SplitContainer2" Me.SplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer2.Panel1 ' Me.SplitContainer2.Panel1.Controls.Add(Me.dgvChats) Me.SplitContainer2.Panel1.Controls.Add(Me.Panel6) ' 'SplitContainer2.Panel2 ' Me.SplitContainer2.Panel2.Controls.Add(Me.DGVSonstige) Me.SplitContainer2.Panel2.Controls.Add(Me.Panel5) Me.SplitContainer2.Panel2Collapsed = True Me.SplitContainer2.Size = New System.Drawing.Size(275, 787) Me.SplitContainer2.SplitterDistance = 590 Me.SplitContainer2.SplitterWidth = 3 Me.SplitContainer2.TabIndex = 8 ' 'Panel6 ' Me.Panel6.Controls.Add(Me.Label3) Me.Panel6.Controls.Add(Me.lblLKWChat_MsgCntInaktiv) Me.Panel6.Controls.Add(Me.cbxInaktiveChats) Me.Panel6.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel6.Location = New System.Drawing.Point(0, 739) Me.Panel6.Name = "Panel6" Me.Panel6.Size = New System.Drawing.Size(275, 48) Me.Panel6.TabIndex = 7 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(5, 23) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(237, 13) Me.Label3.TabIndex = 108 Me.Label3.Text = "Chats werden nach 30 Tagen auf inaktiv gesetzt" ' 'lblLKWChat_MsgCntInaktiv ' Me.lblLKWChat_MsgCntInaktiv.BackColor = System.Drawing.Color.Red Me.lblLKWChat_MsgCntInaktiv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblLKWChat_MsgCntInaktiv.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold) Me.lblLKWChat_MsgCntInaktiv.ForeColor = System.Drawing.Color.White Me.lblLKWChat_MsgCntInaktiv.Location = New System.Drawing.Point(104, -1) Me.lblLKWChat_MsgCntInaktiv.Name = "lblLKWChat_MsgCntInaktiv" Me.lblLKWChat_MsgCntInaktiv.Size = New System.Drawing.Size(26, 23) Me.lblLKWChat_MsgCntInaktiv.TabIndex = 106 Me.lblLKWChat_MsgCntInaktiv.Text = "99" Me.lblLKWChat_MsgCntInaktiv.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.lblLKWChat_MsgCntInaktiv.Visible = False ' 'cbxInaktiveChats ' Me.cbxInaktiveChats.AutoSize = True Me.cbxInaktiveChats.Location = New System.Drawing.Point(8, 3) Me.cbxInaktiveChats.Name = "cbxInaktiveChats" Me.cbxInaktiveChats.Size = New System.Drawing.Size(93, 17) Me.cbxInaktiveChats.TabIndex = 7 Me.cbxInaktiveChats.Text = "inaktive Chats" Me.cbxInaktiveChats.UseVisualStyleBackColor = True ' 'Panel5 ' Me.Panel5.BackColor = System.Drawing.Color.White Me.Panel5.Controls.Add(Me.MyTextBox2) Me.Panel5.Controls.Add(Me.PictureBox2) Me.Panel5.Controls.Add(Me.Label1) Me.Panel5.Controls.Add(Me.Button8) Me.Panel5.Controls.Add(Me.Button9) Me.Panel5.Dock = System.Windows.Forms.DockStyle.Top Me.Panel5.Location = New System.Drawing.Point(0, 0) Me.Panel5.Name = "Panel5" Me.Panel5.Size = New System.Drawing.Size(150, 63) Me.Panel5.TabIndex = 2 ' 'PictureBox2 ' Me.PictureBox2.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.search Me.PictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox2.Location = New System.Drawing.Point(3, 40) Me.PictureBox2.Margin = New System.Windows.Forms.Padding(2) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(13, 18) Me.PictureBox2.TabIndex = 5 Me.PictureBox2.TabStop = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(12, 11) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(113, 20) Me.Label1.TabIndex = 3 Me.Label1.Text = "ERWEITERT" ' 'Button8 ' Me.Button8.BackColor = System.Drawing.Color.MediumSeaGreen Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button8.ForeColor = System.Drawing.Color.White Me.Button8.Location = New System.Drawing.Point(151, 4) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(118, 33) Me.Button8.TabIndex = 2 Me.Button8.Text = "+ NEU (ADMIN)" Me.Button8.UseVisualStyleBackColor = False Me.Button8.Visible = False ' 'Button9 ' Me.Button9.BackColor = System.Drawing.Color.SteelBlue Me.Button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button9.ForeColor = System.Drawing.Color.White Me.Button9.Location = New System.Drawing.Point(461, 4) Me.Button9.Name = "Button9" Me.Button9.Size = New System.Drawing.Size(76, 40) Me.Button9.TabIndex = 1 Me.Button9.Text = "Senden" Me.Button9.UseVisualStyleBackColor = False ' 'btnTEST ' Me.btnTEST.BackColor = System.Drawing.Color.Red Me.btnTEST.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnTEST.ForeColor = System.Drawing.Color.White Me.btnTEST.Location = New System.Drawing.Point(94, 273) Me.btnTEST.Name = "btnTEST" Me.btnTEST.Size = New System.Drawing.Size(71, 33) Me.btnTEST.TabIndex = 4 Me.btnTEST.Text = "!" Me.btnTEST.UseVisualStyleBackColor = False Me.btnTEST.Visible = False ' 'Panel2 ' Me.Panel2.Controls.Add(Me.cbxInaktiveChatsSpecial) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel2.Location = New System.Drawing.Point(0, 892) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(275, 30) Me.Panel2.TabIndex = 6 ' 'cbxInaktiveChatsSpecial ' Me.cbxInaktiveChatsSpecial.AutoSize = True Me.cbxInaktiveChatsSpecial.Location = New System.Drawing.Point(8, 5) Me.cbxInaktiveChatsSpecial.Name = "cbxInaktiveChatsSpecial" Me.cbxInaktiveChatsSpecial.Size = New System.Drawing.Size(93, 17) Me.cbxInaktiveChatsSpecial.TabIndex = 7 Me.cbxInaktiveChatsSpecial.Text = "inaktive Chats" Me.cbxInaktiveChatsSpecial.UseVisualStyleBackColor = True Me.cbxInaktiveChatsSpecial.Visible = False ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.White Me.Panel1.Controls.Add(Me.FlowLayoutPanel1) Me.Panel1.Controls.Add(Me.MyTextBox1) Me.Panel1.Controls.Add(Me.PictureBox1) Me.Panel1.Controls.Add(Me.lbl) Me.Panel1.Controls.Add(Me.btnNeu) Me.Panel1.Controls.Add(Me.Button1) 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(275, 105) Me.Panel1.TabIndex = 1 ' 'FlowLayoutPanel1 ' Me.FlowLayoutPanel1.Controls.Add(Me.UsrCntlChat_Art_Btn_MACHAT) Me.FlowLayoutPanel1.Controls.Add(Me.UsrCntlChat_Art_Btn_LKWCHAT) Me.FlowLayoutPanel1.Controls.Add(Me.UsrCntlChat_Art_Btn_SNDCHAT) Me.FlowLayoutPanel1.Location = New System.Drawing.Point(0, 74) Me.FlowLayoutPanel1.Margin = New System.Windows.Forms.Padding(1) Me.FlowLayoutPanel1.Name = "FlowLayoutPanel1" Me.FlowLayoutPanel1.Size = New System.Drawing.Size(275, 30) Me.FlowLayoutPanel1.TabIndex = 10 ' 'PictureBox1 ' Me.PictureBox1.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.search Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox1.Location = New System.Drawing.Point(3, 40) Me.PictureBox1.Margin = New System.Windows.Forms.Padding(2) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(13, 18) Me.PictureBox1.TabIndex = 5 Me.PictureBox1.TabStop = False ' 'lbl ' Me.lbl.AutoSize = True Me.lbl.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbl.Location = New System.Drawing.Point(12, 11) Me.lbl.Name = "lbl" Me.lbl.Size = New System.Drawing.Size(127, 20) Me.lbl.TabIndex = 3 Me.lbl.Text = "AVISO - CHAT" ' 'btnNeu ' Me.btnNeu.BackColor = System.Drawing.Color.MediumSeaGreen Me.btnNeu.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnNeu.ForeColor = System.Drawing.Color.White Me.btnNeu.Location = New System.Drawing.Point(198, 4) Me.btnNeu.Name = "btnNeu" Me.btnNeu.Size = New System.Drawing.Size(71, 33) Me.btnNeu.TabIndex = 2 Me.btnNeu.Text = "+ NEU" Me.btnNeu.UseVisualStyleBackColor = False ' 'Button1 ' Me.Button1.BackColor = System.Drawing.Color.SteelBlue Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.ForeColor = System.Drawing.Color.White Me.Button1.Location = New System.Drawing.Point(461, 4) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(76, 40) Me.Button1.TabIndex = 1 Me.Button1.Text = "Senden" Me.Button1.UseVisualStyleBackColor = False ' 'SplitContainer1 ' Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2 Me.SplitContainer1.Location = New System.Drawing.Point(0, 0) Me.SplitContainer1.Name = "SplitContainer1" Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer1.Panel1 ' Me.SplitContainer1.Panel1.Controls.Add(Me.MyFlowLayoutPanel1) Me.SplitContainer1.Panel1.Controls.Add(Me.Panel3) ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.Controls.Add(Me.pnl) Me.SplitContainer1.Size = New System.Drawing.Size(633, 922) Me.SplitContainer1.SplitterDistance = 600 Me.SplitContainer1.TabIndex = 0 ' 'Panel3 ' Me.Panel3.BackColor = System.Drawing.Color.White Me.Panel3.Controls.Add(Me.btnTeilnehmer) Me.Panel3.Controls.Add(Me.Panel4) Me.Panel3.Controls.Add(Me.lblChatName) Me.Panel3.Controls.Add(Me.lblOnlineOffline) Me.Panel3.Dock = System.Windows.Forms.DockStyle.Top Me.Panel3.Location = New System.Drawing.Point(0, 0) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(633, 44) Me.Panel3.TabIndex = 9 ' 'btnTeilnehmer ' Me.btnTeilnehmer.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnTeilnehmer.BackColor = System.Drawing.Color.MediumSeaGreen Me.btnTeilnehmer.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.person Me.btnTeilnehmer.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.btnTeilnehmer.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnTeilnehmer.ForeColor = System.Drawing.Color.White Me.btnTeilnehmer.Location = New System.Drawing.Point(577, 4) Me.btnTeilnehmer.Name = "btnTeilnehmer" Me.btnTeilnehmer.Size = New System.Drawing.Size(49, 33) Me.btnTeilnehmer.TabIndex = 8 Me.btnTeilnehmer.UseVisualStyleBackColor = False ' 'Panel4 ' Me.Panel4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Panel4.BackColor = System.Drawing.Color.Black Me.Panel4.Location = New System.Drawing.Point(4, 43) Me.Panel4.Name = "Panel4" Me.Panel4.Size = New System.Drawing.Size(629, 1) Me.Panel4.TabIndex = 6 ' 'lblChatName ' Me.lblChatName.BorderStyle = System.Windows.Forms.BorderStyle.None Me.lblChatName.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblChatName.Location = New System.Drawing.Point(9, 11) Me.lblChatName.Name = "lblChatName" Me.lblChatName.Size = New System.Drawing.Size(450, 19) Me.lblChatName.TabIndex = 4 Me.lblChatName.Text = "-" ' 'lblOnlineOffline ' Me.lblOnlineOffline.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lblOnlineOffline.BackColor = System.Drawing.Color.MediumSeaGreen Me.lblOnlineOffline.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.lblOnlineOffline.ForeColor = System.Drawing.Color.White Me.lblOnlineOffline.Location = New System.Drawing.Point(465, 4) Me.lblOnlineOffline.Name = "lblOnlineOffline" Me.lblOnlineOffline.Size = New System.Drawing.Size(106, 33) Me.lblOnlineOffline.TabIndex = 5 Me.lblOnlineOffline.Text = "ONLINE" Me.lblOnlineOffline.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.lblOnlineOffline.Visible = False ' 'pnl ' Me.pnl.BackColor = System.Drawing.Color.White Me.pnl.Controls.Add(Me.Button4) Me.pnl.Controls.Add(Me.SplitContainer3) Me.pnl.Controls.Add(Me.Button6) Me.pnl.Controls.Add(Me.pic) Me.pnl.Controls.Add(Me.btnSendAtt) Me.pnl.Controls.Add(Me.btnSenden) Me.pnl.Controls.Add(Me.rtbChatMessage) Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill Me.pnl.Location = New System.Drawing.Point(0, 0) Me.pnl.Name = "pnl" Me.pnl.Size = New System.Drawing.Size(633, 318) Me.pnl.TabIndex = 0 ' '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.SteelBlue Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button4.ForeColor = System.Drawing.Color.White Me.Button4.Location = New System.Drawing.Point(526, 90) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(104, 25) Me.Button4.TabIndex = 8 Me.Button4.Text = "Chat History" Me.Button4.UseVisualStyleBackColor = False ' 'SplitContainer3 ' Me.SplitContainer3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.SplitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel1 Me.SplitContainer3.Location = New System.Drawing.Point(0, 119) Me.SplitContainer3.Name = "SplitContainer3" ' 'SplitContainer3.Panel1 ' Me.SplitContainer3.Panel1.Controls.Add(Me.pnlTeilnehmer) Me.SplitContainer3.Panel1MinSize = 220 ' 'SplitContainer3.Panel2 ' Me.SplitContainer3.Panel2.Controls.Add(Me.FlowLayoutPanel) Me.SplitContainer3.Panel2MinSize = 200 Me.SplitContainer3.Size = New System.Drawing.Size(633, 199) Me.SplitContainer3.SplitterDistance = 220 Me.SplitContainer3.TabIndex = 12 ' 'pnlTeilnehmer ' Me.pnlTeilnehmer.BackColor = System.Drawing.SystemColors.Control Me.pnlTeilnehmer.Controls.Add(Me.Label4) Me.pnlTeilnehmer.Controls.Add(Me.dgvChatMembers) Me.pnlTeilnehmer.Controls.Add(Me.Panel8) Me.pnlTeilnehmer.Controls.Add(Me.Panel9) Me.pnlTeilnehmer.Dock = System.Windows.Forms.DockStyle.Fill Me.pnlTeilnehmer.Location = New System.Drawing.Point(0, 0) Me.pnlTeilnehmer.Name = "pnlTeilnehmer" Me.pnlTeilnehmer.Size = New System.Drawing.Size(220, 199) Me.pnlTeilnehmer.TabIndex = 10 ' 'Label4 ' Me.Label4.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label4.BackColor = System.Drawing.Color.MediumSeaGreen Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.Label4.ForeColor = System.Drawing.Color.White Me.Label4.Location = New System.Drawing.Point(131, 3) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(87, 24) Me.Label4.TabIndex = 5 Me.Label4.Text = "BEARBEITEN" Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.Label4.Visible = False ' 'dgvChatMembers ' Me.dgvChatMembers.AllowUserToAddRows = False Me.dgvChatMembers.AllowUserToDeleteRows = False Me.dgvChatMembers.AllowUserToResizeColumns = False Me.dgvChatMembers.AllowUserToResizeRows = False Me.dgvChatMembers.BackgroundColor = System.Drawing.Color.White DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle9.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.dgvChatMembers.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle9 Me.dgvChatMembers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvChatMembers.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.clmnMaId, Me.clmnName, Me.clmnFirma, Me.clmnStatus}) DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgvChatMembers.DefaultCellStyle = DataGridViewCellStyle10 Me.dgvChatMembers.Dock = System.Windows.Forms.DockStyle.Fill Me.dgvChatMembers.Location = New System.Drawing.Point(0, 23) Me.dgvChatMembers.Name = "dgvChatMembers" Me.dgvChatMembers.ReadOnly = True DataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.dgvChatMembers.RowHeadersDefaultCellStyle = DataGridViewCellStyle11 Me.dgvChatMembers.RowHeadersVisible = False Me.dgvChatMembers.RowHeadersWidth = 62 Me.dgvChatMembers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.dgvChatMembers.Size = New System.Drawing.Size(220, 146) Me.dgvChatMembers.TabIndex = 8 ' 'Panel8 ' Me.Panel8.BackColor = System.Drawing.SystemColors.Control Me.Panel8.Controls.Add(Me.Label2) Me.Panel8.Dock = System.Windows.Forms.DockStyle.Top Me.Panel8.Location = New System.Drawing.Point(0, 0) Me.Panel8.Name = "Panel8" Me.Panel8.Size = New System.Drawing.Size(220, 23) Me.Panel8.TabIndex = 11 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold) Me.Label2.Location = New System.Drawing.Point(7, 3) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(94, 17) Me.Label2.TabIndex = 4 Me.Label2.Text = "Teilnehmer:" ' 'Panel9 ' Me.Panel9.BackColor = System.Drawing.SystemColors.Control Me.Panel9.Controls.Add(Me.btnMemberAdd) Me.Panel9.Controls.Add(Me.btnMemberDel) Me.Panel9.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel9.Location = New System.Drawing.Point(0, 169) Me.Panel9.Name = "Panel9" Me.Panel9.Size = New System.Drawing.Size(220, 30) Me.Panel9.TabIndex = 10 ' 'btnMemberAdd ' Me.btnMemberAdd.BackColor = System.Drawing.Color.MediumSeaGreen Me.btnMemberAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnMemberAdd.ForeColor = System.Drawing.Color.White Me.btnMemberAdd.Location = New System.Drawing.Point(151, 2) Me.btnMemberAdd.Name = "btnMemberAdd" Me.btnMemberAdd.Size = New System.Drawing.Size(69, 26) Me.btnMemberAdd.TabIndex = 8 Me.btnMemberAdd.Text = "+ NEU" Me.btnMemberAdd.UseVisualStyleBackColor = False ' 'btnMemberDel ' Me.btnMemberDel.BackColor = System.Drawing.Color.Red Me.btnMemberDel.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnMemberDel.ForeColor = System.Drawing.Color.White Me.btnMemberDel.Location = New System.Drawing.Point(90, 2) Me.btnMemberDel.Name = "btnMemberDel" Me.btnMemberDel.Size = New System.Drawing.Size(58, 26) Me.btnMemberDel.TabIndex = 9 Me.btnMemberDel.Text = "- ENTF" Me.btnMemberDel.UseVisualStyleBackColor = False ' 'FlowLayoutPanel ' Me.FlowLayoutPanel.AutoScroll = True Me.FlowLayoutPanel.BackColor = System.Drawing.Color.White Me.FlowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill Me.FlowLayoutPanel.Location = New System.Drawing.Point(0, 0) Me.FlowLayoutPanel.Name = "FlowLayoutPanel" Me.FlowLayoutPanel.Size = New System.Drawing.Size(409, 199) Me.FlowLayoutPanel.TabIndex = 6 ' '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.SteelBlue Me.Button6.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.ZwAbEinfuegen_white Me.Button6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button6.ForeColor = System.Drawing.Color.White Me.Button6.Location = New System.Drawing.Point(591, 44) Me.Button6.Name = "Button6" Me.Button6.Padding = New System.Windows.Forms.Padding(3) Me.Button6.Size = New System.Drawing.Size(39, 41) Me.Button6.TabIndex = 9 Me.Button6.UseVisualStyleBackColor = False ' 'pic ' Me.pic.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.pic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.pic.Location = New System.Drawing.Point(34, 522) Me.pic.Name = "pic" Me.pic.Size = New System.Drawing.Size(592, 20) Me.pic.TabIndex = 7 Me.pic.TabStop = False Me.pic.WaitOnLoad = True ' 'btnSendAtt ' Me.btnSendAtt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnSendAtt.BackColor = System.Drawing.Color.SteelBlue Me.btnSendAtt.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSendAtt.ForeColor = System.Drawing.Color.White Me.btnSendAtt.Location = New System.Drawing.Point(526, 44) Me.btnSendAtt.Name = "btnSendAtt" Me.btnSendAtt.Size = New System.Drawing.Size(65, 41) Me.btnSendAtt.TabIndex = 2 Me.btnSendAtt.Text = "+ Anhang" Me.btnSendAtt.UseVisualStyleBackColor = False ' 'btnSenden ' Me.btnSenden.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnSenden.BackColor = System.Drawing.Color.SteelBlue Me.btnSenden.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSenden.ForeColor = System.Drawing.Color.White Me.btnSenden.Location = New System.Drawing.Point(526, 4) Me.btnSenden.Name = "btnSenden" Me.btnSenden.Size = New System.Drawing.Size(103, 40) Me.btnSenden.TabIndex = 1 Me.btnSenden.Text = "Senden" Me.btnSenden.UseVisualStyleBackColor = False ' 'rtbChatMessage ' Me.rtbChatMessage.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.rtbChatMessage.Font = New System.Drawing.Font("Comic Sans MS", 11.0!) Me.rtbChatMessage.Location = New System.Drawing.Point(3, 3) Me.rtbChatMessage.Name = "rtbChatMessage" Me.rtbChatMessage.Size = New System.Drawing.Size(517, 112) Me.rtbChatMessage.TabIndex = 0 Me.rtbChatMessage.Text = "" ' 'TimerNEW_MESSAGE ' Me.TimerNEW_MESSAGE.Interval = 1000 ' 'Timer_REFRESH ' Me.Timer_REFRESH.Enabled = True Me.Timer_REFRESH.Interval = 30000 ' 'cntxt ' Me.cntxt.ImageScalingSize = New System.Drawing.Size(24, 24) Me.cntxt.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ChatDeaktivierenToolStripMenuItem, Me.toolChatReminder}) Me.cntxt.Name = "cntxt" Me.cntxt.Size = New System.Drawing.Size(168, 48) ' 'ChatDeaktivierenToolStripMenuItem ' Me.ChatDeaktivierenToolStripMenuItem.Name = "ChatDeaktivierenToolStripMenuItem" Me.ChatDeaktivierenToolStripMenuItem.Size = New System.Drawing.Size(167, 22) Me.ChatDeaktivierenToolStripMenuItem.Text = "Chat deaktivieren" ' 'toolChatReminder ' Me.toolChatReminder.Name = "toolChatReminder" Me.toolChatReminder.Size = New System.Drawing.Size(167, 22) Me.toolChatReminder.Text = "Reminder ein/aus" Me.toolChatReminder.Visible = False ' 'DataGridViewTextBoxColumn1 ' Me.DataGridViewTextBoxColumn1.HeaderText = "Column1" Me.DataGridViewTextBoxColumn1.MinimumWidth = 8 Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1" Me.DataGridViewTextBoxColumn1.ReadOnly = True 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" Me.DataGridViewTextBoxColumn2.ReadOnly = True ' 'DataGridViewTextBoxColumn3 ' Me.DataGridViewTextBoxColumn3.HeaderText = "Firma" Me.DataGridViewTextBoxColumn3.MinimumWidth = 8 Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3" Me.DataGridViewTextBoxColumn3.ReadOnly = True Me.DataGridViewTextBoxColumn3.Width = 150 ' 'DataGridViewTextBoxColumn4 ' Me.DataGridViewTextBoxColumn4.HeaderText = "" Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4" Me.DataGridViewTextBoxColumn4.ReadOnly = True Me.DataGridViewTextBoxColumn4.Width = 20 ' 'dgvChats ' Me.dgvChats.AKTUALISIERUNGS_INTERVALL = -1 Me.dgvChats.AllowUserToAddRows = False Me.dgvChats.AllowUserToDeleteRows = False Me.dgvChats.AllowUserToResizeColumns = False Me.dgvChats.AllowUserToResizeRows = False Me.dgvChats.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.dgvChats.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1 Me.dgvChats.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvChats.ColumnHeadersVisible = False 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.dgvChats.DefaultCellStyle = DataGridViewCellStyle2 Me.dgvChats.Dock = System.Windows.Forms.DockStyle.Fill Me.dgvChats.Location = New System.Drawing.Point(0, 0) Me.dgvChats.Name = "dgvChats" Me.dgvChats.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.dgvChats.RowHeadersDefaultCellStyle = DataGridViewCellStyle3 Me.dgvChats.RowHeadersVisible = False Me.dgvChats.RowHeadersWidth = 62 DataGridViewCellStyle4.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.dgvChats.RowsDefaultCellStyle = DataGridViewCellStyle4 Me.dgvChats.RowTemplate.Height = 30 Me.dgvChats.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.dgvChats.Size = New System.Drawing.Size(275, 739) Me.dgvChats.TabIndex = 0 ' 'DGVSonstige ' Me.DGVSonstige.AKTUALISIERUNGS_INTERVALL = -1 Me.DGVSonstige.AllowUserToAddRows = False Me.DGVSonstige.AllowUserToDeleteRows = False Me.DGVSonstige.AllowUserToResizeColumns = False Me.DGVSonstige.AllowUserToResizeRows = False Me.DGVSonstige.BackgroundColor = System.Drawing.Color.White DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DGVSonstige.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle5 Me.DGVSonstige.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DGVSonstige.ColumnHeadersVisible = False DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.DGVSonstige.DefaultCellStyle = DataGridViewCellStyle6 Me.DGVSonstige.Dock = System.Windows.Forms.DockStyle.Fill Me.DGVSonstige.Location = New System.Drawing.Point(0, 63) Me.DGVSonstige.Name = "DGVSonstige" Me.DGVSonstige.ReadOnly = True DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DGVSonstige.RowHeadersDefaultCellStyle = DataGridViewCellStyle7 Me.DGVSonstige.RowHeadersVisible = False Me.DGVSonstige.RowHeadersWidth = 62 DataGridViewCellStyle8.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.DGVSonstige.RowsDefaultCellStyle = DataGridViewCellStyle8 Me.DGVSonstige.RowTemplate.Height = 30 Me.DGVSonstige.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.DGVSonstige.Size = New System.Drawing.Size(150, 0) Me.DGVSonstige.TabIndex = 1 ' 'MyTextBox2 ' Me.MyTextBox2._DateTimeOnly = False Me.MyTextBox2._numbersOnly = False Me.MyTextBox2._numbersOnlyKommastellen = "" Me.MyTextBox2._numbersOnlyTrennzeichen = True Me.MyTextBox2._Prozent = False Me.MyTextBox2._ShortDateNew = False Me.MyTextBox2._ShortDateOnly = False Me.MyTextBox2._TimeOnly = False Me.MyTextBox2._TimeOnly_Seconds = False Me.MyTextBox2._value = "" Me.MyTextBox2._Waehrung = False Me.MyTextBox2._WaehrungZeichen = True Me.MyTextBox2.ForeColor = System.Drawing.Color.Black Me.MyTextBox2.Location = New System.Drawing.Point(20, 40) Me.MyTextBox2.Margin = New System.Windows.Forms.Padding(2) Me.MyTextBox2.MaxLineLength = -1 Me.MyTextBox2.MaxLines_Warning = "" Me.MyTextBox2.MaxLines_Warning_Label = Nothing Me.MyTextBox2.Name = "MyTextBox2" Me.MyTextBox2.Size = New System.Drawing.Size(250, 20) Me.MyTextBox2.TabIndex = 4 ' 'UsrCntlChat_Art_Btn_MACHAT ' Me.UsrCntlChat_Art_Btn_MACHAT._aktiv = True Me.UsrCntlChat_Art_Btn_MACHAT._name = "Allgemein" Me.UsrCntlChat_Art_Btn_MACHAT.Location = New System.Drawing.Point(0, 0) Me.UsrCntlChat_Art_Btn_MACHAT.Margin = New System.Windows.Forms.Padding(0) Me.UsrCntlChat_Art_Btn_MACHAT.Name = "UsrCntlChat_Art_Btn_MACHAT" Me.UsrCntlChat_Art_Btn_MACHAT.Size = New System.Drawing.Size(90, 29) Me.UsrCntlChat_Art_Btn_MACHAT.TabIndex = 8 ' 'UsrCntlChat_Art_Btn_LKWCHAT ' Me.UsrCntlChat_Art_Btn_LKWCHAT._aktiv = False Me.UsrCntlChat_Art_Btn_LKWCHAT._name = "LKW" Me.UsrCntlChat_Art_Btn_LKWCHAT.Location = New System.Drawing.Point(90, 0) Me.UsrCntlChat_Art_Btn_LKWCHAT.Margin = New System.Windows.Forms.Padding(0) Me.UsrCntlChat_Art_Btn_LKWCHAT.Name = "UsrCntlChat_Art_Btn_LKWCHAT" Me.UsrCntlChat_Art_Btn_LKWCHAT.Size = New System.Drawing.Size(90, 29) Me.UsrCntlChat_Art_Btn_LKWCHAT.TabIndex = 9 ' 'UsrCntlChat_Art_Btn_SNDCHAT ' Me.UsrCntlChat_Art_Btn_SNDCHAT._aktiv = False Me.UsrCntlChat_Art_Btn_SNDCHAT._name = "Sendung" Me.UsrCntlChat_Art_Btn_SNDCHAT.Location = New System.Drawing.Point(180, 0) Me.UsrCntlChat_Art_Btn_SNDCHAT.Margin = New System.Windows.Forms.Padding(0) Me.UsrCntlChat_Art_Btn_SNDCHAT.Name = "UsrCntlChat_Art_Btn_SNDCHAT" Me.UsrCntlChat_Art_Btn_SNDCHAT.Size = New System.Drawing.Size(90, 29) Me.UsrCntlChat_Art_Btn_SNDCHAT.TabIndex = 10 ' '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.ForeColor = System.Drawing.Color.Black Me.MyTextBox1.Location = New System.Drawing.Point(20, 40) Me.MyTextBox1.Margin = New System.Windows.Forms.Padding(2) 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(250, 20) Me.MyTextBox1.TabIndex = 4 ' 'MyFlowLayoutPanel1 ' Me.MyFlowLayoutPanel1.AutoScroll = True Me.MyFlowLayoutPanel1.BackColor = System.Drawing.Color.White Me.MyFlowLayoutPanel1.Controls.Add(Me.UsrCntlMessenger_ChatElement1) Me.MyFlowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill Me.MyFlowLayoutPanel1.Location = New System.Drawing.Point(0, 44) Me.MyFlowLayoutPanel1.Name = "MyFlowLayoutPanel1" Me.MyFlowLayoutPanel1.Size = New System.Drawing.Size(633, 556) Me.MyFlowLayoutPanel1.TabIndex = 0 ' 'UsrCntlMessenger_ChatElement1 ' Me.UsrCntlMessenger_ChatElement1.BackColor = System.Drawing.Color.White Me.UsrCntlMessenger_ChatElement1.CHAT_MSG = Nothing Me.UsrCntlMessenger_ChatElement1.Location = New System.Drawing.Point(4, 5) Me.UsrCntlMessenger_ChatElement1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.UsrCntlMessenger_ChatElement1.Name = "UsrCntlMessenger_ChatElement1" Me.UsrCntlMessenger_ChatElement1.Size = New System.Drawing.Size(378, 48) Me.UsrCntlMessenger_ChatElement1.TabIndex = 4 Me.UsrCntlMessenger_ChatElement1.Visible = False ' 'clmnMaId ' Me.clmnMaId.HeaderText = "Column1" Me.clmnMaId.MinimumWidth = 8 Me.clmnMaId.Name = "clmnMaId" Me.clmnMaId.ReadOnly = True Me.clmnMaId.Visible = False Me.clmnMaId.Width = 150 ' 'clmnName ' Me.clmnName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill Me.clmnName.HeaderText = "Name" Me.clmnName.MinimumWidth = 8 Me.clmnName.Name = "clmnName" Me.clmnName.ReadOnly = True ' 'clmnFirma ' Me.clmnFirma.HeaderText = "Firma" Me.clmnFirma.MinimumWidth = 8 Me.clmnFirma.Name = "clmnFirma" Me.clmnFirma.ReadOnly = True Me.clmnFirma.Width = 85 ' 'clmnStatus ' Me.clmnStatus.HeaderText = "" Me.clmnStatus.Name = "clmnStatus" Me.clmnStatus.ReadOnly = True Me.clmnStatus.Width = 20 ' 'frmMessenger ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(912, 922) Me.Controls.Add(Me.SplitContainer) Me.DoubleBuffered = True Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmMessenger" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Messenger" Me.SplitContainer.Panel1.ResumeLayout(False) Me.SplitContainer.Panel2.ResumeLayout(False) CType(Me.SplitContainer, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer.ResumeLayout(False) Me.SplitContainer2.Panel1.ResumeLayout(False) Me.SplitContainer2.Panel2.ResumeLayout(False) CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer2.ResumeLayout(False) Me.Panel6.ResumeLayout(False) Me.Panel6.PerformLayout() Me.Panel5.ResumeLayout(False) Me.Panel5.PerformLayout() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.FlowLayoutPanel1.ResumeLayout(False) CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.Panel1.ResumeLayout(False) Me.SplitContainer1.Panel2.ResumeLayout(False) CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.ResumeLayout(False) Me.Panel3.ResumeLayout(False) Me.Panel3.PerformLayout() Me.pnl.ResumeLayout(False) Me.SplitContainer3.Panel1.ResumeLayout(False) Me.SplitContainer3.Panel2.ResumeLayout(False) CType(Me.SplitContainer3, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer3.ResumeLayout(False) Me.pnlTeilnehmer.ResumeLayout(False) CType(Me.dgvChatMembers, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel8.ResumeLayout(False) Me.Panel8.PerformLayout() Me.Panel9.ResumeLayout(False) CType(Me.pic, System.ComponentModel.ISupportInitialize).EndInit() Me.cntxt.ResumeLayout(False) CType(Me.dgvChats, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DGVSonstige, System.ComponentModel.ISupportInitialize).EndInit() Me.MyFlowLayoutPanel1.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents SplitContainer As SplitContainer Friend WithEvents dgvChats As VERAG_PROG_ALLGEMEIN.MyDatagridview Friend WithEvents SplitContainer1 As SplitContainer Friend WithEvents MyFlowLayoutPanel1 As VERAG_PROG_ALLGEMEIN.MyFlowLayoutPanel Friend WithEvents pnl As Panel Friend WithEvents btnSenden As Button Friend WithEvents rtbChatMessage As RichTextBox Friend WithEvents lbl As Label Friend WithEvents btnNeu As Button Friend WithEvents Button1 As Button Friend WithEvents UsrCntlMessenger_ChatElement1 As usrCntlMessenger_ChatElement Friend WithEvents btnSendAtt As Button Friend WithEvents btnTEST As Button Friend WithEvents TimerNEW_MESSAGE As Timer Friend WithEvents Timer_REFRESH As Timer Friend WithEvents cbxInaktiveChats As CheckBox Friend WithEvents cntxt As ContextMenuStrip Friend WithEvents ChatDeaktivierenToolStripMenuItem As ToolStripMenuItem Friend WithEvents FlowLayoutPanel As FlowLayoutPanel Friend WithEvents pic As PictureBox Friend WithEvents lblOnlineOffline As Label Friend WithEvents Panel3 As Panel Friend WithEvents lblChatName As TextBox Friend WithEvents Panel4 As Panel Friend WithEvents btnTeilnehmer As Button Friend WithEvents PictureBox1 As PictureBox Friend WithEvents MyTextBox1 As MyTextBox Friend WithEvents Button4 As Button Friend WithEvents SplitContainer2 As SplitContainer Friend WithEvents Panel5 As Panel Friend WithEvents MyTextBox2 As MyTextBox Friend WithEvents PictureBox2 As PictureBox Friend WithEvents Label1 As Label Friend WithEvents Button8 As Button Friend WithEvents Button9 As Button Friend WithEvents DGVSonstige As MyDatagridview Friend WithEvents Panel6 As Panel Friend WithEvents cbxInaktiveChatsSpecial As CheckBox Friend WithEvents Button6 As Button Friend WithEvents pnlTeilnehmer As Panel Friend WithEvents Label2 As Label Friend WithEvents Panel8 As Panel Friend WithEvents Label4 As Label Friend WithEvents dgvChatMembers As DataGridView Friend WithEvents SplitContainer3 As SplitContainer Friend WithEvents DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn2 As DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn3 As DataGridViewTextBoxColumn Friend WithEvents Panel9 As Panel Friend WithEvents Panel2 As Panel Friend WithEvents Panel1 As Panel Friend WithEvents btnMemberDel As Button Friend WithEvents btnMemberAdd As Button Friend WithEvents FlowLayoutPanel1 As FlowLayoutPanel Friend WithEvents UsrCntlChat_Art_Btn_MACHAT As usrCntlChat_Art_Btn Friend WithEvents UsrCntlChat_Art_Btn_LKWCHAT As usrCntlChat_Art_Btn Friend WithEvents UsrCntlChat_Art_Btn_SNDCHAT As usrCntlChat_Art_Btn Friend WithEvents lblLKWChat_MsgCntInaktiv As Label Friend WithEvents toolChatReminder As ToolStripMenuItem Friend WithEvents clmnMaId As DataGridViewTextBoxColumn Friend WithEvents clmnName As DataGridViewTextBoxColumn Friend WithEvents clmnFirma As DataGridViewTextBoxColumn Friend WithEvents clmnStatus As DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn4 As DataGridViewTextBoxColumn Friend WithEvents Label3 As Label End Class