Files
SDL/SDL/frmDienstplan.Designer.vb
2021-06-24 23:05:48 +02:00

320 lines
15 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmDienstplan
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmDienstplan))
Me.pnl = New System.Windows.Forms.Panel()
Me.lblSO = New System.Windows.Forms.Label()
Me.lblSA = New System.Windows.Forms.Label()
Me.LBLFR = New System.Windows.Forms.Label()
Me.lblDO = New System.Windows.Forms.Label()
Me.lblMI = New System.Windows.Forms.Label()
Me.lblDI = New System.Windows.Forms.Label()
Me.lblMO = New System.Windows.Forms.Label()
Me.lblDienstplan = New System.Windows.Forms.Label()
Me.MyComboBox1 = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.Button7 = New System.Windows.Forms.Button()
Me.Button6 = New System.Windows.Forms.Button()
Me.Button5 = New System.Windows.Forms.Button()
Me.lbl0000 = New System.Windows.Forms.Label()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.pnlDP = New VERAG_PROG_ALLGEMEIN.MyFlowLayoutPanel(Me.components)
Me.Panel2 = New System.Windows.Forms.Panel()
Me.Timer = New System.Windows.Forms.Timer(Me.components)
Me.TimerDGV = New System.Windows.Forms.Timer(Me.components)
Me.pnl.SuspendLayout()
Me.Panel1.SuspendLayout()
Me.SuspendLayout()
'
'pnl
'
Me.pnl.BackColor = System.Drawing.Color.WhiteSmoke
Me.pnl.Controls.Add(Me.lblSO)
Me.pnl.Controls.Add(Me.lblSA)
Me.pnl.Controls.Add(Me.LBLFR)
Me.pnl.Controls.Add(Me.lblDO)
Me.pnl.Controls.Add(Me.lblMI)
Me.pnl.Controls.Add(Me.lblDI)
Me.pnl.Controls.Add(Me.lblMO)
Me.pnl.Controls.Add(Me.lblDienstplan)
Me.pnl.Controls.Add(Me.MyComboBox1)
Me.pnl.Controls.Add(Me.Button7)
Me.pnl.Controls.Add(Me.Button6)
Me.pnl.Controls.Add(Me.Button5)
Me.pnl.Controls.Add(Me.lbl0000)
Me.pnl.Dock = System.Windows.Forms.DockStyle.Top
Me.pnl.Location = New System.Drawing.Point(0, 0)
Me.pnl.Name = "pnl"
Me.pnl.Size = New System.Drawing.Size(1028, 73)
Me.pnl.TabIndex = 0
'
'lblSO
'
Me.lblSO.BackColor = System.Drawing.Color.White
Me.lblSO.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.lblSO.Cursor = System.Windows.Forms.Cursors.Hand
Me.lblSO.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblSO.Location = New System.Drawing.Point(223, 47)
Me.lblSO.Name = "lblSO"
Me.lblSO.Size = New System.Drawing.Size(35, 20)
Me.lblSO.TabIndex = 18
Me.lblSO.Text = "SO"
Me.lblSO.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'lblSA
'
Me.lblSA.BackColor = System.Drawing.Color.White
Me.lblSA.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.lblSA.Cursor = System.Windows.Forms.Cursors.Hand
Me.lblSA.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblSA.Location = New System.Drawing.Point(189, 47)
Me.lblSA.Name = "lblSA"
Me.lblSA.Size = New System.Drawing.Size(35, 20)
Me.lblSA.TabIndex = 18
Me.lblSA.Text = "SA"
Me.lblSA.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'LBLFR
'
Me.LBLFR.BackColor = System.Drawing.Color.White
Me.LBLFR.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.LBLFR.Cursor = System.Windows.Forms.Cursors.Hand
Me.LBLFR.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LBLFR.Location = New System.Drawing.Point(155, 47)
Me.LBLFR.Name = "LBLFR"
Me.LBLFR.Size = New System.Drawing.Size(35, 20)
Me.LBLFR.TabIndex = 18
Me.LBLFR.Text = "FR"
Me.LBLFR.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'lblDO
'
Me.lblDO.BackColor = System.Drawing.Color.White
Me.lblDO.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.lblDO.Cursor = System.Windows.Forms.Cursors.Hand
Me.lblDO.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblDO.Location = New System.Drawing.Point(121, 47)
Me.lblDO.Name = "lblDO"
Me.lblDO.Size = New System.Drawing.Size(35, 20)
Me.lblDO.TabIndex = 18
Me.lblDO.Text = "DO"
Me.lblDO.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'lblMI
'
Me.lblMI.BackColor = System.Drawing.Color.White
Me.lblMI.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.lblMI.Cursor = System.Windows.Forms.Cursors.Hand
Me.lblMI.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblMI.Location = New System.Drawing.Point(87, 47)
Me.lblMI.Name = "lblMI"
Me.lblMI.Size = New System.Drawing.Size(35, 20)
Me.lblMI.TabIndex = 18
Me.lblMI.Text = "MI"
Me.lblMI.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'lblDI
'
Me.lblDI.BackColor = System.Drawing.Color.White
Me.lblDI.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.lblDI.Cursor = System.Windows.Forms.Cursors.Hand
Me.lblDI.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblDI.Location = New System.Drawing.Point(53, 47)
Me.lblDI.Name = "lblDI"
Me.lblDI.Size = New System.Drawing.Size(35, 20)
Me.lblDI.TabIndex = 18
Me.lblDI.Text = "DI"
Me.lblDI.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'lblMO
'
Me.lblMO.BackColor = System.Drawing.Color.White
Me.lblMO.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.lblMO.Cursor = System.Windows.Forms.Cursors.Hand
Me.lblMO.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblMO.Location = New System.Drawing.Point(23, 47)
Me.lblMO.Name = "lblMO"
Me.lblMO.Size = New System.Drawing.Size(35, 20)
Me.lblMO.TabIndex = 18
Me.lblMO.Text = "MO"
Me.lblMO.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'lblDienstplan
'
Me.lblDienstplan.AutoSize = True
Me.lblDienstplan.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblDienstplan.Location = New System.Drawing.Point(434, 12)
Me.lblDienstplan.Name = "lblDienstplan"
Me.lblDienstplan.Size = New System.Drawing.Size(89, 20)
Me.lblDienstplan.TabIndex = 17
Me.lblDienstplan.Text = "Dienstplan:"
'
'MyComboBox1
'
Me.MyComboBox1._allowedValuesFreiText = Nothing
Me.MyComboBox1._allowFreiText = False
Me.MyComboBox1._value = ""
Me.MyComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.MyComboBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.MyComboBox1.FormattingEnabled = True
Me.MyComboBox1.Location = New System.Drawing.Point(538, 9)
Me.MyComboBox1.Name = "MyComboBox1"
Me.MyComboBox1.Size = New System.Drawing.Size(157, 28)
Me.MyComboBox1.TabIndex = 16
'
'Button7
'
Me.Button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button7.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
Me.Button7.ForeColor = System.Drawing.Color.Black
Me.Button7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button7.Location = New System.Drawing.Point(200, 9)
Me.Button7.Margin = New System.Windows.Forms.Padding(0)
Me.Button7.Name = "Button7"
Me.Button7.Size = New System.Drawing.Size(68, 36)
Me.Button7.TabIndex = 15
Me.Button7.Text = ">>"
Me.Button7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button7.UseVisualStyleBackColor = True
'
'Button6
'
Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button6.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
Me.Button6.ForeColor = System.Drawing.Color.Black
Me.Button6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button6.Location = New System.Drawing.Point(13, 9)
Me.Button6.Margin = New System.Windows.Forms.Padding(0)
Me.Button6.Name = "Button6"
Me.Button6.Size = New System.Drawing.Size(68, 36)
Me.Button6.TabIndex = 13
Me.Button6.Text = "<<"
Me.Button6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button6.UseVisualStyleBackColor = True
'
'Button5
'
Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button5.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
Me.Button5.ForeColor = System.Drawing.Color.Black
Me.Button5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button5.Location = New System.Drawing.Point(80, 9)
Me.Button5.Margin = New System.Windows.Forms.Padding(0)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(121, 36)
Me.Button5.TabIndex = 14
Me.Button5.Text = "Heute"
Me.Button5.UseVisualStyleBackColor = True
'
'lbl0000
'
Me.lbl0000.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lbl0000.Font = New System.Drawing.Font("Microsoft Sans Serif", 22.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbl0000.Location = New System.Drawing.Point(880, 9)
Me.lbl0000.Name = "lbl0000"
Me.lbl0000.Size = New System.Drawing.Size(145, 36)
Me.lbl0000.TabIndex = 0
Me.lbl0000.Text = "00:00:00"
Me.lbl0000.TextAlign = System.Drawing.ContentAlignment.TopRight
'
'Panel1
'
Me.Panel1.Controls.Add(Me.pnlDP)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel1.Location = New System.Drawing.Point(0, 73)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(1028, 862)
Me.Panel1.TabIndex = 0
'
'pnlDP
'
Me.pnlDP.AutoScroll = True
Me.pnlDP.Dock = System.Windows.Forms.DockStyle.Fill
Me.pnlDP.FlowDirection = System.Windows.Forms.FlowDirection.TopDown
Me.pnlDP.Location = New System.Drawing.Point(0, 0)
Me.pnlDP.Margin = New System.Windows.Forms.Padding(0)
Me.pnlDP.Name = "pnlDP"
Me.pnlDP.Size = New System.Drawing.Size(1028, 862)
Me.pnlDP.TabIndex = 0
Me.pnlDP.WrapContents = False
'
'Panel2
'
Me.Panel2.BackColor = System.Drawing.Color.WhiteSmoke
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Bottom
Me.Panel2.Location = New System.Drawing.Point(0, 935)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(1028, 10)
Me.Panel2.TabIndex = 0
'
'Timer
'
Me.Timer.Enabled = True
Me.Timer.Interval = 1000
'
'TimerDGV
'
Me.TimerDGV.Enabled = True
Me.TimerDGV.Interval = 60000
'
'frmDienstplan
'
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(1028, 945)
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.Panel2)
Me.Controls.Add(Me.pnl)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmDienstplan"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Dienstplan"
Me.pnl.ResumeLayout(False)
Me.pnl.PerformLayout()
Me.Panel1.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents pnl As System.Windows.Forms.Panel
Friend WithEvents Panel1 As System.Windows.Forms.Panel
Friend WithEvents Panel2 As System.Windows.Forms.Panel
Friend WithEvents pnlDP As VERAG_PROG_ALLGEMEIN.MyFlowLayoutPanel
Friend WithEvents lbl0000 As System.Windows.Forms.Label
Friend WithEvents Timer As System.Windows.Forms.Timer
Friend WithEvents TimerDGV As System.Windows.Forms.Timer
Friend WithEvents Button7 As System.Windows.Forms.Button
Friend WithEvents Button6 As System.Windows.Forms.Button
Friend WithEvents Button5 As System.Windows.Forms.Button
Friend WithEvents lblDienstplan As System.Windows.Forms.Label
Friend WithEvents MyComboBox1 As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents lblSO As System.Windows.Forms.Label
Friend WithEvents lblSA As System.Windows.Forms.Label
Friend WithEvents LBLFR As System.Windows.Forms.Label
Friend WithEvents lblDO As System.Windows.Forms.Label
Friend WithEvents lblMI As System.Windows.Forms.Label
Friend WithEvents lblDI As System.Windows.Forms.Label
Friend WithEvents lblMO As System.Windows.Forms.Label
End Class