|
|
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
|
|
|
Partial Class frmResult
|
|
|
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
|
|
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
|
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
|
|
|
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.
|
|
|
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
|
|
|
Private Sub InitializeComponent()
|
|
|
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmResult))
|
|
|
|
|
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
|
|
|
|
|
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
|
|
|
|
Me.TableLayoutPanel1.SuspendLayout()
|
|
|
|
|
Me.SuspendLayout()
|
|
|
|
|
'
|
|
|
|
|
'TableLayoutPanel1
|
|
|
|
|
'
|
|
|
|
|
Me.TableLayoutPanel1.ColumnCount = 1
|
|
|
|
|
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
|
|
|
|
|
Me.TableLayoutPanel1.Controls.Add(Me.TextBox1, 0, 0)
|
|
|
|
|
Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
|
|
|
Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 0)
|
|
|
|
|
Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
|
|
|
|
|
Me.TableLayoutPanel1.RowCount = 1
|
|
|
|
|
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
|
|
|
|
|
Me.TableLayoutPanel1.Size = New System.Drawing.Size(1077, 499)
|
|
|
|
|
Me.TableLayoutPanel1.TabIndex = 0
|
|
|
|
|
'
|
|
|
|
|
'TextBox1
|
|
|
|
|
'
|
|
|
|
|
Me.TextBox1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
|
|
|
Me.TextBox1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
|
|
|
Me.TextBox1.Location = New System.Drawing.Point(3, 3)
|
|
|
|
|
Me.TextBox1.Multiline = True
|
|
|
|
|
Me.TextBox1.Name = "TextBox1"
|
|
|
|
|
Me.TextBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both
|
|
|
|
|
Me.TextBox1.Size = New System.Drawing.Size(1071, 493)
|
|
|
|
|
Me.TextBox1.TabIndex = 0
|
|
|
|
|
Me.TextBox1.Text = resources.GetString("TextBox1.Text")
|
|
|
|
|
'
|
|
|
|
|
'frmResult
|
|
|
|
|
'
|
|
|
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
|
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
|
|
|
Me.ClientSize = New System.Drawing.Size(1077, 499)
|
|
|
|
|
Me.Controls.Add(Me.TableLayoutPanel1)
|
|
|
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
|
|
|
Me.Name = "frmResult"
|
|
|
|
|
Me.Text = "WiW Trial Handout Result Text"
|
|
|
|
|
Me.TableLayoutPanel1.ResumeLayout(False)
|
|
|
|
|
Me.TableLayoutPanel1.PerformLayout()
|
|
|
|
|
Me.ResumeLayout(False)
|
|
|
|
|
|
|
|
|
|
End Sub
|
|
|
|
|
Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
|
|
|
|
|
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
|
|
|
|
|
End Class
|