MS_12.03.2016

This commit is contained in:
SchreiberM
2016-03-14 09:21:32 +01:00
parent c3965e6243
commit 32a1c4cf5e
31 changed files with 2208 additions and 2864 deletions

View File

@@ -42,8 +42,9 @@ Partial Class frmTask_Editor
Me.TableAdapterManager = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager()
Me.TBPMO_WORKFLOW_TASK_STATETableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_WORKFLOW_TASK_STATETableAdapter()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.WF_IDTextBox = New System.Windows.Forms.TextBox()
Me.VWPMO_WF_ACTIVEBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBPMO_WORKFLOW_TASK_STATEBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.WF_IDTextBox = New System.Windows.Forms.TextBox()
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
Me.btnAddAppointment = New System.Windows.Forms.Button()
Me.btndeleteTask = New System.Windows.Forms.Button()
@@ -55,12 +56,11 @@ Partial Class frmTask_Editor
Me.ADDED_WHENTextBox = New System.Windows.Forms.TextBox()
Me.DUE_DATEDateTimePicker = New System.Windows.Forms.DateTimePicker()
Me.STATE_IDComboBox = New System.Windows.Forms.ComboBox()
Me.TBPMO_WORKFLOW_TASK_STATEBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.Label1 = New System.Windows.Forms.Label()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.btnAddUser = New System.Windows.Forms.Button()
Me.ListBoxUser = New System.Windows.Forms.ListBox()
Me.ListView1 = New System.Windows.Forms.ListView()
Me.ListViewExclusiveUser = New System.Windows.Forms.ListView()
Me.ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.ColumnHeader2 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.ColumnHeader3 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
@@ -230,17 +230,22 @@ Partial Class frmTask_Editor
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.TabStop = False
'
'VWPMO_WF_ACTIVEBindingSource
'
Me.VWPMO_WF_ACTIVEBindingSource.DataMember = "VWPMO_WF_ACTIVE"
Me.VWPMO_WF_ACTIVEBindingSource.DataSource = Me.DD_DMSDataSet
'
'TBPMO_WORKFLOW_TASK_STATEBindingSource
'
Me.TBPMO_WORKFLOW_TASK_STATEBindingSource.DataMember = "TBPMO_WORKFLOW_TASK_STATE"
Me.TBPMO_WORKFLOW_TASK_STATEBindingSource.DataSource = Me.DD_DMSDataSet
'
'WF_IDTextBox
'
Me.WF_IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_ACTIVEBindingSource, "WF_ID", True))
resources.ApplyResources(Me.WF_IDTextBox, "WF_IDTextBox")
Me.WF_IDTextBox.Name = "WF_IDTextBox"
'
'VWPMO_WF_ACTIVEBindingSource
'
Me.VWPMO_WF_ACTIVEBindingSource.DataMember = "VWPMO_WF_ACTIVE"
Me.VWPMO_WF_ACTIVEBindingSource.DataSource = Me.DD_DMSDataSet
'
'DateTimePicker1
'
Me.DateTimePicker1.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.VWPMO_WF_ACTIVEBindingSource, "TASK_DATE", True))
@@ -320,11 +325,6 @@ Partial Class frmTask_Editor
Me.STATE_IDComboBox.Name = "STATE_IDComboBox"
Me.STATE_IDComboBox.ValueMember = "GUID"
'
'TBPMO_WORKFLOW_TASK_STATEBindingSource
'
Me.TBPMO_WORKFLOW_TASK_STATEBindingSource.DataMember = "TBPMO_WORKFLOW_TASK_STATE"
Me.TBPMO_WORKFLOW_TASK_STATEBindingSource.DataSource = Me.DD_DMSDataSet
'
'Label1
'
resources.ApplyResources(Me.Label1, "Label1")
@@ -337,7 +337,7 @@ Partial Class frmTask_Editor
Me.GroupBox2.BackColor = System.Drawing.SystemColors.ControlLight
Me.GroupBox2.Controls.Add(Me.btnAddUser)
Me.GroupBox2.Controls.Add(Me.ListBoxUser)
Me.GroupBox2.Controls.Add(Me.ListView1)
Me.GroupBox2.Controls.Add(Me.ListViewExclusiveUser)
Me.GroupBox2.Controls.Add(Me.Label3)
Me.GroupBox2.Controls.Add(Me.btndeleteuser)
Me.GroupBox2.Controls.Add(Me.Label2)
@@ -357,15 +357,15 @@ Partial Class frmTask_Editor
Me.ListBoxUser.FormattingEnabled = True
Me.ListBoxUser.Name = "ListBoxUser"
'
'ListView1
'ListViewExclusiveUser
'
Me.ListView1.AllowDrop = True
resources.ApplyResources(Me.ListView1, "ListView1")
Me.ListView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2, Me.ColumnHeader3})
Me.ListView1.FullRowSelect = True
Me.ListView1.Name = "ListView1"
Me.ListView1.UseCompatibleStateImageBehavior = False
Me.ListView1.View = System.Windows.Forms.View.Details
Me.ListViewExclusiveUser.AllowDrop = True
resources.ApplyResources(Me.ListViewExclusiveUser, "ListViewExclusiveUser")
Me.ListViewExclusiveUser.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2, Me.ColumnHeader3})
Me.ListViewExclusiveUser.FullRowSelect = True
Me.ListViewExclusiveUser.Name = "ListViewExclusiveUser"
Me.ListViewExclusiveUser.UseCompatibleStateImageBehavior = False
Me.ListViewExclusiveUser.View = System.Windows.Forms.View.Details
'
'ColumnHeader1
'
@@ -407,6 +407,7 @@ Partial Class frmTask_Editor
'
'ListBoxFollowing
'
Me.ListBoxFollowing.DisplayMember = "WF_TASK_ID"
Me.ListBoxFollowing.FormattingEnabled = True
resources.ApplyResources(Me.ListBoxFollowing, "ListBoxFollowing")
Me.ListBoxFollowing.Name = "ListBoxFollowing"
@@ -467,7 +468,7 @@ Partial Class frmTask_Editor
Friend WithEvents btndeleteuser As System.Windows.Forms.Button
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents ListView1 As System.Windows.Forms.ListView
Friend WithEvents ListViewExclusiveUser As System.Windows.Forms.ListView
Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader
Friend WithEvents ColumnHeader3 As System.Windows.Forms.ColumnHeader