Files
SDL/SDL/kassenbuch/usrcntlBelegLeistungEintragPosition.Designer.vb

156 lines
7.2 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class usrcntlBelegLeistungEintragPosition
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.Label3 = New System.Windows.Forms.Label()
Me.txtPreis = New System.Windows.Forms.Label()
Me.txtAnzahl = New System.Windows.Forms.Label()
Me.lblBezeichnung = New System.Windows.Forms.Label()
Me.lblInfo = New System.Windows.Forms.TextBox()
Me.lblLeistungsbezeichnung = New System.Windows.Forms.Label()
Me.pnl = New System.Windows.Forms.Panel()
Me.pnl.SuspendLayout()
Me.SuspendLayout()
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Cursor = System.Windows.Forms.Cursors.Hand
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.ForeColor = System.Drawing.Color.Black
Me.Label3.Location = New System.Drawing.Point(177, 2)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(14, 13)
Me.Label3.TabIndex = 4
Me.Label3.Tag = ""
Me.Label3.Text = ""
'
'txtPreis
'
Me.txtPreis.Cursor = System.Windows.Forms.Cursors.Hand
Me.txtPreis.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtPreis.ForeColor = System.Drawing.Color.Black
Me.txtPreis.Location = New System.Drawing.Point(186, 2)
Me.txtPreis.Name = "txtPreis"
Me.txtPreis.Size = New System.Drawing.Size(60, 13)
Me.txtPreis.TabIndex = 7
Me.txtPreis.Text = "4000,00"
Me.txtPreis.TextAlign = System.Drawing.ContentAlignment.TopRight
'
'txtAnzahl
'
Me.txtAnzahl.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtAnzahl.ForeColor = System.Drawing.Color.Black
Me.txtAnzahl.Location = New System.Drawing.Point(180, 15)
Me.txtAnzahl.Name = "txtAnzahl"
Me.txtAnzahl.Size = New System.Drawing.Size(58, 14)
Me.txtAnzahl.TabIndex = 8
Me.txtAnzahl.Text = "0 x"
Me.txtAnzahl.TextAlign = System.Drawing.ContentAlignment.TopRight
Me.txtAnzahl.Visible = False
'
'lblBezeichnung
'
Me.lblBezeichnung.AutoSize = True
Me.lblBezeichnung.Cursor = System.Windows.Forms.Cursors.Hand
Me.lblBezeichnung.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblBezeichnung.ForeColor = System.Drawing.Color.Black
Me.lblBezeichnung.Location = New System.Drawing.Point(186, 15)
Me.lblBezeichnung.Name = "lblBezeichnung"
Me.lblBezeichnung.Size = New System.Drawing.Size(11, 13)
Me.lblBezeichnung.TabIndex = 10
Me.lblBezeichnung.Text = "-"
Me.lblBezeichnung.Visible = False
'
'lblInfo
'
Me.lblInfo.BackColor = System.Drawing.Color.White
Me.lblInfo.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.lblInfo.Cursor = System.Windows.Forms.Cursors.Hand
Me.lblInfo.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblInfo.Location = New System.Drawing.Point(133, 13)
Me.lblInfo.Name = "lblInfo"
Me.lblInfo.ReadOnly = True
Me.lblInfo.Size = New System.Drawing.Size(29, 13)
Me.lblInfo.TabIndex = 11
Me.lblInfo.Text = "Leitstung"
Me.lblInfo.Visible = False
'
'lblLeistungsbezeichnung
'
Me.lblLeistungsbezeichnung.AutoSize = True
Me.lblLeistungsbezeichnung.ForeColor = System.Drawing.Color.Black
Me.lblLeistungsbezeichnung.Location = New System.Drawing.Point(2, 2)
Me.lblLeistungsbezeichnung.MaximumSize = New System.Drawing.Size(172, 100)
Me.lblLeistungsbezeichnung.Name = "lblLeistungsbezeichnung"
Me.lblLeistungsbezeichnung.Padding = New System.Windows.Forms.Padding(0, 0, 0, 5)
Me.lblLeistungsbezeichnung.Size = New System.Drawing.Size(113, 18)
Me.lblLeistungsbezeichnung.TabIndex = 12
Me.lblLeistungsbezeichnung.Text = "Leistungsbezeichnung"
'
'pnl
'
Me.pnl.AutoSize = True
Me.pnl.Controls.Add(Me.lblLeistungsbezeichnung)
Me.pnl.Controls.Add(Me.txtAnzahl)
Me.pnl.Controls.Add(Me.lblInfo)
Me.pnl.Controls.Add(Me.lblBezeichnung)
Me.pnl.Controls.Add(Me.Label3)
Me.pnl.Controls.Add(Me.txtPreis)
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(248, 30)
Me.pnl.TabIndex = 13
'
'usrcntlBelegLeistungEintragPosition
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.AutoSize = True
Me.BackColor = System.Drawing.Color.White
Me.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Controls.Add(Me.pnl)
Me.Cursor = System.Windows.Forms.Cursors.Hand
Me.ForeColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.Margin = New System.Windows.Forms.Padding(1)
Me.MaximumSize = New System.Drawing.Size(250, 120)
Me.MinimumSize = New System.Drawing.Size(250, 30)
Me.Name = "usrcntlBelegLeistungEintragPosition"
Me.Size = New System.Drawing.Size(248, 30)
Me.pnl.ResumeLayout(False)
Me.pnl.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents txtPreis As System.Windows.Forms.Label
Friend WithEvents txtAnzahl As System.Windows.Forms.Label
Friend WithEvents lblInfo As System.Windows.Forms.TextBox
Friend WithEvents lblBezeichnung As System.Windows.Forms.Label
Friend WithEvents lblLeistungsbezeichnung As System.Windows.Forms.Label
Public WithEvents pnl As System.Windows.Forms.Panel
End Class