Partial Class frmBU_Mahnlauf_Ausgabe_Ladebalken Inherits System.Windows.Forms.Form 'Das Formular ü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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmBU_Mahnlauf_Ausgabe_Ladebalken)) Me.pnl = New System.Windows.Forms.Panel() Me.Panel1 = New System.Windows.Forms.Panel() Me.Label6 = New System.Windows.Forms.Label() Me.progBar = New System.Windows.Forms.ProgressBar() Me.lblAnzahl = New System.Windows.Forms.Label() Me.pnl.SuspendLayout() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' 'pnl ' Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnl.Controls.Add(Me.lblAnzahl) Me.pnl.Controls.Add(Me.progBar) Me.pnl.Controls.Add(Me.Panel1) Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill Me.pnl.Location = New System.Drawing.Point(0, 0) Me.pnl.Name = "pnl" Me.pnl.Size = New System.Drawing.Size(384, 142) Me.pnl.TabIndex = 1 ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Panel1.Controls.Add(Me.Label6) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(382, 41) Me.Panel1.TabIndex = 53 ' 'Label6 ' Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold) Me.Label6.ForeColor = System.Drawing.Color.White Me.Label6.Location = New System.Drawing.Point(13, 6) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(358, 26) Me.Label6.TabIndex = 51 Me.Label6.Text = "Mahnsystem" Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'progBar ' Me.progBar.Location = New System.Drawing.Point(15, 57) Me.progBar.Name = "progBar" Me.progBar.Size = New System.Drawing.Size(354, 43) Me.progBar.TabIndex = 54 ' 'lblAnzahl ' Me.lblAnzahl.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold) Me.lblAnzahl.ForeColor = System.Drawing.Color.Black Me.lblAnzahl.Location = New System.Drawing.Point(11, 103) Me.lblAnzahl.Name = "lblAnzahl" Me.lblAnzahl.Size = New System.Drawing.Size(358, 26) Me.lblAnzahl.TabIndex = 52 Me.lblAnzahl.Text = "-" Me.lblAnzahl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'frmBU_Mahnlauf_Ausgabe_Ladebalken ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(384, 142) Me.Controls.Add(Me.pnl) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmBU_Mahnlauf_Ausgabe_Ladebalken" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "frmBU_Mahnlauf_Ausgabe" Me.pnl.ResumeLayout(False) Me.Panel1.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents pnl As Panel Friend WithEvents Panel1 As Panel Friend WithEvents Label6 As Label Public WithEvents lblAnzahl As Label Public WithEvents progBar As ProgressBar End Class