Update Chat; Umbau SMB auf pandorasbox.verag.ost.dmn

This commit is contained in:
ms
2024-12-18 14:13:51 +01:00
parent 92e1cc691b
commit 7c03ab197b
9 changed files with 123 additions and 108 deletions

View File

@@ -26,8 +26,8 @@ Partial Class SMB
Me.dgv = New System.Windows.Forms.DataGridView()
Me.dgvcms = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.SitzungBeendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.Refresh = New VERAG_PROG_ALLGEMEIN.FlatButton()
Me.counter = New System.Windows.Forms.Label()
Me.Button1 = New System.Windows.Forms.Button()
CType(Me.dgv, System.ComponentModel.ISupportInitialize).BeginInit()
Me.dgvcms.SuspendLayout()
Me.SuspendLayout()
@@ -56,19 +56,6 @@ Partial Class SMB
Me.SitzungBeendenToolStripMenuItem.Size = New System.Drawing.Size(162, 22)
Me.SitzungBeendenToolStripMenuItem.Text = "Sitzung beenden"
'
'Refresh
'
Me.Refresh.allowBorder = False
Me.Refresh.FlatAppearance.BorderSize = 0
Me.Refresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Refresh.ForeColor = System.Drawing.Color.Black
Me.Refresh.Location = New System.Drawing.Point(1217, 852)
Me.Refresh.Name = "Refresh"
Me.Refresh.Size = New System.Drawing.Size(75, 23)
Me.Refresh.TabIndex = 1
Me.Refresh.Text = "Refresh"
Me.Refresh.UseVisualStyleBackColor = True
'
'counter
'
Me.counter.AutoSize = True
@@ -78,13 +65,22 @@ Partial Class SMB
Me.counter.TabIndex = 2
Me.counter.Text = "counter"
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(1119, 851)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(75, 23)
Me.Button1.TabIndex = 3
Me.Button1.Text = "Refresh"
Me.Button1.UseVisualStyleBackColor = True
'
'SMB
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1304, 887)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.counter)
Me.Controls.Add(Me.Refresh)
Me.Controls.Add(Me.dgv)
Me.Name = "SMB"
Me.Text = "SMB"
@@ -96,8 +92,8 @@ Partial Class SMB
End Sub
Friend WithEvents dgv As DataGridView
Friend WithEvents Refresh As VERAG_PROG_ALLGEMEIN.FlatButton
Friend WithEvents counter As Label
Friend WithEvents dgvcms As ContextMenuStrip
Friend WithEvents SitzungBeendenToolStripMenuItem As ToolStripMenuItem
Friend WithEvents Button1 As Button
End Class