Files
SDL/SDL/mdm/usrcntlNewDataLKW.Designer.vb
2024-10-02 08:59:41 +00:00

158 lines
7.1 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class usrcntlNewDataLKW
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.btnAddLKW = New VERAG_PROG_ALLGEMEIN.FlatButton()
Me.Label3 = New System.Windows.Forms.Label()
Me.cboLKW = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.lblKZAenderung = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.FlatButton1 = New VERAG_PROG_ALLGEMEIN.FlatButton()
Me.SuspendLayout()
'
'btnAddLKW
'
Me.btnAddLKW.allowBorder = False
Me.btnAddLKW.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnAddLKW.ForeColor = System.Drawing.Color.Black
Me.btnAddLKW.Image = Global.SDL.My.Resources.plus
Me.btnAddLKW.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnAddLKW.Location = New System.Drawing.Point(253, 0)
Me.btnAddLKW.Name = "btnAddLKW"
Me.btnAddLKW.Size = New System.Drawing.Size(105, 37)
Me.btnAddLKW.TabIndex = 15
Me.btnAddLKW.Text = "Neuer LKW"
Me.btnAddLKW.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnAddLKW.UseVisualStyleBackColor = True
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.ForeColor = System.Drawing.Color.Black
Me.Label3.Location = New System.Drawing.Point(11, 12)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(34, 13)
Me.Label3.TabIndex = 13
Me.Label3.Text = "LKW:"
'
'cboLKW
'
Me.cboLKW._allowedValuesFreiText = Nothing
Me.cboLKW._allowFreiText = False
Me.cboLKW._value = ""
Me.cboLKW.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
Me.cboLKW.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.cboLKW.BackColor = System.Drawing.Color.White
Me.cboLKW.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cboLKW.FormattingEnabled = True
Me.cboLKW.Location = New System.Drawing.Point(67, 7)
Me.cboLKW.MaxLength = 25
Me.cboLKW.Name = "cboLKW"
Me.cboLKW.Size = New System.Drawing.Size(180, 24)
Me.cboLKW.TabIndex = 14
'
'lblKZAenderung
'
Me.lblKZAenderung.BackColor = System.Drawing.Color.Red
Me.lblKZAenderung.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblKZAenderung.ForeColor = System.Drawing.Color.White
Me.lblKZAenderung.Location = New System.Drawing.Point(283, 25)
Me.lblKZAenderung.Name = "lblKZAenderung"
Me.lblKZAenderung.Size = New System.Drawing.Size(113, 12)
Me.lblKZAenderung.TabIndex = 21
Me.lblKZAenderung.Text = "KZ Änderung"
Me.lblKZAenderung.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.lblKZAenderung.Visible = False
'
'Label6
'
Me.Label6.BackColor = System.Drawing.Color.Red
Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.ForeColor = System.Drawing.Color.White
Me.Label6.Location = New System.Drawing.Point(284, 13)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(113, 12)
Me.Label6.TabIndex = 20
Me.Label6.Text = "LKW abgemeldet"
Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.Label6.Visible = False
'
'Label5
'
Me.Label5.BackColor = System.Drawing.Color.Red
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.ForeColor = System.Drawing.Color.White
Me.Label5.Location = New System.Drawing.Point(283, 1)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(113, 12)
Me.Label5.TabIndex = 19
Me.Label5.Text = "LKW verkauft"
Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.Label5.Visible = False
'
'FlatButton1
'
Me.FlatButton1.allowBorder = False
Me.FlatButton1.BackgroundImage = Global.SDL.My.Resources.del
Me.FlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.FlatButton1.FlatAppearance.BorderSize = 0
Me.FlatButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.FlatButton1.ForeColor = System.Drawing.Color.Black
Me.FlatButton1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.FlatButton1.Location = New System.Drawing.Point(253, 7)
Me.FlatButton1.Name = "FlatButton1"
Me.FlatButton1.Size = New System.Drawing.Size(23, 23)
Me.FlatButton1.TabIndex = 22
Me.FlatButton1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.FlatButton1.UseVisualStyleBackColor = True
Me.FlatButton1.Visible = False
'
'usrcntlNewDataLKW
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.FlatButton1)
Me.Controls.Add(Me.lblKZAenderung)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.btnAddLKW)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.cboLKW)
Me.Margin = New System.Windows.Forms.Padding(0)
Me.Name = "usrcntlNewDataLKW"
Me.Size = New System.Drawing.Size(403, 37)
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Public WithEvents btnAddLKW As VERAG_PROG_ALLGEMEIN.FlatButton
Public WithEvents Label3 As System.Windows.Forms.Label
Public WithEvents cboLKW As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents lblKZAenderung As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Public WithEvents FlatButton1 As VERAG_PROG_ALLGEMEIN.FlatButton
End Class