_ Partial Class Form1 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(Form1)) Me.Button1 = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.Button2 = New System.Windows.Forms.Button() Me.Label2 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Button3 = New System.Windows.Forms.Button() Me.OpenFileDialog2 = New System.Windows.Forms.OpenFileDialog() Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.Label3 = New System.Windows.Forms.Label() Me.lstStatus = New System.Windows.Forms.ListBox() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.Schliessen = New System.Windows.Forms.Button() Me.SuspendLayout() ' 'Button1 ' Me.Button1.Image = CType(resources.GetObject("Button1.Image"), System.Drawing.Image) Me.Button1.Location = New System.Drawing.Point(472, 10) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(26, 23) Me.Button1.TabIndex = 5 Me.Button1.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(15, 12) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(58, 13) Me.Label1.TabIndex = 4 Me.Label1.Text = "Dateiname" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(78, 12) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(391, 20) Me.TextBox1.TabIndex = 3 ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" ' 'Button2 ' Me.Button2.Image = CType(resources.GetObject("Button2.Image"), System.Drawing.Image) Me.Button2.Location = New System.Drawing.Point(472, 37) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(26, 23) Me.Button2.TabIndex = 8 Me.Button2.UseVisualStyleBackColor = True ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(15, 39) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(50, 13) Me.Label2.TabIndex = 7 Me.Label2.Text = "ScriptFile" ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(78, 39) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(391, 20) Me.TextBox2.TabIndex = 6 ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(78, 65) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(75, 23) Me.Button3.TabIndex = 9 Me.Button3.Text = "Ausführen" Me.Button3.UseVisualStyleBackColor = True ' 'OpenFileDialog2 ' Me.OpenFileDialog2.FileName = "OpenFileDialog2" ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Location = New System.Drawing.Point(159, 69) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(125, 17) Me.CheckBox1.TabIndex = 10 Me.CheckBox1.Text = "Meldungen anzeigen" Me.CheckBox1.UseVisualStyleBackColor = True ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(15, 103) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(50, 13) Me.Label3.TabIndex = 12 Me.Label3.Text = "ScriptFile" ' 'lstStatus ' Me.lstStatus.FormattingEnabled = True Me.lstStatus.Location = New System.Drawing.Point(78, 103) Me.lstStatus.Name = "lstStatus" Me.lstStatus.Size = New System.Drawing.Size(420, 329) Me.lstStatus.TabIndex = 13 ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(78, 438) Me.TextBox3.Multiline = True Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(420, 89) Me.TextBox3.TabIndex = 14 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(23, 441) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(39, 13) Me.Label4.TabIndex = 15 Me.Label4.Text = "Details" ' 'Schliessen ' Me.Schliessen.Location = New System.Drawing.Point(221, 546) Me.Schliessen.Name = "Schliessen" Me.Schliessen.Size = New System.Drawing.Size(75, 23) Me.Schliessen.TabIndex = 16 Me.Schliessen.Text = "Schliessen" Me.Schliessen.UseVisualStyleBackColor = True ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(524, 581) Me.Controls.Add(Me.Schliessen) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.lstStatus) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.CheckBox1) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.TextBox1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "Form1" Me.Text = "Lehrlingsparcours - DB-Update Version 1.3" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents TextBox2 As System.Windows.Forms.TextBox Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents OpenFileDialog2 As System.Windows.Forms.OpenFileDialog Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents lstStatus As System.Windows.Forms.ListBox Friend WithEvents TextBox3 As System.Windows.Forms.TextBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Schliessen As System.Windows.Forms.Button End Class