MS_05042016

This commit is contained in:
SchreiberM
2016-04-05 17:28:12 +02:00
parent b9eb1e1981
commit d1eb7ecb5b
72 changed files with 11883 additions and 9088 deletions

View File

@@ -24,89 +24,46 @@ Partial Class frmCockpit
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmCockpit))
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.grbxTasksGeneral = New System.Windows.Forms.GroupBox()
Me.ListViewTasksGeneral = New System.Windows.Forms.ListView()
Me.ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.ListViewTasksExclusive = New System.Windows.Forms.ListView()
Me.ColumnHeader2 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
Me.ListViewTasksGeneral = New System.Windows.Forms.ListView()
Me.ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.GroupBox1.SuspendLayout()
Me.GridControl1 = New DevExpress.XtraGrid.GridControl()
Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView()
Me.TabControl1 = New System.Windows.Forms.TabControl()
Me.TabPage1 = New System.Windows.Forms.TabPage()
Me.TabPage2 = New System.Windows.Forms.TabPage()
Me.grbxTasksGeneral.SuspendLayout()
Me.GroupBox2.SuspendLayout()
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TabControl1.SuspendLayout()
Me.TabPage1.SuspendLayout()
Me.SuspendLayout()
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.grbxTasksGeneral)
Me.GroupBox1.Controls.Add(Me.GroupBox2)
Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Top
Me.GroupBox1.Location = New System.Drawing.Point(0, 0)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(1048, 238)
Me.GroupBox1.TabIndex = 0
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Workflows und Tasks"
'
'grbxTasksGeneral
'
Me.grbxTasksGeneral.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.grbxTasksGeneral.Controls.Add(Me.ListViewTasksGeneral)
Me.grbxTasksGeneral.Location = New System.Drawing.Point(504, 24)
Me.grbxTasksGeneral.Location = New System.Drawing.Point(528, 6)
Me.grbxTasksGeneral.Name = "grbxTasksGeneral"
Me.grbxTasksGeneral.Size = New System.Drawing.Size(532, 208)
Me.grbxTasksGeneral.Size = New System.Drawing.Size(491, 168)
Me.grbxTasksGeneral.TabIndex = 2
Me.grbxTasksGeneral.TabStop = False
Me.grbxTasksGeneral.Text = "Tasks - Groups"
'
'GroupBox2
'
Me.GroupBox2.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.GroupBox2.Controls.Add(Me.ListViewTasksExclusive)
Me.GroupBox2.Location = New System.Drawing.Point(6, 24)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(480, 208)
Me.GroupBox2.TabIndex = 1
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Tasks - Exclusiv"
'
'ListViewTasksExclusive
'
Me.ListViewTasksExclusive.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader2})
Me.ListViewTasksExclusive.Dock = System.Windows.Forms.DockStyle.Fill
Me.ListViewTasksExclusive.LargeImageList = Me.ImageList1
Me.ListViewTasksExclusive.Location = New System.Drawing.Point(3, 21)
Me.ListViewTasksExclusive.Name = "ListViewTasksExclusive"
Me.ListViewTasksExclusive.Size = New System.Drawing.Size(474, 184)
Me.ListViewTasksExclusive.SmallImageList = Me.ImageList1
Me.ListViewTasksExclusive.TabIndex = 0
Me.ListViewTasksExclusive.UseCompatibleStateImageBehavior = False
Me.ListViewTasksExclusive.View = System.Windows.Forms.View.Details
'
'ColumnHeader2
'
Me.ColumnHeader2.Text = "Task"
Me.ColumnHeader2.Width = 350
'
'ImageList1
'
Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
Me.ImageList1.Images.SetKeyName(0, "Task_16xLG.png")
Me.ImageList1.Images.SetKeyName(1, "TaskHH.bmp")
'
'ListViewTasksGeneral
'
Me.ListViewTasksGeneral.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1})
Me.ListViewTasksGeneral.Dock = System.Windows.Forms.DockStyle.Fill
Me.ListViewTasksGeneral.LargeImageList = Me.ImageList1
Me.ListViewTasksGeneral.Location = New System.Drawing.Point(3, 21)
Me.ListViewTasksGeneral.Location = New System.Drawing.Point(3, 19)
Me.ListViewTasksGeneral.Name = "ListViewTasksGeneral"
Me.ListViewTasksGeneral.Size = New System.Drawing.Size(526, 184)
Me.ListViewTasksGeneral.Size = New System.Drawing.Size(485, 146)
Me.ListViewTasksGeneral.SmallImageList = Me.ImageList1
Me.ListViewTasksGeneral.TabIndex = 1
Me.ListViewTasksGeneral.UseCompatibleStateImageBehavior = False
@@ -117,24 +74,125 @@ Partial Class frmCockpit
Me.ColumnHeader1.Text = "Task"
Me.ColumnHeader1.Width = 350
'
'ImageList1
'
Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
Me.ImageList1.Images.SetKeyName(0, "Task_16xLG.png")
Me.ImageList1.Images.SetKeyName(1, "TaskHH.bmp")
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.ListViewTasksExclusive)
Me.GroupBox2.Location = New System.Drawing.Point(8, 6)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(514, 171)
Me.GroupBox2.TabIndex = 1
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Tasks - Exclusiv"
'
'ListViewTasksExclusive
'
Me.ListViewTasksExclusive.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader2})
Me.ListViewTasksExclusive.Dock = System.Windows.Forms.DockStyle.Fill
Me.ListViewTasksExclusive.LargeImageList = Me.ImageList1
Me.ListViewTasksExclusive.Location = New System.Drawing.Point(3, 19)
Me.ListViewTasksExclusive.Name = "ListViewTasksExclusive"
Me.ListViewTasksExclusive.Size = New System.Drawing.Size(508, 149)
Me.ListViewTasksExclusive.SmallImageList = Me.ImageList1
Me.ListViewTasksExclusive.TabIndex = 0
Me.ListViewTasksExclusive.UseCompatibleStateImageBehavior = False
Me.ListViewTasksExclusive.View = System.Windows.Forms.View.Details
'
'ColumnHeader2
'
Me.ColumnHeader2.Text = "Task"
Me.ColumnHeader2.Width = 350
'
'GridControl1
'
Me.GridControl1.Dock = System.Windows.Forms.DockStyle.Bottom
Me.GridControl1.Location = New System.Drawing.Point(3, 183)
Me.GridControl1.MainView = Me.GridView1
Me.GridControl1.Name = "GridControl1"
Me.GridControl1.ShowOnlyPredefinedDetails = True
Me.GridControl1.Size = New System.Drawing.Size(1034, 195)
Me.GridControl1.TabIndex = 87
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1})
'
'GridView1
'
Me.GridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.Cyan
Me.GridView1.Appearance.EvenRow.Options.UseBackColor = True
Me.GridView1.Appearance.FocusedRow.BackColor = System.Drawing.Color.Fuchsia
Me.GridView1.Appearance.FocusedRow.Options.UseBackColor = True
Me.GridView1.GridControl = Me.GridControl1
Me.GridView1.Name = "GridView1"
Me.GridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False]
Me.GridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False]
Me.GridView1.OptionsBehavior.CopyToClipboardWithColumnHeaders = False
Me.GridView1.OptionsBehavior.Editable = False
Me.GridView1.OptionsSelection.EnableAppearanceFocusedCell = False
Me.GridView1.OptionsView.ColumnAutoWidth = False
Me.GridView1.OptionsView.EnableAppearanceEvenRow = True
Me.GridView1.OptionsView.ShowAutoFilterRow = True
Me.GridView1.OptionsView.ShowGroupPanel = False
'
'TabControl1
'
Me.TabControl1.Controls.Add(Me.TabPage1)
Me.TabControl1.Controls.Add(Me.TabPage2)
Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
Me.TabControl1.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TabControl1.Location = New System.Drawing.Point(0, 0)
Me.TabControl1.Name = "TabControl1"
Me.TabControl1.SelectedIndex = 0
Me.TabControl1.Size = New System.Drawing.Size(1048, 409)
Me.TabControl1.TabIndex = 88
'
'TabPage1
'
Me.TabPage1.Controls.Add(Me.grbxTasksGeneral)
Me.TabPage1.Controls.Add(Me.GroupBox2)
Me.TabPage1.Controls.Add(Me.GridControl1)
Me.TabPage1.Location = New System.Drawing.Point(4, 24)
Me.TabPage1.Name = "TabPage1"
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage1.Size = New System.Drawing.Size(1040, 381)
Me.TabPage1.TabIndex = 0
Me.TabPage1.Text = "Aktuelle Tasks"
Me.TabPage1.UseVisualStyleBackColor = True
'
'TabPage2
'
Me.TabPage2.Location = New System.Drawing.Point(4, 26)
Me.TabPage2.Name = "TabPage2"
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage2.Size = New System.Drawing.Size(192, 70)
Me.TabPage2.TabIndex = 1
Me.TabPage2.Text = "TabPage2"
Me.TabPage2.UseVisualStyleBackColor = True
'
'frmCockpit
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1048, 409)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.TabControl1)
Me.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.Name = "frmCockpit"
Me.Text = "Cockpit"
Me.GroupBox1.ResumeLayout(False)
Me.grbxTasksGeneral.ResumeLayout(False)
Me.GroupBox2.ResumeLayout(False)
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit()
Me.TabControl1.ResumeLayout(False)
Me.TabPage1.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents grbxTasksGeneral As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents ListViewTasksExclusive As System.Windows.Forms.ListView
@@ -142,4 +200,9 @@ Partial Class frmCockpit
Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
Friend WithEvents ListViewTasksGeneral As System.Windows.Forms.ListView
Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl
Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
End Class