_ 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() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.ListBox2 = New System.Windows.Forms.ListBox() Me.Button2 = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.ListBox1 = New System.Windows.Forms.ListBox() Me.Button1 = New System.Windows.Forms.Button() Me.RadioButton2 = New System.Windows.Forms.RadioButton() Me.RadioButton1 = New System.Windows.Forms.RadioButton() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.Label4 = New System.Windows.Forms.Label() Me.txtedkdatei = New System.Windows.Forms.TextBox() Me.Button3 = New System.Windows.Forms.Button() Me.SuspendLayout() ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(320, 121) Me.TextBox3.Margin = New System.Windows.Forms.Padding(2) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(76, 20) Me.TextBox3.TabIndex = 24 ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(320, 98) Me.TextBox2.Margin = New System.Windows.Forms.Padding(2) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(76, 20) Me.TextBox2.TabIndex = 23 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(276, 122) Me.Label3.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(32, 13) Me.Label3.TabIndex = 22 Me.Label3.Text = "User:" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(276, 101) Me.Label2.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(44, 13) Me.Label2.TabIndex = 21 Me.Label2.Text = "Partner:" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(149, 36) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(302, 20) Me.TextBox1.TabIndex = 20 ' 'ListBox2 ' Me.ListBox2.FormattingEnabled = True Me.ListBox2.Location = New System.Drawing.Point(503, 101) Me.ListBox2.Name = "ListBox2" Me.ListBox2.Size = New System.Drawing.Size(64, 251) Me.ListBox2.TabIndex = 19 Me.ListBox2.Visible = False ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(12, 413) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(75, 23) Me.Button2.TabIndex = 18 Me.Button2.Text = "Start" Me.Button2.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(12, 82) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(73, 13) Me.Label1.TabIndex = 17 Me.Label1.Text = "EDK-Funktion" ' 'ListBox1 ' Me.ListBox1.FormattingEnabled = True Me.ListBox1.Location = New System.Drawing.Point(12, 101) Me.ListBox1.Name = "ListBox1" Me.ListBox1.Size = New System.Drawing.Size(250, 251) Me.ListBox1.TabIndex = 16 ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(456, 36) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(75, 23) Me.Button1.TabIndex = 15 Me.Button1.Text = "Öffnen" Me.Button1.UseVisualStyleBackColor = True ' 'RadioButton2 ' Me.RadioButton2.AutoSize = True Me.RadioButton2.Location = New System.Drawing.Point(12, 36) Me.RadioButton2.Name = "RadioButton2" Me.RadioButton2.Size = New System.Drawing.Size(120, 17) Me.RadioButton2.TabIndex = 14 Me.RadioButton2.TabStop = True Me.RadioButton2.Text = "EDOKA-Testversion" Me.RadioButton2.UseVisualStyleBackColor = True ' 'RadioButton1 ' Me.RadioButton1.AutoSize = True Me.RadioButton1.Checked = True Me.RadioButton1.Location = New System.Drawing.Point(12, 12) Me.RadioButton1.Name = "RadioButton1" Me.RadioButton1.Size = New System.Drawing.Size(108, 17) Me.RadioButton1.TabIndex = 13 Me.RadioButton1.TabStop = True Me.RadioButton1.Text = "Standard-EDOKA" Me.RadioButton1.UseVisualStyleBackColor = True ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(12, 370) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(57, 13) Me.Label4.TabIndex = 25 Me.Label4.Text = "EDK-Datei" ' 'txtedkdatei ' Me.txtedkdatei.Location = New System.Drawing.Point(75, 367) Me.txtedkdatei.Name = "txtedkdatei" Me.txtedkdatei.Size = New System.Drawing.Size(492, 20) Me.txtedkdatei.TabIndex = 26 ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(573, 365) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(75, 23) Me.Button3.TabIndex = 27 Me.Button3.Text = "Öffnen" Me.Button3.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(833, 448) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.txtedkdatei) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.ListBox2) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.ListBox1) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.RadioButton2) Me.Controls.Add(Me.RadioButton1) Me.Name = "Form1" Me.Text = "EDK_Tester" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents TextBox3 As Windows.Forms.TextBox Friend WithEvents TextBox2 As Windows.Forms.TextBox Friend WithEvents Label3 As Windows.Forms.Label Friend WithEvents Label2 As Windows.Forms.Label Friend WithEvents TextBox1 As Windows.Forms.TextBox Friend WithEvents ListBox2 As Windows.Forms.ListBox Friend WithEvents Button2 As Windows.Forms.Button Friend WithEvents Label1 As Windows.Forms.Label Friend WithEvents ListBox1 As Windows.Forms.ListBox Friend WithEvents Button1 As Windows.Forms.Button Friend WithEvents RadioButton2 As Windows.Forms.RadioButton Friend WithEvents RadioButton1 As Windows.Forms.RadioButton Friend WithEvents OpenFileDialog1 As Windows.Forms.OpenFileDialog Friend WithEvents Label4 As Windows.Forms.Label Friend WithEvents txtedkdatei As Windows.Forms.TextBox Friend WithEvents Button3 As Windows.Forms.Button End Class