MS_26012015
This commit is contained in:
258
app/DD-Record-Organiser/frmWF_TaskEditor.Designer.vb
generated
258
app/DD-Record-Organiser/frmWF_TaskEditor.Designer.vb
generated
@@ -24,6 +24,7 @@ Partial Class frmWF_TaskEditor
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim CHANGED_WHENLabel As System.Windows.Forms.Label
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmWF_TaskEditor))
|
||||
Dim GUIDLabel As System.Windows.Forms.Label
|
||||
Dim CHANGED_WHOLabel As System.Windows.Forms.Label
|
||||
Dim TITLELabel As System.Windows.Forms.Label
|
||||
@@ -33,7 +34,6 @@ Partial Class frmWF_TaskEditor
|
||||
Dim DUE_DATELabel As System.Windows.Forms.Label
|
||||
Dim Label4 As System.Windows.Forms.Label
|
||||
Dim RECORD_IDLabel As System.Windows.Forms.Label
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmWF_TaskEditor))
|
||||
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,8 +42,9 @@ Partial Class frmWF_TaskEditor
|
||||
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.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
|
||||
Me.RECORD_IDTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.VWPMO_WF_USER_ACTIVEBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
|
||||
Me.btnAddAppointment = New System.Windows.Forms.Button()
|
||||
Me.btndeleteTask = New System.Windows.Forms.Button()
|
||||
Me.GUIDTextBox = New System.Windows.Forms.TextBox()
|
||||
@@ -71,7 +72,6 @@ Partial Class frmWF_TaskEditor
|
||||
Me.VWPMO_FOLLOWING_TASKSTableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWPMO_FOLLOWING_TASKSTableAdapter()
|
||||
Me.btndelete_following = New System.Windows.Forms.Button()
|
||||
Me.ListBoxFollowing = New System.Windows.Forms.ListBox()
|
||||
Me.RECORD_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()
|
||||
@@ -93,107 +93,65 @@ Partial Class frmWF_TaskEditor
|
||||
'
|
||||
'CHANGED_WHENLabel
|
||||
'
|
||||
CHANGED_WHENLabel.AutoSize = True
|
||||
CHANGED_WHENLabel.Location = New System.Drawing.Point(402, 255)
|
||||
resources.ApplyResources(CHANGED_WHENLabel, "CHANGED_WHENLabel")
|
||||
CHANGED_WHENLabel.Name = "CHANGED_WHENLabel"
|
||||
CHANGED_WHENLabel.Size = New System.Drawing.Size(90, 15)
|
||||
CHANGED_WHENLabel.TabIndex = 16
|
||||
CHANGED_WHENLabel.Text = "Geändert wann:"
|
||||
'
|
||||
'GUIDLabel
|
||||
'
|
||||
GUIDLabel.AutoSize = True
|
||||
GUIDLabel.Location = New System.Drawing.Point(9, 20)
|
||||
resources.ApplyResources(GUIDLabel, "GUIDLabel")
|
||||
GUIDLabel.Name = "GUIDLabel"
|
||||
GUIDLabel.Size = New System.Drawing.Size(50, 15)
|
||||
GUIDLabel.TabIndex = 4
|
||||
GUIDLabel.Text = "Task-ID:"
|
||||
'
|
||||
'CHANGED_WHOLabel
|
||||
'
|
||||
CHANGED_WHOLabel.AutoSize = True
|
||||
CHANGED_WHOLabel.Location = New System.Drawing.Point(243, 254)
|
||||
resources.ApplyResources(CHANGED_WHOLabel, "CHANGED_WHOLabel")
|
||||
CHANGED_WHOLabel.Name = "CHANGED_WHOLabel"
|
||||
CHANGED_WHOLabel.Size = New System.Drawing.Size(80, 15)
|
||||
CHANGED_WHOLabel.TabIndex = 14
|
||||
CHANGED_WHOLabel.Text = "Geändert wer:"
|
||||
'
|
||||
'TITLELabel
|
||||
'
|
||||
TITLELabel.AutoSize = True
|
||||
TITLELabel.Location = New System.Drawing.Point(84, 20)
|
||||
resources.ApplyResources(TITLELabel, "TITLELabel")
|
||||
TITLELabel.Name = "TITLELabel"
|
||||
TITLELabel.Size = New System.Drawing.Size(34, 15)
|
||||
TITLELabel.TabIndex = 5
|
||||
TITLELabel.Text = "Task:"
|
||||
'
|
||||
'ADDED_WHENLabel
|
||||
'
|
||||
ADDED_WHENLabel.AutoSize = True
|
||||
ADDED_WHENLabel.Location = New System.Drawing.Point(84, 255)
|
||||
resources.ApplyResources(ADDED_WHENLabel, "ADDED_WHENLabel")
|
||||
ADDED_WHENLabel.Name = "ADDED_WHENLabel"
|
||||
ADDED_WHENLabel.Size = New System.Drawing.Size(77, 15)
|
||||
ADDED_WHENLabel.TabIndex = 12
|
||||
ADDED_WHENLabel.Text = "Erstellt wann:"
|
||||
'
|
||||
'COMMENTLabel
|
||||
'
|
||||
COMMENTLabel.AutoSize = True
|
||||
COMMENTLabel.Location = New System.Drawing.Point(84, 68)
|
||||
resources.ApplyResources(COMMENTLabel, "COMMENTLabel")
|
||||
COMMENTLabel.Name = "COMMENTLabel"
|
||||
COMMENTLabel.Size = New System.Drawing.Size(73, 15)
|
||||
COMMENTLabel.TabIndex = 6
|
||||
COMMENTLabel.Text = "Kommentar:"
|
||||
'
|
||||
'STATE_IDLabel
|
||||
'
|
||||
STATE_IDLabel.AutoSize = True
|
||||
STATE_IDLabel.Location = New System.Drawing.Point(84, 204)
|
||||
resources.ApplyResources(STATE_IDLabel, "STATE_IDLabel")
|
||||
STATE_IDLabel.Name = "STATE_IDLabel"
|
||||
STATE_IDLabel.Size = New System.Drawing.Size(42, 15)
|
||||
STATE_IDLabel.TabIndex = 10
|
||||
STATE_IDLabel.Text = "Status:"
|
||||
'
|
||||
'DUE_DATELabel
|
||||
'
|
||||
DUE_DATELabel.AutoSize = True
|
||||
DUE_DATELabel.Location = New System.Drawing.Point(206, 160)
|
||||
resources.ApplyResources(DUE_DATELabel, "DUE_DATELabel")
|
||||
DUE_DATELabel.Name = "DUE_DATELabel"
|
||||
DUE_DATELabel.Size = New System.Drawing.Size(57, 15)
|
||||
DUE_DATELabel.TabIndex = 8
|
||||
DUE_DATELabel.Text = "Fälligkeit:"
|
||||
'
|
||||
'Label4
|
||||
'
|
||||
Label4.AutoSize = True
|
||||
Label4.Location = New System.Drawing.Point(84, 160)
|
||||
resources.ApplyResources(Label4, "Label4")
|
||||
Label4.Name = "Label4"
|
||||
Label4.Size = New System.Drawing.Size(63, 15)
|
||||
Label4.TabIndex = 20
|
||||
Label4.Text = "Ist-Datum:"
|
||||
'
|
||||
'RECORD_IDLabel
|
||||
'
|
||||
resources.ApplyResources(RECORD_IDLabel, "RECORD_IDLabel")
|
||||
RECORD_IDLabel.Name = "RECORD_IDLabel"
|
||||
'
|
||||
'OK_Button
|
||||
'
|
||||
Me.OK_Button.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.OK_Button.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
resources.ApplyResources(Me.OK_Button, "OK_Button")
|
||||
Me.OK_Button.Image = Global.DD_Record_Organiser.My.Resources.Resources.brick_go
|
||||
Me.OK_Button.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.OK_Button.Location = New System.Drawing.Point(834, 538)
|
||||
Me.OK_Button.Name = "OK_Button"
|
||||
Me.OK_Button.Size = New System.Drawing.Size(178, 27)
|
||||
Me.OK_Button.TabIndex = 0
|
||||
Me.OK_Button.Text = "Speichern und Schließen"
|
||||
Me.OK_Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
'
|
||||
'Cancel_Button
|
||||
'
|
||||
Me.Cancel_Button.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
resources.ApplyResources(Me.Cancel_Button, "Cancel_Button")
|
||||
Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
||||
Me.Cancel_Button.Location = New System.Drawing.Point(709, 538)
|
||||
Me.Cancel_Button.Name = "Cancel_Button"
|
||||
Me.Cancel_Button.Size = New System.Drawing.Size(90, 27)
|
||||
Me.Cancel_Button.TabIndex = 1
|
||||
Me.Cancel_Button.Text = "Abbrechen"
|
||||
'
|
||||
'DD_DMSDataSet
|
||||
'
|
||||
@@ -212,8 +170,10 @@ Partial Class frmWF_TaskEditor
|
||||
'TableAdapterManager
|
||||
'
|
||||
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
||||
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
|
||||
@@ -221,6 +181,7 @@ Partial Class frmWF_TaskEditor
|
||||
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
|
||||
@@ -228,6 +189,9 @@ Partial Class frmWF_TaskEditor
|
||||
Me.TableAdapterManager.TBPMO_KONFIGURATIONTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_RECORD_LOG_CONFIGTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_RECORDTableAdapter = 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_OBJECTTYPETableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_WORKFLOW_FORMTableAdapter = Nothing
|
||||
@@ -263,113 +227,91 @@ Partial Class frmWF_TaskEditor
|
||||
Me.GroupBox1.Controls.Add(Me.DUE_DATEDateTimePicker)
|
||||
Me.GroupBox1.Controls.Add(Me.STATE_IDComboBox)
|
||||
Me.GroupBox1.Controls.Add(DUE_DATELabel)
|
||||
Me.GroupBox1.Location = New System.Drawing.Point(0, 0)
|
||||
resources.ApplyResources(Me.GroupBox1, "GroupBox1")
|
||||
Me.GroupBox1.Name = "GroupBox1"
|
||||
Me.GroupBox1.Size = New System.Drawing.Size(700, 318)
|
||||
Me.GroupBox1.TabIndex = 19
|
||||
Me.GroupBox1.TabStop = False
|
||||
Me.GroupBox1.Text = "Aktueller Task:"
|
||||
'
|
||||
'DateTimePicker1
|
||||
'RECORD_IDTextBox
|
||||
'
|
||||
Me.DateTimePicker1.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.VWPMO_WF_USER_ACTIVEBindingSource, "TASK_DATE", True))
|
||||
Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
||||
Me.DateTimePicker1.Location = New System.Drawing.Point(87, 178)
|
||||
Me.DateTimePicker1.Name = "DateTimePicker1"
|
||||
Me.DateTimePicker1.Size = New System.Drawing.Size(96, 23)
|
||||
Me.DateTimePicker1.TabIndex = 21
|
||||
Me.RECORD_IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_USER_ACTIVEBindingSource, "RECORD_ID", True))
|
||||
resources.ApplyResources(Me.RECORD_IDTextBox, "RECORD_IDTextBox")
|
||||
Me.RECORD_IDTextBox.Name = "RECORD_IDTextBox"
|
||||
Me.RECORD_IDTextBox.ReadOnly = True
|
||||
Me.RECORD_IDTextBox.TabStop = False
|
||||
'
|
||||
'VWPMO_WF_USER_ACTIVEBindingSource
|
||||
'
|
||||
Me.VWPMO_WF_USER_ACTIVEBindingSource.DataMember = "VWPMO_WF_USER_ACTIVE"
|
||||
Me.VWPMO_WF_USER_ACTIVEBindingSource.DataSource = Me.DD_DMSDataSet
|
||||
'
|
||||
'DateTimePicker1
|
||||
'
|
||||
Me.DateTimePicker1.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.VWPMO_WF_USER_ACTIVEBindingSource, "TASK_DATE", True))
|
||||
Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
||||
resources.ApplyResources(Me.DateTimePicker1, "DateTimePicker1")
|
||||
Me.DateTimePicker1.Name = "DateTimePicker1"
|
||||
'
|
||||
'btnAddAppointment
|
||||
'
|
||||
Me.btnAddAppointment.Image = Global.DD_Record_Organiser.My.Resources.Resources.AddTable_5632
|
||||
Me.btnAddAppointment.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnAddAppointment.Location = New System.Drawing.Point(504, 184)
|
||||
resources.ApplyResources(Me.btnAddAppointment, "btnAddAppointment")
|
||||
Me.btnAddAppointment.Name = "btnAddAppointment"
|
||||
Me.btnAddAppointment.Size = New System.Drawing.Size(176, 23)
|
||||
Me.btnAddAppointment.TabIndex = 19
|
||||
Me.btnAddAppointment.Text = "zum Kalender hinzufügen"
|
||||
Me.btnAddAppointment.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnAddAppointment.UseVisualStyleBackColor = True
|
||||
'
|
||||
'btndeleteTask
|
||||
'
|
||||
Me.btndeleteTask.Image = Global.DD_Record_Organiser.My.Resources.Resources.note_delete
|
||||
Me.btndeleteTask.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btndeleteTask.Location = New System.Drawing.Point(605, 20)
|
||||
resources.ApplyResources(Me.btndeleteTask, "btndeleteTask")
|
||||
Me.btndeleteTask.Name = "btndeleteTask"
|
||||
Me.btndeleteTask.Size = New System.Drawing.Size(75, 43)
|
||||
Me.btndeleteTask.TabIndex = 18
|
||||
Me.btndeleteTask.Text = "Löschen"
|
||||
Me.btndeleteTask.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btndeleteTask.UseVisualStyleBackColor = True
|
||||
'
|
||||
'GUIDTextBox
|
||||
'
|
||||
Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_USER_ACTIVEBindingSource, "WF_TASK_ID", True))
|
||||
Me.GUIDTextBox.Location = New System.Drawing.Point(12, 40)
|
||||
resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox")
|
||||
Me.GUIDTextBox.Name = "GUIDTextBox"
|
||||
Me.GUIDTextBox.ReadOnly = True
|
||||
Me.GUIDTextBox.Size = New System.Drawing.Size(68, 23)
|
||||
Me.GUIDTextBox.TabIndex = 5
|
||||
'
|
||||
'CHANGED_WHENTextBox
|
||||
'
|
||||
Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_USER_ACTIVEBindingSource, "CHANGED_WHEN", True))
|
||||
Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(405, 275)
|
||||
resources.ApplyResources(Me.CHANGED_WHENTextBox, "CHANGED_WHENTextBox")
|
||||
Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox"
|
||||
Me.CHANGED_WHENTextBox.ReadOnly = True
|
||||
Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(160, 23)
|
||||
Me.CHANGED_WHENTextBox.TabIndex = 17
|
||||
'
|
||||
'TITLETextBox
|
||||
'
|
||||
Me.TITLETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_USER_ACTIVEBindingSource, "TITLE", True))
|
||||
Me.TITLETextBox.Location = New System.Drawing.Point(87, 40)
|
||||
resources.ApplyResources(Me.TITLETextBox, "TITLETextBox")
|
||||
Me.TITLETextBox.Name = "TITLETextBox"
|
||||
Me.TITLETextBox.ReadOnly = True
|
||||
Me.TITLETextBox.Size = New System.Drawing.Size(512, 23)
|
||||
Me.TITLETextBox.TabIndex = 6
|
||||
'
|
||||
'CHANGED_WHOTextBox
|
||||
'
|
||||
Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_USER_ACTIVEBindingSource, "CHANGED_WHO", True))
|
||||
Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(246, 275)
|
||||
resources.ApplyResources(Me.CHANGED_WHOTextBox, "CHANGED_WHOTextBox")
|
||||
Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox"
|
||||
Me.CHANGED_WHOTextBox.ReadOnly = True
|
||||
Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(138, 23)
|
||||
Me.CHANGED_WHOTextBox.TabIndex = 15
|
||||
'
|
||||
'COMMENTTextBox
|
||||
'
|
||||
Me.COMMENTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_USER_ACTIVEBindingSource, "COMMENT", True))
|
||||
Me.COMMENTTextBox.Location = New System.Drawing.Point(87, 88)
|
||||
Me.COMMENTTextBox.Multiline = True
|
||||
resources.ApplyResources(Me.COMMENTTextBox, "COMMENTTextBox")
|
||||
Me.COMMENTTextBox.Name = "COMMENTTextBox"
|
||||
Me.COMMENTTextBox.Size = New System.Drawing.Size(593, 69)
|
||||
Me.COMMENTTextBox.TabIndex = 7
|
||||
'
|
||||
'ADDED_WHENTextBox
|
||||
'
|
||||
Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_USER_ACTIVEBindingSource, "ADDED_WHEN", True))
|
||||
Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(87, 275)
|
||||
resources.ApplyResources(Me.ADDED_WHENTextBox, "ADDED_WHENTextBox")
|
||||
Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox"
|
||||
Me.ADDED_WHENTextBox.ReadOnly = True
|
||||
Me.ADDED_WHENTextBox.Size = New System.Drawing.Size(138, 23)
|
||||
Me.ADDED_WHENTextBox.TabIndex = 13
|
||||
'
|
||||
'DUE_DATEDateTimePicker
|
||||
'
|
||||
Me.DUE_DATEDateTimePicker.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.VWPMO_WF_USER_ACTIVEBindingSource, "DUE_DATE", True))
|
||||
Me.DUE_DATEDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
||||
Me.DUE_DATEDateTimePicker.Location = New System.Drawing.Point(209, 178)
|
||||
resources.ApplyResources(Me.DUE_DATEDateTimePicker, "DUE_DATEDateTimePicker")
|
||||
Me.DUE_DATEDateTimePicker.Name = "DUE_DATEDateTimePicker"
|
||||
Me.DUE_DATEDateTimePicker.Size = New System.Drawing.Size(96, 23)
|
||||
Me.DUE_DATEDateTimePicker.TabIndex = 9
|
||||
'
|
||||
'STATE_IDComboBox
|
||||
'
|
||||
@@ -377,10 +319,8 @@ Partial Class frmWF_TaskEditor
|
||||
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(87, 222)
|
||||
resources.ApplyResources(Me.STATE_IDComboBox, "STATE_IDComboBox")
|
||||
Me.STATE_IDComboBox.Name = "STATE_IDComboBox"
|
||||
Me.STATE_IDComboBox.Size = New System.Drawing.Size(297, 23)
|
||||
Me.STATE_IDComboBox.TabIndex = 11
|
||||
Me.STATE_IDComboBox.ValueMember = "GUID"
|
||||
'
|
||||
'TBPMO_WORKFLOW_TASK_STATEBindingSource
|
||||
@@ -395,19 +335,13 @@ Partial Class frmWF_TaskEditor
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
resources.ApplyResources(Me.Label1, "Label1")
|
||||
Me.Label1.ForeColor = System.Drawing.Color.Crimson
|
||||
Me.Label1.Location = New System.Drawing.Point(706, 20)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(115, 15)
|
||||
Me.Label1.TabIndex = 21
|
||||
Me.Label1.Text = "Nacholgende Tasks:"
|
||||
'
|
||||
'GroupBox2
|
||||
'
|
||||
Me.GroupBox2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||||
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
resources.ApplyResources(Me.GroupBox2, "GroupBox2")
|
||||
Me.GroupBox2.BackColor = System.Drawing.SystemColors.ControlLight
|
||||
Me.GroupBox2.Controls.Add(Me.btnAddUser)
|
||||
Me.GroupBox2.Controls.Add(Me.ListBoxUser)
|
||||
@@ -415,99 +349,62 @@ Partial Class frmWF_TaskEditor
|
||||
Me.GroupBox2.Controls.Add(Me.Label3)
|
||||
Me.GroupBox2.Controls.Add(Me.btndeleteuser)
|
||||
Me.GroupBox2.Controls.Add(Me.Label2)
|
||||
Me.GroupBox2.Location = New System.Drawing.Point(0, 329)
|
||||
Me.GroupBox2.Name = "GroupBox2"
|
||||
Me.GroupBox2.Size = New System.Drawing.Size(700, 253)
|
||||
Me.GroupBox2.TabIndex = 22
|
||||
Me.GroupBox2.TabStop = False
|
||||
Me.GroupBox2.Text = "Exklusive Zuordnung von Tasks zu Usern:"
|
||||
'
|
||||
'btnAddUser
|
||||
'
|
||||
Me.btnAddUser.Image = Global.DD_Record_Organiser.My.Resources.Resources.arrow_left
|
||||
Me.btnAddUser.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnAddUser.Location = New System.Drawing.Point(385, 76)
|
||||
resources.ApplyResources(Me.btnAddUser, "btnAddUser")
|
||||
Me.btnAddUser.Name = "btnAddUser"
|
||||
Me.btnAddUser.Size = New System.Drawing.Size(112, 40)
|
||||
Me.btnAddUser.TabIndex = 29
|
||||
Me.btnAddUser.Text = "User dem Task" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "zuordnen"
|
||||
Me.btnAddUser.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnAddUser.UseVisualStyleBackColor = True
|
||||
'
|
||||
'ListBoxUser
|
||||
'
|
||||
Me.ListBoxUser.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)
|
||||
resources.ApplyResources(Me.ListBoxUser, "ListBoxUser")
|
||||
Me.ListBoxUser.FormattingEnabled = True
|
||||
Me.ListBoxUser.ItemHeight = 15
|
||||
Me.ListBoxUser.Location = New System.Drawing.Point(503, 37)
|
||||
Me.ListBoxUser.Name = "ListBoxUser"
|
||||
Me.ListBoxUser.Size = New System.Drawing.Size(184, 199)
|
||||
Me.ListBoxUser.TabIndex = 28
|
||||
'
|
||||
'ListView1
|
||||
'
|
||||
Me.ListView1.AllowDrop = True
|
||||
Me.ListView1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||||
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
resources.ApplyResources(Me.ListView1, "ListView1")
|
||||
Me.ListView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2, Me.ColumnHeader3})
|
||||
Me.ListView1.FullRowSelect = True
|
||||
Me.ListView1.Location = New System.Drawing.Point(12, 37)
|
||||
Me.ListView1.Name = "ListView1"
|
||||
Me.ListView1.Size = New System.Drawing.Size(367, 210)
|
||||
Me.ListView1.TabIndex = 27
|
||||
Me.ListView1.UseCompatibleStateImageBehavior = False
|
||||
Me.ListView1.View = System.Windows.Forms.View.Details
|
||||
'
|
||||
'ColumnHeader1
|
||||
'
|
||||
Me.ColumnHeader1.Text = "ID"
|
||||
Me.ColumnHeader1.Width = 40
|
||||
resources.ApplyResources(Me.ColumnHeader1, "ColumnHeader1")
|
||||
'
|
||||
'ColumnHeader2
|
||||
'
|
||||
Me.ColumnHeader2.Text = "Task"
|
||||
Me.ColumnHeader2.Width = 200
|
||||
resources.ApplyResources(Me.ColumnHeader2, "ColumnHeader2")
|
||||
'
|
||||
'ColumnHeader3
|
||||
'
|
||||
Me.ColumnHeader3.Text = "User"
|
||||
Me.ColumnHeader3.Width = 120
|
||||
resources.ApplyResources(Me.ColumnHeader3, "ColumnHeader3")
|
||||
'
|
||||
'Label3
|
||||
'
|
||||
Me.Label3.AutoSize = True
|
||||
Me.Label3.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
resources.ApplyResources(Me.Label3, "Label3")
|
||||
Me.Label3.ForeColor = System.Drawing.Color.Crimson
|
||||
Me.Label3.Location = New System.Drawing.Point(500, 19)
|
||||
Me.Label3.Name = "Label3"
|
||||
Me.Label3.Size = New System.Drawing.Size(182, 15)
|
||||
Me.Label3.TabIndex = 26
|
||||
Me.Label3.Text = "User zur Zuordnung auswählen:"
|
||||
'
|
||||
'btndeleteuser
|
||||
'
|
||||
Me.btndeleteuser.Image = Global.DD_Record_Organiser.My.Resources.Resources.note_delete
|
||||
Me.btndeleteuser.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btndeleteuser.Location = New System.Drawing.Point(385, 37)
|
||||
resources.ApplyResources(Me.btndeleteuser, "btndeleteuser")
|
||||
Me.btndeleteuser.Name = "btndeleteuser"
|
||||
Me.btndeleteuser.Size = New System.Drawing.Size(112, 33)
|
||||
Me.btndeleteuser.TabIndex = 24
|
||||
Me.btndeleteuser.Text = "löschen"
|
||||
Me.btndeleteuser.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btndeleteuser.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.AutoSize = True
|
||||
Me.Label2.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
resources.ApplyResources(Me.Label2, "Label2")
|
||||
Me.Label2.ForeColor = System.Drawing.Color.Crimson
|
||||
Me.Label2.Location = New System.Drawing.Point(9, 19)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(112, 15)
|
||||
Me.Label2.TabIndex = 22
|
||||
Me.Label2.Text = "Zugeordnete User:"
|
||||
'
|
||||
'VWPMO_WF_USER_ACTIVETableAdapter
|
||||
'
|
||||
@@ -520,10 +417,8 @@ Partial Class frmWF_TaskEditor
|
||||
'btndelete_following
|
||||
'
|
||||
Me.btndelete_following.Image = Global.DD_Record_Organiser.My.Resources.Resources.note_delete
|
||||
Me.btndelete_following.Location = New System.Drawing.Point(1019, 38)
|
||||
resources.ApplyResources(Me.btndelete_following, "btndelete_following")
|
||||
Me.btndelete_following.Name = "btndelete_following"
|
||||
Me.btndelete_following.Size = New System.Drawing.Size(35, 24)
|
||||
Me.btndelete_following.TabIndex = 23
|
||||
Me.btndelete_following.UseVisualStyleBackColor = True
|
||||
'
|
||||
'ListBoxFollowing
|
||||
@@ -531,39 +426,16 @@ Partial Class frmWF_TaskEditor
|
||||
Me.ListBoxFollowing.DataSource = Me.VWPMO_FOLLOWING_TASKSBindingSource
|
||||
Me.ListBoxFollowing.DisplayMember = "TITLE"
|
||||
Me.ListBoxFollowing.FormattingEnabled = True
|
||||
Me.ListBoxFollowing.ItemHeight = 15
|
||||
Me.ListBoxFollowing.Location = New System.Drawing.Point(709, 38)
|
||||
resources.ApplyResources(Me.ListBoxFollowing, "ListBoxFollowing")
|
||||
Me.ListBoxFollowing.Name = "ListBoxFollowing"
|
||||
Me.ListBoxFollowing.Size = New System.Drawing.Size(303, 274)
|
||||
Me.ListBoxFollowing.TabIndex = 24
|
||||
Me.ListBoxFollowing.ValueMember = "WF_TASK_ID"
|
||||
'
|
||||
'RECORD_IDLabel
|
||||
'
|
||||
RECORD_IDLabel.AutoSize = True
|
||||
RECORD_IDLabel.Location = New System.Drawing.Point(12, 68)
|
||||
RECORD_IDLabel.Name = "RECORD_IDLabel"
|
||||
RECORD_IDLabel.Size = New System.Drawing.Size(63, 15)
|
||||
RECORD_IDLabel.TabIndex = 21
|
||||
RECORD_IDLabel.Text = "Record-ID:"
|
||||
'
|
||||
'RECORD_IDTextBox
|
||||
'
|
||||
Me.RECORD_IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_USER_ACTIVEBindingSource, "RECORD_ID", True))
|
||||
Me.RECORD_IDTextBox.Location = New System.Drawing.Point(12, 88)
|
||||
Me.RECORD_IDTextBox.Name = "RECORD_IDTextBox"
|
||||
Me.RECORD_IDTextBox.ReadOnly = True
|
||||
Me.RECORD_IDTextBox.Size = New System.Drawing.Size(68, 23)
|
||||
Me.RECORD_IDTextBox.TabIndex = 22
|
||||
Me.RECORD_IDTextBox.TabStop = False
|
||||
'
|
||||
'frmWF_TaskEditor
|
||||
'
|
||||
Me.AcceptButton = Me.OK_Button
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!)
|
||||
resources.ApplyResources(Me, "$this")
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.CancelButton = Me.Cancel_Button
|
||||
Me.ClientSize = New System.Drawing.Size(1066, 594)
|
||||
Me.Controls.Add(Me.OK_Button)
|
||||
Me.Controls.Add(Me.ListBoxFollowing)
|
||||
Me.Controls.Add(Me.Cancel_Button)
|
||||
@@ -571,14 +443,10 @@ Partial Class frmWF_TaskEditor
|
||||
Me.Controls.Add(Me.GroupBox2)
|
||||
Me.Controls.Add(Me.Label1)
|
||||
Me.Controls.Add(Me.GroupBox1)
|
||||
Me.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.MaximizeBox = False
|
||||
Me.MinimizeBox = False
|
||||
Me.Name = "frmWF_TaskEditor"
|
||||
Me.ShowInTaskbar = False
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
||||
Me.Text = "Übersicht aller Tasks für diesen Vorgang/Record"
|
||||
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBPMO_WORKFLOW_TASKBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.GroupBox1.ResumeLayout(False)
|
||||
|
||||
Reference in New Issue
Block a user