_ Partial Class frmTabelleStandorte 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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.Panel2 = New System.Windows.Forms.Panel() Me.btnLöschen = New System.Windows.Forms.Button() Me.btnÄndern = New System.Windows.Forms.Button() Me.btnNeu = New System.Windows.Forms.Button() Me.btnBeenden = New System.Windows.Forms.Button() Me.gridTabelle = New System.Windows.Forms.DataGridView() Me.Panel1 = New System.Windows.Forms.Panel() Me.lblAnzahl = New System.Windows.Forms.Label() Me.btnAlleAnzeigen = New System.Windows.Forms.Button() Me.txtSuche = New System.Windows.Forms.TextBox() Me.lblSuche = New System.Windows.Forms.Label() Me.Panel2.SuspendLayout() CType(Me.gridTabelle, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' 'Panel2 ' Me.Panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Panel2.BackColor = System.Drawing.Color.FromArgb(CType(CType(202, Byte), Integer), CType(CType(225, Byte), Integer), CType(CType(255, Byte), Integer)) Me.Panel2.Controls.Add(Me.btnLöschen) Me.Panel2.Controls.Add(Me.btnÄndern) Me.Panel2.Controls.Add(Me.btnNeu) Me.Panel2.Controls.Add(Me.btnBeenden) Me.Panel2.Location = New System.Drawing.Point(663, 0) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(120, 544) Me.Panel2.TabIndex = 1 ' 'btnLöschen ' Me.btnLöschen.Location = New System.Drawing.Point(10, 121) Me.btnLöschen.Name = "btnLöschen" Me.btnLöschen.Size = New System.Drawing.Size(100, 35) Me.btnLöschen.TabIndex = 5 Me.btnLöschen.Text = "Löschen" Me.btnLöschen.UseVisualStyleBackColor = True ' 'btnÄndern ' Me.btnÄndern.Location = New System.Drawing.Point(10, 80) Me.btnÄndern.Name = "btnÄndern" Me.btnÄndern.Size = New System.Drawing.Size(100, 35) Me.btnÄndern.TabIndex = 4 Me.btnÄndern.Text = "Ändern" Me.btnÄndern.UseVisualStyleBackColor = True ' 'btnNeu ' Me.btnNeu.Location = New System.Drawing.Point(10, 39) Me.btnNeu.Name = "btnNeu" Me.btnNeu.Size = New System.Drawing.Size(100, 35) Me.btnNeu.TabIndex = 3 Me.btnNeu.Text = "Neu" Me.btnNeu.UseVisualStyleBackColor = True ' 'btnBeenden ' Me.btnBeenden.DialogResult = DialogResult.Cancel Me.btnBeenden.Location = New System.Drawing.Point(10, 225) Me.btnBeenden.Name = "btnBeenden" Me.btnBeenden.Size = New System.Drawing.Size(100, 35) Me.btnBeenden.TabIndex = 1 Me.btnBeenden.Text = "Schließen" Me.btnBeenden.UseVisualStyleBackColor = True ' 'gridTabelle ' Me.gridTabelle.AllowUserToAddRows = False Me.gridTabelle.AllowUserToDeleteRows = False DataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.gridTabelle.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.gridTabelle.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.gridTabelle.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCellsExceptHeaders DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle2.BackColor = System.Drawing.Color.LightBlue DataGridViewCellStyle2.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.gridTabelle.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2 Me.gridTabelle.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.gridTabelle.Location = New System.Drawing.Point(0, 38) Me.gridTabelle.MultiSelect = False Me.gridTabelle.Name = "gridTabelle" Me.gridTabelle.ReadOnly = True Me.gridTabelle.RowHeadersVisible = False DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.gridTabelle.RowsDefaultCellStyle = DataGridViewCellStyle3 Me.gridTabelle.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.gridTabelle.Size = New System.Drawing.Size(663, 508) Me.gridTabelle.TabIndex = 0 Me.gridTabelle.TabStop = False ' 'Panel1 ' Me.Panel1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(202, Byte), Integer), CType(CType(225, Byte), Integer), CType(CType(255, Byte), Integer)) Me.Panel1.Controls.Add(Me.lblAnzahl) Me.Panel1.Controls.Add(Me.btnAlleAnzeigen) Me.Panel1.Controls.Add(Me.txtSuche) Me.Panel1.Controls.Add(Me.lblSuche) Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(663, 38) Me.Panel1.TabIndex = 0 ' 'lblAnzahl ' Me.lblAnzahl.AutoSize = True Me.lblAnzahl.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.lblAnzahl.Location = New System.Drawing.Point(341, 12) Me.lblAnzahl.Name = "lblAnzahl" Me.lblAnzahl.Size = New System.Drawing.Size(154, 13) Me.lblAnzahl.TabIndex = 11 Me.lblAnzahl.Text = "123 ausgewählt / 1254 gesamt" ' 'btnAlleAnzeigen ' Me.btnAlleAnzeigen.Location = New System.Drawing.Point(239, 5) Me.btnAlleAnzeigen.Name = "btnAlleAnzeigen" Me.btnAlleAnzeigen.Size = New System.Drawing.Size(82, 25) Me.btnAlleAnzeigen.TabIndex = 1 Me.btnAlleAnzeigen.Text = "Alle anzeigen" Me.btnAlleAnzeigen.UseVisualStyleBackColor = True ' 'txtSuche ' Me.txtSuche.Location = New System.Drawing.Point(71, 8) Me.txtSuche.MaxLength = 30 Me.txtSuche.Name = "txtSuche" Me.txtSuche.Size = New System.Drawing.Size(116, 20) Me.txtSuche.TabIndex = 0 ' 'lblSuche ' Me.lblSuche.AutoSize = True Me.lblSuche.Location = New System.Drawing.Point(4, 12) Me.lblSuche.Name = "lblSuche" Me.lblSuche.Size = New System.Drawing.Size(61, 13) Me.lblSuche.TabIndex = 0 Me.lblSuche.Text = "Suchbegriff" ' 'frmTabelleStandorte ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.CancelButton = Me.btnBeenden Me.ClientSize = New System.Drawing.Size(783, 546) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.gridTabelle) Me.Controls.Add(Me.Panel2) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmTabelleStandorte" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "Standorte" Me.Panel2.ResumeLayout(False) CType(Me.gridTabelle, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents Panel2 As System.Windows.Forms.Panel Friend WithEvents btnBeenden As System.Windows.Forms.Button Friend WithEvents gridTabelle As System.Windows.Forms.DataGridView Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents btnAlleAnzeigen As System.Windows.Forms.Button Friend WithEvents txtSuche As System.Windows.Forms.TextBox Friend WithEvents lblSuche As System.Windows.Forms.Label Friend WithEvents btnLöschen As System.Windows.Forms.Button Friend WithEvents btnÄndern As System.Windows.Forms.Button Friend WithEvents btnNeu As System.Windows.Forms.Button Friend WithEvents lblAnzahl As System.Windows.Forms.Label End Class