_ Partial Class frmErrorAVQ_File 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(frmErrorAVQ_File)) Me.Panel1 = New System.Windows.Forms.Panel Me.Label4 = New System.Windows.Forms.Label Me.Label3 = New System.Windows.Forms.Label Me.Label2 = New System.Windows.Forms.Label Me.PicVIBeachten = New System.Windows.Forms.PictureBox Me.Label1 = New System.Windows.Forms.Label Me.Panel2 = New System.Windows.Forms.Panel Me.Button1 = New System.Windows.Forms.Button Me.TextBox1 = New System.Windows.Forms.TextBox Me.Panel1.SuspendLayout() CType(Me.PicVIBeachten, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel2.SuspendLayout() Me.SuspendLayout() ' 'Panel1 ' Me.Panel1.Controls.Add(Me.Label4) Me.Panel1.Controls.Add(Me.Label3) Me.Panel1.Controls.Add(Me.Label2) Me.Panel1.Controls.Add(Me.PicVIBeachten) Me.Panel1.Controls.Add(Me.Label1) 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(779, 88) Me.Panel1.TabIndex = 63 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(125, 36) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(0, 13) Me.Label4.TabIndex = 69 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(58, 36) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(61, 13) Me.Label3.TabIndex = 68 Me.Label3.Text = "Dateiname:" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(12, 70) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(95, 13) Me.Label2.TabIndex = 67 Me.Label2.Text = "Fehlerhafte Zeilen:" ' 'PicVIBeachten ' Me.PicVIBeachten.Image = CType(resources.GetObject("PicVIBeachten.Image"), System.Drawing.Image) Me.PicVIBeachten.Location = New System.Drawing.Point(12, 3) Me.PicVIBeachten.Name = "PicVIBeachten" Me.PicVIBeachten.Size = New System.Drawing.Size(40, 46) Me.PicVIBeachten.TabIndex = 66 Me.PicVIBeachten.TabStop = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(58, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(549, 13) Me.Label1.TabIndex = 65 Me.Label1.Text = "Bei der automatischen Verarbeitung ist ein Fehler aufgetreten. Die angelieferte D" & _ "atei kann nicht verarbeitet werden." ' 'Panel2 ' Me.Panel2.Controls.Add(Me.Button1) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel2.Location = New System.Drawing.Point(0, 393) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(779, 34) Me.Panel2.TabIndex = 64 ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(12, 6) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(123, 23) Me.Button1.TabIndex = 67 Me.Button1.Text = "Fenster schliessen" Me.Button1.UseVisualStyleBackColor = True ' 'TextBox1 ' Me.TextBox1.BackColor = System.Drawing.SystemColors.ActiveCaptionText Me.TextBox1.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox1.Font = New System.Drawing.Font("Courier New", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TextBox1.Location = New System.Drawing.Point(0, 88) Me.TextBox1.Multiline = True Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(779, 305) Me.TextBox1.TabIndex = 65 ' 'frmErrorAVQ_File ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(779, 427) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Panel2) Me.Controls.Add(Me.Panel1) Me.Name = "frmErrorAVQ_File" Me.Text = "Fehlerhafte Parameter-Datei" Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.PicVIBeachten, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel2.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents PicVIBeachten As System.Windows.Forms.PictureBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Panel2 As System.Windows.Forms.Panel Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents TextBox1 As System.Windows.Forms.TextBox End Class