129 lines
6.0 KiB
VB.net
129 lines
6.0 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmLoginAdmin
|
|
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(frmLoginAdmin))
|
|
Me.txtPW = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.btnAbbruch = New System.Windows.Forms.Button()
|
|
Me.btnok = New System.Windows.Forms.Button()
|
|
Me.DD_DMSLiteDataSet = New DD_ProcessManager.DD_DMSLiteDataSet()
|
|
Me.TBPM_KONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.TBPM_KONFIGURATIONTableAdapter = New DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter()
|
|
Me.TableAdapterManager = New DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TableAdapterManager()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'txtPW
|
|
'
|
|
resources.ApplyResources(Me.txtPW, "txtPW")
|
|
Me.txtPW.Name = "txtPW"
|
|
Me.txtPW.UseSystemPasswordChar = True
|
|
'
|
|
'Label1
|
|
'
|
|
resources.ApplyResources(Me.Label1, "Label1")
|
|
Me.Label1.Name = "Label1"
|
|
'
|
|
'btnAbbruch
|
|
'
|
|
resources.ApplyResources(Me.btnAbbruch, "btnAbbruch")
|
|
Me.btnAbbruch.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
|
Me.btnAbbruch.Name = "btnAbbruch"
|
|
Me.btnAbbruch.UseVisualStyleBackColor = True
|
|
'
|
|
'btnok
|
|
'
|
|
resources.ApplyResources(Me.btnok, "btnok")
|
|
Me.btnok.Name = "btnok"
|
|
Me.btnok.UseVisualStyleBackColor = True
|
|
'
|
|
'DD_DMSLiteDataSet
|
|
'
|
|
Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet"
|
|
Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
'
|
|
'TBPM_KONFIGURATIONBindingSource
|
|
'
|
|
Me.TBPM_KONFIGURATIONBindingSource.DataMember = "TBPM_KONFIGURATION"
|
|
Me.TBPM_KONFIGURATIONBindingSource.DataSource = Me.DD_DMSLiteDataSet
|
|
'
|
|
'TBPM_KONFIGURATIONTableAdapter
|
|
'
|
|
Me.TBPM_KONFIGURATIONTableAdapter.ClearBeforeFill = True
|
|
'
|
|
'TableAdapterManager
|
|
'
|
|
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
|
Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_KONFIGURATIONTableAdapter = Me.TBPM_KONFIGURATIONTableAdapter
|
|
Me.TableAdapterManager.TBPM_PROFILE_CONTROLSTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_PROFILE_FILESTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing
|
|
Me.TableAdapterManager.UpdateOrder = DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Image = Global.DD_ProcessManager.My.Resources.Resources.asterisk_yellow
|
|
resources.ApplyResources(Me.Button1, "Button1")
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'frmLoginAdmin
|
|
'
|
|
Me.AcceptButton = Me.btnok
|
|
resources.ApplyResources(Me, "$this")
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.CancelButton = Me.btnAbbruch
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.txtPW)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.btnAbbruch)
|
|
Me.Controls.Add(Me.btnok)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
|
|
Me.Name = "frmLoginAdmin"
|
|
CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents txtPW As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents btnAbbruch As System.Windows.Forms.Button
|
|
Friend WithEvents btnok As System.Windows.Forms.Button
|
|
Friend WithEvents DD_DMSLiteDataSet As DD_ProcessManager.DD_DMSLiteDataSet
|
|
Friend WithEvents TBPM_KONFIGURATIONBindingSource As System.Windows.Forms.BindingSource
|
|
Friend WithEvents TBPM_KONFIGURATIONTableAdapter As DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter
|
|
Friend WithEvents TableAdapterManager As DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TableAdapterManager
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
End Class
|