IMEX MySnd, RKSV DE Storno, Div.Bugfix
This commit is contained in:
@@ -67,7 +67,7 @@ Partial Class frmMessenger
|
||||
Me.Panel3 = New System.Windows.Forms.Panel()
|
||||
Me.btnTeilnehmer = New System.Windows.Forms.Button()
|
||||
Me.Panel4 = New System.Windows.Forms.Panel()
|
||||
Me.lblChatName = New System.Windows.Forms.Label()
|
||||
Me.lblChatName = New System.Windows.Forms.TextBox()
|
||||
Me.lblOnlineOffline = New System.Windows.Forms.Label()
|
||||
Me.pnl = New System.Windows.Forms.Panel()
|
||||
Me.Button4 = New System.Windows.Forms.Button()
|
||||
@@ -612,11 +612,11 @@ Partial Class frmMessenger
|
||||
'
|
||||
'lblChatName
|
||||
'
|
||||
Me.lblChatName.AutoSize = True
|
||||
Me.lblChatName.BorderStyle = System.Windows.Forms.BorderStyle.None
|
||||
Me.lblChatName.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.lblChatName.Location = New System.Drawing.Point(9, 11)
|
||||
Me.lblChatName.Name = "lblChatName"
|
||||
Me.lblChatName.Size = New System.Drawing.Size(15, 20)
|
||||
Me.lblChatName.Size = New System.Drawing.Size(450, 19)
|
||||
Me.lblChatName.TabIndex = 4
|
||||
Me.lblChatName.Text = "-"
|
||||
'
|
||||
@@ -1027,7 +1027,7 @@ Partial Class frmMessenger
|
||||
Friend WithEvents pic As PictureBox
|
||||
Friend WithEvents lblOnlineOffline As Label
|
||||
Friend WithEvents Panel3 As Panel
|
||||
Friend WithEvents lblChatName As Label
|
||||
Friend WithEvents lblChatName As TextBox
|
||||
Friend WithEvents Panel4 As Panel
|
||||
Friend WithEvents btnTeilnehmer As Button
|
||||
Friend WithEvents PictureBox1 As PictureBox
|
||||
|
||||
Reference in New Issue
Block a user