Files
AVISO/Aviso/frmKundenFremdeSpeditionen.Designer.vb

236 lines
10 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmKundenFremdeSpeditionen
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmKundenFremdeSpeditionen))
Me.DataGridView = New System.Windows.Forms.DataGridView()
Me.Id = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.clmnKundenNr = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Firma = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Plz = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Ort = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.clmnSpedKdnr = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Spedition = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Bemerkung = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.lblSuchen = New System.Windows.Forms.Label()
Me.txtSuchen = New System.Windows.Forms.TextBox()
Me.txtSpedition = New System.Windows.Forms.TextBox()
Me.txtOrt = New System.Windows.Forms.TextBox()
Me.txtPlz = New System.Windows.Forms.TextBox()
Me.FlatButton1 = New VERAG_PROG_ALLGEMEIN.FlatButton()
Me.pnl = New System.Windows.Forms.Panel()
Me.FlatButton2 = New VERAG_PROG_ALLGEMEIN.FlatButton()
CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
Me.pnl.SuspendLayout()
Me.SuspendLayout()
'
'DataGridView
'
Me.DataGridView.AllowUserToAddRows = False
Me.DataGridView.AllowUserToDeleteRows = False
Me.DataGridView.AllowUserToResizeRows = False
Me.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.DataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Id, Me.clmnKundenNr, Me.Firma, Me.Plz, Me.Ort, Me.clmnSpedKdnr, Me.Spedition, Me.Bemerkung})
Me.DataGridView.Location = New System.Drawing.Point(3, 54)
Me.DataGridView.MultiSelect = False
Me.DataGridView.Name = "DataGridView"
Me.DataGridView.ReadOnly = True
Me.DataGridView.RowHeadersVisible = False
Me.DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.DataGridView.Size = New System.Drawing.Size(1159, 488)
Me.DataGridView.TabIndex = 6
'
'Id
'
Me.Id.HeaderText = "id"
Me.Id.Name = "Id"
Me.Id.ReadOnly = True
Me.Id.Visible = False
'
'clmnKundenNr
'
Me.clmnKundenNr.HeaderText = "KundenNr"
Me.clmnKundenNr.Name = "clmnKundenNr"
Me.clmnKundenNr.ReadOnly = True
Me.clmnKundenNr.Width = 70
'
'Firma
'
Me.Firma.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
Me.Firma.HeaderText = "Firma"
Me.Firma.Name = "Firma"
Me.Firma.ReadOnly = True
Me.Firma.Width = 200
'
'Plz
'
Me.Plz.HeaderText = "Plz"
Me.Plz.Name = "Plz"
Me.Plz.ReadOnly = True
Me.Plz.Width = 50
'
'Ort
'
Me.Ort.HeaderText = "Ort"
Me.Ort.Name = "Ort"
Me.Ort.ReadOnly = True
Me.Ort.Width = 150
'
'clmnSpedKdnr
'
Me.clmnSpedKdnr.HeaderText = "Sped.KdNr"
Me.clmnSpedKdnr.Name = "clmnSpedKdnr"
Me.clmnSpedKdnr.ReadOnly = True
Me.clmnSpedKdnr.Width = 70
'
'Spedition
'
Me.Spedition.HeaderText = "Spedition"
Me.Spedition.Name = "Spedition"
Me.Spedition.ReadOnly = True
Me.Spedition.Width = 200
'
'Bemerkung
'
Me.Bemerkung.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
Me.Bemerkung.HeaderText = "Bemerkung"
Me.Bemerkung.Name = "Bemerkung"
Me.Bemerkung.ReadOnly = True
'
'lblSuchen
'
Me.lblSuchen.AutoSize = True
Me.lblSuchen.Location = New System.Drawing.Point(3, 12)
Me.lblSuchen.Name = "lblSuchen"
Me.lblSuchen.Size = New System.Drawing.Size(47, 13)
Me.lblSuchen.TabIndex = 0
Me.lblSuchen.Text = "Suchen:"
'
'txtSuchen
'
Me.txtSuchen.Location = New System.Drawing.Point(75, 28)
Me.txtSuchen.Name = "txtSuchen"
Me.txtSuchen.Size = New System.Drawing.Size(196, 20)
Me.txtSuchen.TabIndex = 1
'
'txtSpedition
'
Me.txtSpedition.Location = New System.Drawing.Point(546, 28)
Me.txtSpedition.Name = "txtSpedition"
Me.txtSpedition.Size = New System.Drawing.Size(201, 20)
Me.txtSpedition.TabIndex = 4
'
'txtOrt
'
Me.txtOrt.Location = New System.Drawing.Point(328, 28)
Me.txtOrt.Name = "txtOrt"
Me.txtOrt.Size = New System.Drawing.Size(142, 20)
Me.txtOrt.TabIndex = 3
'
'txtPlz
'
Me.txtPlz.Location = New System.Drawing.Point(277, 28)
Me.txtPlz.Name = "txtPlz"
Me.txtPlz.Size = New System.Drawing.Size(45, 20)
Me.txtPlz.TabIndex = 2
'
'FlatButton1
'
Me.FlatButton1.allowBorder = False
Me.FlatButton1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.FlatButton1.FlatAppearance.BorderSize = 0
Me.FlatButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.FlatButton1.ForeColor = System.Drawing.Color.Black
Me.FlatButton1.Image = Global.AVISO.My.Resources.Resources.plus
Me.FlatButton1.Location = New System.Drawing.Point(1087, 15)
Me.FlatButton1.Name = "FlatButton1"
Me.FlatButton1.Size = New System.Drawing.Size(75, 33)
Me.FlatButton1.TabIndex = 5
Me.FlatButton1.UseVisualStyleBackColor = True
'
'pnl
'
Me.pnl.Controls.Add(Me.FlatButton2)
Me.pnl.Controls.Add(Me.lblSuchen)
Me.pnl.Controls.Add(Me.FlatButton1)
Me.pnl.Controls.Add(Me.txtSuchen)
Me.pnl.Controls.Add(Me.DataGridView)
Me.pnl.Controls.Add(Me.txtSpedition)
Me.pnl.Controls.Add(Me.txtOrt)
Me.pnl.Controls.Add(Me.txtPlz)
Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill
Me.pnl.Location = New System.Drawing.Point(0, 0)
Me.pnl.Name = "pnl"
Me.pnl.Size = New System.Drawing.Size(1165, 551)
Me.pnl.TabIndex = 0
'
'FlatButton2
'
Me.FlatButton2.allowBorder = False
Me.FlatButton2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.FlatButton2.FlatAppearance.BorderSize = 0
Me.FlatButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.FlatButton2.ForeColor = System.Drawing.Color.Black
Me.FlatButton2.Image = Global.AVISO.My.Resources.Resources.del
Me.FlatButton2.Location = New System.Drawing.Point(1046, 15)
Me.FlatButton2.Name = "FlatButton2"
Me.FlatButton2.Size = New System.Drawing.Size(35, 33)
Me.FlatButton2.TabIndex = 7
Me.FlatButton2.UseVisualStyleBackColor = True
'
'frmKundenFremdeSpeditionen
'
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(1165, 551)
Me.Controls.Add(Me.pnl)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmKundenFremdeSpeditionen"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Kunden von fremden Speditionen"
CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
Me.pnl.ResumeLayout(False)
Me.pnl.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents DataGridView As System.Windows.Forms.DataGridView
Friend WithEvents lblSuchen As System.Windows.Forms.Label
Friend WithEvents txtSuchen As System.Windows.Forms.TextBox
Friend WithEvents txtSpedition As System.Windows.Forms.TextBox
Friend WithEvents txtOrt As System.Windows.Forms.TextBox
Friend WithEvents txtPlz As System.Windows.Forms.TextBox
Friend WithEvents FlatButton1 As VERAG_PROG_ALLGEMEIN.FlatButton
Friend WithEvents pnl As System.Windows.Forms.Panel
Friend WithEvents Id As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents clmnKundenNr As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents Firma As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents Plz As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents Ort As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents clmnSpedKdnr As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents Spedition As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents Bemerkung As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents FlatButton2 As VERAG_PROG_ALLGEMEIN.FlatButton
End Class