MS_05042016
This commit is contained in:
160
app/DD-Record-Organiser/frmTask_Editor.Designer.vb
generated
160
app/DD-Record-Organiser/frmTask_Editor.Designer.vb
generated
@@ -34,6 +34,7 @@ Partial Class frmTask_Editor
|
||||
Dim DUE_DATELabel As System.Windows.Forms.Label
|
||||
Dim Label4 As System.Windows.Forms.Label
|
||||
Dim RECORD_IDLabel As System.Windows.Forms.Label
|
||||
Dim WF_IDLabel As System.Windows.Forms.Label
|
||||
Me.OK_Button = New System.Windows.Forms.Button()
|
||||
Me.Cancel_Button = New System.Windows.Forms.Button()
|
||||
Me.DD_DMSDataSet = New DD_Record_Organiser.DD_DMSDataSet()
|
||||
@@ -42,9 +43,8 @@ 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.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()
|
||||
@@ -56,20 +56,22 @@ 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.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()
|
||||
@@ -80,13 +82,14 @@ Partial Class frmTask_Editor
|
||||
DUE_DATELabel = New System.Windows.Forms.Label()
|
||||
Label4 = New System.Windows.Forms.Label()
|
||||
RECORD_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()
|
||||
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
|
||||
'
|
||||
'CHANGED_WHENLabel
|
||||
'
|
||||
@@ -163,11 +166,12 @@ 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
|
||||
Me.TableAdapterManager.TBDD_EINGANGSARTENTableAdapter = Nothing
|
||||
@@ -176,6 +180,7 @@ Partial Class frmTask_Editor
|
||||
Me.TableAdapterManager.TBDD_INDEX_AUTOMTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_USER_GROUPSTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_CONSTRUCTOR_USER_SQLTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_FILES_USERTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_FOLLOW_UP_EMAILTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_FOLLUPEMAIL_USERTableAdapter = Nothing
|
||||
@@ -192,19 +197,22 @@ Partial Class frmTask_Editor
|
||||
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_OBJECTTYPETableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_WORKFLOW_FORMTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_WORKFLOW_TASK_STATETableAdapter = Me.TBPMO_WORKFLOW_TASK_STATETableAdapter
|
||||
Me.TableAdapterManager.TBPMO_WORKFLOWTableAdapter = Nothing
|
||||
Me.TableAdapterManager.UpdateOrder = DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
||||
'
|
||||
'TBPMO_WORKFLOW_TASK_STATETableAdapter
|
||||
'
|
||||
Me.TBPMO_WORKFLOW_TASK_STATETableAdapter.ClearBeforeFill = True
|
||||
Me.TBPMO_WORKFLOW_TASK_STATETableAdapter.ClearBeforeFill = true
|
||||
'
|
||||
'GroupBox1
|
||||
'
|
||||
Me.GroupBox1.Controls.Add(WF_IDLabel)
|
||||
Me.GroupBox1.Controls.Add(Me.WF_IDTextBox)
|
||||
Me.GroupBox1.Controls.Add(Me.RECORD_IDTextBox)
|
||||
Me.GroupBox1.Controls.Add(RECORD_IDLabel)
|
||||
Me.GroupBox1.Controls.Add(Me.DateTimePicker1)
|
||||
Me.GroupBox1.Controls.Add(Label4)
|
||||
@@ -228,27 +236,23 @@ 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
|
||||
'
|
||||
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
|
||||
'
|
||||
'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"
|
||||
'
|
||||
'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"
|
||||
@@ -258,73 +262,78 @@ 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, "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"
|
||||
'
|
||||
'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")
|
||||
@@ -342,29 +351,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
|
||||
@@ -390,7 +399,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
|
||||
'
|
||||
@@ -403,19 +412,31 @@ 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
|
||||
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
|
||||
'
|
||||
'frmTask_Editor
|
||||
'
|
||||
@@ -430,22 +451,22 @@ Partial Class frmTask_Editor
|
||||
Me.Controls.Add(Me.GroupBox2)
|
||||
Me.Controls.Add(Me.Label1)
|
||||
Me.Controls.Add(Me.GroupBox1)
|
||||
Me.MaximizeBox = False
|
||||
Me.MinimizeBox = False
|
||||
Me.MaximizeBox = false
|
||||
Me.MinimizeBox = false
|
||||
Me.Name = "frmTask_Editor"
|
||||
Me.ShowInTaskbar = False
|
||||
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBPMO_WORKFLOW_TASKBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.GroupBox1.ResumeLayout(False)
|
||||
Me.GroupBox1.PerformLayout()
|
||||
CType(Me.VWPMO_WF_ACTIVEBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBPMO_WORKFLOW_TASK_STATEBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.GroupBox2.ResumeLayout(False)
|
||||
Me.GroupBox2.PerformLayout()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
Me.ShowInTaskbar = false
|
||||
CType(Me.DD_DMSDataSet,System.ComponentModel.ISupportInitialize).EndInit
|
||||
CType(Me.TBPMO_WORKFLOW_TASKBindingSource,System.ComponentModel.ISupportInitialize).EndInit
|
||||
Me.GroupBox1.ResumeLayout(false)
|
||||
Me.GroupBox1.PerformLayout
|
||||
CType(Me.VWPMO_WF_ACTIVEBindingSource,System.ComponentModel.ISupportInitialize).EndInit
|
||||
CType(Me.TBPMO_WORKFLOW_TASK_STATEBindingSource,System.ComponentModel.ISupportInitialize).EndInit
|
||||
Me.GroupBox2.ResumeLayout(false)
|
||||
Me.GroupBox2.PerformLayout
|
||||
Me.ResumeLayout(false)
|
||||
Me.PerformLayout
|
||||
|
||||
End Sub
|
||||
End Sub
|
||||
Friend WithEvents OK_Button As System.Windows.Forms.Button
|
||||
Friend WithEvents Cancel_Button As System.Windows.Forms.Button
|
||||
Friend WithEvents DD_DMSDataSet As DD_Record_Organiser.DD_DMSDataSet
|
||||
@@ -481,6 +502,7 @@ Partial Class frmTask_Editor
|
||||
Friend WithEvents ListBoxFollowing As System.Windows.Forms.ListBox
|
||||
Friend WithEvents VWPMO_WF_ACTIVEBindingSource As System.Windows.Forms.BindingSource
|
||||
Friend WithEvents VWPMO_WF_ACTIVETableAdapter As DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWPMO_WF_ACTIVETableAdapter
|
||||
Friend WithEvents RECORD_IDTextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents WF_IDTextBox As System.Windows.Forms.TextBox
|
||||
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user