You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
162 lines
6.4 KiB
162 lines
6.4 KiB
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmApplAbgleichCheckMessage
|
|
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(frmApplAbgleichCheckMessage))
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.lblAnzahlNeu = New System.Windows.Forms.Label()
|
|
Me.lblAnzahlMutiert = New System.Windows.Forms.Label()
|
|
Me.lblAnzahlGeloescht = New System.Windows.Forms.Label()
|
|
Me.btnDetails = New System.Windows.Forms.Button()
|
|
Me.btnAbbruch = New System.Windows.Forms.Button()
|
|
Me.btnOK = New System.Windows.Forms.Button()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(13, 13)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(51, 13)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "Abgleich:"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(25, 37)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(69, 13)
|
|
Me.Label2.TabIndex = 1
|
|
Me.Label2.Text = "- Anzahl neu:"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(25, 50)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(91, 13)
|
|
Me.Label3.TabIndex = 2
|
|
Me.Label3.Text = "- Anzahl gelöscht:"
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(25, 63)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(82, 13)
|
|
Me.Label4.TabIndex = 3
|
|
Me.Label4.Text = "- Anzahl mutiert:"
|
|
'
|
|
'lblAnzahlNeu
|
|
'
|
|
Me.lblAnzahlNeu.AutoSize = True
|
|
Me.lblAnzahlNeu.Location = New System.Drawing.Point(124, 37)
|
|
Me.lblAnzahlNeu.Name = "lblAnzahlNeu"
|
|
Me.lblAnzahlNeu.Size = New System.Drawing.Size(13, 13)
|
|
Me.lblAnzahlNeu.TabIndex = 4
|
|
Me.lblAnzahlNeu.Text = "0"
|
|
'
|
|
'lblAnzahlMutiert
|
|
'
|
|
Me.lblAnzahlMutiert.AutoSize = True
|
|
Me.lblAnzahlMutiert.Location = New System.Drawing.Point(124, 63)
|
|
Me.lblAnzahlMutiert.Name = "lblAnzahlMutiert"
|
|
Me.lblAnzahlMutiert.Size = New System.Drawing.Size(13, 13)
|
|
Me.lblAnzahlMutiert.TabIndex = 5
|
|
Me.lblAnzahlMutiert.Text = "0"
|
|
'
|
|
'lblAnzahlGeloescht
|
|
'
|
|
Me.lblAnzahlGeloescht.AutoSize = True
|
|
Me.lblAnzahlGeloescht.Location = New System.Drawing.Point(124, 50)
|
|
Me.lblAnzahlGeloescht.Name = "lblAnzahlGeloescht"
|
|
Me.lblAnzahlGeloescht.Size = New System.Drawing.Size(13, 13)
|
|
Me.lblAnzahlGeloescht.TabIndex = 6
|
|
Me.lblAnzahlGeloescht.Text = "0"
|
|
'
|
|
'btnDetails
|
|
'
|
|
Me.btnDetails.Location = New System.Drawing.Point(28, 99)
|
|
Me.btnDetails.Name = "btnDetails"
|
|
Me.btnDetails.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnDetails.TabIndex = 7
|
|
Me.btnDetails.Text = "Details"
|
|
Me.btnDetails.UseVisualStyleBackColor = True
|
|
'
|
|
'btnAbbruch
|
|
'
|
|
Me.btnAbbruch.Location = New System.Drawing.Point(109, 99)
|
|
Me.btnAbbruch.Name = "btnAbbruch"
|
|
Me.btnAbbruch.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnAbbruch.TabIndex = 8
|
|
Me.btnAbbruch.Text = "Abbruch"
|
|
Me.btnAbbruch.UseVisualStyleBackColor = True
|
|
'
|
|
'btnOK
|
|
'
|
|
Me.btnOK.Location = New System.Drawing.Point(190, 99)
|
|
Me.btnOK.Name = "btnOK"
|
|
Me.btnOK.Size = New System.Drawing.Size(143, 23)
|
|
Me.btnOK.TabIndex = 9
|
|
Me.btnOK.Text = "Mutation(en) ausführen"
|
|
Me.btnOK.UseVisualStyleBackColor = True
|
|
'
|
|
'frmApplAbgleichCheckMessage
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(356, 138)
|
|
Me.Controls.Add(Me.btnOK)
|
|
Me.Controls.Add(Me.btnAbbruch)
|
|
Me.Controls.Add(Me.btnDetails)
|
|
Me.Controls.Add(Me.lblAnzahlGeloescht)
|
|
Me.Controls.Add(Me.lblAnzahlMutiert)
|
|
Me.Controls.Add(Me.lblAnzahlNeu)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmApplAbgleichCheckMessage"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Abgleich TicketXpert"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents lblAnzahlNeu As System.Windows.Forms.Label
|
|
Friend WithEvents lblAnzahlMutiert As System.Windows.Forms.Label
|
|
Friend WithEvents lblAnzahlGeloescht As System.Windows.Forms.Label
|
|
Friend WithEvents btnDetails As System.Windows.Forms.Button
|
|
Friend WithEvents btnAbbruch As System.Windows.Forms.Button
|
|
Friend WithEvents btnOK As System.Windows.Forms.Button
|
|
End Class
|