Files
SDL/SDL/kassenbuch/usrcntlBelegLeistungEintrag.Designer.vb

120 lines
5.7 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class usrcntlBelegLeistungEintrag
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.FlowLayoutPanel = New System.Windows.Forms.FlowLayoutPanel()
Me.lblTitle = New System.Windows.Forms.Label()
Me.pnl = New System.Windows.Forms.Panel()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.UsrcntlBelegLeistungEintragPosition1 = New SDL.usrcntlBelegLeistungEintragPosition()
Me.FlowLayoutPanel.SuspendLayout()
Me.pnl.SuspendLayout()
Me.SuspendLayout()
'
'FlowLayoutPanel
'
Me.FlowLayoutPanel.AutoSize = True
Me.FlowLayoutPanel.BackColor = System.Drawing.Color.Silver
Me.FlowLayoutPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.FlowLayoutPanel.Controls.Add(Me.UsrcntlBelegLeistungEintragPosition1)
Me.FlowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill
Me.FlowLayoutPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown
Me.FlowLayoutPanel.Location = New System.Drawing.Point(4, 19)
Me.FlowLayoutPanel.MaximumSize = New System.Drawing.Size(311, 500)
Me.FlowLayoutPanel.Name = "FlowLayoutPanel"
Me.FlowLayoutPanel.Size = New System.Drawing.Size(254, 39)
Me.FlowLayoutPanel.TabIndex = 0
'
'lblTitle
'
Me.lblTitle.AutoSize = True
Me.lblTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblTitle.ForeColor = System.Drawing.Color.White
Me.lblTitle.Location = New System.Drawing.Point(3, 1)
Me.lblTitle.Name = "lblTitle"
Me.lblTitle.Size = New System.Drawing.Size(170, 17)
Me.lblTitle.TabIndex = 0
Me.lblTitle.Text = "Leistungsbezeichnung"
'
'pnl
'
Me.pnl.BackColor = System.Drawing.Color.SteelBlue
Me.pnl.Controls.Add(Me.lblTitle)
Me.pnl.Dock = System.Windows.Forms.DockStyle.Top
Me.pnl.Location = New System.Drawing.Point(0, 0)
Me.pnl.Name = "pnl"
Me.pnl.Size = New System.Drawing.Size(258, 19)
Me.pnl.TabIndex = 2
'
'Panel1
'
Me.Panel1.BackColor = System.Drawing.Color.SteelBlue
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Left
Me.Panel1.Location = New System.Drawing.Point(0, 19)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(4, 39)
Me.Panel1.TabIndex = 3
'
'UsrcntlBelegLeistungEintragPosition1
'
Me.UsrcntlBelegLeistungEintragPosition1.AutoSize = True
Me.UsrcntlBelegLeistungEintragPosition1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
Me.UsrcntlBelegLeistungEintragPosition1.BackColor = System.Drawing.Color.White
Me.UsrcntlBelegLeistungEintragPosition1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.UsrcntlBelegLeistungEintragPosition1.Cursor = System.Windows.Forms.Cursors.Hand
Me.UsrcntlBelegLeistungEintragPosition1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.UsrcntlBelegLeistungEintragPosition1.Location = New System.Drawing.Point(1, 1)
Me.UsrcntlBelegLeistungEintragPosition1.Margin = New System.Windows.Forms.Padding(1)
Me.UsrcntlBelegLeistungEintragPosition1.MaximumSize = New System.Drawing.Size(250, 100)
Me.UsrcntlBelegLeistungEintragPosition1.MinimumSize = New System.Drawing.Size(250, 26)
Me.UsrcntlBelegLeistungEintragPosition1.Name = "UsrcntlBelegLeistungEintragPosition1"
Me.UsrcntlBelegLeistungEintragPosition1.Size = New System.Drawing.Size(250, 33)
Me.UsrcntlBelegLeistungEintragPosition1.TabIndex = 0
'
'usrcntlBelegLeistungEintrag
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.AutoSize = True
Me.BackColor = System.Drawing.SystemColors.ButtonShadow
Me.Controls.Add(Me.FlowLayoutPanel)
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.pnl)
Me.Name = "usrcntlBelegLeistungEintrag"
Me.Size = New System.Drawing.Size(258, 58)
Me.FlowLayoutPanel.ResumeLayout(False)
Me.FlowLayoutPanel.PerformLayout()
Me.pnl.ResumeLayout(False)
Me.pnl.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents FlowLayoutPanel As System.Windows.Forms.FlowLayoutPanel
Friend WithEvents pnl As System.Windows.Forms.Panel
Friend WithEvents Panel1 As System.Windows.Forms.Panel
Public WithEvents lblTitle As System.Windows.Forms.Label
Public WithEvents UsrcntlBelegLeistungEintragPosition1 As SDL.usrcntlBelegLeistungEintragPosition
End Class