TSSittzungen

This commit is contained in:
ms
2019-10-25 11:48:37 +02:00
parent ce28d0bcce
commit 2197c92cba
35 changed files with 1397 additions and 133 deletions

View File

@@ -0,0 +1,54 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class uscntr_TSServer
Inherits System.Windows.Forms.UserControl
'UserControl überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
<System.Diagnostics.DebuggerNonUserCode()> _
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.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.btnServer = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'btnServer
'
Me.btnServer.BackColor = System.Drawing.Color.Red
Me.btnServer.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnServer.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnServer.Location = New System.Drawing.Point(3, 3)
Me.btnServer.Name = "btnServer"
Me.btnServer.Size = New System.Drawing.Size(148, 24)
Me.btnServer.TabIndex = 3
Me.btnServer.Text = "btnServer"
Me.btnServer.UseVisualStyleBackColor = False
'
'uscntr_TSServer
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.AutoSize = True
Me.Controls.Add(Me.btnServer)
Me.MinimumSize = New System.Drawing.Size(154, 30)
Me.Name = "uscntr_TSServer"
Me.Size = New System.Drawing.Size(154, 30)
Me.ResumeLayout(False)
End Sub
Friend WithEvents btnServer As Button
End Class