280 lines
13 KiB
VB.net
280 lines
13 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class usrCntlKunden
|
|
Inherits System.Windows.Forms.UserControl
|
|
|
|
'UserControl ü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()
|
|
Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Me.dgvKunden = New System.Windows.Forms.DataGridView()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.Panel2 = New System.Windows.Forms.Panel()
|
|
Me.grpOptionen = New System.Windows.Forms.GroupBox()
|
|
Me.FlatButton1 = New System.Windows.Forms.Button()
|
|
Me.FlatButton2 = New System.Windows.Forms.Button()
|
|
Me.FlatButton3 = New System.Windows.Forms.Button()
|
|
Me.cbxOnlyAkt = New System.Windows.Forms.CheckBox()
|
|
Me.btnAlle = New System.Windows.Forms.Button()
|
|
Me.btnSuche2 = New System.Windows.Forms.Button()
|
|
Me.cbxAbfVerbot = New System.Windows.Forms.CheckBox()
|
|
Me.Panel3 = New System.Windows.Forms.Panel()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.txtSearch = New System.Windows.Forms.TextBox()
|
|
Me.Panel4 = New System.Windows.Forms.Panel()
|
|
Me.lblSeite = New System.Windows.Forms.Label()
|
|
CType(Me.dgvKunden, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.Panel2.SuspendLayout()
|
|
Me.grpOptionen.SuspendLayout()
|
|
Me.Panel4.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'dgvKunden
|
|
'
|
|
DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
Me.dgvKunden.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
|
|
Me.dgvKunden.BackgroundColor = System.Drawing.Color.White
|
|
Me.dgvKunden.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvKunden.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.dgvKunden.Location = New System.Drawing.Point(0, 72)
|
|
Me.dgvKunden.MultiSelect = False
|
|
Me.dgvKunden.Name = "dgvKunden"
|
|
Me.dgvKunden.ReadOnly = True
|
|
Me.dgvKunden.Size = New System.Drawing.Size(839, 570)
|
|
Me.dgvKunden.TabIndex = 0
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
|
|
Me.Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
|
Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Right
|
|
Me.Panel1.Location = New System.Drawing.Point(839, 72)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(520, 596)
|
|
Me.Panel1.TabIndex = 4
|
|
'
|
|
'Panel2
|
|
'
|
|
Me.Panel2.BackColor = System.Drawing.Color.White
|
|
Me.Panel2.Controls.Add(Me.grpOptionen)
|
|
Me.Panel2.Controls.Add(Me.FlatButton3)
|
|
Me.Panel2.Controls.Add(Me.cbxOnlyAkt)
|
|
Me.Panel2.Controls.Add(Me.btnAlle)
|
|
Me.Panel2.Controls.Add(Me.btnSuche2)
|
|
Me.Panel2.Controls.Add(Me.cbxAbfVerbot)
|
|
Me.Panel2.Controls.Add(Me.Panel3)
|
|
Me.Panel2.Controls.Add(Me.Label1)
|
|
Me.Panel2.Controls.Add(Me.txtSearch)
|
|
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.Panel2.Location = New System.Drawing.Point(0, 0)
|
|
Me.Panel2.Name = "Panel2"
|
|
Me.Panel2.Size = New System.Drawing.Size(1359, 72)
|
|
Me.Panel2.TabIndex = 5
|
|
'
|
|
'grpOptionen
|
|
'
|
|
Me.grpOptionen.Controls.Add(Me.FlatButton1)
|
|
Me.grpOptionen.Controls.Add(Me.FlatButton2)
|
|
Me.grpOptionen.Location = New System.Drawing.Point(1040, 5)
|
|
Me.grpOptionen.Name = "grpOptionen"
|
|
Me.grpOptionen.Size = New System.Drawing.Size(183, 60)
|
|
Me.grpOptionen.TabIndex = 16
|
|
Me.grpOptionen.TabStop = False
|
|
Me.grpOptionen.Text = "Optionen"
|
|
'
|
|
'FlatButton1
|
|
'
|
|
Me.FlatButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.FlatButton1.ForeColor = System.Drawing.Color.Black
|
|
Me.FlatButton1.Image = Global.SDL.My.Resources.plus
|
|
Me.FlatButton1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.FlatButton1.Location = New System.Drawing.Point(6, 16)
|
|
Me.FlatButton1.Name = "FlatButton1"
|
|
Me.FlatButton1.Size = New System.Drawing.Size(75, 39)
|
|
Me.FlatButton1.TabIndex = 12
|
|
Me.FlatButton1.Text = "Neu"
|
|
Me.FlatButton1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.FlatButton1.UseVisualStyleBackColor = True
|
|
'
|
|
'FlatButton2
|
|
'
|
|
Me.FlatButton2.Enabled = False
|
|
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(91, 16)
|
|
Me.FlatButton2.Name = "FlatButton2"
|
|
Me.FlatButton2.Size = New System.Drawing.Size(86, 39)
|
|
Me.FlatButton2.TabIndex = 13
|
|
Me.FlatButton2.Text = "Löschen"
|
|
Me.FlatButton2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.FlatButton2.UseVisualStyleBackColor = True
|
|
'
|
|
'FlatButton3
|
|
'
|
|
Me.FlatButton3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.FlatButton3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
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(844, 21)
|
|
Me.FlatButton3.Name = "FlatButton3"
|
|
Me.FlatButton3.Size = New System.Drawing.Size(116, 39)
|
|
Me.FlatButton3.TabIndex = 15
|
|
Me.FlatButton3.Text = "Zur Detailsuche"
|
|
Me.FlatButton3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.FlatButton3.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxOnlyAkt
|
|
'
|
|
Me.cbxOnlyAkt.AutoSize = True
|
|
Me.cbxOnlyAkt.Checked = True
|
|
Me.cbxOnlyAkt.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.cbxOnlyAkt.Location = New System.Drawing.Point(597, 6)
|
|
Me.cbxOnlyAkt.Name = "cbxOnlyAkt"
|
|
Me.cbxOnlyAkt.Size = New System.Drawing.Size(73, 17)
|
|
Me.cbxOnlyAkt.TabIndex = 14
|
|
Me.cbxOnlyAkt.Text = "nur aktive"
|
|
Me.cbxOnlyAkt.UseVisualStyleBackColor = True
|
|
'
|
|
'btnAlle
|
|
'
|
|
Me.btnAlle.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnAlle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnAlle.ForeColor = System.Drawing.Color.Black
|
|
Me.btnAlle.Location = New System.Drawing.Point(502, 6)
|
|
Me.btnAlle.Name = "btnAlle"
|
|
Me.btnAlle.Size = New System.Drawing.Size(70, 35)
|
|
Me.btnAlle.TabIndex = 11
|
|
Me.btnAlle.Text = "Alle"
|
|
Me.btnAlle.UseVisualStyleBackColor = True
|
|
'
|
|
'btnSuche2
|
|
'
|
|
Me.btnSuche2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnSuche2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnSuche2.ForeColor = System.Drawing.Color.Black
|
|
Me.btnSuche2.Image = Global.SDL.My.Resources.search
|
|
Me.btnSuche2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnSuche2.Location = New System.Drawing.Point(426, 6)
|
|
Me.btnSuche2.Name = "btnSuche2"
|
|
Me.btnSuche2.Size = New System.Drawing.Size(70, 35)
|
|
Me.btnSuche2.TabIndex = 10
|
|
Me.btnSuche2.Text = "Suche"
|
|
Me.btnSuche2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnSuche2.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxAbfVerbot
|
|
'
|
|
Me.cbxAbfVerbot.AutoSize = True
|
|
Me.cbxAbfVerbot.Checked = True
|
|
Me.cbxAbfVerbot.CheckState = System.Windows.Forms.CheckState.Indeterminate
|
|
Me.cbxAbfVerbot.ForeColor = System.Drawing.Color.Black
|
|
Me.cbxAbfVerbot.Location = New System.Drawing.Point(597, 22)
|
|
Me.cbxAbfVerbot.Name = "cbxAbfVerbot"
|
|
Me.cbxAbfVerbot.Size = New System.Drawing.Size(119, 17)
|
|
Me.cbxAbfVerbot.TabIndex = 9
|
|
Me.cbxAbfVerbot.Text = "Abfertigungs-Verbot"
|
|
Me.cbxAbfVerbot.ThreeState = True
|
|
Me.cbxAbfVerbot.UseVisualStyleBackColor = True
|
|
'
|
|
'Panel3
|
|
'
|
|
Me.Panel3.Location = New System.Drawing.Point(7, 46)
|
|
Me.Panel3.Name = "Panel3"
|
|
Me.Panel3.Size = New System.Drawing.Size(832, 25)
|
|
Me.Panel3.TabIndex = 8
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.ForeColor = System.Drawing.Color.Black
|
|
Me.Label1.Location = New System.Drawing.Point(3, 19)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(59, 20)
|
|
Me.Label1.TabIndex = 7
|
|
Me.Label1.Text = "Suche:"
|
|
'
|
|
'txtSearch
|
|
'
|
|
Me.txtSearch.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtSearch.Location = New System.Drawing.Point(68, 15)
|
|
Me.txtSearch.Name = "txtSearch"
|
|
Me.txtSearch.Size = New System.Drawing.Size(352, 26)
|
|
Me.txtSearch.TabIndex = 4
|
|
'
|
|
'Panel4
|
|
'
|
|
Me.Panel4.Controls.Add(Me.lblSeite)
|
|
Me.Panel4.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.Panel4.Location = New System.Drawing.Point(0, 642)
|
|
Me.Panel4.Name = "Panel4"
|
|
Me.Panel4.Size = New System.Drawing.Size(839, 26)
|
|
Me.Panel4.TabIndex = 6
|
|
'
|
|
'lblSeite
|
|
'
|
|
Me.lblSeite.AutoSize = True
|
|
Me.lblSeite.Location = New System.Drawing.Point(4, 3)
|
|
Me.lblSeite.Name = "lblSeite"
|
|
Me.lblSeite.Size = New System.Drawing.Size(34, 13)
|
|
Me.lblSeite.TabIndex = 1
|
|
Me.lblSeite.Text = "Seite:"
|
|
'
|
|
'usrCntlKunden
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.Controls.Add(Me.dgvKunden)
|
|
Me.Controls.Add(Me.Panel4)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.Controls.Add(Me.Panel2)
|
|
Me.Name = "usrCntlKunden"
|
|
Me.Size = New System.Drawing.Size(1359, 668)
|
|
CType(Me.dgvKunden, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.Panel2.ResumeLayout(False)
|
|
Me.Panel2.PerformLayout()
|
|
Me.grpOptionen.ResumeLayout(False)
|
|
Me.Panel4.ResumeLayout(False)
|
|
Me.Panel4.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents dgvKunden As System.Windows.Forms.DataGridView
|
|
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
|
Friend WithEvents Panel2 As System.Windows.Forms.Panel
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents txtSearch As System.Windows.Forms.TextBox
|
|
Friend WithEvents Panel3 As System.Windows.Forms.Panel
|
|
Friend WithEvents cbxAbfVerbot As System.Windows.Forms.CheckBox
|
|
Friend WithEvents btnSuche2 As System.Windows.Forms.Button
|
|
Friend WithEvents btnAlle As System.Windows.Forms.Button
|
|
Friend WithEvents FlatButton2 As System.Windows.Forms.Button
|
|
Friend WithEvents FlatButton1 As System.Windows.Forms.Button
|
|
Friend WithEvents Panel4 As System.Windows.Forms.Panel
|
|
Friend WithEvents lblSeite As System.Windows.Forms.Label
|
|
Friend WithEvents cbxOnlyAkt As System.Windows.Forms.CheckBox
|
|
Friend WithEvents FlatButton3 As System.Windows.Forms.Button
|
|
Friend WithEvents grpOptionen As System.Windows.Forms.GroupBox
|
|
|
|
End Class
|