Files
SDL/SDL/Speditionsbuch/Nacherfassung/frmNacherfassungBelegNrEingabe.Designer.vb

442 lines
20 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmNacherfassungBelegNrEingabe
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(frmNacherfassungBelegNrEingabe))
Me.pnl = New System.Windows.Forms.Panel()
Me.Button1 = New System.Windows.Forms.Button()
Me.btnFertig = New System.Windows.Forms.Button()
Me.lblFreitext = New System.Windows.Forms.Label()
Me.txtFreitext = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.txtMRN1 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtMRN3 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtMRN5 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtMRN2 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtMRN4 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtMRN6 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.grp = New System.Windows.Forms.GroupBox()
Me.txtATC1 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtATC3 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtATC5 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtATC2 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtATC4 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtATC6 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtATC7 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.rbtnATC = New System.Windows.Forms.RadioButton()
Me.rbtnMRN = New System.Windows.Forms.RadioButton()
Me.rbtnFreitext = New System.Windows.Forms.RadioButton()
Me.lblWahlenSieDieZusammenstellungDerBelegNrAus = New System.Windows.Forms.Label()
Me.pnl.SuspendLayout()
Me.GroupBox1.SuspendLayout()
Me.grp.SuspendLayout()
Me.SuspendLayout()
'
'pnl
'
Me.pnl.BackColor = System.Drawing.Color.White
Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pnl.Controls.Add(Me.Button1)
Me.pnl.Controls.Add(Me.btnFertig)
Me.pnl.Controls.Add(Me.lblFreitext)
Me.pnl.Controls.Add(Me.txtFreitext)
Me.pnl.Controls.Add(Me.GroupBox1)
Me.pnl.Controls.Add(Me.grp)
Me.pnl.Controls.Add(Me.rbtnATC)
Me.pnl.Controls.Add(Me.rbtnMRN)
Me.pnl.Controls.Add(Me.rbtnFreitext)
Me.pnl.Controls.Add(Me.lblWahlenSieDieZusammenstellungDerBelegNrAus)
Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill
Me.pnl.Location = New System.Drawing.Point(0, 0)
Me.pnl.Name = "pnl"
Me.pnl.Size = New System.Drawing.Size(281, 261)
Me.pnl.TabIndex = 0
'
'Button1
'
Me.Button1.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Location = New System.Drawing.Point(173, 218)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(86, 31)
Me.Button1.TabIndex = 100
Me.Button1.Text = "Abbrechen"
Me.Button1.UseVisualStyleBackColor = True
'
'btnFertig
'
Me.btnFertig.DialogResult = System.Windows.Forms.DialogResult.OK
Me.btnFertig.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnFertig.Location = New System.Drawing.Point(30, 218)
Me.btnFertig.Name = "btnFertig"
Me.btnFertig.Size = New System.Drawing.Size(137, 31)
Me.btnFertig.TabIndex = 100
Me.btnFertig.Text = "OK"
Me.btnFertig.UseVisualStyleBackColor = True
'
'lblFreitext
'
Me.lblFreitext.AutoSize = True
Me.lblFreitext.Location = New System.Drawing.Point(30, 157)
Me.lblFreitext.Name = "lblFreitext"
Me.lblFreitext.Size = New System.Drawing.Size(44, 13)
Me.lblFreitext.TabIndex = 99
Me.lblFreitext.Text = "Freitext:"
'
'txtFreitext
'
Me.txtFreitext._numbersOnly = False
Me.txtFreitext._Prozent = False
Me.txtFreitext._ShortDateOnly = False
Me.txtFreitext._value = Nothing
Me.txtFreitext._Waehrung = False
Me.txtFreitext.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtFreitext.Location = New System.Drawing.Point(30, 173)
Me.txtFreitext.MaxLength = 200
Me.txtFreitext.Name = "txtFreitext"
Me.txtFreitext.Size = New System.Drawing.Size(229, 20)
Me.txtFreitext.TabIndex = 91
'
'GroupBox1
'
Me.GroupBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.GroupBox1.Controls.Add(Me.txtMRN1)
Me.GroupBox1.Controls.Add(Me.txtMRN3)
Me.GroupBox1.Controls.Add(Me.txtMRN5)
Me.GroupBox1.Controls.Add(Me.txtMRN2)
Me.GroupBox1.Controls.Add(Me.txtMRN4)
Me.GroupBox1.Controls.Add(Me.txtMRN6)
Me.GroupBox1.Location = New System.Drawing.Point(32, 102)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(229, 52)
Me.GroupBox1.TabIndex = 97
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Eingabe MRN-Nr:"
'
'txtMRN1
'
Me.txtMRN1._numbersOnly = False
Me.txtMRN1._Prozent = False
Me.txtMRN1._ShortDateOnly = False
Me.txtMRN1._value = Nothing
Me.txtMRN1._Waehrung = False
Me.txtMRN1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtMRN1.ForeColor = System.Drawing.Color.Black
Me.txtMRN1.Location = New System.Drawing.Point(6, 21)
Me.txtMRN1.MaxLength = 2
Me.txtMRN1.Name = "txtMRN1"
Me.txtMRN1.Size = New System.Drawing.Size(22, 20)
Me.txtMRN1.TabIndex = 73
Me.txtMRN1.Text = "16"
'
'txtMRN3
'
Me.txtMRN3._numbersOnly = False
Me.txtMRN3._Prozent = False
Me.txtMRN3._ShortDateOnly = False
Me.txtMRN3._value = Nothing
Me.txtMRN3._Waehrung = False
Me.txtMRN3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtMRN3.ForeColor = System.Drawing.Color.Black
Me.txtMRN3.Location = New System.Drawing.Point(52, 21)
Me.txtMRN3.MaxLength = 4
Me.txtMRN3.Name = "txtMRN3"
Me.txtMRN3.Size = New System.Drawing.Size(34, 20)
Me.txtMRN3.TabIndex = 76
Me.txtMRN3.Text = "7701"
'
'txtMRN5
'
Me.txtMRN5._numbersOnly = False
Me.txtMRN5._Prozent = False
Me.txtMRN5._ShortDateOnly = False
Me.txtMRN5._value = Nothing
Me.txtMRN5._Waehrung = False
Me.txtMRN5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtMRN5.ForeColor = System.Drawing.Color.Black
Me.txtMRN5.Location = New System.Drawing.Point(136, 21)
Me.txtMRN5.MaxLength = 1
Me.txtMRN5.Name = "txtMRN5"
Me.txtMRN5.Size = New System.Drawing.Size(18, 20)
Me.txtMRN5.TabIndex = 75
Me.txtMRN5.Text = "M"
'
'txtMRN2
'
Me.txtMRN2._numbersOnly = False
Me.txtMRN2._Prozent = False
Me.txtMRN2._ShortDateOnly = False
Me.txtMRN2._value = Nothing
Me.txtMRN2._Waehrung = False
Me.txtMRN2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtMRN2.ForeColor = System.Drawing.Color.Black
Me.txtMRN2.Location = New System.Drawing.Point(27, 21)
Me.txtMRN2.MaxLength = 2
Me.txtMRN2.Name = "txtMRN2"
Me.txtMRN2.Size = New System.Drawing.Size(26, 20)
Me.txtMRN2.TabIndex = 74
Me.txtMRN2.Text = "DE"
'
'txtMRN4
'
Me.txtMRN4._numbersOnly = False
Me.txtMRN4._Prozent = False
Me.txtMRN4._ShortDateOnly = False
Me.txtMRN4._value = Nothing
Me.txtMRN4._Waehrung = False
Me.txtMRN4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtMRN4.Location = New System.Drawing.Point(85, 21)
Me.txtMRN4.MaxLength = 8
Me.txtMRN4.Name = "txtMRN4"
Me.txtMRN4.Size = New System.Drawing.Size(52, 20)
Me.txtMRN4.TabIndex = 79
'
'txtMRN6
'
Me.txtMRN6._numbersOnly = False
Me.txtMRN6._Prozent = False
Me.txtMRN6._ShortDateOnly = False
Me.txtMRN6._value = Nothing
Me.txtMRN6._Waehrung = False
Me.txtMRN6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtMRN6.ForeColor = System.Drawing.Color.Black
Me.txtMRN6.Location = New System.Drawing.Point(153, 21)
Me.txtMRN6.MaxLength = 1
Me.txtMRN6.Name = "txtMRN6"
Me.txtMRN6.Size = New System.Drawing.Size(14, 20)
Me.txtMRN6.TabIndex = 78
Me.txtMRN6.Text = "0"
'
'grp
'
Me.grp.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.grp.Controls.Add(Me.txtATC1)
Me.grp.Controls.Add(Me.txtATC3)
Me.grp.Controls.Add(Me.txtATC5)
Me.grp.Controls.Add(Me.txtATC2)
Me.grp.Controls.Add(Me.txtATC4)
Me.grp.Controls.Add(Me.txtATC6)
Me.grp.Controls.Add(Me.txtATC7)
Me.grp.Location = New System.Drawing.Point(32, 44)
Me.grp.Name = "grp"
Me.grp.Size = New System.Drawing.Size(229, 52)
Me.grp.TabIndex = 96
Me.grp.TabStop = False
Me.grp.Text = "Eingabe ATC-Nr:"
'
'txtATC1
'
Me.txtATC1._numbersOnly = False
Me.txtATC1._Prozent = False
Me.txtATC1._ShortDateOnly = False
Me.txtATC1._value = Nothing
Me.txtATC1._Waehrung = False
Me.txtATC1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtATC1.ForeColor = System.Drawing.Color.Black
Me.txtATC1.Location = New System.Drawing.Point(6, 21)
Me.txtATC1.MaxLength = 2
Me.txtATC1.Name = "txtATC1"
Me.txtATC1.Size = New System.Drawing.Size(22, 20)
Me.txtATC1.TabIndex = 69
Me.txtATC1.Text = "AT"
'
'txtATC3
'
Me.txtATC3._numbersOnly = False
Me.txtATC3._Prozent = False
Me.txtATC3._ShortDateOnly = False
Me.txtATC3._value = Nothing
Me.txtATC3._Waehrung = False
Me.txtATC3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtATC3.ForeColor = System.Drawing.Color.Black
Me.txtATC3.Location = New System.Drawing.Point(41, 21)
Me.txtATC3.MaxLength = 2
Me.txtATC3.Name = "txtATC3"
Me.txtATC3.Size = New System.Drawing.Size(20, 20)
Me.txtATC3.TabIndex = 70
Me.txtATC3.Text = "40"
'
'txtATC5
'
Me.txtATC5._numbersOnly = False
Me.txtATC5._Prozent = False
Me.txtATC5._ShortDateOnly = False
Me.txtATC5._value = Nothing
Me.txtATC5._Waehrung = False
Me.txtATC5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtATC5.ForeColor = System.Drawing.Color.Black
Me.txtATC5.Location = New System.Drawing.Point(111, 21)
Me.txtATC5.MaxLength = 2
Me.txtATC5.Name = "txtATC5"
Me.txtATC5.Size = New System.Drawing.Size(25, 20)
Me.txtATC5.TabIndex = 70
Me.txtATC5.Text = "02"
'
'txtATC2
'
Me.txtATC2._numbersOnly = False
Me.txtATC2._Prozent = False
Me.txtATC2._ShortDateOnly = False
Me.txtATC2._value = Nothing
Me.txtATC2._Waehrung = False
Me.txtATC2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtATC2.ForeColor = System.Drawing.Color.Black
Me.txtATC2.Location = New System.Drawing.Point(27, 21)
Me.txtATC2.MaxLength = 1
Me.txtATC2.Name = "txtATC2"
Me.txtATC2.Size = New System.Drawing.Size(15, 20)
Me.txtATC2.TabIndex = 70
Me.txtATC2.Text = "C"
'
'txtATC4
'
Me.txtATC4._numbersOnly = False
Me.txtATC4._Prozent = False
Me.txtATC4._ShortDateOnly = False
Me.txtATC4._value = Nothing
Me.txtATC4._Waehrung = False
Me.txtATC4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtATC4.Location = New System.Drawing.Point(60, 21)
Me.txtATC4.MaxLength = 6
Me.txtATC4.Name = "txtATC4"
Me.txtATC4.Size = New System.Drawing.Size(52, 20)
Me.txtATC4.TabIndex = 71
'
'txtATC6
'
Me.txtATC6._numbersOnly = False
Me.txtATC6._Prozent = False
Me.txtATC6._ShortDateOnly = False
Me.txtATC6._value = Nothing
Me.txtATC6._Waehrung = False
Me.txtATC6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtATC6.ForeColor = System.Drawing.Color.Black
Me.txtATC6.Location = New System.Drawing.Point(135, 21)
Me.txtATC6.MaxLength = 4
Me.txtATC6.Name = "txtATC6"
Me.txtATC6.Size = New System.Drawing.Size(36, 20)
Me.txtATC6.TabIndex = 71
Me.txtATC6.Text = "2016"
'
'txtATC7
'
Me.txtATC7._numbersOnly = False
Me.txtATC7._Prozent = False
Me.txtATC7._ShortDateOnly = False
Me.txtATC7._value = Nothing
Me.txtATC7._Waehrung = False
Me.txtATC7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtATC7.ForeColor = System.Drawing.Color.Black
Me.txtATC7.Location = New System.Drawing.Point(170, 21)
Me.txtATC7.MaxLength = 4
Me.txtATC7.Name = "txtATC7"
Me.txtATC7.Size = New System.Drawing.Size(34, 20)
Me.txtATC7.TabIndex = 71
Me.txtATC7.Text = "7701"
'
'rbtnATC
'
Me.rbtnATC.AutoSize = True
Me.rbtnATC.Location = New System.Drawing.Point(11, 68)
Me.rbtnATC.Name = "rbtnATC"
Me.rbtnATC.Size = New System.Drawing.Size(14, 13)
Me.rbtnATC.TabIndex = 1
Me.rbtnATC.TabStop = True
Me.rbtnATC.UseVisualStyleBackColor = True
'
'rbtnMRN
'
Me.rbtnMRN.AutoSize = True
Me.rbtnMRN.Location = New System.Drawing.Point(11, 126)
Me.rbtnMRN.Name = "rbtnMRN"
Me.rbtnMRN.Size = New System.Drawing.Size(14, 13)
Me.rbtnMRN.TabIndex = 1
Me.rbtnMRN.TabStop = True
Me.rbtnMRN.UseVisualStyleBackColor = True
'
'rbtnFreitext
'
Me.rbtnFreitext.AutoSize = True
Me.rbtnFreitext.Location = New System.Drawing.Point(9, 176)
Me.rbtnFreitext.Name = "rbtnFreitext"
Me.rbtnFreitext.Size = New System.Drawing.Size(14, 13)
Me.rbtnFreitext.TabIndex = 1
Me.rbtnFreitext.TabStop = True
Me.rbtnFreitext.UseVisualStyleBackColor = True
'
'lblWahlenSieDieZusammenstellungDerBelegNrAus
'
Me.lblWahlenSieDieZusammenstellungDerBelegNrAus.AutoSize = True
Me.lblWahlenSieDieZusammenstellungDerBelegNrAus.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblWahlenSieDieZusammenstellungDerBelegNrAus.Location = New System.Drawing.Point(11, 8)
Me.lblWahlenSieDieZusammenstellungDerBelegNrAus.Name = "lblWahlenSieDieZusammenstellungDerBelegNrAus"
Me.lblWahlenSieDieZusammenstellungDerBelegNrAus.Size = New System.Drawing.Size(253, 26)
Me.lblWahlenSieDieZusammenstellungDerBelegNrAus.TabIndex = 0
Me.lblWahlenSieDieZusammenstellungDerBelegNrAus.Text = "Bitte wählen Sie die Eingabeart und geben " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Sie die Beleg-Nr. ein:"
'
'frmNacherfassungBelegNrEingabe
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(281, 261)
Me.Controls.Add(Me.pnl)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmNacherfassungBelegNrEingabe"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "frmNacherfassungBelegNrEingabe"
Me.pnl.ResumeLayout(False)
Me.pnl.PerformLayout()
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.grp.ResumeLayout(False)
Me.grp.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents pnl As System.Windows.Forms.Panel
Friend WithEvents lblWahlenSieDieZusammenstellungDerBelegNrAus As System.Windows.Forms.Label
Friend WithEvents lblFreitext As System.Windows.Forms.Label
Friend WithEvents txtFreitext As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents txtMRN1 As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtMRN3 As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtMRN5 As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtMRN2 As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtMRN4 As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtMRN6 As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents grp As System.Windows.Forms.GroupBox
Friend WithEvents txtATC1 As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtATC3 As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtATC5 As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtATC2 As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtATC4 As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtATC6 As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtATC7 As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents rbtnATC As System.Windows.Forms.RadioButton
Friend WithEvents rbtnMRN As System.Windows.Forms.RadioButton
Friend WithEvents rbtnFreitext As System.Windows.Forms.RadioButton
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents btnFertig As System.Windows.Forms.Button
End Class