105 lines
4.8 KiB
VB.net
105 lines
4.8 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmDY_LogBuch
|
|
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(frmDY_LogBuch))
|
|
Me.pnl = New System.Windows.Forms.Panel()
|
|
Me.lblBezugsNr = New System.Windows.Forms.Label()
|
|
Me.lblLogbuch = New System.Windows.Forms.Label()
|
|
Me.DataGridView = New System.Windows.Forms.DataGridView()
|
|
Me.pnl.SuspendLayout()
|
|
CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'pnl
|
|
'
|
|
Me.pnl.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.pnl.Controls.Add(Me.lblBezugsNr)
|
|
Me.pnl.Controls.Add(Me.lblLogbuch)
|
|
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(732, 34)
|
|
Me.pnl.TabIndex = 0
|
|
'
|
|
'lblBezugsNr
|
|
'
|
|
Me.lblBezugsNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblBezugsNr.ForeColor = System.Drawing.Color.White
|
|
Me.lblBezugsNr.Location = New System.Drawing.Point(443, 9)
|
|
Me.lblBezugsNr.Name = "lblBezugsNr"
|
|
Me.lblBezugsNr.Size = New System.Drawing.Size(286, 19)
|
|
Me.lblBezugsNr.TabIndex = 1
|
|
Me.lblBezugsNr.Text = "4801/17000000/ABCD"
|
|
Me.lblBezugsNr.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'lblLogbuch
|
|
'
|
|
Me.lblLogbuch.AutoSize = True
|
|
Me.lblLogbuch.ForeColor = System.Drawing.Color.White
|
|
Me.lblLogbuch.Location = New System.Drawing.Point(3, 14)
|
|
Me.lblLogbuch.Name = "lblLogbuch"
|
|
Me.lblLogbuch.Size = New System.Drawing.Size(157, 13)
|
|
Me.lblLogbuch.TabIndex = 0
|
|
Me.lblLogbuch.Text = "Einträge der Statusänderungen:"
|
|
'
|
|
'DataGridView
|
|
'
|
|
Me.DataGridView.AllowUserToAddRows = False
|
|
Me.DataGridView.AllowUserToDeleteRows = False
|
|
Me.DataGridView.AllowUserToResizeRows = False
|
|
Me.DataGridView.BackgroundColor = System.Drawing.Color.White
|
|
Me.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.DataGridView.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.DataGridView.Location = New System.Drawing.Point(0, 34)
|
|
Me.DataGridView.Name = "DataGridView"
|
|
Me.DataGridView.ReadOnly = True
|
|
Me.DataGridView.RowHeadersVisible = False
|
|
Me.DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.DataGridView.Size = New System.Drawing.Size(732, 419)
|
|
Me.DataGridView.TabIndex = 1
|
|
'
|
|
'frmDY_LogBuch
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.ClientSize = New System.Drawing.Size(732, 453)
|
|
Me.Controls.Add(Me.DataGridView)
|
|
Me.Controls.Add(Me.pnl)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmDY_LogBuch"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Logbuch"
|
|
Me.pnl.ResumeLayout(False)
|
|
Me.pnl.PerformLayout()
|
|
CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents pnl As System.Windows.Forms.Panel
|
|
Friend WithEvents DataGridView As System.Windows.Forms.DataGridView
|
|
Friend WithEvents lblLogbuch As System.Windows.Forms.Label
|
|
Friend WithEvents lblBezugsNr As System.Windows.Forms.Label
|
|
End Class
|