You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
304 lines
14 KiB
304 lines
14 KiB
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmMAEinstellung
|
|
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(frmMAEinstellung))
|
|
Me.GrpStartScreen = New System.Windows.Forms.GroupBox
|
|
Me.cbboxLizenzmanagement = New System.Windows.Forms.ComboBox
|
|
Me.cboxLizenzmanagement = New System.Windows.Forms.CheckBox
|
|
Me.cbboxReporting = New System.Windows.Forms.ComboBox
|
|
Me.cboxreporting = New System.Windows.Forms.CheckBox
|
|
Me.Button2 = New System.Windows.Forms.Button
|
|
Me.cbboxApplikationsverwaltung = New System.Windows.Forms.ComboBox
|
|
Me.cbboxPendenzen = New System.Windows.Forms.ComboBox
|
|
Me.cbboxAktivitaeten = New System.Windows.Forms.ComboBox
|
|
Me.cbboxVertragsuebersicht = New System.Windows.Forms.ComboBox
|
|
Me.Button1 = New System.Windows.Forms.Button
|
|
Me.cboxApplikation = New System.Windows.Forms.CheckBox
|
|
Me.cboxPendenzen = New System.Windows.Forms.CheckBox
|
|
Me.cboxAktivitaeten = New System.Windows.Forms.CheckBox
|
|
Me.cboxVertragsuebersicht = New System.Windows.Forms.CheckBox
|
|
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip
|
|
Me.DateiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
|
|
Me.BeendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
|
|
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip
|
|
Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton
|
|
Me.TSBtnSave = New System.Windows.Forms.ToolStripButton
|
|
Me.GrpStartScreen.SuspendLayout()
|
|
Me.MenuStrip1.SuspendLayout()
|
|
Me.ToolStrip1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'GrpStartScreen
|
|
'
|
|
Me.GrpStartScreen.Controls.Add(Me.cbboxLizenzmanagement)
|
|
Me.GrpStartScreen.Controls.Add(Me.cboxLizenzmanagement)
|
|
Me.GrpStartScreen.Controls.Add(Me.cbboxReporting)
|
|
Me.GrpStartScreen.Controls.Add(Me.cboxreporting)
|
|
Me.GrpStartScreen.Controls.Add(Me.Button2)
|
|
Me.GrpStartScreen.Controls.Add(Me.cbboxApplikationsverwaltung)
|
|
Me.GrpStartScreen.Controls.Add(Me.cbboxPendenzen)
|
|
Me.GrpStartScreen.Controls.Add(Me.cbboxAktivitaeten)
|
|
Me.GrpStartScreen.Controls.Add(Me.cbboxVertragsuebersicht)
|
|
Me.GrpStartScreen.Controls.Add(Me.Button1)
|
|
Me.GrpStartScreen.Controls.Add(Me.cboxApplikation)
|
|
Me.GrpStartScreen.Controls.Add(Me.cboxPendenzen)
|
|
Me.GrpStartScreen.Controls.Add(Me.cboxAktivitaeten)
|
|
Me.GrpStartScreen.Controls.Add(Me.cboxVertragsuebersicht)
|
|
Me.GrpStartScreen.Location = New System.Drawing.Point(12, 52)
|
|
Me.GrpStartScreen.Name = "GrpStartScreen"
|
|
Me.GrpStartScreen.Size = New System.Drawing.Size(211, 231)
|
|
Me.GrpStartScreen.TabIndex = 0
|
|
Me.GrpStartScreen.TabStop = False
|
|
Me.GrpStartScreen.Text = "StartBildschirm"
|
|
'
|
|
'cbboxLizenzmanagement
|
|
'
|
|
Me.cbboxLizenzmanagement.FormattingEnabled = True
|
|
Me.cbboxLizenzmanagement.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6"})
|
|
Me.cbboxLizenzmanagement.Location = New System.Drawing.Point(154, 145)
|
|
Me.cbboxLizenzmanagement.Name = "cbboxLizenzmanagement"
|
|
Me.cbboxLizenzmanagement.Size = New System.Drawing.Size(39, 21)
|
|
Me.cbboxLizenzmanagement.TabIndex = 13
|
|
'
|
|
'cboxLizenzmanagement
|
|
'
|
|
Me.cboxLizenzmanagement.AutoSize = True
|
|
Me.cboxLizenzmanagement.Location = New System.Drawing.Point(18, 143)
|
|
Me.cboxLizenzmanagement.Name = "cboxLizenzmanagement"
|
|
Me.cboxLizenzmanagement.Size = New System.Drawing.Size(108, 17)
|
|
Me.cboxLizenzmanagement.TabIndex = 12
|
|
Me.cboxLizenzmanagement.Text = "Lizenzverwaltung"
|
|
Me.cboxLizenzmanagement.UseVisualStyleBackColor = True
|
|
'
|
|
'cbboxReporting
|
|
'
|
|
Me.cbboxReporting.FormattingEnabled = True
|
|
Me.cbboxReporting.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6"})
|
|
Me.cbboxReporting.Location = New System.Drawing.Point(154, 122)
|
|
Me.cbboxReporting.Name = "cbboxReporting"
|
|
Me.cbboxReporting.Size = New System.Drawing.Size(39, 21)
|
|
Me.cbboxReporting.TabIndex = 11
|
|
'
|
|
'cboxreporting
|
|
'
|
|
Me.cboxreporting.AutoSize = True
|
|
Me.cboxreporting.Location = New System.Drawing.Point(18, 120)
|
|
Me.cboxreporting.Name = "cboxreporting"
|
|
Me.cboxreporting.Size = New System.Drawing.Size(72, 17)
|
|
Me.cboxreporting.TabIndex = 10
|
|
Me.cboxreporting.Text = "Reporting"
|
|
Me.cboxreporting.UseVisualStyleBackColor = True
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.Location = New System.Drawing.Point(18, 203)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(175, 23)
|
|
Me.Button2.TabIndex = 9
|
|
Me.Button2.Text = "Fensterpositionen löschen"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'cbboxApplikationsverwaltung
|
|
'
|
|
Me.cbboxApplikationsverwaltung.FormattingEnabled = True
|
|
Me.cbboxApplikationsverwaltung.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6"})
|
|
Me.cbboxApplikationsverwaltung.Location = New System.Drawing.Point(154, 95)
|
|
Me.cbboxApplikationsverwaltung.Name = "cbboxApplikationsverwaltung"
|
|
Me.cbboxApplikationsverwaltung.Size = New System.Drawing.Size(39, 21)
|
|
Me.cbboxApplikationsverwaltung.TabIndex = 8
|
|
'
|
|
'cbboxPendenzen
|
|
'
|
|
Me.cbboxPendenzen.FormattingEnabled = True
|
|
Me.cbboxPendenzen.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6"})
|
|
Me.cbboxPendenzen.Location = New System.Drawing.Point(154, 72)
|
|
Me.cbboxPendenzen.Name = "cbboxPendenzen"
|
|
Me.cbboxPendenzen.Size = New System.Drawing.Size(39, 21)
|
|
Me.cbboxPendenzen.TabIndex = 7
|
|
'
|
|
'cbboxAktivitaeten
|
|
'
|
|
Me.cbboxAktivitaeten.FormattingEnabled = True
|
|
Me.cbboxAktivitaeten.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6"})
|
|
Me.cbboxAktivitaeten.Location = New System.Drawing.Point(154, 49)
|
|
Me.cbboxAktivitaeten.Name = "cbboxAktivitaeten"
|
|
Me.cbboxAktivitaeten.Size = New System.Drawing.Size(39, 21)
|
|
Me.cbboxAktivitaeten.TabIndex = 6
|
|
'
|
|
'cbboxVertragsuebersicht
|
|
'
|
|
Me.cbboxVertragsuebersicht.FormattingEnabled = True
|
|
Me.cbboxVertragsuebersicht.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6"})
|
|
Me.cbboxVertragsuebersicht.Location = New System.Drawing.Point(154, 26)
|
|
Me.cbboxVertragsuebersicht.Name = "cbboxVertragsuebersicht"
|
|
Me.cbboxVertragsuebersicht.Size = New System.Drawing.Size(39, 21)
|
|
Me.cbboxVertragsuebersicht.TabIndex = 5
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(18, 174)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(175, 23)
|
|
Me.Button1.TabIndex = 4
|
|
Me.Button1.Text = "Fensterpositionen auslesen"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'cboxApplikation
|
|
'
|
|
Me.cboxApplikation.AutoSize = True
|
|
Me.cboxApplikation.Location = New System.Drawing.Point(18, 97)
|
|
Me.cboxApplikation.Name = "cboxApplikation"
|
|
Me.cboxApplikation.Size = New System.Drawing.Size(135, 17)
|
|
Me.cboxApplikation.TabIndex = 3
|
|
Me.cboxApplikation.Text = "Applikationsverwaltung"
|
|
Me.cboxApplikation.UseVisualStyleBackColor = True
|
|
'
|
|
'cboxPendenzen
|
|
'
|
|
Me.cboxPendenzen.AutoSize = True
|
|
Me.cboxPendenzen.Location = New System.Drawing.Point(18, 74)
|
|
Me.cboxPendenzen.Name = "cboxPendenzen"
|
|
Me.cboxPendenzen.Size = New System.Drawing.Size(80, 17)
|
|
Me.cboxPendenzen.TabIndex = 2
|
|
Me.cboxPendenzen.Text = "Pendenzen"
|
|
Me.cboxPendenzen.UseVisualStyleBackColor = True
|
|
'
|
|
'cboxAktivitaeten
|
|
'
|
|
Me.cboxAktivitaeten.AutoSize = True
|
|
Me.cboxAktivitaeten.Location = New System.Drawing.Point(18, 51)
|
|
Me.cboxAktivitaeten.Name = "cboxAktivitaeten"
|
|
Me.cboxAktivitaeten.Size = New System.Drawing.Size(76, 17)
|
|
Me.cboxAktivitaeten.TabIndex = 1
|
|
Me.cboxAktivitaeten.Text = "Aktivitäten"
|
|
Me.cboxAktivitaeten.UseVisualStyleBackColor = True
|
|
'
|
|
'cboxVertragsuebersicht
|
|
'
|
|
Me.cboxVertragsuebersicht.AutoSize = True
|
|
Me.cboxVertragsuebersicht.Location = New System.Drawing.Point(18, 28)
|
|
Me.cboxVertragsuebersicht.Name = "cboxVertragsuebersicht"
|
|
Me.cboxVertragsuebersicht.Size = New System.Drawing.Size(108, 17)
|
|
Me.cboxVertragsuebersicht.TabIndex = 0
|
|
Me.cboxVertragsuebersicht.Text = "Vertragsübersicht"
|
|
Me.cboxVertragsuebersicht.UseVisualStyleBackColor = True
|
|
'
|
|
'MenuStrip1
|
|
'
|
|
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DateiToolStripMenuItem})
|
|
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
|
|
Me.MenuStrip1.Name = "MenuStrip1"
|
|
Me.MenuStrip1.Size = New System.Drawing.Size(235, 24)
|
|
Me.MenuStrip1.TabIndex = 2
|
|
Me.MenuStrip1.Tag = ""
|
|
Me.MenuStrip1.Text = "Hauptmenu"
|
|
'
|
|
'DateiToolStripMenuItem
|
|
'
|
|
Me.DateiToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BeendenToolStripMenuItem})
|
|
Me.DateiToolStripMenuItem.Name = "DateiToolStripMenuItem"
|
|
Me.DateiToolStripMenuItem.Size = New System.Drawing.Size(46, 20)
|
|
Me.DateiToolStripMenuItem.Tag = ""
|
|
Me.DateiToolStripMenuItem.Text = "&Datei"
|
|
'
|
|
'BeendenToolStripMenuItem
|
|
'
|
|
Me.BeendenToolStripMenuItem.Name = "BeendenToolStripMenuItem"
|
|
Me.BeendenToolStripMenuItem.Size = New System.Drawing.Size(120, 22)
|
|
Me.BeendenToolStripMenuItem.Tag = ""
|
|
Me.BeendenToolStripMenuItem.Text = "&Beenden"
|
|
'
|
|
'ToolStrip1
|
|
'
|
|
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit, Me.TSBtnSave})
|
|
Me.ToolStrip1.Location = New System.Drawing.Point(0, 24)
|
|
Me.ToolStrip1.Name = "ToolStrip1"
|
|
Me.ToolStrip1.Size = New System.Drawing.Size(235, 25)
|
|
Me.ToolStrip1.TabIndex = 1
|
|
Me.ToolStrip1.Text = "Toolstrip Vertragspartner"
|
|
'
|
|
'TSBtnQuit
|
|
'
|
|
Me.TSBtnQuit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnQuit.Image = CType(resources.GetObject("TSBtnQuit.Image"), System.Drawing.Image)
|
|
Me.TSBtnQuit.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnQuit.Name = "TSBtnQuit"
|
|
Me.TSBtnQuit.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnQuit.Text = "Fenster schliessen"
|
|
Me.TSBtnQuit.ToolTipText = "Fenster schliessen"
|
|
'
|
|
'TSBtnSave
|
|
'
|
|
Me.TSBtnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnSave.Image = CType(resources.GetObject("TSBtnSave.Image"), System.Drawing.Image)
|
|
Me.TSBtnSave.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnSave.Name = "TSBtnSave"
|
|
Me.TSBtnSave.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnSave.Text = "Daten speichern"
|
|
Me.TSBtnSave.ToolTipText = "Daten speichern"
|
|
'
|
|
'frmMAEinstellung
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(235, 295)
|
|
Me.Controls.Add(Me.ToolStrip1)
|
|
Me.Controls.Add(Me.MenuStrip1)
|
|
Me.Controls.Add(Me.GrpStartScreen)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmMAEinstellung"
|
|
Me.Text = "Mitarbeitereinstellungen"
|
|
Me.GrpStartScreen.ResumeLayout(False)
|
|
Me.GrpStartScreen.PerformLayout()
|
|
Me.MenuStrip1.ResumeLayout(False)
|
|
Me.MenuStrip1.PerformLayout()
|
|
Me.ToolStrip1.ResumeLayout(False)
|
|
Me.ToolStrip1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents GrpStartScreen As System.Windows.Forms.GroupBox
|
|
Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
|
|
Friend WithEvents DateiToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents BeendenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents cboxAktivitaeten As System.Windows.Forms.CheckBox
|
|
Friend WithEvents cboxVertragsuebersicht As System.Windows.Forms.CheckBox
|
|
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
|
|
Friend WithEvents TSBtnQuit As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents TSBtnSave As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents cboxApplikation As System.Windows.Forms.CheckBox
|
|
Friend WithEvents cboxPendenzen As System.Windows.Forms.CheckBox
|
|
Friend WithEvents cbboxApplikationsverwaltung As System.Windows.Forms.ComboBox
|
|
Friend WithEvents cbboxPendenzen As System.Windows.Forms.ComboBox
|
|
Friend WithEvents cbboxAktivitaeten As System.Windows.Forms.ComboBox
|
|
Friend WithEvents cbboxVertragsuebersicht As System.Windows.Forms.ComboBox
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents Button2 As System.Windows.Forms.Button
|
|
Friend WithEvents cbboxReporting As System.Windows.Forms.ComboBox
|
|
Friend WithEvents cboxreporting As System.Windows.Forms.CheckBox
|
|
Friend WithEvents cbboxLizenzmanagement As System.Windows.Forms.ComboBox
|
|
Friend WithEvents cboxLizenzmanagement As System.Windows.Forms.CheckBox
|
|
End Class
|