MS05082016
This commit is contained in:
@@ -66,6 +66,9 @@ Partial Class frmTask_Management
|
||||
Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl()
|
||||
Me.XtraTabPage1 = New DevExpress.XtraTab.XtraTabPage()
|
||||
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
||||
Me.btnSaveComment = New System.Windows.Forms.Button()
|
||||
Me.txtComment = New System.Windows.Forms.TextBox()
|
||||
Me.Label4 = New System.Windows.Forms.Label()
|
||||
Me.lblSelection = New System.Windows.Forms.Label()
|
||||
Me.txtWorkflow = New System.Windows.Forms.TextBox()
|
||||
Me.DataGridView1 = New System.Windows.Forms.DataGridView()
|
||||
@@ -397,6 +400,9 @@ Partial Class frmTask_Management
|
||||
'GroupBox1
|
||||
'
|
||||
resources.ApplyResources(Me.GroupBox1, "GroupBox1")
|
||||
Me.GroupBox1.Controls.Add(Me.btnSaveComment)
|
||||
Me.GroupBox1.Controls.Add(Me.txtComment)
|
||||
Me.GroupBox1.Controls.Add(Me.Label4)
|
||||
Me.GroupBox1.Controls.Add(Me.lblSelection)
|
||||
Me.GroupBox1.Controls.Add(Me.txtWorkflow)
|
||||
Me.GroupBox1.Controls.Add(Me.DataGridView1)
|
||||
@@ -411,6 +417,23 @@ Partial Class frmTask_Management
|
||||
Me.GroupBox1.Name = "GroupBox1"
|
||||
Me.GroupBox1.TabStop = False
|
||||
'
|
||||
'btnSaveComment
|
||||
'
|
||||
resources.ApplyResources(Me.btnSaveComment, "btnSaveComment")
|
||||
Me.btnSaveComment.Image = Global.DD_Record_Organiser.My.Resources.Resources.save
|
||||
Me.btnSaveComment.Name = "btnSaveComment"
|
||||
Me.btnSaveComment.UseVisualStyleBackColor = True
|
||||
'
|
||||
'txtComment
|
||||
'
|
||||
resources.ApplyResources(Me.txtComment, "txtComment")
|
||||
Me.txtComment.Name = "txtComment"
|
||||
'
|
||||
'Label4
|
||||
'
|
||||
resources.ApplyResources(Me.Label4, "Label4")
|
||||
Me.Label4.Name = "Label4"
|
||||
'
|
||||
'lblSelection
|
||||
'
|
||||
resources.ApplyResources(Me.lblSelection, "lblSelection")
|
||||
@@ -739,13 +762,17 @@ Partial Class frmTask_Management
|
||||
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_STRUCTURE_NODES_CONFIGURATIONTableAdapter = 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_HISTORYTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_WORKFLOW_TASK_STATETableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_WORKFLOWTableAdapter = Me.TBPMO_WORKFLOWTableAdapter
|
||||
Me.TableAdapterManager.UpdateOrder = DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
||||
@@ -885,4 +912,7 @@ Partial Class frmTask_Management
|
||||
Friend WithEvents txtWorkflow As System.Windows.Forms.TextBox
|
||||
Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView
|
||||
Friend WithEvents lblSelection As System.Windows.Forms.Label
|
||||
Friend WithEvents txtComment As System.Windows.Forms.TextBox
|
||||
Friend WithEvents Label4 As System.Windows.Forms.Label
|
||||
Friend WithEvents btnSaveComment As System.Windows.Forms.Button
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user