MS22062016

This commit is contained in:
SchreiberM
2016-06-22 10:52:52 +02:00
parent d71de0dc2f
commit fd8e85146a
17 changed files with 1193 additions and 306 deletions

View File

@@ -43,8 +43,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.RECORD_IDTextBox = New System.Windows.Forms.TextBox()
Me.WF_IDTextBox = New System.Windows.Forms.TextBox()
Me.VWPMO_WF_ACTIVEBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.RECORD_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()
@@ -62,16 +63,15 @@ Partial Class frmTask_Editor
Me.btnAddUser = New System.Windows.Forms.Button()
Me.ListBoxUser = New System.Windows.Forms.ListBox()
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)
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)
Me.Label3 = New System.Windows.Forms.Label()
Me.btndeleteuser = New System.Windows.Forms.Button()
Me.Label2 = New System.Windows.Forms.Label()
Me.btndelete_following = New System.Windows.Forms.Button()
Me.ListBoxFollowing = New System.Windows.Forms.ListBox()
Me.VWPMO_WF_ACTIVETableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWPMO_WF_ACTIVETableAdapter()
Me.WF_IDTextBox = New System.Windows.Forms.TextBox()
CHANGED_WHENLabel = New System.Windows.Forms.Label()
GUIDLabel = New System.Windows.Forms.Label()
CHANGED_WHOLabel = New System.Windows.Forms.Label()
@@ -83,13 +83,13 @@ Partial Class frmTask_Editor
Label4 = New System.Windows.Forms.Label()
RECORD_IDLabel = New System.Windows.Forms.Label()
WF_IDLabel = New System.Windows.Forms.Label()
CType(Me.DD_DMSDataSet,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.TBPMO_WORKFLOW_TASKBindingSource,System.ComponentModel.ISupportInitialize).BeginInit
Me.GroupBox1.SuspendLayout
CType(Me.VWPMO_WF_ACTIVEBindingSource,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.TBPMO_WORKFLOW_TASK_STATEBindingSource,System.ComponentModel.ISupportInitialize).BeginInit
Me.GroupBox2.SuspendLayout
Me.SuspendLayout
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBPMO_WORKFLOW_TASKBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox1.SuspendLayout()
CType(Me.VWPMO_WF_ACTIVEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBPMO_WORKFLOW_TASK_STATEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox2.SuspendLayout()
Me.SuspendLayout()
'
'CHANGED_WHENLabel
'
@@ -141,6 +141,11 @@ Partial Class frmTask_Editor
resources.ApplyResources(RECORD_IDLabel, "RECORD_IDLabel")
RECORD_IDLabel.Name = "RECORD_IDLabel"
'
'WF_IDLabel
'
resources.ApplyResources(WF_IDLabel, "WF_IDLabel")
WF_IDLabel.Name = "WF_IDLabel"
'
'OK_Button
'
resources.ApplyResources(Me.OK_Button, "OK_Button")
@@ -166,11 +171,11 @@ Partial Class frmTask_Editor
'
'TBPMO_WORKFLOW_TASKTableAdapter
'
Me.TBPMO_WORKFLOW_TASKTableAdapter.ClearBeforeFill = true
Me.TBPMO_WORKFLOW_TASKTableAdapter.ClearBeforeFill = True
'
'TableAdapterManager
'
Me.TableAdapterManager.BackupDataSetBeforeUpdate = false
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
Me.TableAdapterManager.TBDD_CLIENTTableAdapter = Nothing
Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing
Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Nothing
@@ -193,12 +198,14 @@ Partial Class frmTask_Editor
Me.TableAdapterManager.TBPMO_LANGUAGE_OBJECTTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_RECORD_LOG_CONFIGTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_RECORDTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_RIGHT_GROUPTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_TEMPLATE_ENTITYTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_TEMPLATE_PATTERNTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_TEMPLATETableAdapter = Nothing
Me.TableAdapterManager.TBPMO_WD_FVIEW_DT_INDEXTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_WD_IMPORT_PROFILE_IDXTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_WD_IMPORT_PROFILETableAdapter = Nothing
Me.TableAdapterManager.TBPMO_WD_NAMECONVENTION_FORMATTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_WD_OBJECTTYPETableAdapter = Nothing
Me.TableAdapterManager.TBPMO_WORKFLOW_TASK_STATETableAdapter = Me.TBPMO_WORKFLOW_TASK_STATETableAdapter
Me.TableAdapterManager.TBPMO_WORKFLOWTableAdapter = Nothing
@@ -206,7 +213,7 @@ Partial Class frmTask_Editor
'
'TBPMO_WORKFLOW_TASK_STATETableAdapter
'
Me.TBPMO_WORKFLOW_TASK_STATETableAdapter.ClearBeforeFill = true
Me.TBPMO_WORKFLOW_TASK_STATETableAdapter.ClearBeforeFill = True
'
'GroupBox1
'
@@ -236,23 +243,30 @@ Partial Class frmTask_Editor
Me.GroupBox1.Controls.Add(DUE_DATELabel)
resources.ApplyResources(Me.GroupBox1, "GroupBox1")
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.TabStop = false
Me.GroupBox1.TabStop = False
'
'RECORD_IDTextBox
'WF_IDTextBox
'
Me.RECORD_IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_ACTIVEBindingSource, "RECORD_ID", true))
resources.ApplyResources(Me.RECORD_IDTextBox, "RECORD_IDTextBox")
Me.RECORD_IDTextBox.Name = "RECORD_IDTextBox"
Me.RECORD_IDTextBox.ReadOnly = true
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"
Me.WF_IDTextBox.ReadOnly = True
'
'VWPMO_WF_ACTIVEBindingSource
'
Me.VWPMO_WF_ACTIVEBindingSource.DataMember = "VWPMO_WF_ACTIVE"
Me.VWPMO_WF_ACTIVEBindingSource.DataSource = Me.DD_DMSDataSet
'
'RECORD_IDTextBox
'
Me.RECORD_IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_ACTIVEBindingSource, "RECORD_ID", True))
resources.ApplyResources(Me.RECORD_IDTextBox, "RECORD_IDTextBox")
Me.RECORD_IDTextBox.Name = "RECORD_IDTextBox"
Me.RECORD_IDTextBox.ReadOnly = True
'
'DateTimePicker1
'
Me.DateTimePicker1.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.VWPMO_WF_ACTIVEBindingSource, "TASK_DATE", true))
Me.DateTimePicker1.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.VWPMO_WF_ACTIVEBindingSource, "TASK_DATE", True))
Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
resources.ApplyResources(Me.DateTimePicker1, "DateTimePicker1")
Me.DateTimePicker1.Name = "DateTimePicker1"
@@ -262,69 +276,69 @@ Partial Class frmTask_Editor
Me.btnAddAppointment.Image = Global.DD_Record_Organiser.My.Resources.Resources.AddTable_5632
resources.ApplyResources(Me.btnAddAppointment, "btnAddAppointment")
Me.btnAddAppointment.Name = "btnAddAppointment"
Me.btnAddAppointment.UseVisualStyleBackColor = true
Me.btnAddAppointment.UseVisualStyleBackColor = True
'
'btndeleteTask
'
Me.btndeleteTask.Image = Global.DD_Record_Organiser.My.Resources.Resources.note_delete
resources.ApplyResources(Me.btndeleteTask, "btndeleteTask")
Me.btndeleteTask.Name = "btndeleteTask"
Me.btndeleteTask.UseVisualStyleBackColor = true
Me.btndeleteTask.UseVisualStyleBackColor = True
'
'GUIDTextBox
'
Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_ACTIVEBindingSource, "WF_TASK_ID", true))
Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_ACTIVEBindingSource, "WF_TASK_ID", True))
resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox")
Me.GUIDTextBox.Name = "GUIDTextBox"
Me.GUIDTextBox.ReadOnly = true
Me.GUIDTextBox.ReadOnly = True
'
'CHANGED_WHENTextBox
'
Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_ACTIVEBindingSource, "CHANGED_WHEN", true))
Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_ACTIVEBindingSource, "CHANGED_WHEN", True))
resources.ApplyResources(Me.CHANGED_WHENTextBox, "CHANGED_WHENTextBox")
Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox"
Me.CHANGED_WHENTextBox.ReadOnly = true
Me.CHANGED_WHENTextBox.ReadOnly = True
'
'TITLETextBox
'
Me.TITLETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_ACTIVEBindingSource, "WF_TITLE", true))
Me.TITLETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_ACTIVEBindingSource, "WF_TITLE", True))
resources.ApplyResources(Me.TITLETextBox, "TITLETextBox")
Me.TITLETextBox.Name = "TITLETextBox"
Me.TITLETextBox.ReadOnly = true
Me.TITLETextBox.ReadOnly = True
'
'CHANGED_WHOTextBox
'
Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_ACTIVEBindingSource, "CHANGED_WHO", true))
Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_ACTIVEBindingSource, "CHANGED_WHO", True))
resources.ApplyResources(Me.CHANGED_WHOTextBox, "CHANGED_WHOTextBox")
Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox"
Me.CHANGED_WHOTextBox.ReadOnly = true
Me.CHANGED_WHOTextBox.ReadOnly = True
'
'COMMENTTextBox
'
Me.COMMENTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_ACTIVEBindingSource, "COMMENT", true))
Me.COMMENTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_ACTIVEBindingSource, "COMMENT", True))
resources.ApplyResources(Me.COMMENTTextBox, "COMMENTTextBox")
Me.COMMENTTextBox.Name = "COMMENTTextBox"
'
'ADDED_WHENTextBox
'
Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_ACTIVEBindingSource, "ADDED_WHEN", true))
Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_ACTIVEBindingSource, "ADDED_WHEN", True))
resources.ApplyResources(Me.ADDED_WHENTextBox, "ADDED_WHENTextBox")
Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox"
Me.ADDED_WHENTextBox.ReadOnly = true
Me.ADDED_WHENTextBox.ReadOnly = True
'
'DUE_DATEDateTimePicker
'
Me.DUE_DATEDateTimePicker.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.VWPMO_WF_ACTIVEBindingSource, "DUE_DATE", true))
Me.DUE_DATEDateTimePicker.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.VWPMO_WF_ACTIVEBindingSource, "DUE_DATE", True))
Me.DUE_DATEDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
resources.ApplyResources(Me.DUE_DATEDateTimePicker, "DUE_DATEDateTimePicker")
Me.DUE_DATEDateTimePicker.Name = "DUE_DATEDateTimePicker"
'
'STATE_IDComboBox
'
Me.STATE_IDComboBox.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.VWPMO_WF_ACTIVEBindingSource, "STATE_ID", true))
Me.STATE_IDComboBox.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.VWPMO_WF_ACTIVEBindingSource, "STATE_ID", True))
Me.STATE_IDComboBox.DataSource = Me.TBPMO_WORKFLOW_TASK_STATEBindingSource
Me.STATE_IDComboBox.DisplayMember = "STATE_DESC"
Me.STATE_IDComboBox.FormattingEnabled = true
Me.STATE_IDComboBox.FormattingEnabled = True
resources.ApplyResources(Me.STATE_IDComboBox, "STATE_IDComboBox")
Me.STATE_IDComboBox.Name = "STATE_IDComboBox"
Me.STATE_IDComboBox.ValueMember = "GUID"
@@ -351,29 +365,29 @@ Partial Class frmTask_Editor
Me.GroupBox2.Controls.Add(Me.btndeleteuser)
Me.GroupBox2.Controls.Add(Me.Label2)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.TabStop = false
Me.GroupBox2.TabStop = False
'
'btnAddUser
'
Me.btnAddUser.Image = Global.DD_Record_Organiser.My.Resources.Resources.arrow_left
resources.ApplyResources(Me.btnAddUser, "btnAddUser")
Me.btnAddUser.Name = "btnAddUser"
Me.btnAddUser.UseVisualStyleBackColor = true
Me.btnAddUser.UseVisualStyleBackColor = True
'
'ListBoxUser
'
resources.ApplyResources(Me.ListBoxUser, "ListBoxUser")
Me.ListBoxUser.FormattingEnabled = true
Me.ListBoxUser.FormattingEnabled = True
Me.ListBoxUser.Name = "ListBoxUser"
'
'ListViewExclusiveUser
'
Me.ListViewExclusiveUser.AllowDrop = true
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.FullRowSelect = True
Me.ListViewExclusiveUser.Name = "ListViewExclusiveUser"
Me.ListViewExclusiveUser.UseCompatibleStateImageBehavior = false
Me.ListViewExclusiveUser.UseCompatibleStateImageBehavior = False
Me.ListViewExclusiveUser.View = System.Windows.Forms.View.Details
'
'ColumnHeader1
@@ -399,7 +413,7 @@ Partial Class frmTask_Editor
Me.btndeleteuser.Image = Global.DD_Record_Organiser.My.Resources.Resources.note_delete
resources.ApplyResources(Me.btndeleteuser, "btndeleteuser")
Me.btndeleteuser.Name = "btndeleteuser"
Me.btndeleteuser.UseVisualStyleBackColor = true
Me.btndeleteuser.UseVisualStyleBackColor = True
'
'Label2
'
@@ -412,31 +426,19 @@ Partial Class frmTask_Editor
Me.btndelete_following.Image = Global.DD_Record_Organiser.My.Resources.Resources.note_delete
resources.ApplyResources(Me.btndelete_following, "btndelete_following")
Me.btndelete_following.Name = "btndelete_following"
Me.btndelete_following.UseVisualStyleBackColor = true
Me.btndelete_following.UseVisualStyleBackColor = True
'
'ListBoxFollowing
'
Me.ListBoxFollowing.DisplayMember = "WF_TASK_ID"
Me.ListBoxFollowing.FormattingEnabled = true
Me.ListBoxFollowing.FormattingEnabled = True
resources.ApplyResources(Me.ListBoxFollowing, "ListBoxFollowing")
Me.ListBoxFollowing.Name = "ListBoxFollowing"
Me.ListBoxFollowing.ValueMember = "WF_TASK_ID"
'
'VWPMO_WF_ACTIVETableAdapter
'
Me.VWPMO_WF_ACTIVETableAdapter.ClearBeforeFill = true
'
'WF_IDLabel
'
resources.ApplyResources(WF_IDLabel, "WF_IDLabel")
WF_IDLabel.Name = "WF_IDLabel"
'
'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"
Me.WF_IDTextBox.ReadOnly = true
Me.VWPMO_WF_ACTIVETableAdapter.ClearBeforeFill = True
'
'frmTask_Editor
'