_ Partial Class frmApplAbgleichDetails 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(frmApplAbgleichDetails)) Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Button2 = New System.Windows.Forms.Button() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.DataGridView2 = New System.Windows.Forms.DataGridView() Me.DataGridView3 = New System.Windows.Forms.DataGridView() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(12, 13) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(30, 13) Me.Label1.TabIndex = 3 Me.Label1.Text = "Neu" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(187, 14) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(57, 13) Me.Label2.TabIndex = 4 Me.Label2.Text = "Gelöscht" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(365, 14) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(46, 13) Me.Label3.TabIndex = 5 Me.Label3.Text = "Mutiert" ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(368, 292) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(75, 23) Me.Button2.TabIndex = 7 Me.Button2.Text = "&OK" Me.Button2.UseVisualStyleBackColor = True ' 'DataGridView1 ' Me.DataGridView1.AllowUserToAddRows = False Me.DataGridView1.AllowUserToDeleteRows = False Me.DataGridView1.AllowUserToOrderColumns = True Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(12, 29) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.ShowEditingIcon = False Me.DataGridView1.Size = New System.Drawing.Size(172, 256) Me.DataGridView1.TabIndex = 11 ' 'DataGridView2 ' Me.DataGridView2.AllowUserToAddRows = False Me.DataGridView2.AllowUserToDeleteRows = False Me.DataGridView2.AllowUserToOrderColumns = True Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView2.Location = New System.Drawing.Point(190, 30) Me.DataGridView2.Name = "DataGridView2" Me.DataGridView2.ShowEditingIcon = False Me.DataGridView2.Size = New System.Drawing.Size(172, 256) Me.DataGridView2.TabIndex = 12 ' 'DataGridView3 ' Me.DataGridView3.AllowUserToAddRows = False Me.DataGridView3.AllowUserToDeleteRows = False Me.DataGridView3.AllowUserToOrderColumns = True Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView3.Location = New System.Drawing.Point(368, 30) Me.DataGridView3.Name = "DataGridView3" Me.DataGridView3.ShowEditingIcon = False Me.DataGridView3.Size = New System.Drawing.Size(468, 256) Me.DataGridView3.TabIndex = 13 ' 'frmApplAbgleichDetails ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(839, 327) Me.Controls.Add(Me.DataGridView3) Me.Controls.Add(Me.DataGridView2) Me.Controls.Add(Me.DataGridView1) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmApplAbgleichDetails" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Details zum Applikationsabgleich" CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView Friend WithEvents DataGridView2 As System.Windows.Forms.DataGridView Friend WithEvents DataGridView3 As System.Windows.Forms.DataGridView End Class