Files
SDL/SDL/Formulare/KDFormulare/frmFahrerDatenSuche.Designer.vb

133 lines
5.4 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmFahrerDatenSuche
Inherits System.Windows.Forms.Form
'Das Formular ü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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmFahrerDatenSuche))
Me.pnl = New System.Windows.Forms.Panel()
Me.dgvFD = New System.Windows.Forms.DataGridView()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.txtSuche = New System.Windows.Forms.TextBox()
Me.lblSuche = New System.Windows.Forms.Label()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.btnOK = New System.Windows.Forms.Button()
Me.pnl.SuspendLayout()
CType(Me.dgvFD, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel1.SuspendLayout()
Me.Panel2.SuspendLayout()
Me.SuspendLayout()
'
'pnl
'
Me.pnl.BackColor = System.Drawing.Color.White
Me.pnl.Controls.Add(Me.dgvFD)
Me.pnl.Controls.Add(Me.Panel1)
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(1041, 563)
Me.pnl.TabIndex = 0
'
'dgvFD
'
Me.dgvFD.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvFD.Dock = System.Windows.Forms.DockStyle.Fill
Me.dgvFD.Location = New System.Drawing.Point(0, 43)
Me.dgvFD.Name = "dgvFD"
Me.dgvFD.Size = New System.Drawing.Size(1041, 520)
Me.dgvFD.TabIndex = 51
'
'Panel1
'
Me.Panel1.Controls.Add(Me.txtSuche)
Me.Panel1.Controls.Add(Me.lblSuche)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel1.Location = New System.Drawing.Point(0, 0)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(1041, 43)
Me.Panel1.TabIndex = 50
'
'txtSuche
'
Me.txtSuche.Location = New System.Drawing.Point(55, 12)
Me.txtSuche.Name = "txtSuche"
Me.txtSuche.Size = New System.Drawing.Size(976, 20)
Me.txtSuche.TabIndex = 48
'
'lblSuche
'
Me.lblSuche.AutoSize = True
Me.lblSuche.Location = New System.Drawing.Point(8, 15)
Me.lblSuche.Name = "lblSuche"
Me.lblSuche.Size = New System.Drawing.Size(41, 13)
Me.lblSuche.TabIndex = 49
Me.lblSuche.Text = "Suche:"
'
'Panel2
'
Me.Panel2.BackColor = System.Drawing.Color.White
Me.Panel2.Controls.Add(Me.btnOK)
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Bottom
Me.Panel2.Location = New System.Drawing.Point(0, 563)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(1041, 43)
Me.Panel2.TabIndex = 52
'
'btnOK
'
Me.btnOK.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnOK.Location = New System.Drawing.Point(937, 5)
Me.btnOK.Name = "btnOK"
Me.btnOK.Size = New System.Drawing.Size(94, 32)
Me.btnOK.TabIndex = 0
Me.btnOK.Text = "OK"
Me.btnOK.UseVisualStyleBackColor = True
'
'frmFahrerDatenSuche
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1041, 606)
Me.Controls.Add(Me.pnl)
Me.Controls.Add(Me.Panel2)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmFahrerDatenSuche"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Fahrer-Daten Suche"
Me.pnl.ResumeLayout(False)
CType(Me.dgvFD, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
Me.Panel2.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents pnl As System.Windows.Forms.Panel
Friend WithEvents dgvFD As System.Windows.Forms.DataGridView
Friend WithEvents Panel1 As System.Windows.Forms.Panel
Friend WithEvents txtSuche As System.Windows.Forms.TextBox
Friend WithEvents lblSuche As System.Windows.Forms.Label
Friend WithEvents Panel2 As System.Windows.Forms.Panel
Friend WithEvents btnOK As System.Windows.Forms.Button
End Class