_ Partial Class FrmZuteilung 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(FrmZuteilung)) Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.ProgressBar1 = New System.Windows.Forms.ProgressBar() Me.Label2 = New System.Windows.Forms.Label() Me.chkSelection = New System.Windows.Forms.CheckBox() Me.SuspendLayout() ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(9, 102) Me.Button1.Margin = New System.Windows.Forms.Padding(2) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(115, 31) Me.Button1.TabIndex = 0 Me.Button1.Text = "Zuteilung ausführen" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(128, 102) Me.Button2.Margin = New System.Windows.Forms.Padding(2) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(115, 31) Me.Button2.TabIndex = 1 Me.Button2.Text = "Abbruch" Me.Button2.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(9, 7) Me.Label1.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(243, 13) Me.Label1.TabIndex = 2 Me.Label1.Text = "Mit der automatischen Zuteilung werden sämtliche" ' 'ProgressBar1 ' Me.ProgressBar1.Location = New System.Drawing.Point(9, 50) Me.ProgressBar1.Margin = New System.Windows.Forms.Padding(2) Me.ProgressBar1.Name = "ProgressBar1" Me.ProgressBar1.Size = New System.Drawing.Size(234, 19) Me.ProgressBar1.TabIndex = 3 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(9, 21) Me.Label2.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(184, 13) Me.Label2.TabIndex = 4 Me.Label2.Text = "Zuteilungen gelöscht und neu erstellt." ' 'chkSelection ' Me.chkSelection.AutoSize = True Me.chkSelection.Checked = True Me.chkSelection.CheckState = System.Windows.Forms.CheckState.Checked Me.chkSelection.Location = New System.Drawing.Point(13, 78) Me.chkSelection.Name = "chkSelection" Me.chkSelection.Size = New System.Drawing.Size(174, 17) Me.chkSelection.TabIndex = 5 Me.chkSelection.Text = "Ab Priorität 2 zufällige Selektion" Me.chkSelection.UseVisualStyleBackColor = True ' 'FrmZuteilung ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(262, 144) Me.Controls.Add(Me.chkSelection) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.ProgressBar1) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Margin = New System.Windows.Forms.Padding(2) Me.Name = "FrmZuteilung" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "Automatische Zuteilu ng" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents chkSelection As System.Windows.Forms.CheckBox End Class