_ Partial Class frmHistory Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmHistory)) Me.dgvUID = New System.Windows.Forms.DataGridView() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.Label1 = New System.Windows.Forms.Label() CType(Me.dgvUID, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'dgvUID ' Me.dgvUID.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvUID.Dock = System.Windows.Forms.DockStyle.Bottom Me.dgvUID.Location = New System.Drawing.Point(0, 55) Me.dgvUID.Name = "dgvUID" Me.dgvUID.Size = New System.Drawing.Size(1384, 506) Me.dgvUID.TabIndex = 14 ' 'PictureBox1 ' Me.PictureBox1.BackgroundImage = Global.DISPO.My.Resources.Resources.dispo Me.PictureBox1.Location = New System.Drawing.Point(12, 7) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(212, 41) Me.PictureBox1.TabIndex = 15 Me.PictureBox1.TabStop = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(230, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(63, 13) Me.Label1.TabIndex = 16 Me.Label1.Text = "Historie für: " ' 'frmHistory ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1384, 561) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.dgvUID) Me.Controls.Add(Me.PictureBox1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmHistory" Me.Text = "Form1" CType(Me.dgvUID, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents dgvUID As System.Windows.Forms.DataGridView Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents Label1 As System.Windows.Forms.Label End Class