Files
SDL/SDL/kunden/frmKundenSuche.Designer.vb
2024-10-02 08:59:41 +00:00

394 lines
18 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmKundenSuche
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()
Me.components = New System.ComponentModel.Container()
Me.txtOrt = New System.Windows.Forms.TextBox()
Me.Label12 = New System.Windows.Forms.Label()
Me.txtPlz = New System.Windows.Forms.TextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.txtStrasse = New System.Windows.Forms.TextBox()
Me.Label5 = New System.Windows.Forms.Label()
Me.txtKurzname = New System.Windows.Forms.TextBox()
Me.txtKundenNr = New System.Windows.Forms.TextBox()
Me.DataGridView1 = New System.Windows.Forms.DataGridView()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.pnlMain = New System.Windows.Forms.Panel()
Me.FlatButton1 = New VERAG_PROG_ALLGEMEIN.FlatButton()
Me.FlatButton2 = New VERAG_PROG_ALLGEMEIN.FlatButton()
Me.pnlErweiterteSuche = New System.Windows.Forms.Panel()
Me.Label6 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.txtEORI = New System.Windows.Forms.TextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.txtUID = New System.Windows.Forms.TextBox()
Me.cbxAktiv = New VERAG_PROG_ALLGEMEIN.MyCheckbox(Me.components)
Me.cbxLandKz = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.FlatButton3 = New System.Windows.Forms.Button()
Me.pnlTop = New System.Windows.Forms.Panel()
Me.Label2 = New System.Windows.Forms.Label()
Me.lklErweitert = New System.Windows.Forms.LinkLabel()
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel1.SuspendLayout()
Me.pnlMain.SuspendLayout()
Me.pnlErweiterteSuche.SuspendLayout()
Me.pnlTop.SuspendLayout()
Me.SuspendLayout()
'
'txtOrt
'
Me.txtOrt.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtOrt.Location = New System.Drawing.Point(209, 33)
Me.txtOrt.Name = "txtOrt"
Me.txtOrt.Size = New System.Drawing.Size(231, 20)
Me.txtOrt.TabIndex = 5
'
'Label12
'
Me.Label12.AutoSize = True
Me.Label12.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label12.Location = New System.Drawing.Point(3, 36)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(78, 13)
Me.Label12.TabIndex = 143
Me.Label12.Text = "Land/PLZ/Ort:"
'
'txtPlz
'
Me.txtPlz.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtPlz.Location = New System.Drawing.Point(132, 33)
Me.txtPlz.Name = "txtPlz"
Me.txtPlz.Size = New System.Drawing.Size(71, 20)
Me.txtPlz.TabIndex = 3
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(3, 9)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(41, 13)
Me.Label4.TabIndex = 139
Me.Label4.Text = "Straße:"
'
'txtStrasse
'
Me.txtStrasse.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtStrasse.Location = New System.Drawing.Point(86, 6)
Me.txtStrasse.Name = "txtStrasse"
Me.txtStrasse.Size = New System.Drawing.Size(354, 20)
Me.txtStrasse.TabIndex = 2
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.Location = New System.Drawing.Point(447, 7)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(89, 13)
Me.Label5.TabIndex = 146
Me.Label5.Text = "Kunden-Nummer:"
'
'txtKurzname
'
Me.txtKurzname.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtKurzname.Location = New System.Drawing.Point(6, 23)
Me.txtKurzname.Name = "txtKurzname"
Me.txtKurzname.Size = New System.Drawing.Size(434, 20)
Me.txtKurzname.TabIndex = 0
'
'txtKundenNr
'
Me.txtKundenNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtKundenNr.Location = New System.Drawing.Point(450, 23)
Me.txtKundenNr.Name = "txtKundenNr"
Me.txtKundenNr.Size = New System.Drawing.Size(245, 20)
Me.txtKundenNr.TabIndex = 1
'
'DataGridView1
'
Me.DataGridView1.AllowUserToAddRows = False
Me.DataGridView1.AllowUserToDeleteRows = False
Me.DataGridView1.AllowUserToResizeColumns = False
Me.DataGridView1.AllowUserToResizeRows = False
Me.DataGridView1.BackgroundColor = System.Drawing.Color.White
Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.DataGridView1.Location = New System.Drawing.Point(5, 3)
Me.DataGridView1.MultiSelect = False
Me.DataGridView1.Name = "DataGridView1"
Me.DataGridView1.ReadOnly = True
Me.DataGridView1.RowHeadersVisible = False
Me.DataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.DataGridView1.Size = New System.Drawing.Size(690, 280)
Me.DataGridView1.TabIndex = 8
'
'Panel1
'
Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel1.Controls.Add(Me.pnlMain)
Me.Panel1.Controls.Add(Me.pnlErweiterteSuche)
Me.Panel1.Controls.Add(Me.pnlTop)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel1.Location = New System.Drawing.Point(0, 0)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(701, 475)
Me.Panel1.TabIndex = 151
'
'pnlMain
'
Me.pnlMain.Controls.Add(Me.DataGridView1)
Me.pnlMain.Controls.Add(Me.FlatButton1)
Me.pnlMain.Controls.Add(Me.FlatButton2)
Me.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill
Me.pnlMain.Location = New System.Drawing.Point(0, 145)
Me.pnlMain.Name = "pnlMain"
Me.pnlMain.Size = New System.Drawing.Size(699, 328)
Me.pnlMain.TabIndex = 152
'
'FlatButton1
'
Me.FlatButton1.allowBorder = False
Me.FlatButton1.DialogResult = System.Windows.Forms.DialogResult.OK
Me.FlatButton1.Enabled = False
Me.FlatButton1.FlatAppearance.BorderSize = 0
Me.FlatButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.FlatButton1.ForeColor = System.Drawing.Color.Black
Me.FlatButton1.Image = Global.SDL.My.Resources.ok
Me.FlatButton1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.FlatButton1.Location = New System.Drawing.Point(6, 289)
Me.FlatButton1.Name = "FlatButton1"
Me.FlatButton1.Size = New System.Drawing.Size(165, 34)
Me.FlatButton1.TabIndex = 9
Me.FlatButton1.Text = "Kunde auswählen"
Me.FlatButton1.UseVisualStyleBackColor = True
'
'FlatButton2
'
Me.FlatButton2.allowBorder = False
Me.FlatButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.FlatButton2.FlatAppearance.BorderSize = 0
Me.FlatButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.FlatButton2.ForeColor = System.Drawing.Color.Black
Me.FlatButton2.Image = Global.SDL.My.Resources.del
Me.FlatButton2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.FlatButton2.Location = New System.Drawing.Point(536, 289)
Me.FlatButton2.Name = "FlatButton2"
Me.FlatButton2.Size = New System.Drawing.Size(159, 34)
Me.FlatButton2.TabIndex = 10
Me.FlatButton2.Text = "Abbrechen"
Me.FlatButton2.UseVisualStyleBackColor = True
'
'pnlErweiterteSuche
'
Me.pnlErweiterteSuche.Controls.Add(Me.Label6)
Me.pnlErweiterteSuche.Controls.Add(Me.Label3)
Me.pnlErweiterteSuche.Controls.Add(Me.txtEORI)
Me.pnlErweiterteSuche.Controls.Add(Me.Label1)
Me.pnlErweiterteSuche.Controls.Add(Me.txtUID)
Me.pnlErweiterteSuche.Controls.Add(Me.cbxAktiv)
Me.pnlErweiterteSuche.Controls.Add(Me.Label4)
Me.pnlErweiterteSuche.Controls.Add(Me.cbxLandKz)
Me.pnlErweiterteSuche.Controls.Add(Me.txtOrt)
Me.pnlErweiterteSuche.Controls.Add(Me.FlatButton3)
Me.pnlErweiterteSuche.Controls.Add(Me.txtStrasse)
Me.pnlErweiterteSuche.Controls.Add(Me.Label12)
Me.pnlErweiterteSuche.Controls.Add(Me.txtPlz)
Me.pnlErweiterteSuche.Dock = System.Windows.Forms.DockStyle.Top
Me.pnlErweiterteSuche.Location = New System.Drawing.Point(0, 59)
Me.pnlErweiterteSuche.Name = "pnlErweiterteSuche"
Me.pnlErweiterteSuche.Size = New System.Drawing.Size(699, 86)
Me.pnlErweiterteSuche.TabIndex = 151
Me.pnlErweiterteSuche.Visible = False
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.Location = New System.Drawing.Point(447, 29)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(106, 13)
Me.Label6.TabIndex = 150
Me.Label6.Text = "* Wortteilsuche mit '*'"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(209, 62)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(54, 13)
Me.Label3.TabIndex = 149
Me.Label3.Text = "EORI-Nr*:"
'
'txtEORI
'
Me.txtEORI.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtEORI.Location = New System.Drawing.Point(272, 59)
Me.txtEORI.Name = "txtEORI"
Me.txtEORI.Size = New System.Drawing.Size(168, 20)
Me.txtEORI.TabIndex = 148
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(3, 62)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(47, 13)
Me.Label1.TabIndex = 147
Me.Label1.Text = "UID-Nr*:"
'
'txtUID
'
Me.txtUID.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtUID.Location = New System.Drawing.Point(87, 59)
Me.txtUID.Name = "txtUID"
Me.txtUID.Size = New System.Drawing.Size(116, 20)
Me.txtUID.TabIndex = 146
'
'cbxAktiv
'
Me.cbxAktiv._value = ""
Me.cbxAktiv.AutoSize = True
Me.cbxAktiv.Checked = True
Me.cbxAktiv.Checked_value = False
Me.cbxAktiv.CheckedValue = False
Me.cbxAktiv.CheckState = System.Windows.Forms.CheckState.Checked
Me.cbxAktiv.Location = New System.Drawing.Point(450, 9)
Me.cbxAktiv.Name = "cbxAktiv"
Me.cbxAktiv.Size = New System.Drawing.Size(113, 17)
Me.cbxAktiv.TabIndex = 145
Me.cbxAktiv.Text = "nur aktive Kunden"
Me.cbxAktiv.ThreeState = True
Me.cbxAktiv.UseVisualStyleBackColor = True
'
'cbxLandKz
'
Me.cbxLandKz._allowedValuesFreiText = Nothing
Me.cbxLandKz._allowFreiText = False
Me.cbxLandKz._value = ""
Me.cbxLandKz.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
Me.cbxLandKz.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cbxLandKz.DropDownWidth = 200
Me.cbxLandKz.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.cbxLandKz.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbxLandKz.FormattingEnabled = True
Me.cbxLandKz.Location = New System.Drawing.Point(87, 33)
Me.cbxLandKz.Name = "cbxLandKz"
Me.cbxLandKz.Size = New System.Drawing.Size(39, 21)
Me.cbxLandKz.TabIndex = 144
'
'FlatButton3
'
Me.FlatButton3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.FlatButton3.ForeColor = System.Drawing.Color.Black
Me.FlatButton3.Image = Global.SDL.My.Resources.search
Me.FlatButton3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.FlatButton3.Location = New System.Drawing.Point(450, 49)
Me.FlatButton3.Name = "FlatButton3"
Me.FlatButton3.Size = New System.Drawing.Size(246, 30)
Me.FlatButton3.TabIndex = 7
Me.FlatButton3.Text = "Suchen"
Me.FlatButton3.UseVisualStyleBackColor = True
'
'pnlTop
'
Me.pnlTop.Controls.Add(Me.Label2)
Me.pnlTop.Controls.Add(Me.lklErweitert)
Me.pnlTop.Controls.Add(Me.txtKurzname)
Me.pnlTop.Controls.Add(Me.Label5)
Me.pnlTop.Controls.Add(Me.txtKundenNr)
Me.pnlTop.Dock = System.Windows.Forms.DockStyle.Top
Me.pnlTop.Location = New System.Drawing.Point(0, 0)
Me.pnlTop.Name = "pnlTop"
Me.pnlTop.Size = New System.Drawing.Size(699, 59)
Me.pnlTop.TabIndex = 150
'
'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(3, 7)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(88, 13)
Me.Label2.TabIndex = 148
Me.Label2.Text = "Kundensuche:"
'
'lklErweitert
'
Me.lklErweitert.AutoSize = True
Me.lklErweitert.Location = New System.Drawing.Point(608, 46)
Me.lklErweitert.Name = "lklErweitert"
Me.lklErweitert.Size = New System.Drawing.Size(87, 13)
Me.lklErweitert.TabIndex = 149
Me.lklErweitert.TabStop = True
Me.lklErweitert.Text = "erweiterte Suche"
'
'frmKundenSuche
'
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(701, 475)
Me.Controls.Add(Me.Panel1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Name = "frmKundenSuche"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "frmKundenSuche"
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel1.ResumeLayout(False)
Me.pnlMain.ResumeLayout(False)
Me.pnlErweiterteSuche.ResumeLayout(False)
Me.pnlErweiterteSuche.PerformLayout()
Me.pnlTop.ResumeLayout(False)
Me.pnlTop.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents cbxLandKz As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents txtOrt As System.Windows.Forms.TextBox
Friend WithEvents Label12 As System.Windows.Forms.Label
Friend WithEvents txtPlz As System.Windows.Forms.TextBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents txtStrasse As System.Windows.Forms.TextBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents txtKurzname As System.Windows.Forms.TextBox
Friend WithEvents txtKundenNr As System.Windows.Forms.TextBox
Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView
Friend WithEvents FlatButton1 As VERAG_PROG_ALLGEMEIN.FlatButton
Friend WithEvents FlatButton2 As VERAG_PROG_ALLGEMEIN.FlatButton
Friend WithEvents FlatButton3 As System.Windows.Forms.Button
Friend WithEvents Panel1 As System.Windows.Forms.Panel
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents pnlMain As System.Windows.Forms.Panel
Friend WithEvents pnlErweiterteSuche As System.Windows.Forms.Panel
Friend WithEvents pnlTop As System.Windows.Forms.Panel
Friend WithEvents lklErweitert As System.Windows.Forms.LinkLabel
Friend WithEvents cbxAktiv As VERAG_PROG_ALLGEMEIN.MyCheckbox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents txtEORI As System.Windows.Forms.TextBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents txtUID As System.Windows.Forms.TextBox
Friend WithEvents Label6 As System.Windows.Forms.Label
End Class