88 lines
3.6 KiB
VB.net
88 lines
3.6 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmLogOff
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular ü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.components = New System.ComponentModel.Container()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.BtnAbbrechen = New System.Windows.Forms.Button()
|
|
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.Location = New System.Drawing.Point(12, 9)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(703, 62)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "Automatische Abmeldung wird in Kürze durchgeführt." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Nicht gespeicherte Dokumente " &
|
|
"werden verworfen."
|
|
'
|
|
'BtnAbbrechen
|
|
'
|
|
Me.BtnAbbrechen.Font = New System.Drawing.Font("Microsoft Sans Serif", 22.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.BtnAbbrechen.ForeColor = System.Drawing.Color.Red
|
|
Me.BtnAbbrechen.Location = New System.Drawing.Point(188, 200)
|
|
Me.BtnAbbrechen.Name = "BtnAbbrechen"
|
|
Me.BtnAbbrechen.Size = New System.Drawing.Size(368, 53)
|
|
Me.BtnAbbrechen.TabIndex = 1
|
|
Me.BtnAbbrechen.Text = "Abbrechen"
|
|
Me.BtnAbbrechen.UseVisualStyleBackColor = True
|
|
'
|
|
'Timer1
|
|
'
|
|
Me.Timer1.Interval = 1000
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label2.Location = New System.Drawing.Point(322, 112)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(95, 31)
|
|
Me.Label2.TabIndex = 2
|
|
Me.Label2.Text = "Label2"
|
|
'
|
|
'frmLogOff
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(720, 292)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.BtnAbbrechen)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Name = "frmLogOff"
|
|
Me.Text = "Abmeldung"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents BtnAbbrechen As Button
|
|
Friend WithEvents Timer1 As Timer
|
|
Friend WithEvents Label2 As Label
|
|
End Class
|