Files
DISPO/UID/frmMain/frmMainV2.Designer.vb
2019-08-07 12:29:10 +02:00

243 lines
12 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmMainV2
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(frmMainV2))
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.PanOben = New System.Windows.Forms.Panel()
Me.btnFrachtkosten = New System.Windows.Forms.Button()
Me.btnAuftraege = New System.Windows.Forms.Button()
Me.btnFirmen = New System.Windows.Forms.Button()
Me.PanUnten = New System.Windows.Forms.Panel()
Me.btnSchliessen = New System.Windows.Forms.Button()
Me.lblVersion = New System.Windows.Forms.Label()
Me.btnUpdate = New System.Windows.Forms.Button()
Me.btnVollmacht = New System.Windows.Forms.Button()
Me.btnCMR = New System.Windows.Forms.Button()
Me.btnKasse = New System.Windows.Forms.Button()
Me.PanMain = New System.Windows.Forms.Panel()
Me.UidDataSet1 = New DISPO.UIDDataSet()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.PanOben.SuspendLayout()
Me.PanUnten.SuspendLayout()
CType(Me.UidDataSet1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'PictureBox1
'
Me.PictureBox1.BackgroundImage = Global.DISPO.My.Resources.Resources.dispo
Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.PictureBox1.Location = New System.Drawing.Point(3, 3)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(209, 41)
Me.PictureBox1.TabIndex = 14
Me.PictureBox1.TabStop = False
'
'PanOben
'
Me.PanOben.Controls.Add(Me.btnFrachtkosten)
Me.PanOben.Controls.Add(Me.btnAuftraege)
Me.PanOben.Controls.Add(Me.btnFirmen)
Me.PanOben.Controls.Add(Me.PictureBox1)
Me.PanOben.Dock = System.Windows.Forms.DockStyle.Top
Me.PanOben.Location = New System.Drawing.Point(0, 0)
Me.PanOben.Name = "PanOben"
Me.PanOben.Size = New System.Drawing.Size(1420, 48)
Me.PanOben.TabIndex = 15
'
'btnFrachtkosten
'
Me.btnFrachtkosten.FlatAppearance.CheckedBackColor = System.Drawing.Color.Silver
Me.btnFrachtkosten.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnFrachtkosten.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnFrachtkosten.Image = CType(resources.GetObject("btnFrachtkosten.Image"), System.Drawing.Image)
Me.btnFrachtkosten.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnFrachtkosten.Location = New System.Drawing.Point(506, 4)
Me.btnFrachtkosten.Name = "btnFrachtkosten"
Me.btnFrachtkosten.Size = New System.Drawing.Size(120, 40)
Me.btnFrachtkosten.TabIndex = 19
Me.btnFrachtkosten.Text = "Frachtkosten"
Me.btnFrachtkosten.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnFrachtkosten.UseVisualStyleBackColor = True
'
'btnAuftraege
'
Me.btnAuftraege.FlatAppearance.CheckedBackColor = System.Drawing.Color.Silver
Me.btnAuftraege.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnAuftraege.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnAuftraege.Image = CType(resources.GetObject("btnAuftraege.Image"), System.Drawing.Image)
Me.btnAuftraege.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnAuftraege.Location = New System.Drawing.Point(380, 4)
Me.btnAuftraege.Name = "btnAuftraege"
Me.btnAuftraege.Size = New System.Drawing.Size(120, 40)
Me.btnAuftraege.TabIndex = 18
Me.btnAuftraege.Text = "Aufträge"
Me.btnAuftraege.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnAuftraege.UseVisualStyleBackColor = True
'
'btnFirmen
'
Me.btnFirmen.FlatAppearance.CheckedBackColor = System.Drawing.Color.Silver
Me.btnFirmen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnFirmen.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnFirmen.Image = CType(resources.GetObject("btnFirmen.Image"), System.Drawing.Image)
Me.btnFirmen.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnFirmen.Location = New System.Drawing.Point(254, 4)
Me.btnFirmen.Name = "btnFirmen"
Me.btnFirmen.Size = New System.Drawing.Size(120, 40)
Me.btnFirmen.TabIndex = 17
Me.btnFirmen.Text = "Kunden"
Me.btnFirmen.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnFirmen.UseVisualStyleBackColor = True
'
'PanUnten
'
Me.PanUnten.Controls.Add(Me.btnSchliessen)
Me.PanUnten.Controls.Add(Me.lblVersion)
Me.PanUnten.Controls.Add(Me.btnUpdate)
Me.PanUnten.Controls.Add(Me.btnVollmacht)
Me.PanUnten.Controls.Add(Me.btnCMR)
Me.PanUnten.Controls.Add(Me.btnKasse)
Me.PanUnten.Dock = System.Windows.Forms.DockStyle.Bottom
Me.PanUnten.Location = New System.Drawing.Point(0, 879)
Me.PanUnten.Name = "PanUnten"
Me.PanUnten.Size = New System.Drawing.Size(1420, 62)
Me.PanUnten.TabIndex = 16
'
'btnSchliessen
'
Me.btnSchliessen.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnSchliessen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSchliessen.Location = New System.Drawing.Point(1328, 27)
Me.btnSchliessen.Name = "btnSchliessen"
Me.btnSchliessen.Size = New System.Drawing.Size(80, 23)
Me.btnSchliessen.TabIndex = 34
Me.btnSchliessen.Text = "Schließen"
Me.btnSchliessen.UseVisualStyleBackColor = True
'
'lblVersion
'
Me.lblVersion.AutoSize = True
Me.lblVersion.Cursor = System.Windows.Forms.Cursors.Hand
Me.lblVersion.Location = New System.Drawing.Point(454, 32)
Me.lblVersion.Name = "lblVersion"
Me.lblVersion.Size = New System.Drawing.Size(72, 13)
Me.lblVersion.TabIndex = 33
Me.lblVersion.Text = "Version: 0.0.0"
'
'btnUpdate
'
Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnUpdate.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnUpdate.Location = New System.Drawing.Point(546, 27)
Me.btnUpdate.Name = "btnUpdate"
Me.btnUpdate.Size = New System.Drawing.Size(80, 23)
Me.btnUpdate.TabIndex = 28
Me.btnUpdate.Text = "Update"
Me.btnUpdate.UseVisualStyleBackColor = True
'
'btnVollmacht
'
Me.btnVollmacht.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnVollmacht.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnVollmacht.Location = New System.Drawing.Point(184, 27)
Me.btnVollmacht.Name = "btnVollmacht"
Me.btnVollmacht.Size = New System.Drawing.Size(80, 23)
Me.btnVollmacht.TabIndex = 32
Me.btnVollmacht.Text = "Vollmacht"
Me.btnVollmacht.UseVisualStyleBackColor = True
'
'btnCMR
'
Me.btnCMR.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnCMR.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnCMR.Location = New System.Drawing.Point(98, 27)
Me.btnCMR.Name = "btnCMR"
Me.btnCMR.Size = New System.Drawing.Size(80, 23)
Me.btnCMR.TabIndex = 29
Me.btnCMR.Text = "CMR"
Me.btnCMR.UseVisualStyleBackColor = True
'
'btnKasse
'
Me.btnKasse.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnKasse.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnKasse.Location = New System.Drawing.Point(12, 27)
Me.btnKasse.Name = "btnKasse"
Me.btnKasse.Size = New System.Drawing.Size(80, 23)
Me.btnKasse.TabIndex = 30
Me.btnKasse.Text = "Kasse"
Me.btnKasse.UseVisualStyleBackColor = True
'
'PanMain
'
Me.PanMain.Dock = System.Windows.Forms.DockStyle.Fill
Me.PanMain.Location = New System.Drawing.Point(0, 48)
Me.PanMain.Margin = New System.Windows.Forms.Padding(0)
Me.PanMain.Name = "PanMain"
Me.PanMain.Size = New System.Drawing.Size(1420, 831)
Me.PanMain.TabIndex = 17
'
'UidDataSet1
'
Me.UidDataSet1.DataSetName = "UIDDataSet"
Me.UidDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'frmMainV2
'
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(1420, 941)
Me.Controls.Add(Me.PanMain)
Me.Controls.Add(Me.PanUnten)
Me.Controls.Add(Me.PanOben)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MinimumSize = New System.Drawing.Size(750, 300)
Me.Name = "frmMainV2"
Me.Text = "DISPO"
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.PanOben.ResumeLayout(False)
Me.PanUnten.ResumeLayout(False)
Me.PanUnten.PerformLayout()
CType(Me.UidDataSet1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents PanOben As Panel
Friend WithEvents btnFirmen As Button
Friend WithEvents btnAuftraege As Button
Friend WithEvents btnFrachtkosten As Button
Friend WithEvents PanUnten As Panel
Friend WithEvents btnUpdate As Button
Friend WithEvents btnVollmacht As Button
Friend WithEvents btnCMR As Button
Friend WithEvents btnKasse As Button
Friend WithEvents PanMain As Panel
Friend WithEvents lblVersion As Label
Friend WithEvents btnSchliessen As Button
Friend WithEvents UidDataSet1 As UIDDataSet
End Class