_ Partial Class frmSearch 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(frmSearch)) Me.txtSuche = New System.Windows.Forms.TextBox() Me.Button1 = New System.Windows.Forms.Button() Me.dgvUID = New System.Windows.Forms.DataGridView() Me.Button2 = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.Button3 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() CType(Me.dgvUID, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'txtSuche ' Me.txtSuche.Location = New System.Drawing.Point(96, 6) Me.txtSuche.Name = "txtSuche" Me.txtSuche.Size = New System.Drawing.Size(300, 20) Me.txtSuche.TabIndex = 21 ' 'Button1 ' Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.Location = New System.Drawing.Point(402, 3) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(75, 23) Me.Button1.TabIndex = 20 Me.Button1.Text = "Suche" Me.Button1.UseVisualStyleBackColor = True ' 'dgvUID ' Me.dgvUID.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvUID.Location = New System.Drawing.Point(12, 32) Me.dgvUID.Name = "dgvUID" Me.dgvUID.Size = New System.Drawing.Size(546, 316) Me.dgvUID.TabIndex = 19 ' 'Button2 ' Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button2.Location = New System.Drawing.Point(483, 3) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(75, 23) Me.Button2.TabIndex = 23 Me.Button2.Text = "Alle" Me.Button2.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(9, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(81, 13) Me.Label1.TabIndex = 22 Me.Label1.Text = "Kunden-Suche:" ' 'Button3 ' Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button3.Location = New System.Drawing.Point(321, 357) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(236, 32) Me.Button3.TabIndex = 24 Me.Button3.Text = "ÜBERNEHMEN" Me.Button3.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button4.Image = Global.DISPO.My.Resources.Resources.plus Me.Button4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button4.Location = New System.Drawing.Point(13, 357) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(62, 32) Me.Button4.TabIndex = 25 Me.Button4.Text = "Neu" Me.Button4.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button4.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button5.Image = Global.DISPO.My.Resources.Resources.stift Me.Button5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button5.Location = New System.Drawing.Point(81, 357) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(93, 32) Me.Button5.TabIndex = 26 Me.Button5.Text = "Bearbeiten" Me.Button5.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button5.UseVisualStyleBackColor = True ' 'frmSearch ' 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(569, 392) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.txtSuche) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.dgvUID) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Label1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmSearch" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "Suche" CType(Me.dgvUID, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents txtSuche As System.Windows.Forms.TextBox Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents dgvUID As System.Windows.Forms.DataGridView Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents Button4 As System.Windows.Forms.Button Friend WithEvents Button5 As System.Windows.Forms.Button End Class