MS22062016
This commit is contained in:
505
app/DD-Record-Organiser/frmRecordView.Designer.vb
generated
505
app/DD-Record-Organiser/frmRecordView.Designer.vb
generated
@@ -23,7 +23,15 @@ Partial Class frmRecordView
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim Label4 As System.Windows.Forms.Label
|
||||
Dim TITLELabel As System.Windows.Forms.Label
|
||||
Dim COMMENTLabel As System.Windows.Forms.Label
|
||||
Dim STATE_IDLabel As System.Windows.Forms.Label
|
||||
Dim DUE_DATELabel As System.Windows.Forms.Label
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmRecordView))
|
||||
Dim WF_TASK_IDLabel As System.Windows.Forms.Label
|
||||
Dim CHANGED_WHOLabel As System.Windows.Forms.Label
|
||||
Dim CHANGED_WHENLabel As System.Windows.Forms.Label
|
||||
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
||||
Me.TCDetails = New DevExpress.XtraTab.XtraTabControl()
|
||||
Me.TabDetails = New DevExpress.XtraTab.XtraTabPage()
|
||||
@@ -61,15 +69,41 @@ Partial Class frmRecordView
|
||||
Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton()
|
||||
Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton()
|
||||
Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl()
|
||||
Me.TabControl1 = New DevExpress.XtraTab.XtraTabControl()
|
||||
Me.XtraTabPage2 = New DevExpress.XtraTab.XtraTabPage()
|
||||
Me.GridControl1 = New DevExpress.XtraGrid.GridControl()
|
||||
Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.GridControlDocSearch = New DevExpress.XtraGrid.GridControl()
|
||||
Me.GridViewDoc_Search = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.ToolStrip2 = New System.Windows.Forms.ToolStrip()
|
||||
Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel()
|
||||
Me.tslblWindreamView = New System.Windows.Forms.ToolStripLabel()
|
||||
Me.ToolStripDropDownButton1 = New System.Windows.Forms.ToolStripDropDownButton()
|
||||
Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.XtraTabPage1 = New DevExpress.XtraTab.XtraTabPage()
|
||||
Me.TITLETextBox = New System.Windows.Forms.TextBox()
|
||||
Me.DateTimePickerTASK_DATE = New System.Windows.Forms.DateTimePicker()
|
||||
Me.COMMENTTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.DUE_DATEDateTimePicker = New System.Windows.Forms.DateTimePicker()
|
||||
Me.STATE_IDComboBox = New System.Windows.Forms.ComboBox()
|
||||
Me.SplitContainerControl1 = New DevExpress.XtraEditors.SplitContainerControl()
|
||||
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
|
||||
Me.DD_DMSDataSet = New DD_Record_Organiser.DD_DMSDataSet()
|
||||
Me.VWPMO_WF_ACTIVEBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.VWPMO_WF_ACTIVETableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWPMO_WF_ACTIVETableAdapter()
|
||||
Me.TableAdapterManager = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager()
|
||||
Me.lblnoTasks = New System.Windows.Forms.Label()
|
||||
Me.TBPMO_WORKFLOW_TASK_STATEBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.TBPMO_WORKFLOW_TASK_STATETableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_WORKFLOW_TASK_STATETableAdapter()
|
||||
Me.btnSaveWorkflow = New System.Windows.Forms.Button()
|
||||
Me.WF_TASK_IDTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.CHANGED_WHENTextBox = New System.Windows.Forms.TextBox()
|
||||
Label4 = New System.Windows.Forms.Label()
|
||||
TITLELabel = New System.Windows.Forms.Label()
|
||||
COMMENTLabel = New System.Windows.Forms.Label()
|
||||
STATE_IDLabel = New System.Windows.Forms.Label()
|
||||
DUE_DATELabel = New System.Windows.Forms.Label()
|
||||
WF_TASK_IDLabel = New System.Windows.Forms.Label()
|
||||
CHANGED_WHOLabel = New System.Windows.Forms.Label()
|
||||
CHANGED_WHENLabel = New System.Windows.Forms.Label()
|
||||
CType(Me.TCDetails, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.TCDetails.SuspendLayout()
|
||||
Me.TabDetails.SuspendLayout()
|
||||
@@ -82,21 +116,80 @@ Partial Class frmRecordView
|
||||
CType(Me.grvwGridPos, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.BindingNavigatorPOS, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.BindingNavigatorPOS.SuspendLayout()
|
||||
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.XtraTabControl1.SuspendLayout()
|
||||
CType(Me.TabControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.TabControl1.SuspendLayout()
|
||||
Me.XtraTabPage2.SuspendLayout()
|
||||
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridControlDocSearch, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridViewDoc_Search, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.ToolStrip2.SuspendLayout()
|
||||
Me.XtraTabPage1.SuspendLayout()
|
||||
CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SplitContainerControl1.SuspendLayout()
|
||||
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SplitContainer1.Panel1.SuspendLayout()
|
||||
Me.SplitContainer1.Panel2.SuspendLayout()
|
||||
Me.SplitContainer1.SuspendLayout()
|
||||
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.VWPMO_WF_ACTIVEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBPMO_WORKFLOW_TASK_STATEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'Label4
|
||||
'
|
||||
Label4.AutoSize = True
|
||||
Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||||
Label4.Location = New System.Drawing.Point(12, 138)
|
||||
Label4.Name = "Label4"
|
||||
Label4.Size = New System.Drawing.Size(59, 13)
|
||||
Label4.TabIndex = 20
|
||||
Label4.Text = "Ist-Datum:"
|
||||
'
|
||||
'TITLELabel
|
||||
'
|
||||
TITLELabel.AutoSize = True
|
||||
TITLELabel.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Italic)
|
||||
TITLELabel.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||||
TITLELabel.Location = New System.Drawing.Point(12, 6)
|
||||
TITLELabel.Name = "TITLELabel"
|
||||
TITLELabel.Size = New System.Drawing.Size(34, 15)
|
||||
TITLELabel.TabIndex = 5
|
||||
TITLELabel.Text = "Task:"
|
||||
'
|
||||
'COMMENTLabel
|
||||
'
|
||||
COMMENTLabel.AutoSize = True
|
||||
COMMENTLabel.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||||
COMMENTLabel.Location = New System.Drawing.Point(12, 50)
|
||||
COMMENTLabel.Name = "COMMENTLabel"
|
||||
COMMENTLabel.Size = New System.Drawing.Size(65, 13)
|
||||
COMMENTLabel.TabIndex = 6
|
||||
COMMENTLabel.Text = "Kommentar:"
|
||||
'
|
||||
'STATE_IDLabel
|
||||
'
|
||||
STATE_IDLabel.AutoSize = True
|
||||
STATE_IDLabel.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||||
STATE_IDLabel.Location = New System.Drawing.Point(12, 178)
|
||||
STATE_IDLabel.Name = "STATE_IDLabel"
|
||||
STATE_IDLabel.Size = New System.Drawing.Size(42, 13)
|
||||
STATE_IDLabel.TabIndex = 10
|
||||
STATE_IDLabel.Text = "Status:"
|
||||
'
|
||||
'DUE_DATELabel
|
||||
'
|
||||
DUE_DATELabel.AutoSize = True
|
||||
DUE_DATELabel.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||||
DUE_DATELabel.Location = New System.Drawing.Point(114, 138)
|
||||
DUE_DATELabel.Name = "DUE_DATELabel"
|
||||
DUE_DATELabel.Size = New System.Drawing.Size(52, 13)
|
||||
DUE_DATELabel.TabIndex = 8
|
||||
DUE_DATELabel.Text = "Fälligkeit:"
|
||||
'
|
||||
'ToolStrip1
|
||||
'
|
||||
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.ToolStrip1.Name = "ToolStrip1"
|
||||
Me.ToolStrip1.Size = New System.Drawing.Size(1101, 25)
|
||||
Me.ToolStrip1.Size = New System.Drawing.Size(1175, 25)
|
||||
Me.ToolStrip1.TabIndex = 0
|
||||
Me.ToolStrip1.Text = "ToolStrip1"
|
||||
'
|
||||
@@ -107,11 +200,11 @@ Partial Class frmRecordView
|
||||
Me.TCDetails.AppearancePage.HeaderHotTracked.Font = New System.Drawing.Font("Tahoma", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle))
|
||||
Me.TCDetails.AppearancePage.HeaderHotTracked.Options.UseBackColor = True
|
||||
Me.TCDetails.AppearancePage.HeaderHotTracked.Options.UseFont = True
|
||||
Me.TCDetails.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.TCDetails.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.TCDetails.Location = New System.Drawing.Point(0, 0)
|
||||
Me.TCDetails.Name = "TCDetails"
|
||||
Me.TCDetails.SelectedTabPage = Me.TabDetails
|
||||
Me.TCDetails.Size = New System.Drawing.Size(569, 369)
|
||||
Me.TCDetails.Size = New System.Drawing.Size(793, 355)
|
||||
Me.TCDetails.TabIndex = 2
|
||||
Me.TCDetails.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.TabDetails, Me.TabFollowUp, Me.TabPos})
|
||||
'
|
||||
@@ -120,7 +213,7 @@ Partial Class frmRecordView
|
||||
Me.TabDetails.Controls.Add(Me.pnlDetails)
|
||||
Me.TabDetails.Image = Global.DD_Record_Organiser.My.Resources.Resources.grid_Data_16xMD
|
||||
Me.TabDetails.Name = "TabDetails"
|
||||
Me.TabDetails.Size = New System.Drawing.Size(563, 338)
|
||||
Me.TabDetails.Size = New System.Drawing.Size(791, 327)
|
||||
Me.TabDetails.Text = "Detailansicht"
|
||||
'
|
||||
'pnlDetails
|
||||
@@ -130,7 +223,7 @@ Partial Class frmRecordView
|
||||
Me.pnlDetails.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.pnlDetails.Location = New System.Drawing.Point(0, 0)
|
||||
Me.pnlDetails.Name = "pnlDetails"
|
||||
Me.pnlDetails.Size = New System.Drawing.Size(563, 338)
|
||||
Me.pnlDetails.Size = New System.Drawing.Size(791, 327)
|
||||
Me.pnlDetails.TabIndex = 0
|
||||
'
|
||||
'TabFollowUp
|
||||
@@ -140,7 +233,7 @@ Partial Class frmRecordView
|
||||
Me.TabFollowUp.Controls.Add(Me.Label5)
|
||||
Me.TabFollowUp.Image = Global.DD_Record_Organiser.My.Resources.Resources.Task_16xMD
|
||||
Me.TabFollowUp.Name = "TabFollowUp"
|
||||
Me.TabFollowUp.Size = New System.Drawing.Size(563, 338)
|
||||
Me.TabFollowUp.Size = New System.Drawing.Size(791, 327)
|
||||
Me.TabFollowUp.Text = "Wiedervorlage"
|
||||
'
|
||||
'ListViewFollowUps
|
||||
@@ -152,7 +245,7 @@ Partial Class frmRecordView
|
||||
Me.ListViewFollowUps.HideSelection = False
|
||||
Me.ListViewFollowUps.Location = New System.Drawing.Point(14, 36)
|
||||
Me.ListViewFollowUps.Name = "ListViewFollowUps"
|
||||
Me.ListViewFollowUps.Size = New System.Drawing.Size(263, 257)
|
||||
Me.ListViewFollowUps.Size = New System.Drawing.Size(263, 152)
|
||||
Me.ListViewFollowUps.TabIndex = 5
|
||||
Me.ListViewFollowUps.UseCompatibleStateImageBehavior = False
|
||||
Me.ListViewFollowUps.View = System.Windows.Forms.View.Details
|
||||
@@ -178,7 +271,7 @@ Partial Class frmRecordView
|
||||
Me.grpbxFU_Profile.Controls.Add(Me.lblWiedervorlage_Control)
|
||||
Me.grpbxFU_Profile.Location = New System.Drawing.Point(283, 28)
|
||||
Me.grpbxFU_Profile.Name = "grpbxFU_Profile"
|
||||
Me.grpbxFU_Profile.Size = New System.Drawing.Size(774, 265)
|
||||
Me.grpbxFU_Profile.Size = New System.Drawing.Size(774, 160)
|
||||
Me.grpbxFU_Profile.TabIndex = 4
|
||||
Me.grpbxFU_Profile.TabStop = False
|
||||
'
|
||||
@@ -195,7 +288,7 @@ Partial Class frmRecordView
|
||||
Me.GroupBox4.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold)
|
||||
Me.GroupBox4.Location = New System.Drawing.Point(177, 20)
|
||||
Me.GroupBox4.Name = "GroupBox4"
|
||||
Me.GroupBox4.Size = New System.Drawing.Size(594, 239)
|
||||
Me.GroupBox4.Size = New System.Drawing.Size(594, 134)
|
||||
Me.GroupBox4.TabIndex = 4
|
||||
Me.GroupBox4.TabStop = False
|
||||
Me.GroupBox4.Text = "Individuelle Empfänger für diesen Datensatz:"
|
||||
@@ -254,7 +347,7 @@ Partial Class frmRecordView
|
||||
Me.ListBoxUser2Profile.FormattingEnabled = True
|
||||
Me.ListBoxUser2Profile.Location = New System.Drawing.Point(9, 50)
|
||||
Me.ListBoxUser2Profile.Name = "ListBoxUser2Profile"
|
||||
Me.ListBoxUser2Profile.Size = New System.Drawing.Size(230, 173)
|
||||
Me.ListBoxUser2Profile.Size = New System.Drawing.Size(230, 56)
|
||||
Me.ListBoxUser2Profile.TabIndex = 1
|
||||
'
|
||||
'Label7
|
||||
@@ -327,7 +420,7 @@ Partial Class frmRecordView
|
||||
Me.TabPos.Image = CType(resources.GetObject("TabPos.Image"), System.Drawing.Image)
|
||||
Me.TabPos.Name = "TabPos"
|
||||
Me.TabPos.PageVisible = False
|
||||
Me.TabPos.Size = New System.Drawing.Size(563, 338)
|
||||
Me.TabPos.Size = New System.Drawing.Size(791, 327)
|
||||
Me.TabPos.Text = "Positionen"
|
||||
'
|
||||
'Panel1
|
||||
@@ -336,7 +429,7 @@ Partial Class frmRecordView
|
||||
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.Panel1.Location = New System.Drawing.Point(0, 25)
|
||||
Me.Panel1.Name = "Panel1"
|
||||
Me.Panel1.Size = New System.Drawing.Size(563, 313)
|
||||
Me.Panel1.Size = New System.Drawing.Size(791, 302)
|
||||
Me.Panel1.TabIndex = 2
|
||||
'
|
||||
'GridControlPos
|
||||
@@ -345,7 +438,7 @@ Partial Class frmRecordView
|
||||
Me.GridControlPos.Location = New System.Drawing.Point(0, 0)
|
||||
Me.GridControlPos.MainView = Me.grvwGridPos
|
||||
Me.GridControlPos.Name = "GridControlPos"
|
||||
Me.GridControlPos.Size = New System.Drawing.Size(563, 313)
|
||||
Me.GridControlPos.Size = New System.Drawing.Size(791, 302)
|
||||
Me.GridControlPos.TabIndex = 0
|
||||
Me.GridControlPos.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.grvwGridPos})
|
||||
'
|
||||
@@ -372,7 +465,7 @@ Partial Class frmRecordView
|
||||
Me.BindingNavigatorPOS.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
|
||||
Me.BindingNavigatorPOS.Name = "BindingNavigatorPOS"
|
||||
Me.BindingNavigatorPOS.PositionItem = Me.BindingNavigatorPositionItem
|
||||
Me.BindingNavigatorPOS.Size = New System.Drawing.Size(563, 25)
|
||||
Me.BindingNavigatorPOS.Size = New System.Drawing.Size(791, 25)
|
||||
Me.BindingNavigatorPOS.TabIndex = 1
|
||||
Me.BindingNavigatorPOS.Text = "BindingNavigator1"
|
||||
'
|
||||
@@ -461,73 +554,71 @@ Partial Class frmRecordView
|
||||
Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
|
||||
Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
|
||||
'
|
||||
'XtraTabControl1
|
||||
'TabControl1
|
||||
'
|
||||
Me.XtraTabControl1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||||
Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.XtraTabControl1.AppearancePage.HeaderHotTracked.BackColor = System.Drawing.Color.Fuchsia
|
||||
Me.XtraTabControl1.AppearancePage.HeaderHotTracked.BackColor2 = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.XtraTabControl1.AppearancePage.HeaderHotTracked.Font = New System.Drawing.Font("Tahoma", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle))
|
||||
Me.XtraTabControl1.AppearancePage.HeaderHotTracked.Options.UseBackColor = True
|
||||
Me.XtraTabControl1.AppearancePage.HeaderHotTracked.Options.UseFont = True
|
||||
Me.XtraTabControl1.Location = New System.Drawing.Point(3, 370)
|
||||
Me.XtraTabControl1.Name = "XtraTabControl1"
|
||||
Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage2
|
||||
Me.XtraTabControl1.Size = New System.Drawing.Size(561, 246)
|
||||
Me.XtraTabControl1.TabIndex = 3
|
||||
Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage2})
|
||||
Me.TabControl1.AppearancePage.HeaderHotTracked.BackColor = System.Drawing.Color.Fuchsia
|
||||
Me.TabControl1.AppearancePage.HeaderHotTracked.BackColor2 = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.TabControl1.AppearancePage.HeaderHotTracked.Font = New System.Drawing.Font("Tahoma", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle))
|
||||
Me.TabControl1.AppearancePage.HeaderHotTracked.Options.UseBackColor = True
|
||||
Me.TabControl1.AppearancePage.HeaderHotTracked.Options.UseFont = True
|
||||
Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.TabControl1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.TabControl1.Name = "TabControl1"
|
||||
Me.TabControl1.SelectedTabPage = Me.XtraTabPage2
|
||||
Me.TabControl1.Size = New System.Drawing.Size(793, 351)
|
||||
Me.TabControl1.TabIndex = 3
|
||||
Me.TabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage2, Me.XtraTabPage1})
|
||||
'
|
||||
'XtraTabPage2
|
||||
'
|
||||
Me.XtraTabPage2.AllowDrop = True
|
||||
Me.XtraTabPage2.Controls.Add(Me.GridControl1)
|
||||
Me.XtraTabPage2.Controls.Add(Me.GridControlDocSearch)
|
||||
Me.XtraTabPage2.Controls.Add(Me.ToolStrip2)
|
||||
Me.XtraTabPage2.Image = Global.DD_Record_Organiser.My.Resources.Resources.Files_7954
|
||||
Me.XtraTabPage2.Name = "XtraTabPage2"
|
||||
Me.XtraTabPage2.Size = New System.Drawing.Size(555, 215)
|
||||
Me.XtraTabPage2.Size = New System.Drawing.Size(791, 323)
|
||||
Me.XtraTabPage2.Text = "windream-Dateien"
|
||||
'
|
||||
'GridControl1
|
||||
'GridControlDocSearch
|
||||
'
|
||||
Me.GridControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.GridControl1.Location = New System.Drawing.Point(0, 25)
|
||||
Me.GridControl1.MainView = Me.GridView1
|
||||
Me.GridControl1.Name = "GridControl1"
|
||||
Me.GridControl1.Size = New System.Drawing.Size(555, 190)
|
||||
Me.GridControl1.TabIndex = 7
|
||||
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1})
|
||||
Me.GridControlDocSearch.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.GridControlDocSearch.Location = New System.Drawing.Point(0, 25)
|
||||
Me.GridControlDocSearch.MainView = Me.GridViewDoc_Search
|
||||
Me.GridControlDocSearch.Name = "GridControlDocSearch"
|
||||
Me.GridControlDocSearch.Size = New System.Drawing.Size(791, 298)
|
||||
Me.GridControlDocSearch.TabIndex = 7
|
||||
Me.GridControlDocSearch.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewDoc_Search})
|
||||
'
|
||||
'GridView1
|
||||
'GridViewDoc_Search
|
||||
'
|
||||
Me.GridView1.Appearance.OddRow.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.GridView1.Appearance.OddRow.Options.UseBackColor = True
|
||||
Me.GridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFullFocus
|
||||
Me.GridView1.GridControl = Me.GridControl1
|
||||
Me.GridView1.Name = "GridView1"
|
||||
Me.GridView1.OptionsBehavior.Editable = False
|
||||
Me.GridView1.OptionsBehavior.ReadOnly = True
|
||||
Me.GridView1.OptionsSelection.EnableAppearanceFocusedCell = False
|
||||
Me.GridView1.OptionsView.ColumnAutoWidth = False
|
||||
Me.GridView1.OptionsView.ShowHorizontalLines = DevExpress.Utils.DefaultBoolean.[False]
|
||||
Me.GridView1.OptionsView.ShowIndicator = False
|
||||
Me.GridViewDoc_Search.Appearance.OddRow.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.GridViewDoc_Search.Appearance.OddRow.Options.UseBackColor = True
|
||||
Me.GridViewDoc_Search.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFullFocus
|
||||
Me.GridViewDoc_Search.GridControl = Me.GridControlDocSearch
|
||||
Me.GridViewDoc_Search.Name = "GridViewDoc_Search"
|
||||
Me.GridViewDoc_Search.OptionsBehavior.Editable = False
|
||||
Me.GridViewDoc_Search.OptionsBehavior.ReadOnly = True
|
||||
Me.GridViewDoc_Search.OptionsSelection.EnableAppearanceFocusedCell = False
|
||||
Me.GridViewDoc_Search.OptionsView.ColumnAutoWidth = False
|
||||
Me.GridViewDoc_Search.OptionsView.ShowHorizontalLines = DevExpress.Utils.DefaultBoolean.[False]
|
||||
Me.GridViewDoc_Search.OptionsView.ShowIndicator = False
|
||||
'
|
||||
'ToolStrip2
|
||||
'
|
||||
Me.ToolStrip2.AllowDrop = True
|
||||
Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel1, Me.ToolStripDropDownButton1})
|
||||
Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblWindreamView, Me.ToolStripDropDownButton1})
|
||||
Me.ToolStrip2.Location = New System.Drawing.Point(0, 0)
|
||||
Me.ToolStrip2.Name = "ToolStrip2"
|
||||
Me.ToolStrip2.Size = New System.Drawing.Size(555, 25)
|
||||
Me.ToolStrip2.Size = New System.Drawing.Size(791, 25)
|
||||
Me.ToolStrip2.TabIndex = 2
|
||||
Me.ToolStrip2.Text = "ToolStrip2"
|
||||
'
|
||||
'ToolStripLabel1
|
||||
'tslblWindreamView
|
||||
'
|
||||
Me.ToolStripLabel1.Font = New System.Drawing.Font("Segoe UI", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle))
|
||||
Me.ToolStripLabel1.Name = "ToolStripLabel1"
|
||||
Me.ToolStripLabel1.Size = New System.Drawing.Size(126, 22)
|
||||
Me.ToolStripLabel1.Text = "Windream-Dokumente"
|
||||
Me.tslblWindreamView.Font = New System.Drawing.Font("Segoe UI", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle))
|
||||
Me.tslblWindreamView.Name = "tslblWindreamView"
|
||||
Me.tslblWindreamView.Size = New System.Drawing.Size(126, 22)
|
||||
Me.tslblWindreamView.Text = "Windream-Dokumente"
|
||||
'
|
||||
'ToolStripDropDownButton1
|
||||
'
|
||||
@@ -545,27 +636,256 @@ Partial Class frmRecordView
|
||||
Me.ToolStripMenuItem1.Size = New System.Drawing.Size(173, 22)
|
||||
Me.ToolStripMenuItem1.Text = "Konfiguration User"
|
||||
'
|
||||
'XtraTabPage1
|
||||
'
|
||||
Me.XtraTabPage1.Controls.Add(CHANGED_WHENLabel)
|
||||
Me.XtraTabPage1.Controls.Add(Me.CHANGED_WHENTextBox)
|
||||
Me.XtraTabPage1.Controls.Add(CHANGED_WHOLabel)
|
||||
Me.XtraTabPage1.Controls.Add(Me.CHANGED_WHOTextBox)
|
||||
Me.XtraTabPage1.Controls.Add(WF_TASK_IDLabel)
|
||||
Me.XtraTabPage1.Controls.Add(Me.WF_TASK_IDTextBox)
|
||||
Me.XtraTabPage1.Controls.Add(Me.btnSaveWorkflow)
|
||||
Me.XtraTabPage1.Controls.Add(Me.lblnoTasks)
|
||||
Me.XtraTabPage1.Controls.Add(TITLELabel)
|
||||
Me.XtraTabPage1.Controls.Add(Me.TITLETextBox)
|
||||
Me.XtraTabPage1.Controls.Add(COMMENTLabel)
|
||||
Me.XtraTabPage1.Controls.Add(Me.DateTimePickerTASK_DATE)
|
||||
Me.XtraTabPage1.Controls.Add(Me.COMMENTTextBox)
|
||||
Me.XtraTabPage1.Controls.Add(Label4)
|
||||
Me.XtraTabPage1.Controls.Add(Me.DUE_DATEDateTimePicker)
|
||||
Me.XtraTabPage1.Controls.Add(DUE_DATELabel)
|
||||
Me.XtraTabPage1.Controls.Add(STATE_IDLabel)
|
||||
Me.XtraTabPage1.Controls.Add(Me.STATE_IDComboBox)
|
||||
Me.XtraTabPage1.Name = "XtraTabPage1"
|
||||
Me.XtraTabPage1.Size = New System.Drawing.Size(791, 323)
|
||||
Me.XtraTabPage1.Text = "Workflows/Tasks"
|
||||
'
|
||||
'TITLETextBox
|
||||
'
|
||||
Me.TITLETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_ACTIVEBindingSource, "WF_TITLE", True))
|
||||
Me.TITLETextBox.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Italic)
|
||||
Me.TITLETextBox.Location = New System.Drawing.Point(15, 24)
|
||||
Me.TITLETextBox.Name = "TITLETextBox"
|
||||
Me.TITLETextBox.ReadOnly = True
|
||||
Me.TITLETextBox.Size = New System.Drawing.Size(447, 23)
|
||||
Me.TITLETextBox.TabIndex = 6
|
||||
'
|
||||
'DateTimePickerTASK_DATE
|
||||
'
|
||||
Me.DateTimePickerTASK_DATE.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.VWPMO_WF_ACTIVEBindingSource, "TASK_DATE", True))
|
||||
Me.DateTimePickerTASK_DATE.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
||||
Me.DateTimePickerTASK_DATE.Location = New System.Drawing.Point(15, 154)
|
||||
Me.DateTimePickerTASK_DATE.Name = "DateTimePickerTASK_DATE"
|
||||
Me.DateTimePickerTASK_DATE.Size = New System.Drawing.Size(96, 21)
|
||||
Me.DateTimePickerTASK_DATE.TabIndex = 21
|
||||
'
|
||||
'COMMENTTextBox
|
||||
'
|
||||
Me.COMMENTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_ACTIVEBindingSource, "COMMENT", True))
|
||||
Me.COMMENTTextBox.Location = New System.Drawing.Point(15, 66)
|
||||
Me.COMMENTTextBox.Multiline = True
|
||||
Me.COMMENTTextBox.Name = "COMMENTTextBox"
|
||||
Me.COMMENTTextBox.Size = New System.Drawing.Size(447, 69)
|
||||
Me.COMMENTTextBox.TabIndex = 7
|
||||
'
|
||||
'DUE_DATEDateTimePicker
|
||||
'
|
||||
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]
|
||||
Me.DUE_DATEDateTimePicker.Location = New System.Drawing.Point(117, 154)
|
||||
Me.DUE_DATEDateTimePicker.Name = "DUE_DATEDateTimePicker"
|
||||
Me.DUE_DATEDateTimePicker.Size = New System.Drawing.Size(96, 21)
|
||||
Me.DUE_DATEDateTimePicker.TabIndex = 9
|
||||
'
|
||||
'STATE_IDComboBox
|
||||
'
|
||||
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.Location = New System.Drawing.Point(15, 194)
|
||||
Me.STATE_IDComboBox.Name = "STATE_IDComboBox"
|
||||
Me.STATE_IDComboBox.Size = New System.Drawing.Size(306, 21)
|
||||
Me.STATE_IDComboBox.TabIndex = 11
|
||||
Me.STATE_IDComboBox.ValueMember = "GUID"
|
||||
'
|
||||
'SplitContainerControl1
|
||||
'
|
||||
Me.SplitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.SplitContainerControl1.Location = New System.Drawing.Point(0, 25)
|
||||
Me.SplitContainerControl1.Name = "SplitContainerControl1"
|
||||
Me.SplitContainerControl1.Panel1.Controls.Add(Me.XtraTabControl1)
|
||||
Me.SplitContainerControl1.Panel1.Controls.Add(Me.TCDetails)
|
||||
Me.SplitContainerControl1.Panel1.Controls.Add(Me.SplitContainer1)
|
||||
Me.SplitContainerControl1.Panel1.Text = "Panel1"
|
||||
Me.SplitContainerControl1.Panel2.Text = "Panel2"
|
||||
Me.SplitContainerControl1.Size = New System.Drawing.Size(1101, 619)
|
||||
Me.SplitContainerControl1.SplitterPosition = 569
|
||||
Me.SplitContainerControl1.Size = New System.Drawing.Size(1175, 710)
|
||||
Me.SplitContainerControl1.SplitterPosition = 793
|
||||
Me.SplitContainerControl1.TabIndex = 4
|
||||
Me.SplitContainerControl1.Text = "SplitContainerControl1"
|
||||
'
|
||||
'SplitContainer1
|
||||
'
|
||||
Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.SplitContainer1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.SplitContainer1.Name = "SplitContainer1"
|
||||
Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal
|
||||
'
|
||||
'SplitContainer1.Panel1
|
||||
'
|
||||
Me.SplitContainer1.Panel1.Controls.Add(Me.TCDetails)
|
||||
'
|
||||
'SplitContainer1.Panel2
|
||||
'
|
||||
Me.SplitContainer1.Panel2.Controls.Add(Me.TabControl1)
|
||||
Me.SplitContainer1.Size = New System.Drawing.Size(793, 710)
|
||||
Me.SplitContainer1.SplitterDistance = 355
|
||||
Me.SplitContainer1.TabIndex = 4
|
||||
'
|
||||
'DD_DMSDataSet
|
||||
'
|
||||
Me.DD_DMSDataSet.DataSetName = "DD_DMSDataSet"
|
||||
Me.DD_DMSDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
||||
'
|
||||
'VWPMO_WF_ACTIVEBindingSource
|
||||
'
|
||||
Me.VWPMO_WF_ACTIVEBindingSource.DataMember = "VWPMO_WF_ACTIVE"
|
||||
Me.VWPMO_WF_ACTIVEBindingSource.DataSource = Me.DD_DMSDataSet
|
||||
'
|
||||
'VWPMO_WF_ACTIVETableAdapter
|
||||
'
|
||||
Me.VWPMO_WF_ACTIVETableAdapter.ClearBeforeFill = True
|
||||
'
|
||||
'TableAdapterManager
|
||||
'
|
||||
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
||||
Me.TableAdapterManager.TBDD_CLIENTTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_EINGANGSARTENTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_EMAIL_ACCOUNTTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_GROUPS_USERTableAdapter = Nothing
|
||||
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
|
||||
Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTOR_DETAILTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTORTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_FORM_TYPETableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_FORM_VIEWTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_FORMTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_KONFIGURATIONTableAdapter = Nothing
|
||||
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
|
||||
Me.TableAdapterManager.UpdateOrder = DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
||||
'
|
||||
'lblnoTasks
|
||||
'
|
||||
Me.lblnoTasks.AutoSize = True
|
||||
Me.lblnoTasks.BackColor = System.Drawing.Color.Yellow
|
||||
Me.lblnoTasks.Font = New System.Drawing.Font("Tahoma", 9.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.lblnoTasks.Location = New System.Drawing.Point(354, 6)
|
||||
Me.lblnoTasks.Name = "lblnoTasks"
|
||||
Me.lblnoTasks.Size = New System.Drawing.Size(108, 16)
|
||||
Me.lblnoTasks.TabIndex = 22
|
||||
Me.lblnoTasks.Text = "No active Tasks"
|
||||
Me.lblnoTasks.Visible = False
|
||||
'
|
||||
'TBPMO_WORKFLOW_TASK_STATEBindingSource
|
||||
'
|
||||
Me.TBPMO_WORKFLOW_TASK_STATEBindingSource.DataMember = "TBPMO_WORKFLOW_TASK_STATE"
|
||||
Me.TBPMO_WORKFLOW_TASK_STATEBindingSource.DataSource = Me.DD_DMSDataSet
|
||||
'
|
||||
'TBPMO_WORKFLOW_TASK_STATETableAdapter
|
||||
'
|
||||
Me.TBPMO_WORKFLOW_TASK_STATETableAdapter.ClearBeforeFill = True
|
||||
'
|
||||
'btnSaveWorkflow
|
||||
'
|
||||
Me.btnSaveWorkflow.Image = Global.DD_Record_Organiser.My.Resources.Resources.save_16xLG
|
||||
Me.btnSaveWorkflow.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnSaveWorkflow.Location = New System.Drawing.Point(375, 192)
|
||||
Me.btnSaveWorkflow.Name = "btnSaveWorkflow"
|
||||
Me.btnSaveWorkflow.Size = New System.Drawing.Size(87, 23)
|
||||
Me.btnSaveWorkflow.TabIndex = 23
|
||||
Me.btnSaveWorkflow.Text = "Speichern"
|
||||
Me.btnSaveWorkflow.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnSaveWorkflow.UseVisualStyleBackColor = True
|
||||
'
|
||||
'WF_TASK_IDLabel
|
||||
'
|
||||
WF_TASK_IDLabel.AutoSize = True
|
||||
WF_TASK_IDLabel.Location = New System.Drawing.Point(393, 138)
|
||||
WF_TASK_IDLabel.Name = "WF_TASK_IDLabel"
|
||||
WF_TASK_IDLabel.Size = New System.Drawing.Size(22, 13)
|
||||
WF_TASK_IDLabel.TabIndex = 23
|
||||
WF_TASK_IDLabel.Text = "ID:"
|
||||
'
|
||||
'WF_TASK_IDTextBox
|
||||
'
|
||||
Me.WF_TASK_IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_ACTIVEBindingSource, "WF_TASK_ID", True))
|
||||
Me.WF_TASK_IDTextBox.Enabled = False
|
||||
Me.WF_TASK_IDTextBox.Location = New System.Drawing.Point(396, 154)
|
||||
Me.WF_TASK_IDTextBox.Name = "WF_TASK_IDTextBox"
|
||||
Me.WF_TASK_IDTextBox.Size = New System.Drawing.Size(66, 21)
|
||||
Me.WF_TASK_IDTextBox.TabIndex = 24
|
||||
'
|
||||
'CHANGED_WHOLabel
|
||||
'
|
||||
CHANGED_WHOLabel.AutoSize = True
|
||||
CHANGED_WHOLabel.Location = New System.Drawing.Point(12, 218)
|
||||
CHANGED_WHOLabel.Name = "CHANGED_WHOLabel"
|
||||
CHANGED_WHOLabel.Size = New System.Drawing.Size(77, 13)
|
||||
CHANGED_WHOLabel.TabIndex = 24
|
||||
CHANGED_WHOLabel.Text = "Changed who:"
|
||||
'
|
||||
'CHANGED_WHOTextBox
|
||||
'
|
||||
Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_ACTIVEBindingSource, "CHANGED_WHO", True))
|
||||
Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(15, 234)
|
||||
Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox"
|
||||
Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(108, 21)
|
||||
Me.CHANGED_WHOTextBox.TabIndex = 25
|
||||
'
|
||||
'CHANGED_WHENLabel
|
||||
'
|
||||
CHANGED_WHENLabel.AutoSize = True
|
||||
CHANGED_WHENLabel.Location = New System.Drawing.Point(129, 218)
|
||||
CHANGED_WHENLabel.Name = "CHANGED_WHENLabel"
|
||||
CHANGED_WHENLabel.Size = New System.Drawing.Size(83, 13)
|
||||
CHANGED_WHENLabel.TabIndex = 25
|
||||
CHANGED_WHENLabel.Text = "Changed when:"
|
||||
'
|
||||
'CHANGED_WHENTextBox
|
||||
'
|
||||
Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_ACTIVEBindingSource, "CHANGED_WHEN", True))
|
||||
Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(132, 234)
|
||||
Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox"
|
||||
Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(142, 21)
|
||||
Me.CHANGED_WHENTextBox.TabIndex = 26
|
||||
'
|
||||
'frmRecordView
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(1101, 644)
|
||||
Me.ClientSize = New System.Drawing.Size(1175, 735)
|
||||
Me.Controls.Add(Me.SplitContainerControl1)
|
||||
Me.Controls.Add(Me.ToolStrip1)
|
||||
Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.Name = "frmRecordView"
|
||||
Me.Text = "frMWorkflowRecord"
|
||||
CType(Me.TCDetails, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
@@ -585,16 +905,25 @@ Partial Class frmRecordView
|
||||
CType(Me.BindingNavigatorPOS, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.BindingNavigatorPOS.ResumeLayout(False)
|
||||
Me.BindingNavigatorPOS.PerformLayout()
|
||||
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.XtraTabControl1.ResumeLayout(False)
|
||||
CType(Me.TabControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.TabControl1.ResumeLayout(False)
|
||||
Me.XtraTabPage2.ResumeLayout(False)
|
||||
Me.XtraTabPage2.PerformLayout()
|
||||
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.GridControlDocSearch, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.GridViewDoc_Search, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ToolStrip2.ResumeLayout(False)
|
||||
Me.ToolStrip2.PerformLayout()
|
||||
Me.XtraTabPage1.ResumeLayout(False)
|
||||
Me.XtraTabPage1.PerformLayout()
|
||||
CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.SplitContainerControl1.ResumeLayout(False)
|
||||
Me.SplitContainer1.Panel1.ResumeLayout(False)
|
||||
Me.SplitContainer1.Panel2.ResumeLayout(False)
|
||||
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.SplitContainer1.ResumeLayout(False)
|
||||
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.VWPMO_WF_ACTIVEBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBPMO_WORKFLOW_TASK_STATEBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
@@ -636,13 +965,31 @@ Partial Class frmRecordView
|
||||
Friend WithEvents BindingNavigatorMoveNextItem As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents BindingNavigatorMoveLastItem As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents BindingNavigatorSeparator2 As System.Windows.Forms.ToolStripSeparator
|
||||
Friend WithEvents XtraTabControl1 As DevExpress.XtraTab.XtraTabControl
|
||||
Friend WithEvents TabControl1 As DevExpress.XtraTab.XtraTabControl
|
||||
Friend WithEvents XtraTabPage2 As DevExpress.XtraTab.XtraTabPage
|
||||
Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl
|
||||
Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView
|
||||
Friend WithEvents GridControlDocSearch As DevExpress.XtraGrid.GridControl
|
||||
Friend WithEvents GridViewDoc_Search As DevExpress.XtraGrid.Views.Grid.GridView
|
||||
Friend WithEvents ToolStrip2 As System.Windows.Forms.ToolStrip
|
||||
Friend WithEvents ToolStripLabel1 As System.Windows.Forms.ToolStripLabel
|
||||
Friend WithEvents tslblWindreamView As System.Windows.Forms.ToolStripLabel
|
||||
Friend WithEvents ToolStripDropDownButton1 As System.Windows.Forms.ToolStripDropDownButton
|
||||
Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
|
||||
Friend WithEvents SplitContainerControl1 As DevExpress.XtraEditors.SplitContainerControl
|
||||
Friend WithEvents XtraTabPage1 As DevExpress.XtraTab.XtraTabPage
|
||||
Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer
|
||||
Friend WithEvents TITLETextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents DateTimePickerTASK_DATE As System.Windows.Forms.DateTimePicker
|
||||
Friend WithEvents COMMENTTextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents DUE_DATEDateTimePicker As System.Windows.Forms.DateTimePicker
|
||||
Friend WithEvents STATE_IDComboBox As System.Windows.Forms.ComboBox
|
||||
Friend WithEvents DD_DMSDataSet As DD_Record_Organiser.DD_DMSDataSet
|
||||
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 TableAdapterManager As DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager
|
||||
Friend WithEvents lblnoTasks As System.Windows.Forms.Label
|
||||
Friend WithEvents TBPMO_WORKFLOW_TASK_STATETableAdapter As DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_WORKFLOW_TASK_STATETableAdapter
|
||||
Friend WithEvents TBPMO_WORKFLOW_TASK_STATEBindingSource As System.Windows.Forms.BindingSource
|
||||
Friend WithEvents btnSaveWorkflow As System.Windows.Forms.Button
|
||||
Friend WithEvents WF_TASK_IDTextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents CHANGED_WHENTextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents CHANGED_WHOTextBox As System.Windows.Forms.TextBox
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user