209 lines
9.1 KiB
VB.net
209 lines
9.1 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class Main
|
|
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()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Main))
|
|
Me.btnLogOFF = New System.Windows.Forms.Button()
|
|
Me.btnResetSession = New System.Windows.Forms.Button()
|
|
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
|
|
Me.btnShutdown = New System.Windows.Forms.Button()
|
|
Me.cboxStandort = New System.Windows.Forms.ComboBox()
|
|
Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
|
|
Me.TimerReport = New System.Windows.Forms.Timer(Me.components)
|
|
Me.TelAnmelden = New System.Windows.Forms.Button()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.chkdebug = New System.Windows.Forms.CheckBox()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.btnShowAnydesk = New System.Windows.Forms.Button()
|
|
Me.lblVersion = New System.Windows.Forms.Label()
|
|
Me.SuspendLayout()
|
|
'
|
|
'btnLogOFF
|
|
'
|
|
Me.btnLogOFF.BackColor = System.Drawing.Color.IndianRed
|
|
Me.btnLogOFF.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnLogOFF.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnLogOFF.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnLogOFF.Location = New System.Drawing.Point(12, 46)
|
|
Me.btnLogOFF.Name = "btnLogOFF"
|
|
Me.btnLogOFF.Size = New System.Drawing.Size(184, 28)
|
|
Me.btnLogOFF.TabIndex = 28
|
|
Me.btnLogOFF.Text = "Abmelden"
|
|
Me.btnLogOFF.UseVisualStyleBackColor = False
|
|
'
|
|
'btnResetSession
|
|
'
|
|
Me.btnResetSession.BackColor = System.Drawing.Color.YellowGreen
|
|
Me.btnResetSession.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnResetSession.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnResetSession.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnResetSession.Location = New System.Drawing.Point(12, 12)
|
|
Me.btnResetSession.Name = "btnResetSession"
|
|
Me.btnResetSession.Size = New System.Drawing.Size(184, 28)
|
|
Me.btnResetSession.TabIndex = 29
|
|
Me.btnResetSession.Text = "Sitzung (neu) starten"
|
|
Me.btnResetSession.UseVisualStyleBackColor = False
|
|
'
|
|
'Timer1
|
|
'
|
|
Me.Timer1.Interval = 15
|
|
'
|
|
'btnShutdown
|
|
'
|
|
Me.btnShutdown.BackColor = System.Drawing.Color.Red
|
|
Me.btnShutdown.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnShutdown.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnShutdown.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnShutdown.Location = New System.Drawing.Point(12, 114)
|
|
Me.btnShutdown.Name = "btnShutdown"
|
|
Me.btnShutdown.Size = New System.Drawing.Size(184, 28)
|
|
Me.btnShutdown.TabIndex = 31
|
|
Me.btnShutdown.Text = "Ausschalten"
|
|
Me.btnShutdown.UseVisualStyleBackColor = False
|
|
'
|
|
'cboxStandort
|
|
'
|
|
Me.cboxStandort.FormattingEnabled = True
|
|
Me.cboxStandort.Items.AddRange(New Object() {"VERAG SUB (rdpintern.verag.ag)", "Personalisiert"})
|
|
Me.cboxStandort.Location = New System.Drawing.Point(12, 80)
|
|
Me.cboxStandort.Name = "cboxStandort"
|
|
Me.cboxStandort.Size = New System.Drawing.Size(183, 21)
|
|
Me.cboxStandort.TabIndex = 32
|
|
'
|
|
'Timer2
|
|
'
|
|
Me.Timer2.Interval = 5000
|
|
'
|
|
'TimerReport
|
|
'
|
|
Me.TimerReport.Interval = 300000
|
|
'
|
|
'TelAnmelden
|
|
'
|
|
Me.TelAnmelden.BackColor = System.Drawing.SystemColors.ActiveCaption
|
|
Me.TelAnmelden.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.TelAnmelden.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.TelAnmelden.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.TelAnmelden.Location = New System.Drawing.Point(11, 148)
|
|
Me.TelAnmelden.Name = "TelAnmelden"
|
|
Me.TelAnmelden.Size = New System.Drawing.Size(184, 28)
|
|
Me.TelAnmelden.TabIndex = 34
|
|
Me.TelAnmelden.Text = "Telefon neu anmelden"
|
|
Me.TelAnmelden.UseVisualStyleBackColor = False
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(9, 246)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(39, 13)
|
|
Me.Label1.TabIndex = 35
|
|
Me.Label1.Text = "Label1"
|
|
'
|
|
'chkdebug
|
|
'
|
|
Me.chkdebug.AutoSize = True
|
|
Me.chkdebug.Location = New System.Drawing.Point(11, 262)
|
|
Me.chkdebug.Name = "chkdebug"
|
|
Me.chkdebug.Size = New System.Drawing.Size(58, 17)
|
|
Me.chkdebug.TabIndex = 36
|
|
Me.chkdebug.Text = "Debug"
|
|
Me.chkdebug.UseVisualStyleBackColor = True
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.BackColor = System.Drawing.SystemColors.Control
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button1.Location = New System.Drawing.Point(11, 182)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(184, 28)
|
|
Me.Button1.TabIndex = 37
|
|
Me.Button1.Text = "Update"
|
|
Me.Button1.UseVisualStyleBackColor = False
|
|
'
|
|
'btnShowAnydesk
|
|
'
|
|
Me.btnShowAnydesk.Location = New System.Drawing.Point(107, 236)
|
|
Me.btnShowAnydesk.Name = "btnShowAnydesk"
|
|
Me.btnShowAnydesk.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnShowAnydesk.TabIndex = 38
|
|
Me.btnShowAnydesk.Text = "Button2"
|
|
Me.btnShowAnydesk.UseVisualStyleBackColor = True
|
|
Me.btnShowAnydesk.Visible = False
|
|
'
|
|
'lblVersion
|
|
'
|
|
Me.lblVersion.AutoSize = True
|
|
Me.lblVersion.Location = New System.Drawing.Point(8, 222)
|
|
Me.lblVersion.Name = "lblVersion"
|
|
Me.lblVersion.Size = New System.Drawing.Size(39, 13)
|
|
Me.lblVersion.TabIndex = 39
|
|
Me.lblVersion.Text = "Label2"
|
|
'
|
|
'Main
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.SystemColors.ControlLightLight
|
|
Me.ClientSize = New System.Drawing.Size(208, 291)
|
|
Me.ControlBox = False
|
|
Me.Controls.Add(Me.lblVersion)
|
|
Me.Controls.Add(Me.btnShowAnydesk)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.chkdebug)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.TelAnmelden)
|
|
Me.Controls.Add(Me.cboxStandort)
|
|
Me.Controls.Add(Me.btnShutdown)
|
|
Me.Controls.Add(Me.btnResetSession)
|
|
Me.Controls.Add(Me.btnLogOFF)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.MaximumSize = New System.Drawing.Size(224, 330)
|
|
Me.MinimizeBox = False
|
|
Me.MinimumSize = New System.Drawing.Size(224, 230)
|
|
Me.Name = "Main"
|
|
Me.ShowIcon = False
|
|
Me.Text = "TSAnmeldung"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents btnLogOFF As Button
|
|
Friend WithEvents btnResetSession As Button
|
|
Friend WithEvents Timer1 As Timer
|
|
Friend WithEvents btnShutdown As Button
|
|
Friend WithEvents cboxStandort As ComboBox
|
|
Friend WithEvents Timer2 As Timer
|
|
Friend WithEvents TimerReport As Timer
|
|
Friend WithEvents TelAnmelden As Button
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents chkdebug As CheckBox
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents btnShowAnydesk As Button
|
|
Friend WithEvents lblVersion As Label
|
|
End Class
|