Files
AVISO/Aviso/usrCntlSND_Handling.Designer.vb
2019-11-06 16:32:20 +01:00

182 lines
7.9 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.components = New System.ComponentModel.Container()
Me.pnlT1 = New System.Windows.Forms.Panel()
Me.Label2 = New System.Windows.Forms.Label()
Me.MyDatagridview1 = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.clmnArt = New System.Windows.Forms.DataGridViewComboBoxColumn()
Me.Nr = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.txtATCMRNFremd = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.txtATAold = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.pnlT1.SuspendLayout()
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'pnlT1
'
Me.pnlT1.Controls.Add(Me.Label3)
Me.pnlT1.Controls.Add(Me.Label2)
Me.pnlT1.Controls.Add(Me.MyDatagridview1)
Me.pnlT1.Controls.Add(Me.txtATCMRNFremd)
Me.pnlT1.Controls.Add(Me.Label1)
Me.pnlT1.Controls.Add(Me.txtATAold)
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
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(410, 9)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(58, 13)
Me.Label2.TabIndex = 36
Me.Label2.Text = "0 Handling"
Me.Label2.Visible = False
'
'MyDatagridview1
'
Me.MyDatagridview1.AKTUALISIERUNGS_INTERVALL = -1
Me.MyDatagridview1.AllowUserToResizeColumns = False
Me.MyDatagridview1.AllowUserToResizeRows = False
Me.MyDatagridview1.BackgroundColor = System.Drawing.SystemColors.Control
Me.MyDatagridview1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.MyDatagridview1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.clmnArt, Me.Nr})
Me.MyDatagridview1.Location = New System.Drawing.Point(397, 25)
Me.MyDatagridview1.Name = "MyDatagridview1"
Me.MyDatagridview1.RowHeadersWidth = 25
Me.MyDatagridview1.Size = New System.Drawing.Size(148, 64)
Me.MyDatagridview1.TabIndex = 35
Me.MyDatagridview1.Visible = False
'
'clmnArt
'
Me.clmnArt.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.ComboBox
Me.clmnArt.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.clmnArt.HeaderText = "Art"
Me.clmnArt.Items.AddRange(New Object() {"ATA", "MRN", "CRN"})
Me.clmnArt.Name = "clmnArt"
Me.clmnArt.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
Me.clmnArt.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic
Me.clmnArt.Width = 60
'
'Nr
'
Me.Nr.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
Me.Nr.HeaderText = "ATA/CRN/MRN"
Me.Nr.Name = "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(146, 47)
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(245, 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(44, 50)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(96, 13)
Me.Label1.TabIndex = 33
Me.Label1.Text = "ATC/MRN (fremd):"
'
'txtATAold
'
Me.txtATAold._DateTimeOnly = False
Me.txtATAold._numbersOnly = False
Me.txtATAold._numbersOnlyKommastellen = ""
Me.txtATAold._Prozent = False
Me.txtATAold._ShortDateNew = False
Me.txtATAold._ShortDateOnly = False
Me.txtATAold._TimeOnly = False
Me.txtATAold._value = ""
Me.txtATAold._Waehrung = False
Me.txtATAold._WaehrungZeichen = True
Me.txtATAold.ForeColor = System.Drawing.Color.Black
Me.txtATAold.Location = New System.Drawing.Point(146, 21)
Me.txtATAold.MaxLength = 500
Me.txtATAold.MaxLineLength = -1
Me.txtATAold.MaxLines_Warning = ""
Me.txtATAold.MaxLines_Warning_Label = Nothing
Me.txtATAold.Name = "txtATAold"
Me.txtATAold.Size = New System.Drawing.Size(245, 20)
Me.txtATAold.TabIndex = 32
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(44, 24)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(48, 13)
Me.Label3.TabIndex = 37
Me.Label3.Text = "ATA-Nr.:"
'
'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()
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents pnlT1 As System.Windows.Forms.Panel
Friend WithEvents txtATAold As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtATCMRNFremd As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label1 As Label
Friend WithEvents MyDatagridview1 As VERAG_PROG_ALLGEMEIN.MyDatagridview
Friend WithEvents Label2 As Label
Friend WithEvents clmnArt As DataGridViewComboBoxColumn
Friend WithEvents Nr As DataGridViewTextBoxColumn
Friend WithEvents Label3 As Label
End Class