[Visual Basic] <System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
[Visual Basic] Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMAEinstellung))
Me.GrpStartScreen = New System.Windows.Forms.GroupBox
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.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(200, 139)
Me.GrpStartScreen.TabIndex = 0
Me.GrpStartScreen.TabStop = False
Me.GrpStartScreen.Text = "StartBildschirm"
'
'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(44, 20)
Me.DateiToolStripMenuItem.Tag = ""
Me.DateiToolStripMenuItem.Text = "&Datei"
'
'BeendenToolStripMenuItem
'
Me.BeendenToolStripMenuItem.Name = "BeendenToolStripMenuItem"
Me.BeendenToolStripMenuItem.Size = New System.Drawing.Size(116, 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, 205)
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
Plattformen: Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition