175 lines
8.8 KiB
VB.net
175 lines
8.8 KiB
VB.net
Imports DevExpress.XtraEditors
|
|
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmMassValidator
|
|
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()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMassValidator))
|
|
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
|
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
|
Me.tslblCountDocs = New System.Windows.Forms.ToolStripStatusLabel()
|
|
Me.TITLELabel1 = New System.Windows.Forms.Label()
|
|
Me.btnSave = New System.Windows.Forms.Button()
|
|
Me.DESCRIPTIONLabel = New System.Windows.Forms.Label()
|
|
Me.DD_DMSLiteDataSet = New DD_ProcessManager.DD_DMSLiteDataSet()
|
|
Me.TableAdapterManager = New DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TableAdapterManager()
|
|
Me.pnldesigner = New DevExpress.XtraEditors.PanelControl()
|
|
Me.StatusStrip1.SuspendLayout()
|
|
CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.pnldesigner, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'ToolStrip1
|
|
'
|
|
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
|
|
Me.ToolStrip1.Name = "ToolStrip1"
|
|
Me.ToolStrip1.Size = New System.Drawing.Size(586, 25)
|
|
Me.ToolStrip1.TabIndex = 0
|
|
Me.ToolStrip1.Text = "ToolStrip1"
|
|
'
|
|
'StatusStrip1
|
|
'
|
|
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblCountDocs})
|
|
Me.StatusStrip1.Location = New System.Drawing.Point(0, 518)
|
|
Me.StatusStrip1.Name = "StatusStrip1"
|
|
Me.StatusStrip1.Size = New System.Drawing.Size(586, 22)
|
|
Me.StatusStrip1.TabIndex = 1
|
|
Me.StatusStrip1.Text = "StatusStrip1"
|
|
'
|
|
'tslblCountDocs
|
|
'
|
|
Me.tslblCountDocs.Name = "tslblCountDocs"
|
|
Me.tslblCountDocs.Size = New System.Drawing.Size(119, 17)
|
|
Me.tslblCountDocs.Text = "ToolStripStatusLabel1"
|
|
'
|
|
'TITLELabel1
|
|
'
|
|
Me.TITLELabel1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.TITLELabel1.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.TITLELabel1.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
Me.TITLELabel1.Location = New System.Drawing.Point(12, 25)
|
|
Me.TITLELabel1.Name = "TITLELabel1"
|
|
Me.TITLELabel1.RightToLeft = System.Windows.Forms.RightToLeft.No
|
|
Me.TITLELabel1.Size = New System.Drawing.Size(562, 29)
|
|
Me.TITLELabel1.TabIndex = 19
|
|
Me.TITLELabel1.Text = "Label1"
|
|
Me.TITLELabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
'
|
|
'btnSave
|
|
'
|
|
Me.btnSave.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnSave.Font = New System.Drawing.Font("Tahoma", 9.75!)
|
|
Me.btnSave.Image = Global.DD_ProcessManager.My.Resources.Resources.flag_pink
|
|
Me.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnSave.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
Me.btnSave.Location = New System.Drawing.Point(12, 464)
|
|
Me.btnSave.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.btnSave.Name = "btnSave"
|
|
Me.btnSave.Size = New System.Drawing.Size(562, 50)
|
|
Me.btnSave.TabIndex = 22
|
|
Me.btnSave.Text = "Alle Dokumente abschliessen"
|
|
Me.btnSave.UseVisualStyleBackColor = True
|
|
'
|
|
'DESCRIPTIONLabel
|
|
'
|
|
Me.DESCRIPTIONLabel.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.DESCRIPTIONLabel.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.DESCRIPTIONLabel.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
Me.DESCRIPTIONLabel.Location = New System.Drawing.Point(12, 54)
|
|
Me.DESCRIPTIONLabel.Name = "DESCRIPTIONLabel"
|
|
Me.DESCRIPTIONLabel.Size = New System.Drawing.Size(562, 67)
|
|
Me.DESCRIPTIONLabel.TabIndex = 20
|
|
Me.DESCRIPTIONLabel.Text = "Label3"
|
|
'
|
|
'DD_DMSLiteDataSet
|
|
'
|
|
Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet"
|
|
Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
'
|
|
'TableAdapterManager
|
|
'
|
|
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
|
Me.TableAdapterManager.Connection = Nothing
|
|
Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_EMAIL_TEMPLATETableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_GUI_LANGUAGE_PHRASETableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_KONFIGURATIONTableAdapter = Nothing
|
|
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
|
|
'
|
|
'pnldesigner
|
|
'
|
|
Me.pnldesigner.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.pnldesigner.Location = New System.Drawing.Point(15, 125)
|
|
Me.pnldesigner.Name = "pnldesigner"
|
|
Me.pnldesigner.Size = New System.Drawing.Size(559, 332)
|
|
Me.pnldesigner.TabIndex = 23
|
|
'
|
|
'frmMassValidator
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(586, 540)
|
|
Me.Controls.Add(Me.pnldesigner)
|
|
Me.Controls.Add(Me.btnSave)
|
|
Me.Controls.Add(Me.TITLELabel1)
|
|
Me.Controls.Add(Me.DESCRIPTIONLabel)
|
|
Me.Controls.Add(Me.StatusStrip1)
|
|
Me.Controls.Add(Me.ToolStrip1)
|
|
Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmMassValidator"
|
|
Me.Text = "Mass Validator"
|
|
Me.TopMost = True
|
|
Me.StatusStrip1.ResumeLayout(False)
|
|
Me.StatusStrip1.PerformLayout()
|
|
CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.pnldesigner, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents ToolStrip1 As ToolStrip
|
|
Friend WithEvents StatusStrip1 As StatusStrip
|
|
Friend WithEvents TITLELabel1 As Label
|
|
Friend WithEvents btnSave As Button
|
|
Friend WithEvents tslblCountDocs As ToolStripStatusLabel
|
|
Friend WithEvents DESCRIPTIONLabel As Label
|
|
Friend WithEvents DD_DMSLiteDataSet As DD_DMSLiteDataSet
|
|
Friend WithEvents TableAdapterManager As DD_DMSLiteDataSetTableAdapters.TableAdapterManager
|
|
Friend WithEvents pnldesigner As PanelControl
|
|
End Class
|