MS1003
This commit is contained in:
43
app/DD-Record-Organizer/frmRecordView.Designer.vb
generated
43
app/DD-Record-Organizer/frmRecordView.Designer.vb
generated
@@ -82,8 +82,6 @@ Partial Class frmRecordView
|
||||
Me.tslblWindreamView = New System.Windows.Forms.ToolStripLabel()
|
||||
Me.XtraTabPage1 = New DevExpress.XtraTab.XtraTabPage()
|
||||
Me.txtStateActual = New System.Windows.Forms.TextBox()
|
||||
Me.VWPMO_WF_ACTIVEBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.DD_DMSDataSet = New DD_Record_Organizer.DD_DMSDataSet()
|
||||
Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl()
|
||||
Me.XtraTabPage3 = New DevExpress.XtraTab.XtraTabPage()
|
||||
Me.GridControlUsersSelection = New DevExpress.XtraGrid.GridControl()
|
||||
@@ -104,6 +102,7 @@ Partial Class frmRecordView
|
||||
Me.XtraTabPage4 = New DevExpress.XtraTab.XtraTabPage()
|
||||
Me.GridControl1 = New DevExpress.XtraGrid.GridControl()
|
||||
Me.TBPMO_WORKFLOW_TASK_HISTORYBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.DD_DMSDataSet = New DD_Record_Organizer.DD_DMSDataSet()
|
||||
Me.GridView2 = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.colGUID = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colSTATE_DESC = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
@@ -124,7 +123,6 @@ Partial Class frmRecordView
|
||||
Me.STATE_IDComboBox = New System.Windows.Forms.ComboBox()
|
||||
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
||||
Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.VWPMO_WF_ACTIVETableAdapter = New DD_Record_Organizer.DD_DMSDataSetTableAdapters.VWPMO_WF_ACTIVETableAdapter()
|
||||
Me.TableAdapterManager = New DD_Record_Organizer.DD_DMSDataSetTableAdapters.TableAdapterManager()
|
||||
Me.TBPMO_WORKFLOW_TASK_HISTORYTableAdapter = New DD_Record_Organizer.DD_DMSDataSetTableAdapters.TBPMO_WORKFLOW_TASK_HISTORYTableAdapter()
|
||||
Label1 = New System.Windows.Forms.Label()
|
||||
@@ -161,8 +159,6 @@ Partial Class frmRecordView
|
||||
CType(Me.GridViewDoc_Search, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.ToolStrip2.SuspendLayout()
|
||||
Me.XtraTabPage1.SuspendLayout()
|
||||
CType(Me.VWPMO_WF_ACTIVEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.XtraTabControl1.SuspendLayout()
|
||||
Me.XtraTabPage3.SuspendLayout()
|
||||
@@ -173,6 +169,7 @@ Partial Class frmRecordView
|
||||
Me.XtraTabPage4.SuspendLayout()
|
||||
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBPMO_WORKFLOW_TASK_HISTORYBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridView2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
@@ -226,6 +223,7 @@ Partial Class frmRecordView
|
||||
'STATE_IDLabel
|
||||
'
|
||||
resources.ApplyResources(STATE_IDLabel, "STATE_IDLabel")
|
||||
STATE_IDLabel.ForeColor = System.Drawing.Color.DodgerBlue
|
||||
STATE_IDLabel.Name = "STATE_IDLabel"
|
||||
'
|
||||
'SplitContainerMain
|
||||
@@ -595,22 +593,11 @@ Partial Class frmRecordView
|
||||
'
|
||||
'txtStateActual
|
||||
'
|
||||
Me.txtStateActual.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_ACTIVEBindingSource, "STATE_TITLE", True))
|
||||
resources.ApplyResources(Me.txtStateActual, "txtStateActual")
|
||||
Me.txtStateActual.ForeColor = System.Drawing.Color.OrangeRed
|
||||
Me.txtStateActual.Name = "txtStateActual"
|
||||
Me.txtStateActual.ReadOnly = True
|
||||
'
|
||||
'VWPMO_WF_ACTIVEBindingSource
|
||||
'
|
||||
Me.VWPMO_WF_ACTIVEBindingSource.DataMember = "VWPMO_WF_ACTIVE"
|
||||
Me.VWPMO_WF_ACTIVEBindingSource.DataSource = Me.DD_DMSDataSet
|
||||
'
|
||||
'DD_DMSDataSet
|
||||
'
|
||||
Me.DD_DMSDataSet.DataSetName = "DD_DMSDataSet"
|
||||
Me.DD_DMSDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
||||
'
|
||||
'XtraTabControl1
|
||||
'
|
||||
resources.ApplyResources(Me.XtraTabControl1, "XtraTabControl1")
|
||||
@@ -755,6 +742,11 @@ Partial Class frmRecordView
|
||||
Me.TBPMO_WORKFLOW_TASK_HISTORYBindingSource.DataMember = "TBPMO_WORKFLOW_TASK_HISTORY"
|
||||
Me.TBPMO_WORKFLOW_TASK_HISTORYBindingSource.DataSource = Me.DD_DMSDataSet
|
||||
'
|
||||
'DD_DMSDataSet
|
||||
'
|
||||
Me.DD_DMSDataSet.DataSetName = "DD_DMSDataSet"
|
||||
Me.DD_DMSDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
||||
'
|
||||
'GridView2
|
||||
'
|
||||
Me.GridView2.Appearance.EvenRow.BackColor = CType(resources.GetObject("GridView2.Appearance.EvenRow.BackColor"), System.Drawing.Color)
|
||||
@@ -813,25 +805,21 @@ Partial Class frmRecordView
|
||||
'
|
||||
'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"
|
||||
'
|
||||
'CHANGED_WHENTextBox
|
||||
'
|
||||
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"
|
||||
'
|
||||
'CHANGED_WHOTextBox
|
||||
'
|
||||
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"
|
||||
'
|
||||
'WF_TASK_IDTextBox
|
||||
'
|
||||
Me.WF_TASK_IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_ACTIVEBindingSource, "WF_TASK_ID", True))
|
||||
resources.ApplyResources(Me.WF_TASK_IDTextBox, "WF_TASK_IDTextBox")
|
||||
Me.WF_TASK_IDTextBox.Name = "WF_TASK_IDTextBox"
|
||||
'
|
||||
@@ -850,27 +838,23 @@ Partial Class frmRecordView
|
||||
'
|
||||
'TITLETextBox
|
||||
'
|
||||
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
|
||||
'
|
||||
'DateTimePickerTASK_DATE
|
||||
'
|
||||
Me.DateTimePickerTASK_DATE.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_ACTIVEBindingSource, "TASK_DATE", True))
|
||||
Me.DateTimePickerTASK_DATE.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
||||
resources.ApplyResources(Me.DateTimePickerTASK_DATE, "DateTimePickerTASK_DATE")
|
||||
Me.DateTimePickerTASK_DATE.Name = "DateTimePickerTASK_DATE"
|
||||
'
|
||||
'COMMENTTextBox
|
||||
'
|
||||
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"
|
||||
'
|
||||
'DUE_DATEDateTimePicker
|
||||
'
|
||||
Me.DUE_DATEDateTimePicker.DataBindings.Add(New System.Windows.Forms.Binding("Text", 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"
|
||||
@@ -878,6 +862,7 @@ Partial Class frmRecordView
|
||||
'STATE_IDComboBox
|
||||
'
|
||||
resources.ApplyResources(Me.STATE_IDComboBox, "STATE_IDComboBox")
|
||||
Me.STATE_IDComboBox.ForeColor = System.Drawing.Color.DodgerBlue
|
||||
Me.STATE_IDComboBox.FormattingEnabled = True
|
||||
Me.STATE_IDComboBox.Name = "STATE_IDComboBox"
|
||||
'
|
||||
@@ -890,10 +875,6 @@ Partial Class frmRecordView
|
||||
'
|
||||
Me.GridView1.Name = "GridView1"
|
||||
'
|
||||
'VWPMO_WF_ACTIVETableAdapter
|
||||
'
|
||||
Me.VWPMO_WF_ACTIVETableAdapter.ClearBeforeFill = True
|
||||
'
|
||||
'TableAdapterManager
|
||||
'
|
||||
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
||||
@@ -907,6 +888,7 @@ Partial Class frmRecordView
|
||||
Me.TableAdapterManager.TBDD_INDEX_AUTOMTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_USER_GROUPSTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_APPOINTMENTSTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_CONSTRUCTOR_USER_SQLTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_FOLLOW_UP_EMAILTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_FOLLUPEMAIL_USERTableAdapter = Nothing
|
||||
@@ -978,8 +960,6 @@ Partial Class frmRecordView
|
||||
Me.ToolStrip2.PerformLayout()
|
||||
Me.XtraTabPage1.ResumeLayout(False)
|
||||
Me.XtraTabPage1.PerformLayout()
|
||||
CType(Me.VWPMO_WF_ACTIVEBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.XtraTabControl1.ResumeLayout(False)
|
||||
Me.XtraTabPage3.ResumeLayout(False)
|
||||
@@ -991,6 +971,7 @@ Partial Class frmRecordView
|
||||
Me.XtraTabPage4.ResumeLayout(False)
|
||||
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBPMO_WORKFLOW_TASK_HISTORYBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.GridView2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
@@ -1074,8 +1055,6 @@ Partial Class frmRecordView
|
||||
Friend WithEvents lblWiedervorlage_Control As System.Windows.Forms.Label
|
||||
Friend WithEvents Label5 As System.Windows.Forms.Label
|
||||
Friend WithEvents DD_DMSDataSet As DD_Record_Organizer.DD_DMSDataSet
|
||||
Friend WithEvents VWPMO_WF_ACTIVEBindingSource As System.Windows.Forms.BindingSource
|
||||
Friend WithEvents VWPMO_WF_ACTIVETableAdapter As DD_Record_Organizer.DD_DMSDataSetTableAdapters.VWPMO_WF_ACTIVETableAdapter
|
||||
Friend WithEvents TableAdapterManager As DD_Record_Organizer.DD_DMSDataSetTableAdapters.TableAdapterManager
|
||||
Friend WithEvents DD_ECMAdmin As DD_Record_Organizer.DD_ECMAdmin
|
||||
Friend WithEvents TBAD_UsersBindingSource As System.Windows.Forms.BindingSource
|
||||
|
||||
Reference in New Issue
Block a user