Chat, divers
This commit is contained in:
309
VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger.Designer.vb
generated
309
VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger.Designer.vb
generated
@@ -29,12 +29,26 @@ Partial Class frmMessenger
|
||||
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.cbxInaktiveChats = New System.Windows.Forms.CheckBox()
|
||||
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()
|
||||
@@ -53,6 +67,7 @@ Partial Class frmMessenger
|
||||
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()
|
||||
@@ -62,12 +77,19 @@ Partial Class frmMessenger
|
||||
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.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()
|
||||
@@ -90,7 +112,7 @@ Partial Class frmMessenger
|
||||
'
|
||||
'SplitContainer.Panel1
|
||||
'
|
||||
Me.SplitContainer.Panel1.Controls.Add(Me.dgvChats)
|
||||
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)
|
||||
@@ -98,10 +120,33 @@ Partial Class frmMessenger
|
||||
'SplitContainer.Panel2
|
||||
'
|
||||
Me.SplitContainer.Panel2.Controls.Add(Me.SplitContainer1)
|
||||
Me.SplitContainer.Size = New System.Drawing.Size(817, 728)
|
||||
Me.SplitContainer.SplitterDistance = 271
|
||||
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
|
||||
@@ -129,7 +174,7 @@ Partial Class frmMessenger
|
||||
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.Location = New System.Drawing.Point(0, 0)
|
||||
Me.dgvChats.Name = "dgvChats"
|
||||
Me.dgvChats.ReadOnly = True
|
||||
DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||
@@ -141,13 +186,164 @@ Partial Class frmMessenger
|
||||
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(271, 635)
|
||||
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
|
||||
@@ -163,22 +359,23 @@ Partial Class frmMessenger
|
||||
'
|
||||
'Panel2
|
||||
'
|
||||
Me.Panel2.Controls.Add(Me.cbxInaktiveChats)
|
||||
Me.Panel2.Controls.Add(Me.CheckBox1)
|
||||
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Bottom
|
||||
Me.Panel2.Location = New System.Drawing.Point(0, 698)
|
||||
Me.Panel2.Location = New System.Drawing.Point(0, 1029)
|
||||
Me.Panel2.Name = "Panel2"
|
||||
Me.Panel2.Size = New System.Drawing.Size(271, 30)
|
||||
Me.Panel2.Size = New System.Drawing.Size(270, 23)
|
||||
Me.Panel2.TabIndex = 6
|
||||
'
|
||||
'cbxInaktiveChats
|
||||
'CheckBox1
|
||||
'
|
||||
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
|
||||
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
|
||||
'
|
||||
@@ -191,7 +388,7 @@ Partial Class frmMessenger
|
||||
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.Size = New System.Drawing.Size(270, 63)
|
||||
Me.Panel1.TabIndex = 1
|
||||
'
|
||||
'MyTextBox1
|
||||
@@ -199,10 +396,12 @@ Partial Class frmMessenger
|
||||
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
|
||||
@@ -276,8 +475,8 @@ Partial Class frmMessenger
|
||||
'SplitContainer1.Panel2
|
||||
'
|
||||
Me.SplitContainer1.Panel2.Controls.Add(Me.pnl)
|
||||
Me.SplitContainer1.Size = New System.Drawing.Size(542, 728)
|
||||
Me.SplitContainer1.SplitterDistance = 446
|
||||
Me.SplitContainer1.Size = New System.Drawing.Size(543, 1052)
|
||||
Me.SplitContainer1.SplitterDistance = 728
|
||||
Me.SplitContainer1.TabIndex = 0
|
||||
'
|
||||
'MyFlowLayoutPanel1
|
||||
@@ -291,7 +490,7 @@ Partial Class frmMessenger
|
||||
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.Size = New System.Drawing.Size(543, 684)
|
||||
Me.MyFlowLayoutPanel1.TabIndex = 0
|
||||
'
|
||||
'UsrCntlMessenger_ChatElement1
|
||||
@@ -346,7 +545,7 @@ Partial Class frmMessenger
|
||||
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.Size = New System.Drawing.Size(543, 44)
|
||||
Me.Panel3.TabIndex = 9
|
||||
'
|
||||
'Button5
|
||||
@@ -357,7 +556,7 @@ Partial Class frmMessenger
|
||||
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.Location = New System.Drawing.Point(490, 4)
|
||||
Me.Button5.Name = "Button5"
|
||||
Me.Button5.Size = New System.Drawing.Size(49, 33)
|
||||
Me.Button5.TabIndex = 8
|
||||
@@ -370,7 +569,7 @@ Partial Class frmMessenger
|
||||
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.Size = New System.Drawing.Size(535, 1)
|
||||
Me.Panel4.TabIndex = 6
|
||||
'
|
||||
'lblChatName
|
||||
@@ -389,7 +588,7 @@ Partial Class frmMessenger
|
||||
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.Location = New System.Drawing.Point(378, 4)
|
||||
Me.lblOnlineOffline.Name = "lblOnlineOffline"
|
||||
Me.lblOnlineOffline.Size = New System.Drawing.Size(106, 33)
|
||||
Me.lblOnlineOffline.TabIndex = 5
|
||||
@@ -409,14 +608,26 @@ Partial Class frmMessenger
|
||||
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.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(10, 255)
|
||||
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
|
||||
@@ -431,7 +642,7 @@ Partial Class frmMessenger
|
||||
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.Size = New System.Drawing.Size(534, 176)
|
||||
Me.FlowLayoutPanel.TabIndex = 6
|
||||
'
|
||||
'Button3
|
||||
@@ -465,7 +676,7 @@ Partial Class frmMessenger
|
||||
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.Size = New System.Drawing.Size(454, 112)
|
||||
Me.rtbChatMessage.TabIndex = 0
|
||||
Me.rtbChatMessage.Text = ""
|
||||
'
|
||||
@@ -490,23 +701,11 @@ Partial Class frmMessenger
|
||||
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.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"
|
||||
@@ -516,7 +715,17 @@ Partial Class frmMessenger
|
||||
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)
|
||||
@@ -543,7 +752,6 @@ Partial Class frmMessenger
|
||||
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
|
||||
@@ -555,7 +763,6 @@ Partial Class frmMessenger
|
||||
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
|
||||
@@ -569,4 +776,16 @@ Partial Class frmMessenger
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user