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 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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMessenger)) Me.SplitContainer = New System.Windows.Forms.SplitContainer() Me.dgvChats = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components) Me.btnTEST = New System.Windows.Forms.Button() Me.Panel2 = New System.Windows.Forms.Panel() Me.cbxInaktiveChats = New System.Windows.Forms.CheckBox() Me.Panel1 = New System.Windows.Forms.Panel() Me.MyTextBox1 = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.lbl = New System.Windows.Forms.Label() Me.Button2 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.MyFlowLayoutPanel1 = New VERAG_PROG_ALLGEMEIN.MyFlowLayoutPanel(Me.components) Me.UsrCntlMessenger_ChatElement1 = New VERAG_PROG_ALLGEMEIN.usrCntlMessenger_ChatElement() Me.UsrCntlMessenger_ChatAnhang1 = New VERAG_PROG_ALLGEMEIN.usrCntlMessenger_ChatAnhang() Me.UsrCntlMessenger_ChatElement2 = New VERAG_PROG_ALLGEMEIN.usrCntlMessenger_ChatElement() Me.UsrCntlMessenger_ChatElement3 = New VERAG_PROG_ALLGEMEIN.usrCntlMessenger_ChatElement() Me.Panel3 = New System.Windows.Forms.Panel() Me.Button5 = New System.Windows.Forms.Button() Me.Panel4 = New System.Windows.Forms.Panel() Me.lblChatName = New System.Windows.Forms.Label() Me.lblOnlineOffline = New System.Windows.Forms.Label() Me.pnl = New System.Windows.Forms.Panel() Me.pic = New System.Windows.Forms.PictureBox() Me.FlowLayoutPanel = New System.Windows.Forms.FlowLayoutPanel() Me.Button3 = New System.Windows.Forms.Button() Me.btn = 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.Button4 = New System.Windows.Forms.Button() CType(Me.SplitContainer, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer.Panel1.SuspendLayout() Me.SplitContainer.Panel2.SuspendLayout() Me.SplitContainer.SuspendLayout() CType(Me.dgvChats, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel2.SuspendLayout() Me.Panel1.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.MyFlowLayoutPanel1.SuspendLayout() Me.Panel3.SuspendLayout() Me.pnl.SuspendLayout() CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit() Me.cntxt.SuspendLayout() Me.SuspendLayout() ' '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.dgvChats) 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(817, 728) Me.SplitContainer.SplitterDistance = 271 Me.SplitContainer.TabIndex = 0 ' '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, 63) 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 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(271, 635) Me.dgvChats.TabIndex = 0 ' '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.cbxInaktiveChats) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel2.Location = New System.Drawing.Point(0, 698) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(271, 30) Me.Panel2.TabIndex = 6 ' 'cbxInaktiveChats ' Me.cbxInaktiveChats.AutoSize = True Me.cbxInaktiveChats.Location = New System.Drawing.Point(3, 6) 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 ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.White Me.Panel1.Controls.Add(Me.MyTextBox1) Me.Panel1.Controls.Add(Me.PictureBox1) Me.Panel1.Controls.Add(Me.lbl) Me.Panel1.Controls.Add(Me.Button2) 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(271, 63) Me.Panel1.TabIndex = 1 ' 'MyTextBox1 ' Me.MyTextBox1._DateTimeOnly = False Me.MyTextBox1._numbersOnly = False Me.MyTextBox1._numbersOnlyKommastellen = "" Me.MyTextBox1._Prozent = False Me.MyTextBox1._ShortDateNew = False Me.MyTextBox1._ShortDateOnly = False Me.MyTextBox1._TimeOnly = 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 ' '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" ' '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(198, 4) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(71, 33) Me.Button2.TabIndex = 2 Me.Button2.Text = "+ NEU" Me.Button2.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.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(542, 728) Me.SplitContainer1.SplitterDistance = 446 Me.SplitContainer1.TabIndex = 0 ' 'MyFlowLayoutPanel1 ' Me.MyFlowLayoutPanel1.AutoScroll = True Me.MyFlowLayoutPanel1.BackColor = System.Drawing.Color.White Me.MyFlowLayoutPanel1.Controls.Add(Me.UsrCntlMessenger_ChatElement1) Me.MyFlowLayoutPanel1.Controls.Add(Me.UsrCntlMessenger_ChatAnhang1) Me.MyFlowLayoutPanel1.Controls.Add(Me.UsrCntlMessenger_ChatElement2) Me.MyFlowLayoutPanel1.Controls.Add(Me.UsrCntlMessenger_ChatElement3) 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(542, 402) 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 ' 'UsrCntlMessenger_ChatAnhang1 ' Me.UsrCntlMessenger_ChatAnhang1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.UsrCntlMessenger_ChatAnhang1.BackColor = System.Drawing.Color.White Me.UsrCntlMessenger_ChatAnhang1.BG_COLOR = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.UsrCntlMessenger_ChatAnhang1.CHAT_MSG = Nothing Me.UsrCntlMessenger_ChatAnhang1.Location = New System.Drawing.Point(4, 63) Me.UsrCntlMessenger_ChatAnhang1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.UsrCntlMessenger_ChatAnhang1.Name = "UsrCntlMessenger_ChatAnhang1" Me.UsrCntlMessenger_ChatAnhang1.Size = New System.Drawing.Size(378, 72) Me.UsrCntlMessenger_ChatAnhang1.TabIndex = 3 ' 'UsrCntlMessenger_ChatElement2 ' Me.UsrCntlMessenger_ChatElement2.BackColor = System.Drawing.Color.White Me.UsrCntlMessenger_ChatElement2.CHAT_MSG = Nothing Me.UsrCntlMessenger_ChatElement2.Location = New System.Drawing.Point(4, 145) Me.UsrCntlMessenger_ChatElement2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.UsrCntlMessenger_ChatElement2.Name = "UsrCntlMessenger_ChatElement2" Me.UsrCntlMessenger_ChatElement2.Size = New System.Drawing.Size(378, 48) Me.UsrCntlMessenger_ChatElement2.TabIndex = 5 ' 'UsrCntlMessenger_ChatElement3 ' Me.UsrCntlMessenger_ChatElement3.BackColor = System.Drawing.Color.White Me.UsrCntlMessenger_ChatElement3.CHAT_MSG = Nothing Me.UsrCntlMessenger_ChatElement3.Location = New System.Drawing.Point(4, 203) Me.UsrCntlMessenger_ChatElement3.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.UsrCntlMessenger_ChatElement3.Name = "UsrCntlMessenger_ChatElement3" Me.UsrCntlMessenger_ChatElement3.Size = New System.Drawing.Size(378, 48) Me.UsrCntlMessenger_ChatElement3.TabIndex = 6 ' 'Panel3 ' Me.Panel3.BackColor = System.Drawing.Color.White Me.Panel3.Controls.Add(Me.Button5) 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(542, 44) Me.Panel3.TabIndex = 9 ' 'Button5 ' Me.Button5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button5.BackColor = System.Drawing.Color.MediumSeaGreen Me.Button5.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.person Me.Button5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button5.ForeColor = System.Drawing.Color.White Me.Button5.Location = New System.Drawing.Point(489, 4) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(49, 33) Me.Button5.TabIndex = 8 Me.Button5.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(534, 1) Me.Panel4.TabIndex = 6 ' 'lblChatName ' Me.lblChatName.AutoSize = True 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(15, 20) 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(377, 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.pic) Me.pnl.Controls.Add(Me.FlowLayoutPanel) Me.pnl.Controls.Add(Me.Button3) Me.pnl.Controls.Add(Me.btn) 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(542, 278) Me.pnl.TabIndex = 0 ' '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(10, 255) Me.pic.Name = "pic" Me.pic.Size = New System.Drawing.Size(524, 20) Me.pic.TabIndex = 7 Me.pic.TabStop = False Me.pic.WaitOnLoad = True ' 'FlowLayoutPanel ' Me.FlowLayoutPanel.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.FlowLayoutPanel.AutoScroll = True Me.FlowLayoutPanel.Location = New System.Drawing.Point(4, 121) Me.FlowLayoutPanel.Name = "FlowLayoutPanel" Me.FlowLayoutPanel.Size = New System.Drawing.Size(534, 136) Me.FlowLayoutPanel.TabIndex = 6 ' 'Button3 ' Me.Button3.BackColor = System.Drawing.Color.SteelBlue Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button3.ForeColor = System.Drawing.Color.White Me.Button3.Location = New System.Drawing.Point(461, 44) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(76, 40) Me.Button3.TabIndex = 2 Me.Button3.Text = "+ Anhang" Me.Button3.UseVisualStyleBackColor = False ' 'btn ' Me.btn.BackColor = System.Drawing.Color.SteelBlue Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn.ForeColor = System.Drawing.Color.White Me.btn.Location = New System.Drawing.Point(461, 4) Me.btn.Name = "btn" Me.btn.Size = New System.Drawing.Size(76, 40) Me.btn.TabIndex = 1 Me.btn.Text = "Senden" Me.btn.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", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.rtbChatMessage.Location = New System.Drawing.Point(3, 3) Me.rtbChatMessage.Name = "rtbChatMessage" Me.rtbChatMessage.Size = New System.Drawing.Size(453, 112) Me.rtbChatMessage.TabIndex = 0 Me.rtbChatMessage.Text = "" ' 'TimerNEW_MESSAGE ' ' 'Timer_REFRESH ' Me.Timer_REFRESH.Enabled = True Me.Timer_REFRESH.Interval = 5000 ' 'cntxt ' Me.cntxt.ImageScalingSize = New System.Drawing.Size(24, 24) Me.cntxt.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ChatDeaktivierenToolStripMenuItem}) Me.cntxt.Name = "cntxt" Me.cntxt.Size = New System.Drawing.Size(167, 26) ' 'ChatDeaktivierenToolStripMenuItem ' Me.ChatDeaktivierenToolStripMenuItem.Name = "ChatDeaktivierenToolStripMenuItem" Me.ChatDeaktivierenToolStripMenuItem.Size = New System.Drawing.Size(166, 22) Me.ChatDeaktivierenToolStripMenuItem.Text = "Chat deaktivieren" ' 'Button4 ' 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(462, 90) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(76, 25) Me.Button4.TabIndex = 8 Me.Button4.Text = "Chat History" Me.Button4.UseVisualStyleBackColor = False ' 'frmMessenger ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(817, 728) Me.Controls.Add(Me.SplitContainer) 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) CType(Me.dgvChats, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() 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.MyFlowLayoutPanel1.ResumeLayout(False) Me.Panel3.ResumeLayout(False) Me.Panel3.PerformLayout() Me.pnl.ResumeLayout(False) CType(Me.pic, System.ComponentModel.ISupportInitialize).EndInit() Me.cntxt.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 btn As Button Friend WithEvents rtbChatMessage As RichTextBox Friend WithEvents Panel1 As Panel Friend WithEvents lbl As Label Friend WithEvents Button2 As Button Friend WithEvents Button1 As Button Friend WithEvents UsrCntlMessenger_ChatAnhang1 As usrCntlMessenger_ChatAnhang Friend WithEvents UsrCntlMessenger_ChatElement1 As usrCntlMessenger_ChatElement Friend WithEvents Button3 As Button Friend WithEvents UsrCntlMessenger_ChatElement2 As usrCntlMessenger_ChatElement Friend WithEvents UsrCntlMessenger_ChatElement3 As usrCntlMessenger_ChatElement Friend WithEvents btnTEST As Button Friend WithEvents TimerNEW_MESSAGE As Timer Friend WithEvents Timer_REFRESH As Timer Friend WithEvents Panel2 As Panel 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 Label Friend WithEvents Panel4 As Panel Friend WithEvents Button5 As Button Friend WithEvents PictureBox1 As PictureBox Friend WithEvents MyTextBox1 As MyTextBox Friend WithEvents Button4 As Button End Class