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

71 lines
3.6 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmKundenUebersichtZOLLStatDetails
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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmKundenUebersichtZOLLStatDetails))
Me.dgvStat = New System.Windows.Forms.DataGridView()
CType(Me.dgvStat, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'dgvStat
'
Me.dgvStat.AllowUserToAddRows = False
Me.dgvStat.AllowUserToDeleteRows = False
Me.dgvStat.AllowUserToOrderColumns = True
Me.dgvStat.AllowUserToResizeRows = False
Me.dgvStat.BackgroundColor = System.Drawing.Color.White
Me.dgvStat.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
DataGridViewCellStyle1.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!)
DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgvStat.DefaultCellStyle = DataGridViewCellStyle1
Me.dgvStat.Dock = System.Windows.Forms.DockStyle.Fill
Me.dgvStat.Location = New System.Drawing.Point(0, 0)
Me.dgvStat.Name = "dgvStat"
Me.dgvStat.RowHeadersVisible = False
Me.dgvStat.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.dgvStat.Size = New System.Drawing.Size(1193, 464)
Me.dgvStat.TabIndex = 1
'
'frmKundenUebersichtZOLLStatDetails
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1193, 464)
Me.Controls.Add(Me.dgvStat)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmKundenUebersichtZOLLStatDetails"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Details"
CType(Me.dgvStat, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Public WithEvents dgvStat As System.Windows.Forms.DataGridView
End Class