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 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.dgvChats = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components) Me.Panel6 = New System.Windows.Forms.Panel() Me.cbxInaktiveChats = New System.Windows.Forms.CheckBox() Me.DGVSonstige = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components) Me.Panel5 = New System.Windows.Forms.Panel() Me.MyTextBox2 = New VERAG_PROG_ALLGEMEIN.MyTextBox() 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.CheckBox1 = 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.Button4 = New System.Windows.Forms.Button() 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() 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() CType(Me.dgvChats, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel6.SuspendLayout() CType(Me.DGVSonstige, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel5.SuspendLayout() CType(Me.PictureBox2, 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.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(817, 1052) Me.SplitContainer.SplitterDistance = 270 Me.SplitContainer.TabIndex = 0 ' 'SplitContainer2 ' Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer2.Location = New System.Drawing.Point(0, 63) 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(270, 966) Me.SplitContainer2.SplitterDistance = 590 Me.SplitContainer2.SplitterWidth = 3 Me.SplitContainer2.TabIndex = 8 ' '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(270, 945) Me.dgvChats.TabIndex = 0 ' 'Panel6 ' Me.Panel6.Controls.Add(Me.cbxInaktiveChats) Me.Panel6.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel6.Location = New System.Drawing.Point(0, 945) Me.Panel6.Name = "Panel6" Me.Panel6.Size = New System.Drawing.Size(270, 21) Me.Panel6.TabIndex = 7 ' 'cbxInaktiveChats ' Me.cbxInaktiveChats.AutoSize = True Me.cbxInaktiveChats.Location = New System.Drawing.Point(9, 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 ' '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 ' '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 ' '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 ' '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.CheckBox1) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel2.Location = New System.Drawing.Point(0, 1029) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(270, 23) Me.Panel2.TabIndex = 6 ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Location = New System.Drawing.Point(9, 5) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(93, 17) Me.CheckBox1.TabIndex = 7 Me.CheckBox1.Text = "inaktive Chats" Me.CheckBox1.UseVisualStyleBackColor = True Me.CheckBox1.Visible = False ' '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(270, 63) Me.Panel1.TabIndex = 1 ' '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 ' '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(543, 1052) Me.SplitContainer1.SplitterDistance = 728 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(543, 684) 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(543, 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(490, 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(535, 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(378, 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(543, 320) Me.pnl.TabIndex = 0 ' '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 ' '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(11, 299) 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, 176) 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(454, 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" ' '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, 1052) 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) Me.SplitContainer2.Panel1.ResumeLayout(False) Me.SplitContainer2.Panel2.ResumeLayout(False) CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer2.ResumeLayout(False) CType(Me.dgvChats, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel6.ResumeLayout(False) Me.Panel6.PerformLayout() CType(Me.DGVSonstige, System.ComponentModel.ISupportInitialize).EndInit() 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() 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 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 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 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 Panel2 As Panel Friend WithEvents Panel1 As Panel Friend WithEvents Panel6 As Panel Friend WithEvents CheckBox1 As CheckBox End Class