neu
This commit is contained in:
@@ -32,6 +32,8 @@ Partial Class frmMessenger
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMessenger))
|
||||
Me.SplitContainer = New System.Windows.Forms.SplitContainer()
|
||||
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.lbl = New System.Windows.Forms.Label()
|
||||
Me.Button2 = New System.Windows.Forms.Button()
|
||||
@@ -42,23 +44,28 @@ Partial Class frmMessenger
|
||||
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.dgvChats = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
||||
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.TimerNEW_MESSAGE = New System.Windows.Forms.Timer(Me.components)
|
||||
CType(Me.SplitContainer, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SplitContainer.Panel1.SuspendLayout()
|
||||
Me.SplitContainer.Panel2.SuspendLayout()
|
||||
Me.SplitContainer.SuspendLayout()
|
||||
Me.Panel2.SuspendLayout()
|
||||
Me.Panel1.SuspendLayout()
|
||||
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SplitContainer1.Panel1.SuspendLayout()
|
||||
Me.SplitContainer1.Panel2.SuspendLayout()
|
||||
Me.SplitContainer1.SuspendLayout()
|
||||
Me.pnl.SuspendLayout()
|
||||
Me.cntxt.SuspendLayout()
|
||||
CType(Me.dgvChats, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.MyFlowLayoutPanel1.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
@@ -71,8 +78,9 @@ Partial Class frmMessenger
|
||||
'
|
||||
'SplitContainer.Panel1
|
||||
'
|
||||
Me.SplitContainer.Panel1.Controls.Add(Me.btnTEST)
|
||||
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
|
||||
@@ -87,7 +95,7 @@ Partial Class frmMessenger
|
||||
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(91, 511)
|
||||
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
|
||||
@@ -95,6 +103,25 @@ Partial Class frmMessenger
|
||||
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, 566)
|
||||
Me.Panel2.Name = "Panel2"
|
||||
Me.Panel2.Size = New System.Drawing.Size(272, 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
|
||||
@@ -174,14 +201,15 @@ Partial Class frmMessenger
|
||||
'
|
||||
'Button4
|
||||
'
|
||||
Me.Button4.BackColor = System.Drawing.Color.SteelBlue
|
||||
Me.Button4.BackColor = System.Drawing.Color.MediumSeaGreen
|
||||
Me.Button4.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.people
|
||||
Me.Button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
||||
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button4.ForeColor = System.Drawing.Color.White
|
||||
Me.Button4.Location = New System.Drawing.Point(465, 44)
|
||||
Me.Button4.Location = New System.Drawing.Point(489, 93)
|
||||
Me.Button4.Name = "Button4"
|
||||
Me.Button4.Size = New System.Drawing.Size(76, 40)
|
||||
Me.Button4.TabIndex = 3
|
||||
Me.Button4.Text = "Senden"
|
||||
Me.Button4.Size = New System.Drawing.Size(49, 33)
|
||||
Me.Button4.TabIndex = 5
|
||||
Me.Button4.UseVisualStyleBackColor = False
|
||||
'
|
||||
'Button3
|
||||
@@ -189,7 +217,7 @@ Partial Class frmMessenger
|
||||
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, 86)
|
||||
Me.Button3.Location = New System.Drawing.Point(461, 47)
|
||||
Me.Button3.Name = "Button3"
|
||||
Me.Button3.Size = New System.Drawing.Size(76, 40)
|
||||
Me.Button3.TabIndex = 2
|
||||
@@ -217,6 +245,26 @@ Partial Class frmMessenger
|
||||
Me.rtbChatMessage.TabIndex = 0
|
||||
Me.rtbChatMessage.Text = ""
|
||||
'
|
||||
'TimerNEW_MESSAGE
|
||||
'
|
||||
'
|
||||
'Timer_REFRESH
|
||||
'
|
||||
Me.Timer_REFRESH.Enabled = True
|
||||
Me.Timer_REFRESH.Interval = 5000
|
||||
'
|
||||
'cntxt
|
||||
'
|
||||
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"
|
||||
'
|
||||
'dgvChats
|
||||
'
|
||||
Me.dgvChats.AKTUALISIERUNGS_INTERVALL = -1
|
||||
@@ -260,7 +308,7 @@ Partial Class frmMessenger
|
||||
Me.dgvChats.RowsDefaultCellStyle = DataGridViewCellStyle4
|
||||
Me.dgvChats.RowTemplate.Height = 30
|
||||
Me.dgvChats.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
||||
Me.dgvChats.Size = New System.Drawing.Size(272, 554)
|
||||
Me.dgvChats.Size = New System.Drawing.Size(272, 524)
|
||||
Me.dgvChats.TabIndex = 0
|
||||
'
|
||||
'MyFlowLayoutPanel1
|
||||
@@ -291,6 +339,7 @@ Partial Class frmMessenger
|
||||
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(3, 57)
|
||||
Me.UsrCntlMessenger_ChatAnhang1.Name = "UsrCntlMessenger_ChatAnhang1"
|
||||
Me.UsrCntlMessenger_ChatAnhang1.Size = New System.Drawing.Size(378, 72)
|
||||
@@ -314,9 +363,6 @@ Partial Class frmMessenger
|
||||
Me.UsrCntlMessenger_ChatElement3.Size = New System.Drawing.Size(378, 48)
|
||||
Me.UsrCntlMessenger_ChatElement3.TabIndex = 6
|
||||
'
|
||||
'TimerNEW_MESSAGE
|
||||
'
|
||||
'
|
||||
'frmMessenger
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -325,11 +371,14 @@ Partial Class frmMessenger
|
||||
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.Panel2.ResumeLayout(False)
|
||||
Me.Panel2.PerformLayout()
|
||||
Me.Panel1.ResumeLayout(False)
|
||||
Me.Panel1.PerformLayout()
|
||||
Me.SplitContainer1.Panel1.ResumeLayout(False)
|
||||
@@ -337,6 +386,7 @@ Partial Class frmMessenger
|
||||
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.SplitContainer1.ResumeLayout(False)
|
||||
Me.pnl.ResumeLayout(False)
|
||||
Me.cntxt.ResumeLayout(False)
|
||||
CType(Me.dgvChats, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.MyFlowLayoutPanel1.ResumeLayout(False)
|
||||
Me.ResumeLayout(False)
|
||||
@@ -357,9 +407,14 @@ Partial Class frmMessenger
|
||||
Friend WithEvents UsrCntlMessenger_ChatAnhang1 As usrCntlMessenger_ChatAnhang
|
||||
Friend WithEvents UsrCntlMessenger_ChatElement1 As usrCntlMessenger_ChatElement
|
||||
Friend WithEvents Button3 As Button
|
||||
Friend WithEvents Button4 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 Button4 As Button
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user