Files
SDL/SDL/kunden/usrCntlKundeDetails.Designer.vb

277 lines
13 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class usrCntlKundeDetails
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()
Me.Details = New System.Windows.Forms.Label()
Me.btnShowKd = New System.Windows.Forms.Button()
Me.Label1 = New System.Windows.Forms.Label()
Me.dgvOfferte = New System.Windows.Forms.DataGridView()
Me.lblFirma = New System.Windows.Forms.Label()
Me.lblLandPlzOrt = New System.Windows.Forms.Label()
Me.lblStrasse = New System.Windows.Forms.Label()
Me.lblKdNr = New System.Windows.Forms.Label()
Me.dgvSperrliste = New System.Windows.Forms.DataGridView()
Me.Label3 = New System.Windows.Forms.Label()
Me.Button1 = New System.Windows.Forms.Button()
Me.DataGridView1 = New System.Windows.Forms.DataGridView()
Me.Label4 = New System.Windows.Forms.Label()
Me.Button2 = New System.Windows.Forms.Button()
Me.Button3 = New System.Windows.Forms.Button()
Me.pnl = New System.Windows.Forms.Panel()
Me.pic = New System.Windows.Forms.PictureBox()
CType(Me.dgvOfferte, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.dgvSperrliste, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.pnl.SuspendLayout()
CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Details
'
Me.Details.AutoSize = True
Me.Details.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Details.Location = New System.Drawing.Point(7, 12)
Me.Details.Name = "Details"
Me.Details.Size = New System.Drawing.Size(62, 20)
Me.Details.TabIndex = 0
Me.Details.Text = "Details:"
'
'btnShowKd
'
Me.btnShowKd.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnShowKd.Image = Global.SDL.My.Resources.changeKd
Me.btnShowKd.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnShowKd.Location = New System.Drawing.Point(414, 32)
Me.btnShowKd.Name = "btnShowKd"
Me.btnShowKd.Size = New System.Drawing.Size(98, 72)
Me.btnShowKd.TabIndex = 12
Me.btnShowKd.Text = "Kundenblatt" & Global.Microsoft.VisualBasic.ChrW(10) & "öffnen"
Me.btnShowKd.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.btnShowKd.UseVisualStyleBackColor = True
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(8, 142)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(63, 13)
Me.Label1.TabIndex = 7
Me.Label1.Text = "Offertenliste"
'
'dgvOfferte
'
Me.dgvOfferte.BackgroundColor = System.Drawing.Color.White
Me.dgvOfferte.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvOfferte.GridColor = System.Drawing.Color.White
Me.dgvOfferte.Location = New System.Drawing.Point(8, 158)
Me.dgvOfferte.Name = "dgvOfferte"
Me.dgvOfferte.Size = New System.Drawing.Size(504, 148)
Me.dgvOfferte.TabIndex = 5
'
'lblFirma
'
Me.lblFirma.AutoSize = True
Me.lblFirma.Font = New System.Drawing.Font("Microsoft Sans Serif", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblFirma.Location = New System.Drawing.Point(6, 32)
Me.lblFirma.Name = "lblFirma"
Me.lblFirma.Size = New System.Drawing.Size(243, 26)
Me.lblFirma.TabIndex = 1
Me.lblFirma.Text = "VERAG Spedition AG"
'
'lblLandPlzOrt
'
Me.lblLandPlzOrt.AutoSize = True
Me.lblLandPlzOrt.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblLandPlzOrt.Location = New System.Drawing.Point(6, 105)
Me.lblLandPlzOrt.Name = "lblLandPlzOrt"
Me.lblLandPlzOrt.Size = New System.Drawing.Size(133, 20)
Me.lblLandPlzOrt.TabIndex = 2
Me.lblLandPlzOrt.Text = "AT - 4975 Suben "
'
'lblStrasse
'
Me.lblStrasse.AutoSize = True
Me.lblStrasse.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblStrasse.Location = New System.Drawing.Point(6, 85)
Me.lblStrasse.Name = "lblStrasse"
Me.lblStrasse.Size = New System.Drawing.Size(87, 20)
Me.lblStrasse.TabIndex = 3
Me.lblStrasse.Text = "Suben 100"
'
'lblKdNr
'
Me.lblKdNr.AutoSize = True
Me.lblKdNr.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
Me.lblKdNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblKdNr.Location = New System.Drawing.Point(7, 61)
Me.lblKdNr.Name = "lblKdNr"
Me.lblKdNr.Size = New System.Drawing.Size(58, 20)
Me.lblKdNr.TabIndex = 4
Me.lblKdNr.Text = "KdNr: "
'
'dgvSperrliste
'
Me.dgvSperrliste.BackgroundColor = System.Drawing.Color.White
Me.dgvSperrliste.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvSperrliste.GridColor = System.Drawing.Color.White
Me.dgvSperrliste.Location = New System.Drawing.Point(11, 325)
Me.dgvSperrliste.Name = "dgvSperrliste"
Me.dgvSperrliste.Size = New System.Drawing.Size(501, 316)
Me.dgvSperrliste.TabIndex = 7
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(8, 309)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(83, 13)
Me.Label3.TabIndex = 140
Me.Label3.Text = "SDL Leistungen"
'
'Button1
'
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.Button1.Location = New System.Drawing.Point(414, 107)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(98, 24)
Me.Button1.TabIndex = 141
Me.Button1.Text = "in neuem Fenster"
Me.Button1.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.Button1.UseVisualStyleBackColor = True
'
'DataGridView1
'
Me.DataGridView1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.DataGridView1.BackgroundColor = System.Drawing.Color.White
Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.DataGridView1.GridColor = System.Drawing.Color.White
Me.DataGridView1.Location = New System.Drawing.Point(262, 663)
Me.DataGridView1.Name = "DataGridView1"
Me.DataGridView1.Size = New System.Drawing.Size(250, 69)
Me.DataGridView1.TabIndex = 142
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(259, 647)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(36, 13)
Me.Label4.TabIndex = 143
Me.Label4.Text = "LKWs"
'
'Button2
'
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.Button2.Location = New System.Drawing.Point(10, 647)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(128, 24)
Me.Button2.TabIndex = 144
Me.Button2.Text = "Neuer LKW"
Me.Button2.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.Button2.UseVisualStyleBackColor = True
'
'Button3
'
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button3.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.Button3.Location = New System.Drawing.Point(10, 677)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(128, 24)
Me.Button3.TabIndex = 145
Me.Button3.Text = "Neue Karte"
Me.Button3.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.Button3.UseVisualStyleBackColor = True
'
'pnl
'
Me.pnl.Controls.Add(Me.pic)
Me.pnl.Controls.Add(Me.Details)
Me.pnl.Controls.Add(Me.Button3)
Me.pnl.Controls.Add(Me.lblFirma)
Me.pnl.Controls.Add(Me.Button2)
Me.pnl.Controls.Add(Me.lblLandPlzOrt)
Me.pnl.Controls.Add(Me.Label4)
Me.pnl.Controls.Add(Me.dgvOfferte)
Me.pnl.Controls.Add(Me.DataGridView1)
Me.pnl.Controls.Add(Me.lblStrasse)
Me.pnl.Controls.Add(Me.Button1)
Me.pnl.Controls.Add(Me.Label1)
Me.pnl.Controls.Add(Me.Label3)
Me.pnl.Controls.Add(Me.btnShowKd)
Me.pnl.Controls.Add(Me.dgvSperrliste)
Me.pnl.Controls.Add(Me.lblKdNr)
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(520, 735)
Me.pnl.TabIndex = 146
'
'pic
'
Me.pic.Location = New System.Drawing.Point(11, 707)
Me.pic.Name = "pic"
Me.pic.Size = New System.Drawing.Size(238, 25)
Me.pic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.pic.TabIndex = 146
Me.pic.TabStop = False
'
'usrCntlKundeDetails
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.Transparent
Me.Controls.Add(Me.pnl)
Me.Name = "usrCntlKundeDetails"
Me.Size = New System.Drawing.Size(520, 735)
CType(Me.dgvOfferte, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.dgvSperrliste, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
Me.pnl.ResumeLayout(False)
Me.pnl.PerformLayout()
CType(Me.pic, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents Details As System.Windows.Forms.Label
Friend WithEvents lblFirma As System.Windows.Forms.Label
Friend WithEvents lblLandPlzOrt As System.Windows.Forms.Label
Friend WithEvents lblStrasse As System.Windows.Forms.Label
Friend WithEvents lblKdNr As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents dgvOfferte As System.Windows.Forms.DataGridView
Friend WithEvents btnShowKd As System.Windows.Forms.Button
Friend WithEvents dgvSperrliste As System.Windows.Forms.DataGridView
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents Button3 As System.Windows.Forms.Button
Friend WithEvents pnl As System.Windows.Forms.Panel
Friend WithEvents pic As System.Windows.Forms.PictureBox
End Class