Files
AVISO/Aviso/usrCntlSND_Handling.Designer.vb

126 lines
5.1 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class usrCntlSND_Handling
Inherits System.Windows.Forms.UserControl
'UserControl ü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()
Me.pnlT1 = New System.Windows.Forms.Panel()
Me.txtATA = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label33 = New System.Windows.Forms.Label()
Me.txtATCMRNFremd = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.pnlT1.SuspendLayout()
Me.SuspendLayout()
'
'pnlT1
'
Me.pnlT1.Controls.Add(Me.txtATCMRNFremd)
Me.pnlT1.Controls.Add(Me.Label1)
Me.pnlT1.Controls.Add(Me.txtATA)
Me.pnlT1.Controls.Add(Me.Label33)
Me.pnlT1.Location = New System.Drawing.Point(0, 0)
Me.pnlT1.Name = "pnlT1"
Me.pnlT1.Size = New System.Drawing.Size(549, 92)
Me.pnlT1.TabIndex = 67
'
'txtATA
'
Me.txtATA._DateTimeOnly = False
Me.txtATA._numbersOnly = False
Me.txtATA._numbersOnlyKommastellen = ""
Me.txtATA._Prozent = False
Me.txtATA._ShortDateNew = False
Me.txtATA._ShortDateOnly = False
Me.txtATA._TimeOnly = False
Me.txtATA._value = ""
Me.txtATA._Waehrung = False
Me.txtATA._WaehrungZeichen = True
Me.txtATA.ForeColor = System.Drawing.Color.Black
Me.txtATA.Location = New System.Drawing.Point(121, 11)
Me.txtATA.MaxLength = 500
Me.txtATA.MaxLineLength = -1
Me.txtATA.MaxLines_Warning = ""
Me.txtATA.MaxLines_Warning_Label = Nothing
Me.txtATA.Name = "txtATA"
Me.txtATA.Size = New System.Drawing.Size(265, 20)
Me.txtATA.TabIndex = 32
'
'Label33
'
Me.Label33.AutoSize = True
Me.Label33.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label33.Location = New System.Drawing.Point(23, 14)
Me.Label33.Name = "Label33"
Me.Label33.Size = New System.Drawing.Size(48, 13)
Me.Label33.TabIndex = 1
Me.Label33.Text = "ATA-Nr.:"
'
'txtATCMRNFremd
'
Me.txtATCMRNFremd._DateTimeOnly = False
Me.txtATCMRNFremd._numbersOnly = False
Me.txtATCMRNFremd._numbersOnlyKommastellen = ""
Me.txtATCMRNFremd._Prozent = False
Me.txtATCMRNFremd._ShortDateNew = False
Me.txtATCMRNFremd._ShortDateOnly = False
Me.txtATCMRNFremd._TimeOnly = False
Me.txtATCMRNFremd._value = ""
Me.txtATCMRNFremd._Waehrung = False
Me.txtATCMRNFremd._WaehrungZeichen = True
Me.txtATCMRNFremd.ForeColor = System.Drawing.Color.Black
Me.txtATCMRNFremd.Location = New System.Drawing.Point(121, 37)
Me.txtATCMRNFremd.MaxLength = 500
Me.txtATCMRNFremd.MaxLineLength = -1
Me.txtATCMRNFremd.MaxLines_Warning = ""
Me.txtATCMRNFremd.MaxLines_Warning_Label = Nothing
Me.txtATCMRNFremd.Name = "txtATCMRNFremd"
Me.txtATCMRNFremd.Size = New System.Drawing.Size(265, 20)
Me.txtATCMRNFremd.TabIndex = 34
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(23, 40)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(96, 13)
Me.Label1.TabIndex = 33
Me.Label1.Text = "ATC/MRN (fremd):"
'
'usrCntlSND_Handling
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.pnlT1)
Me.Name = "usrCntlSND_Handling"
Me.Size = New System.Drawing.Size(549, 92)
Me.pnlT1.ResumeLayout(False)
Me.pnlT1.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents pnlT1 As System.Windows.Forms.Panel
Friend WithEvents Label33 As System.Windows.Forms.Label
Friend WithEvents txtATA As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtATCMRNFremd As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label1 As Label
End Class