Files
DISPO/UID/frmMain/usrcntlFirmen.Designer.vb
2019-08-07 12:29:10 +02:00

228 lines
9.9 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class usrcntlFirmen
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()
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.PanTop = New System.Windows.Forms.Panel()
Me.PanOben = New System.Windows.Forms.Panel()
Me.btnReset = New System.Windows.Forms.Button()
Me.Label4 = New System.Windows.Forms.Label()
Me.txtSuche = New System.Windows.Forms.TextBox()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.btnDel = New System.Windows.Forms.Button()
Me.btnChange = New System.Windows.Forms.Button()
Me.btnNew = New System.Windows.Forms.Button()
Me.lblMs = New System.Windows.Forms.Label()
Me.lblAnzahl = New System.Windows.Forms.Label()
Me.dgvKunden = New System.Windows.Forms.DataGridView()
Me.PanTop.SuspendLayout()
Me.PanOben.SuspendLayout()
Me.Panel2.SuspendLayout()
CType(Me.dgvKunden, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'PanTop
'
Me.PanTop.BackColor = System.Drawing.Color.White
Me.PanTop.Controls.Add(Me.PanOben)
Me.PanTop.Controls.Add(Me.Panel1)
Me.PanTop.Dock = System.Windows.Forms.DockStyle.Top
Me.PanTop.Location = New System.Drawing.Point(0, 0)
Me.PanTop.Margin = New System.Windows.Forms.Padding(0)
Me.PanTop.Name = "PanTop"
Me.PanTop.Size = New System.Drawing.Size(1013, 84)
Me.PanTop.TabIndex = 4
'
'PanOben
'
Me.PanOben.Controls.Add(Me.btnReset)
Me.PanOben.Controls.Add(Me.Label4)
Me.PanOben.Controls.Add(Me.txtSuche)
Me.PanOben.Location = New System.Drawing.Point(0, 0)
Me.PanOben.Margin = New System.Windows.Forms.Padding(0)
Me.PanOben.Name = "PanOben"
Me.PanOben.Size = New System.Drawing.Size(666, 84)
Me.PanOben.TabIndex = 1
'
'btnReset
'
Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnReset.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnReset.Location = New System.Drawing.Point(456, 32)
Me.btnReset.Name = "btnReset"
Me.btnReset.Size = New System.Drawing.Size(162, 23)
Me.btnReset.TabIndex = 33
Me.btnReset.Text = "Reset"
Me.btnReset.UseVisualStyleBackColor = True
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(39, 36)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(44, 14)
Me.Label4.TabIndex = 44
Me.Label4.Text = "Suche:"
'
'txtSuche
'
Me.txtSuche.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtSuche.Location = New System.Drawing.Point(83, 33)
Me.txtSuche.Name = "txtSuche"
Me.txtSuche.Size = New System.Drawing.Size(309, 20)
Me.txtSuche.TabIndex = 42
'
'Panel1
'
Me.Panel1.BackColor = System.Drawing.Color.Transparent
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Right
Me.Panel1.Location = New System.Drawing.Point(779, 0)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(234, 84)
Me.Panel1.TabIndex = 0
'
'Panel2
'
Me.Panel2.BackColor = System.Drawing.Color.White
Me.Panel2.Controls.Add(Me.btnDel)
Me.Panel2.Controls.Add(Me.btnChange)
Me.Panel2.Controls.Add(Me.btnNew)
Me.Panel2.Controls.Add(Me.lblMs)
Me.Panel2.Controls.Add(Me.lblAnzahl)
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Right
Me.Panel2.Location = New System.Drawing.Point(914, 84)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(99, 694)
Me.Panel2.TabIndex = 5
'
'btnDel
'
Me.btnDel.Anchor = System.Windows.Forms.AnchorStyles.Right
Me.btnDel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnDel.Image = Global.DISPO.My.Resources.Resources.del
Me.btnDel.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnDel.Location = New System.Drawing.Point(5, 213)
Me.btnDel.Name = "btnDel"
Me.btnDel.Size = New System.Drawing.Size(91, 33)
Me.btnDel.TabIndex = 25
Me.btnDel.Text = "Löschen"
Me.btnDel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnDel.UseVisualStyleBackColor = True
'
'btnChange
'
Me.btnChange.Anchor = System.Windows.Forms.AnchorStyles.Right
Me.btnChange.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnChange.Image = Global.DISPO.My.Resources.Resources.stift
Me.btnChange.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnChange.Location = New System.Drawing.Point(5, 161)
Me.btnChange.Name = "btnChange"
Me.btnChange.Size = New System.Drawing.Size(91, 33)
Me.btnChange.TabIndex = 24
Me.btnChange.Text = "Ändern"
Me.btnChange.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnChange.UseVisualStyleBackColor = True
'
'btnNew
'
Me.btnNew.Anchor = System.Windows.Forms.AnchorStyles.Right
Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnNew.Image = Global.DISPO.My.Resources.Resources.plus
Me.btnNew.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnNew.Location = New System.Drawing.Point(5, 122)
Me.btnNew.Name = "btnNew"
Me.btnNew.Size = New System.Drawing.Size(91, 33)
Me.btnNew.TabIndex = 23
Me.btnNew.Text = "Neu"
Me.btnNew.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnNew.UseVisualStyleBackColor = True
'
'lblMs
'
Me.lblMs.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lblMs.AutoSize = True
Me.lblMs.Location = New System.Drawing.Point(2, 681)
Me.lblMs.Name = "lblMs"
Me.lblMs.Size = New System.Drawing.Size(47, 13)
Me.lblMs.TabIndex = 2
Me.lblMs.Text = "Ladezeit"
'
'lblAnzahl
'
Me.lblAnzahl.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lblAnzahl.AutoSize = True
Me.lblAnzahl.Location = New System.Drawing.Point(3, 668)
Me.lblAnzahl.Name = "lblAnzahl"
Me.lblAnzahl.Size = New System.Drawing.Size(39, 13)
Me.lblAnzahl.TabIndex = 1
Me.lblAnzahl.Text = "Anzahl"
'
'dgvKunden
'
DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
Me.dgvKunden.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
Me.dgvKunden.BackgroundColor = System.Drawing.Color.White
Me.dgvKunden.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvKunden.Dock = System.Windows.Forms.DockStyle.Fill
Me.dgvKunden.Location = New System.Drawing.Point(0, 84)
Me.dgvKunden.Name = "dgvKunden"
Me.dgvKunden.RowHeadersVisible = False
Me.dgvKunden.Size = New System.Drawing.Size(914, 694)
Me.dgvKunden.TabIndex = 6
'
'usrcntlFirmen
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.dgvKunden)
Me.Controls.Add(Me.Panel2)
Me.Controls.Add(Me.PanTop)
Me.Name = "usrcntlFirmen"
Me.Size = New System.Drawing.Size(1013, 778)
Me.PanTop.ResumeLayout(False)
Me.PanOben.ResumeLayout(False)
Me.PanOben.PerformLayout()
Me.Panel2.ResumeLayout(False)
Me.Panel2.PerformLayout()
CType(Me.dgvKunden, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents PanTop As Panel
Friend WithEvents PanOben As Panel
Friend WithEvents Label4 As Label
Friend WithEvents txtSuche As TextBox
Friend WithEvents Panel1 As Panel
Friend WithEvents Panel2 As Panel
Friend WithEvents btnDel As Button
Friend WithEvents btnChange As Button
Friend WithEvents btnNew As Button
Friend WithEvents lblMs As Label
Friend WithEvents lblAnzahl As Label
Friend WithEvents dgvKunden As DataGridView
Friend WithEvents btnReset As Button
End Class