Files
ADMIN/UID/frmMain.Designer.vb
2024-11-21 10:29:21 +01:00

365 lines
17 KiB
VB.net

Imports ADMIN.DataSetBerechtigungenTableAdapters
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmMain
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(frmMain))
Me.BottomToolStripPanel = New System.Windows.Forms.ToolStripPanel()
Me.TopToolStripPanel = New System.Windows.Forms.ToolStripPanel()
Me.RightToolStripPanel = New System.Windows.Forms.ToolStripPanel()
Me.LeftToolStripPanel = New System.Windows.Forms.ToolStripPanel()
Me.ContentPanel = New System.Windows.Forms.ToolStripContentPanel()
Me.TableAdapterManager1 = New ADMIN.DataSetBerechtigungenTableAdapters.TableAdapterManager()
Me.pnlMain = New System.Windows.Forms.Panel()
Me.Panel3 = New System.Windows.Forms.Panel()
Me.btnAPIZugang = New System.Windows.Forms.Button()
Me.btnDatenarchiv = New System.Windows.Forms.Button()
Me.btnFehler = New System.Windows.Forms.Button()
Me.btnAPI = New System.Windows.Forms.Button()
Me.btnHomepage = New System.Windows.Forms.Button()
Me.Button1 = New System.Windows.Forms.Button()
Me.btnUpdate = New System.Windows.Forms.Button()
Me.btnSchulungen = New System.Windows.Forms.Button()
Me.btnDienstplan = New System.Windows.Forms.Button()
Me.Button7 = New System.Windows.Forms.Button()
Me.Button6 = New System.Windows.Forms.Button()
Me.btnProgramme = New System.Windows.Forms.Button()
Me.btnMitarbeiter = New System.Windows.Forms.Button()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.btnMailroutine = New System.Windows.Forms.Button()
Me.Panel3.SuspendLayout()
Me.Panel2.SuspendLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'BottomToolStripPanel
'
Me.BottomToolStripPanel.Location = New System.Drawing.Point(0, 0)
Me.BottomToolStripPanel.Name = "BottomToolStripPanel"
Me.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal
Me.BottomToolStripPanel.RowMargin = New System.Windows.Forms.Padding(3, 0, 0, 0)
Me.BottomToolStripPanel.Size = New System.Drawing.Size(0, 0)
'
'TopToolStripPanel
'
Me.TopToolStripPanel.Location = New System.Drawing.Point(0, 0)
Me.TopToolStripPanel.Name = "TopToolStripPanel"
Me.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal
Me.TopToolStripPanel.RowMargin = New System.Windows.Forms.Padding(3, 0, 0, 0)
Me.TopToolStripPanel.Size = New System.Drawing.Size(0, 0)
'
'RightToolStripPanel
'
Me.RightToolStripPanel.Location = New System.Drawing.Point(0, 0)
Me.RightToolStripPanel.Name = "RightToolStripPanel"
Me.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal
Me.RightToolStripPanel.RowMargin = New System.Windows.Forms.Padding(3, 0, 0, 0)
Me.RightToolStripPanel.Size = New System.Drawing.Size(0, 0)
'
'LeftToolStripPanel
'
Me.LeftToolStripPanel.Location = New System.Drawing.Point(0, 0)
Me.LeftToolStripPanel.Name = "LeftToolStripPanel"
Me.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal
Me.LeftToolStripPanel.RowMargin = New System.Windows.Forms.Padding(3, 0, 0, 0)
Me.LeftToolStripPanel.Size = New System.Drawing.Size(0, 0)
'
'ContentPanel
'
Me.ContentPanel.Size = New System.Drawing.Size(122, 761)
'
'TableAdapterManager1
'
Me.TableAdapterManager1.BackupDataSetBeforeUpdate = False
Me.TableAdapterManager1.Connection = Nothing
Me.TableAdapterManager1.tblBerechtigungenTableAdapter = Nothing
Me.TableAdapterManager1.UpdateOrder = ADMIN.DataSetBerechtigungenTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'pnlMain
'
Me.pnlMain.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.pnlMain.BackColor = System.Drawing.Color.White
Me.pnlMain.Location = New System.Drawing.Point(137, 70)
Me.pnlMain.Name = "pnlMain"
Me.pnlMain.Size = New System.Drawing.Size(1740, 801)
Me.pnlMain.TabIndex = 26
'
'Panel3
'
Me.Panel3.BackColor = System.Drawing.Color.White
Me.Panel3.Controls.Add(Me.btnMailroutine)
Me.Panel3.Controls.Add(Me.btnAPIZugang)
Me.Panel3.Controls.Add(Me.btnDatenarchiv)
Me.Panel3.Controls.Add(Me.btnFehler)
Me.Panel3.Controls.Add(Me.btnAPI)
Me.Panel3.Controls.Add(Me.btnHomepage)
Me.Panel3.Controls.Add(Me.Button1)
Me.Panel3.Controls.Add(Me.btnUpdate)
Me.Panel3.Controls.Add(Me.btnSchulungen)
Me.Panel3.Controls.Add(Me.btnDienstplan)
Me.Panel3.Controls.Add(Me.Button7)
Me.Panel3.Controls.Add(Me.Button6)
Me.Panel3.Controls.Add(Me.btnProgramme)
Me.Panel3.Controls.Add(Me.btnMitarbeiter)
Me.Panel3.Dock = System.Windows.Forms.DockStyle.Left
Me.Panel3.Location = New System.Drawing.Point(0, 70)
Me.Panel3.Name = "Panel3"
Me.Panel3.Size = New System.Drawing.Size(137, 801)
Me.Panel3.TabIndex = 32
'
'btnAPIZugang
'
Me.btnAPIZugang.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnAPIZugang.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnAPIZugang.Location = New System.Drawing.Point(12, 437)
Me.btnAPIZugang.Name = "btnAPIZugang"
Me.btnAPIZugang.Size = New System.Drawing.Size(94, 33)
Me.btnAPIZugang.TabIndex = 42
Me.btnAPIZugang.Text = "Zugänge API"
Me.btnAPIZugang.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnAPIZugang.UseVisualStyleBackColor = True
'
'btnDatenarchiv
'
Me.btnDatenarchiv.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnDatenarchiv.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnDatenarchiv.Location = New System.Drawing.Point(12, 319)
Me.btnDatenarchiv.Name = "btnDatenarchiv"
Me.btnDatenarchiv.Size = New System.Drawing.Size(94, 33)
Me.btnDatenarchiv.TabIndex = 41
Me.btnDatenarchiv.Text = "Datenarchiv"
Me.btnDatenarchiv.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnDatenarchiv.UseVisualStyleBackColor = True
'
'btnFehler
'
Me.btnFehler.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnFehler.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnFehler.Location = New System.Drawing.Point(12, 280)
Me.btnFehler.Name = "btnFehler"
Me.btnFehler.Size = New System.Drawing.Size(94, 33)
Me.btnFehler.TabIndex = 40
Me.btnFehler.Text = "ERS"
Me.btnFehler.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnFehler.UseVisualStyleBackColor = True
'
'btnAPI
'
Me.btnAPI.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnAPI.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnAPI.Location = New System.Drawing.Point(12, 241)
Me.btnAPI.Name = "btnAPI"
Me.btnAPI.Size = New System.Drawing.Size(94, 33)
Me.btnAPI.TabIndex = 39
Me.btnAPI.Text = "API"
Me.btnAPI.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnAPI.UseVisualStyleBackColor = True
'
'btnHomepage
'
Me.btnHomepage.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnHomepage.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnHomepage.Location = New System.Drawing.Point(12, 358)
Me.btnHomepage.Name = "btnHomepage"
Me.btnHomepage.Size = New System.Drawing.Size(94, 33)
Me.btnHomepage.TabIndex = 38
Me.btnHomepage.Text = "Homepage"
Me.btnHomepage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnHomepage.UseVisualStyleBackColor = True
'
'Button1
'
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button1.Location = New System.Drawing.Point(12, 181)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(94, 33)
Me.Button1.TabIndex = 38
Me.Button1.Text = "Bürgschaften"
Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button1.UseVisualStyleBackColor = True
'
'btnUpdate
'
Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnUpdate.Location = New System.Drawing.Point(12, 476)
Me.btnUpdate.Name = "btnUpdate"
Me.btnUpdate.Size = New System.Drawing.Size(94, 34)
Me.btnUpdate.TabIndex = 37
Me.btnUpdate.Text = "Update"
Me.btnUpdate.UseVisualStyleBackColor = True
'
'btnSchulungen
'
Me.btnSchulungen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSchulungen.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnSchulungen.Location = New System.Drawing.Point(12, 103)
Me.btnSchulungen.Name = "btnSchulungen"
Me.btnSchulungen.Size = New System.Drawing.Size(94, 33)
Me.btnSchulungen.TabIndex = 36
Me.btnSchulungen.Text = "Schulungen"
Me.btnSchulungen.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnSchulungen.UseVisualStyleBackColor = True
'
'btnDienstplan
'
Me.btnDienstplan.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnDienstplan.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnDienstplan.Location = New System.Drawing.Point(12, 142)
Me.btnDienstplan.Name = "btnDienstplan"
Me.btnDienstplan.Size = New System.Drawing.Size(94, 33)
Me.btnDienstplan.TabIndex = 35
Me.btnDienstplan.Text = "Dienstplan"
Me.btnDienstplan.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnDienstplan.UseVisualStyleBackColor = True
'
'Button7
'
Me.Button7.Dock = System.Windows.Forms.DockStyle.Bottom
Me.Button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button7.Location = New System.Drawing.Point(0, 767)
Me.Button7.Name = "Button7"
Me.Button7.Size = New System.Drawing.Size(137, 34)
Me.Button7.TabIndex = 34
Me.Button7.Text = "Schließen"
Me.Button7.UseVisualStyleBackColor = True
'
'Button6
'
Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button6.Location = New System.Drawing.Point(12, 397)
Me.Button6.Name = "Button6"
Me.Button6.Size = New System.Drawing.Size(94, 34)
Me.Button6.TabIndex = 33
Me.Button6.Text = "Proezeduren"
Me.Button6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button6.UseVisualStyleBackColor = True
'
'btnProgramme
'
Me.btnProgramme.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnProgramme.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnProgramme.Location = New System.Drawing.Point(12, 39)
Me.btnProgramme.Name = "btnProgramme"
Me.btnProgramme.Size = New System.Drawing.Size(94, 33)
Me.btnProgramme.TabIndex = 31
Me.btnProgramme.Text = "Programme"
Me.btnProgramme.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnProgramme.UseVisualStyleBackColor = True
'
'btnMitarbeiter
'
Me.btnMitarbeiter.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnMitarbeiter.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnMitarbeiter.Location = New System.Drawing.Point(12, 0)
Me.btnMitarbeiter.Name = "btnMitarbeiter"
Me.btnMitarbeiter.Size = New System.Drawing.Size(94, 33)
Me.btnMitarbeiter.TabIndex = 30
Me.btnMitarbeiter.Text = "Mitarbeiter"
Me.btnMitarbeiter.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnMitarbeiter.UseVisualStyleBackColor = True
'
'Panel2
'
Me.Panel2.BackColor = System.Drawing.Color.White
Me.Panel2.Controls.Add(Me.PictureBox1)
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(1877, 70)
Me.Panel2.TabIndex = 33
'
'PictureBox1
'
Me.PictureBox1.Cursor = System.Windows.Forms.Cursors.Hand
Me.PictureBox1.Image = Global.ADMIN.My.Resources.Resources.admin_logo
Me.PictureBox1.Location = New System.Drawing.Point(27, 17)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(209, 41)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox1.TabIndex = 31
Me.PictureBox1.TabStop = False
'
'btnMailroutine
'
Me.btnMailroutine.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnMailroutine.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnMailroutine.Location = New System.Drawing.Point(12, 516)
Me.btnMailroutine.Name = "btnMailroutine"
Me.btnMailroutine.Size = New System.Drawing.Size(94, 33)
Me.btnMailroutine.TabIndex = 43
Me.btnMailroutine.Text = "Mailsender"
Me.btnMailroutine.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnMailroutine.UseVisualStyleBackColor = True
'
'frmMain
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1877, 871)
Me.Controls.Add(Me.pnlMain)
Me.Controls.Add(Me.Panel3)
Me.Controls.Add(Me.Panel2)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.IsMdiContainer = True
Me.Name = "frmMain"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "VERAG ADMIN TOOL"
Me.Panel3.ResumeLayout(False)
Me.Panel2.ResumeLayout(False)
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents ctrpLeft As System.Windows.Forms.ToolStripContentPanel
Friend WithEvents TableAdapterManager1 As TableAdapterManager
Friend WithEvents ctrpTop As System.Windows.Forms.ToolStripContentPanel
Friend WithEvents pnlMain As System.Windows.Forms.Panel
Friend WithEvents BottomToolStripPanel As System.Windows.Forms.ToolStripPanel
Friend WithEvents TopToolStripPanel As System.Windows.Forms.ToolStripPanel
Friend WithEvents RightToolStripPanel As System.Windows.Forms.ToolStripPanel
Friend WithEvents LeftToolStripPanel As System.Windows.Forms.ToolStripPanel
Friend WithEvents ContentPanel As System.Windows.Forms.ToolStripContentPanel
Friend WithEvents Panel3 As System.Windows.Forms.Panel
Friend WithEvents Button7 As System.Windows.Forms.Button
Friend WithEvents Button6 As System.Windows.Forms.Button
Friend WithEvents btnProgramme As System.Windows.Forms.Button
Friend WithEvents btnMitarbeiter As System.Windows.Forms.Button
Friend WithEvents Panel2 As System.Windows.Forms.Panel
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents btnDienstplan As System.Windows.Forms.Button
Friend WithEvents btnSchulungen As System.Windows.Forms.Button
Friend WithEvents btnUpdate As System.Windows.Forms.Button
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents btnHomepage As System.Windows.Forms.Button
Friend WithEvents btnFehler As Button
Friend WithEvents btnAPI As Button
Friend WithEvents btnDatenarchiv As Button
Friend WithEvents btnAPIZugang As Button
Friend WithEvents btnMailroutine As Button
End Class