Partial Class uscntr_DomUser Inherits System.Windows.Forms.UserControl 'UserControl überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. 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. Private Sub InitializeComponent() Me.cmdSave = New System.Windows.Forms.Button() Me.TxtAvisoBenutzername = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.TxtAvisoKennwort = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.ChkKennwortAnzeigen = New System.Windows.Forms.CheckBox() Me.txtDomKennwort = New System.Windows.Forms.TextBox() Me.fu = New System.Windows.Forms.Label() Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.txtEMailAdresse = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.txtVorname = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.txtNachname = New System.Windows.Forms.TextBox() Me.asdgdhfdehdh = New System.Windows.Forms.Label() Me.txtDomaene = New System.Windows.Forms.TextBox() Me.dsagg = New System.Windows.Forms.Label() Me.txtBenutzer = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.ddddd = New System.Windows.Forms.Label() Me.chkEMailAktiv = New System.Windows.Forms.CheckBox() Me.btnLoadFromAviso = New System.Windows.Forms.Button() Me.txtInfo = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.ListDomUser = New System.Windows.Forms.ListBox() Me.btnSchliessen = New System.Windows.Forms.Button() Me.chkAutoLogoff = New System.Windows.Forms.CheckBox() Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker() Me.cmd3Uhr = New System.Windows.Forms.Button() Me.btnRDP = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.txtComputer = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.chkRDP2TS = New System.Windows.Forms.CheckBox() Me.btnAMT = New System.Windows.Forms.Button() Me.rdpadmin = New System.Windows.Forms.CheckBox() Me.SuspendLayout() ' 'cmdSave ' Me.cmdSave.BackColor = System.Drawing.SystemColors.ControlLightLight Me.cmdSave.FlatAppearance.BorderColor = System.Drawing.Color.DimGray Me.cmdSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cmdSave.Location = New System.Drawing.Point(447, 219) Me.cmdSave.Name = "cmdSave" Me.cmdSave.Size = New System.Drawing.Size(96, 23) Me.cmdSave.TabIndex = 15 Me.cmdSave.Text = "Speichern" Me.cmdSave.UseVisualStyleBackColor = False ' 'TxtAvisoBenutzername ' Me.TxtAvisoBenutzername.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest Me.TxtAvisoBenutzername.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource Me.TxtAvisoBenutzername.Location = New System.Drawing.Point(345, 37) Me.TxtAvisoBenutzername.Margin = New System.Windows.Forms.Padding(8, 3, 8, 3) Me.TxtAvisoBenutzername.Name = "TxtAvisoBenutzername" Me.TxtAvisoBenutzername.Size = New System.Drawing.Size(222, 20) Me.TxtAvisoBenutzername.TabIndex = 1 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(342, 21) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(104, 13) Me.Label7.TabIndex = 140 Me.Label7.Text = "Aviso-Benutzername" ' 'TxtAvisoKennwort ' Me.TxtAvisoKennwort.Location = New System.Drawing.Point(345, 76) Me.TxtAvisoKennwort.Margin = New System.Windows.Forms.Padding(8, 3, 8, 3) Me.TxtAvisoKennwort.Name = "TxtAvisoKennwort" Me.TxtAvisoKennwort.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42) Me.TxtAvisoKennwort.Size = New System.Drawing.Size(300, 20) Me.TxtAvisoKennwort.TabIndex = 3 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(342, 60) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(81, 13) Me.Label6.TabIndex = 141 Me.Label6.Text = "Aviso-Kennwort" ' 'ChkKennwortAnzeigen ' Me.ChkKennwortAnzeigen.AutoSize = True Me.ChkKennwortAnzeigen.Location = New System.Drawing.Point(471, 59) Me.ChkKennwortAnzeigen.Name = "ChkKennwortAnzeigen" Me.ChkKennwortAnzeigen.Size = New System.Drawing.Size(70, 17) Me.ChkKennwortAnzeigen.TabIndex = 138 Me.ChkKennwortAnzeigen.Text = "Anzeigen" Me.ChkKennwortAnzeigen.UseVisualStyleBackColor = True ' 'txtDomKennwort ' Me.txtDomKennwort.Location = New System.Drawing.Point(8, 193) Me.txtDomKennwort.Margin = New System.Windows.Forms.Padding(8, 3, 8, 3) Me.txtDomKennwort.Name = "txtDomKennwort" Me.txtDomKennwort.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42) Me.txtDomKennwort.Size = New System.Drawing.Size(300, 20) Me.txtDomKennwort.TabIndex = 11 ' 'fu ' Me.fu.AutoSize = True Me.fu.Location = New System.Drawing.Point(5, 177) Me.fu.Name = "fu" Me.fu.Size = New System.Drawing.Size(52, 13) Me.fu.TabIndex = 144 Me.fu.Text = "Kennwort" ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Location = New System.Drawing.Point(63, 176) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(70, 17) Me.CheckBox1.TabIndex = 10 Me.CheckBox1.Text = "Anzeigen" Me.CheckBox1.UseVisualStyleBackColor = True ' 'txtEMailAdresse ' Me.txtEMailAdresse.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest Me.txtEMailAdresse.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource Me.txtEMailAdresse.Enabled = False Me.txtEMailAdresse.Location = New System.Drawing.Point(8, 36) Me.txtEMailAdresse.Margin = New System.Windows.Forms.Padding(8, 3, 8, 3) Me.txtEMailAdresse.Name = "txtEMailAdresse" Me.txtEMailAdresse.Size = New System.Drawing.Size(244, 20) Me.txtEMailAdresse.TabIndex = 1 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(5, 21) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(77, 13) Me.Label2.TabIndex = 146 Me.Label2.Text = "E-Mail-Adresse" ' 'txtVorname ' Me.txtVorname.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest Me.txtVorname.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource Me.txtVorname.Location = New System.Drawing.Point(8, 76) Me.txtVorname.Margin = New System.Windows.Forms.Padding(8, 3, 8, 3) Me.txtVorname.Name = "txtVorname" Me.txtVorname.Size = New System.Drawing.Size(300, 20) Me.txtVorname.TabIndex = 6 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(5, 60) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(49, 13) Me.Label3.TabIndex = 148 Me.Label3.Text = "Vorname" ' 'txtNachname ' Me.txtNachname.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest Me.txtNachname.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource Me.txtNachname.Location = New System.Drawing.Point(8, 115) Me.txtNachname.Margin = New System.Windows.Forms.Padding(8, 3, 8, 3) Me.txtNachname.Name = "txtNachname" Me.txtNachname.Size = New System.Drawing.Size(300, 20) Me.txtNachname.TabIndex = 7 ' 'asdgdhfdehdh ' Me.asdgdhfdehdh.AutoSize = True Me.asdgdhfdehdh.Location = New System.Drawing.Point(5, 99) Me.asdgdhfdehdh.Name = "asdgdhfdehdh" Me.asdgdhfdehdh.Size = New System.Drawing.Size(59, 13) Me.asdgdhfdehdh.TabIndex = 150 Me.asdgdhfdehdh.Text = "Nachname" ' 'txtDomaene ' Me.txtDomaene.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest Me.txtDomaene.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource Me.txtDomaene.Location = New System.Drawing.Point(8, 154) Me.txtDomaene.Margin = New System.Windows.Forms.Padding(8, 3, 8, 3) Me.txtDomaene.Name = "txtDomaene" Me.txtDomaene.Size = New System.Drawing.Size(133, 20) Me.txtDomaene.TabIndex = 8 ' 'dsagg ' Me.dsagg.AutoSize = True Me.dsagg.Location = New System.Drawing.Point(5, 138) Me.dsagg.Name = "dsagg" Me.dsagg.Size = New System.Drawing.Size(47, 13) Me.dsagg.TabIndex = 152 Me.dsagg.Text = "Domäne" ' 'txtBenutzer ' Me.txtBenutzer.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest Me.txtBenutzer.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource Me.txtBenutzer.Location = New System.Drawing.Point(160, 154) Me.txtBenutzer.Margin = New System.Windows.Forms.Padding(8, 3, 8, 3) Me.txtBenutzer.Name = "txtBenutzer" Me.txtBenutzer.Size = New System.Drawing.Size(148, 20) Me.txtBenutzer.TabIndex = 9 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label9.Location = New System.Drawing.Point(144, 156) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(12, 16) Me.Label9.TabIndex = 156 Me.Label9.Text = "\" ' 'ddddd ' Me.ddddd.AutoSize = True Me.ddddd.Location = New System.Drawing.Point(157, 138) Me.ddddd.Name = "ddddd" Me.ddddd.Size = New System.Drawing.Size(75, 13) Me.ddddd.TabIndex = 157 Me.ddddd.Text = "Benutzername" ' 'chkEMailAktiv ' Me.chkEMailAktiv.AutoSize = True Me.chkEMailAktiv.Location = New System.Drawing.Point(258, 39) Me.chkEMailAktiv.Name = "chkEMailAktiv" Me.chkEMailAktiv.Size = New System.Drawing.Size(50, 17) Me.chkEMailAktiv.TabIndex = 4 Me.chkEMailAktiv.Text = "Aktiv" Me.chkEMailAktiv.UseVisualStyleBackColor = True ' 'btnLoadFromAviso ' Me.btnLoadFromAviso.BackColor = System.Drawing.SystemColors.ControlLightLight Me.btnLoadFromAviso.FlatAppearance.BorderColor = System.Drawing.Color.DimGray Me.btnLoadFromAviso.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnLoadFromAviso.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnLoadFromAviso.Location = New System.Drawing.Point(573, 37) Me.btnLoadFromAviso.Name = "btnLoadFromAviso" Me.btnLoadFromAviso.Size = New System.Drawing.Size(72, 20) Me.btnLoadFromAviso.TabIndex = 2 Me.btnLoadFromAviso.Text = "Laden" Me.btnLoadFromAviso.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.btnLoadFromAviso.UseVisualStyleBackColor = False ' 'txtInfo ' Me.txtInfo.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest Me.txtInfo.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource Me.txtInfo.Location = New System.Drawing.Point(345, 115) Me.txtInfo.Margin = New System.Windows.Forms.Padding(8, 3, 8, 3) Me.txtInfo.Multiline = True Me.txtInfo.Name = "txtInfo" Me.txtInfo.Size = New System.Drawing.Size(300, 98) Me.txtInfo.TabIndex = 12 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(342, 99) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(28, 13) Me.Label1.TabIndex = 161 Me.Label1.Text = " Info" ' 'ListDomUser ' Me.ListDomUser.FormattingEnabled = True Me.ListDomUser.Location = New System.Drawing.Point(345, 56) Me.ListDomUser.Name = "ListDomUser" Me.ListDomUser.Size = New System.Drawing.Size(222, 69) Me.ListDomUser.TabIndex = 162 Me.ListDomUser.Visible = False ' 'btnSchliessen ' Me.btnSchliessen.BackColor = System.Drawing.SystemColors.ControlLightLight Me.btnSchliessen.FlatAppearance.BorderColor = System.Drawing.Color.DimGray Me.btnSchliessen.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSchliessen.Location = New System.Drawing.Point(549, 219) Me.btnSchliessen.Name = "btnSchliessen" Me.btnSchliessen.Size = New System.Drawing.Size(96, 23) Me.btnSchliessen.TabIndex = 163 Me.btnSchliessen.Text = "Schließen" Me.btnSchliessen.UseVisualStyleBackColor = False ' 'chkAutoLogoff ' Me.chkAutoLogoff.AutoSize = True Me.chkAutoLogoff.CheckAlign = System.Drawing.ContentAlignment.MiddleRight Me.chkAutoLogoff.Location = New System.Drawing.Point(8, 290) Me.chkAutoLogoff.Name = "chkAutoLogoff" Me.chkAutoLogoff.Size = New System.Drawing.Size(78, 17) Me.chkAutoLogoff.TabIndex = 164 Me.chkAutoLogoff.Text = "Aut. Logoff" Me.chkAutoLogoff.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.chkAutoLogoff.UseVisualStyleBackColor = True ' 'DateTimePicker1 ' Me.DateTimePicker1.Enabled = False Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Time Me.DateTimePicker1.Location = New System.Drawing.Point(103, 287) Me.DateTimePicker1.Name = "DateTimePicker1" Me.DateTimePicker1.Size = New System.Drawing.Size(82, 20) Me.DateTimePicker1.TabIndex = 165 ' 'cmd3Uhr ' Me.cmd3Uhr.BackColor = System.Drawing.SystemColors.ControlLightLight Me.cmd3Uhr.Enabled = False Me.cmd3Uhr.FlatAppearance.BorderColor = System.Drawing.Color.DimGray Me.cmd3Uhr.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.cmd3Uhr.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.cmd3Uhr.Location = New System.Drawing.Point(191, 287) Me.cmd3Uhr.Name = "cmd3Uhr" Me.cmd3Uhr.Size = New System.Drawing.Size(66, 20) Me.cmd3Uhr.TabIndex = 166 Me.cmd3Uhr.Text = "03:00" Me.cmd3Uhr.UseVisualStyleBackColor = False ' 'btnRDP ' Me.btnRDP.BackColor = System.Drawing.SystemColors.ControlLightLight Me.btnRDP.FlatAppearance.BorderColor = System.Drawing.Color.DimGray Me.btnRDP.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnRDP.Location = New System.Drawing.Point(8, 258) Me.btnRDP.Name = "btnRDP" Me.btnRDP.Size = New System.Drawing.Size(104, 23) Me.btnRDP.TabIndex = 167 Me.btnRDP.Text = "RDP" Me.btnRDP.UseVisualStyleBackColor = False ' 'Button1 ' Me.Button1.BackColor = System.Drawing.SystemColors.ControlLightLight Me.Button1.FlatAppearance.BorderColor = System.Drawing.Color.DimGray Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.Location = New System.Drawing.Point(118, 258) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(104, 23) Me.Button1.TabIndex = 168 Me.Button1.Text = "RDP Fenster" Me.Button1.UseVisualStyleBackColor = False ' 'txtComputer ' Me.txtComputer.Location = New System.Drawing.Point(8, 232) Me.txtComputer.Margin = New System.Windows.Forms.Padding(8, 3, 8, 3) Me.txtComputer.Name = "txtComputer" Me.txtComputer.Size = New System.Drawing.Size(300, 20) Me.txtComputer.TabIndex = 169 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(5, 216) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(52, 13) Me.Label4.TabIndex = 170 Me.Label4.Text = "Computer" ' 'chkRDP2TS ' Me.chkRDP2TS.AutoSize = True Me.chkRDP2TS.CheckAlign = System.Drawing.ContentAlignment.MiddleRight Me.chkRDP2TS.Location = New System.Drawing.Point(230, 262) Me.chkRDP2TS.Name = "chkRDP2TS" Me.chkRDP2TS.Size = New System.Drawing.Size(69, 17) Me.chkRDP2TS.TabIndex = 171 Me.chkRDP2TS.Text = "RDP2TS" Me.chkRDP2TS.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.chkRDP2TS.UseVisualStyleBackColor = True ' 'btnAMT ' Me.btnAMT.BackColor = System.Drawing.SystemColors.ControlLightLight Me.btnAMT.FlatAppearance.BorderColor = System.Drawing.Color.DimGray Me.btnAMT.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnAMT.Location = New System.Drawing.Point(541, 256) Me.btnAMT.Name = "btnAMT" Me.btnAMT.Size = New System.Drawing.Size(104, 23) Me.btnAMT.TabIndex = 172 Me.btnAMT.Text = "Intel AMT" Me.btnAMT.UseVisualStyleBackColor = False ' 'rdpadmin ' Me.rdpadmin.AutoSize = True Me.rdpadmin.CheckAlign = System.Drawing.ContentAlignment.MiddleRight Me.rdpadmin.Location = New System.Drawing.Point(305, 262) Me.rdpadmin.Name = "rdpadmin" Me.rdpadmin.Size = New System.Drawing.Size(59, 17) Me.rdpadmin.TabIndex = 173 Me.rdpadmin.Text = "/admin" Me.rdpadmin.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.rdpadmin.UseVisualStyleBackColor = True ' 'uscntr_DomUser ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoSize = True Me.BackColor = System.Drawing.SystemColors.GradientInactiveCaption Me.Controls.Add(Me.rdpadmin) Me.Controls.Add(Me.btnAMT) Me.Controls.Add(Me.chkRDP2TS) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.txtComputer) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.btnRDP) Me.Controls.Add(Me.cmd3Uhr) Me.Controls.Add(Me.DateTimePicker1) Me.Controls.Add(Me.chkAutoLogoff) Me.Controls.Add(Me.btnSchliessen) Me.Controls.Add(Me.ListDomUser) Me.Controls.Add(Me.txtInfo) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.btnLoadFromAviso) Me.Controls.Add(Me.chkEMailAktiv) Me.Controls.Add(Me.ddddd) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.txtBenutzer) Me.Controls.Add(Me.txtDomaene) Me.Controls.Add(Me.dsagg) Me.Controls.Add(Me.txtNachname) Me.Controls.Add(Me.asdgdhfdehdh) Me.Controls.Add(Me.txtVorname) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.txtEMailAdresse) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.txtDomKennwort) Me.Controls.Add(Me.fu) Me.Controls.Add(Me.CheckBox1) Me.Controls.Add(Me.TxtAvisoBenutzername) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.TxtAvisoKennwort) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.ChkKennwortAnzeigen) Me.Controls.Add(Me.cmdSave) Me.Name = "uscntr_DomUser" Me.Size = New System.Drawing.Size(678, 369) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents cmdSave As Button Friend WithEvents TxtAvisoBenutzername As TextBox Friend WithEvents Label7 As Label Friend WithEvents TxtAvisoKennwort As TextBox Friend WithEvents Label6 As Label Friend WithEvents ChkKennwortAnzeigen As CheckBox Friend WithEvents txtDomKennwort As TextBox Friend WithEvents fu As Label Friend WithEvents CheckBox1 As CheckBox Friend WithEvents txtEMailAdresse As TextBox Friend WithEvents Label2 As Label Friend WithEvents txtVorname As TextBox Friend WithEvents Label3 As Label Friend WithEvents txtNachname As TextBox Friend WithEvents asdgdhfdehdh As Label Friend WithEvents dsagg As Label Friend WithEvents txtBenutzer As TextBox Friend WithEvents Label9 As Label Friend WithEvents ddddd As Label Friend WithEvents txtDomaene As TextBox Friend WithEvents chkEMailAktiv As CheckBox Friend WithEvents btnLoadFromAviso As Button Friend WithEvents txtInfo As TextBox Friend WithEvents Label1 As Label Friend WithEvents ListDomUser As ListBox Friend WithEvents btnSchliessen As Button Friend WithEvents chkAutoLogoff As CheckBox Friend WithEvents DateTimePicker1 As DateTimePicker Friend WithEvents cmd3Uhr As Button Friend WithEvents btnRDP As Button Friend WithEvents Button1 As Button Friend WithEvents txtComputer As TextBox Friend WithEvents Label4 As Label Friend WithEvents chkRDP2TS As CheckBox Friend WithEvents btnAMT As Button Friend WithEvents rdpadmin As CheckBox End Class