MS_26012015

This commit is contained in:
SchreiberM
2016-01-26 13:36:01 +01:00
parent 4410df2487
commit d9162463b4
82 changed files with 34884 additions and 6568 deletions

View File

@@ -80,20 +80,14 @@ Partial Class frmQuickEdit
'StatusStrip1
'
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsstat_lbl})
Me.StatusStrip1.Location = New System.Drawing.Point(0, 482)
resources.ApplyResources(Me.StatusStrip1, "StatusStrip1")
Me.StatusStrip1.Name = "StatusStrip1"
Me.StatusStrip1.Padding = New System.Windows.Forms.Padding(1, 0, 16, 0)
Me.StatusStrip1.Size = New System.Drawing.Size(919, 22)
Me.StatusStrip1.TabIndex = 0
Me.StatusStrip1.Text = "StatusStrip1"
'
'tsstat_lbl
'
Me.tsstat_lbl.Image = Global.DD_Record_Organiser.My.Resources.Resources.flag_green
Me.tsstat_lbl.Name = "tsstat_lbl"
Me.tsstat_lbl.Size = New System.Drawing.Size(69, 17)
Me.tsstat_lbl.Text = "tsstat_lbl"
Me.tsstat_lbl.Visible = False
resources.ApplyResources(Me.tsstat_lbl, "tsstat_lbl")
'
'DD_DMSDataSet
'
@@ -113,14 +107,30 @@ Partial Class frmQuickEdit
'
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
Me.TableAdapterManager.Connection = 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_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_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
Me.TableAdapterManager.TBPMO_WORKFLOW_TASK_STATETableAdapter = Nothing
Me.TableAdapterManager.TBPMO_WORKFLOWTableAdapter = Nothing
@@ -134,16 +144,13 @@ Partial Class frmQuickEdit
Me.VWPMO_CONTROL_SCREENBindingNavigator.CountItemFormat = "von {0} Datensätzen"
Me.VWPMO_CONTROL_SCREENBindingNavigator.DeleteItem = Nothing
Me.VWPMO_CONTROL_SCREENBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.tsbtnrefresh})
Me.VWPMO_CONTROL_SCREENBindingNavigator.Location = New System.Drawing.Point(0, 0)
resources.ApplyResources(Me.VWPMO_CONTROL_SCREENBindingNavigator, "VWPMO_CONTROL_SCREENBindingNavigator")
Me.VWPMO_CONTROL_SCREENBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
Me.VWPMO_CONTROL_SCREENBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
Me.VWPMO_CONTROL_SCREENBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
Me.VWPMO_CONTROL_SCREENBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
Me.VWPMO_CONTROL_SCREENBindingNavigator.Name = "VWPMO_CONTROL_SCREENBindingNavigator"
Me.VWPMO_CONTROL_SCREENBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
Me.VWPMO_CONTROL_SCREENBindingNavigator.Size = New System.Drawing.Size(919, 25)
Me.VWPMO_CONTROL_SCREENBindingNavigator.TabIndex = 1
Me.VWPMO_CONTROL_SCREENBindingNavigator.Text = "BindingNavigator1"
'
'BindingSourceDGV
'
@@ -152,85 +159,62 @@ Partial Class frmQuickEdit
'BindingNavigatorCountItem
'
Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(111, 22)
Me.BindingNavigatorCountItem.Text = "von {0} Datensätzen"
Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente."
resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem")
'
'BindingNavigatorMoveFirstItem
'
Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image)
resources.ApplyResources(Me.BindingNavigatorMoveFirstItem, "BindingNavigatorMoveFirstItem")
Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMoveFirstItem.Text = "Erste verschieben"
'
'BindingNavigatorMovePreviousItem
'
Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image)
resources.ApplyResources(Me.BindingNavigatorMovePreviousItem, "BindingNavigatorMovePreviousItem")
Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMovePreviousItem.Text = "Vorherige verschieben"
'
'BindingNavigatorSeparator
'
Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
resources.ApplyResources(Me.BindingNavigatorSeparator, "BindingNavigatorSeparator")
'
'BindingNavigatorPositionItem
'
Me.BindingNavigatorPositionItem.AccessibleName = "Position"
Me.BindingNavigatorPositionItem.AutoSize = False
resources.ApplyResources(Me.BindingNavigatorPositionItem, "BindingNavigatorPositionItem")
Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(58, 23)
Me.BindingNavigatorPositionItem.Text = "0"
Me.BindingNavigatorPositionItem.ToolTipText = "Aktuelle Position"
'
'BindingNavigatorSeparator1
'
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25)
resources.ApplyResources(Me.BindingNavigatorSeparator1, "BindingNavigatorSeparator1")
'
'BindingNavigatorMoveNextItem
'
Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image)
resources.ApplyResources(Me.BindingNavigatorMoveNextItem, "BindingNavigatorMoveNextItem")
Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMoveNextItem.Text = "Nächste verschieben"
'
'BindingNavigatorMoveLastItem
'
Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image)
resources.ApplyResources(Me.BindingNavigatorMoveLastItem, "BindingNavigatorMoveLastItem")
Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMoveLastItem.Text = "Letzte verschieben"
'
'BindingNavigatorSeparator2
'
Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2")
'
'tsbtnrefresh
'
Me.tsbtnrefresh.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG
Me.tsbtnrefresh.ImageTransparentColor = System.Drawing.Color.Magenta
resources.ApplyResources(Me.tsbtnrefresh, "tsbtnrefresh")
Me.tsbtnrefresh.Name = "tsbtnrefresh"
Me.tsbtnrefresh.Size = New System.Drawing.Size(146, 22)
Me.tsbtnrefresh.Text = "Übersicht aktualisieren"
'
'SplitContainerMain
'
Me.SplitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainerMain.Location = New System.Drawing.Point(0, 25)
Me.SplitContainerMain.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
resources.ApplyResources(Me.SplitContainerMain, "SplitContainerMain")
Me.SplitContainerMain.Name = "SplitContainerMain"
Me.SplitContainerMain.Orientation = System.Windows.Forms.Orientation.Horizontal
'
'SplitContainerMain.Panel1
'
@@ -241,27 +225,20 @@ Partial Class frmQuickEdit
Me.SplitContainerMain.Panel2.Controls.Add(Me.pnlView)
Me.SplitContainerMain.Panel2.Controls.Add(Me.StatusStrip2)
Me.SplitContainerMain.Panel2.Controls.Add(Me.ToolStrip2)
Me.SplitContainerMain.Size = New System.Drawing.Size(919, 457)
Me.SplitContainerMain.SplitterDistance = 195
Me.SplitContainerMain.SplitterWidth = 5
Me.SplitContainerMain.TabIndex = 2
Me.SplitContainerMain.TabStop = False
'
'dgvInput
'
Me.dgvInput.DataSource = Me.BindingSourceDGV
Me.dgvInput.Dock = System.Windows.Forms.DockStyle.Fill
Me.dgvInput.Location = New System.Drawing.Point(0, 0)
resources.ApplyResources(Me.dgvInput, "dgvInput")
Me.dgvInput.MainView = Me.gvMainView
Me.dgvInput.Name = "dgvInput"
Me.dgvInput.Size = New System.Drawing.Size(919, 195)
Me.dgvInput.TabIndex = 2
Me.dgvInput.TabStop = False
Me.dgvInput.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.gvMainView})
'
'gvMainView
'
Me.gvMainView.Appearance.OddRow.BackColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
Me.gvMainView.Appearance.OddRow.BackColor = CType(resources.GetObject("gvMainView.Appearance.OddRow.BackColor"), System.Drawing.Color)
Me.gvMainView.Appearance.OddRow.Options.UseBackColor = True
Me.gvMainView.GridControl = Me.dgvInput
Me.gvMainView.Name = "gvMainView"
@@ -274,64 +251,47 @@ Partial Class frmQuickEdit
'
'pnlView
'
Me.pnlView.Dock = System.Windows.Forms.DockStyle.Fill
Me.pnlView.Location = New System.Drawing.Point(0, 25)
resources.ApplyResources(Me.pnlView, "pnlView")
Me.pnlView.Name = "pnlView"
Me.pnlView.Size = New System.Drawing.Size(919, 210)
Me.pnlView.TabIndex = 4
'
'StatusStrip2
'
Me.StatusStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tserstellt_Detail})
Me.StatusStrip2.Location = New System.Drawing.Point(0, 235)
resources.ApplyResources(Me.StatusStrip2, "StatusStrip2")
Me.StatusStrip2.Name = "StatusStrip2"
Me.StatusStrip2.Size = New System.Drawing.Size(919, 22)
Me.StatusStrip2.TabIndex = 1
Me.StatusStrip2.Text = "StatusStrip2"
'
'tserstellt_Detail
'
Me.tserstellt_Detail.Name = "tserstellt_Detail"
Me.tserstellt_Detail.Size = New System.Drawing.Size(121, 17)
Me.tserstellt_Detail.Text = "ToolStripStatusLabel1"
resources.ApplyResources(Me.tserstellt_Detail, "tserstellt_Detail")
'
'ToolStrip2
'
Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblDetail_Eingabe, Me.tsButtonAdd, Me.tsButtonDelete, Me.tsButtonSave})
Me.ToolStrip2.Location = New System.Drawing.Point(0, 0)
resources.ApplyResources(Me.ToolStrip2, "ToolStrip2")
Me.ToolStrip2.Name = "ToolStrip2"
Me.ToolStrip2.Size = New System.Drawing.Size(919, 25)
Me.ToolStrip2.TabIndex = 0
Me.ToolStrip2.Text = "ToolStrip2"
'
'tslblDetail_Eingabe
'
Me.tslblDetail_Eingabe.Name = "tslblDetail_Eingabe"
Me.tslblDetail_Eingabe.Size = New System.Drawing.Size(89, 22)
Me.tslblDetail_Eingabe.Text = "ToolStripLabel1"
resources.ApplyResources(Me.tslblDetail_Eingabe, "tslblDetail_Eingabe")
'
'tsButtonAdd
'
Me.tsButtonAdd.Image = Global.DD_Record_Organiser.My.Resources.Resources.add
Me.tsButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta
resources.ApplyResources(Me.tsButtonAdd, "tsButtonAdd")
Me.tsButtonAdd.Name = "tsButtonAdd"
Me.tsButtonAdd.Size = New System.Drawing.Size(89, 22)
Me.tsButtonAdd.Text = "Hinzufügen"
'
'tsButtonDelete
'
Me.tsButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta
resources.ApplyResources(Me.tsButtonDelete, "tsButtonDelete")
Me.tsButtonDelete.Name = "tsButtonDelete"
Me.tsButtonDelete.Size = New System.Drawing.Size(71, 22)
Me.tsButtonDelete.Text = "Löschen"
'
'tsButtonSave
'
Me.tsButtonSave.Image = Global.DD_Record_Organiser.My.Resources.Resources.save_16xLG
Me.tsButtonSave.ImageTransparentColor = System.Drawing.Color.Magenta
resources.ApplyResources(Me.tsButtonSave, "tsButtonSave")
Me.tsButtonSave.Name = "tsButtonSave"
Me.tsButtonSave.Size = New System.Drawing.Size(79, 22)
Me.tsButtonSave.Text = "Speichern"
'
'TBPMO_RECORDBindingSource
'
@@ -346,28 +306,23 @@ Partial Class frmQuickEdit
'
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.StammdatenEditierenToolStripMenuItem})
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
Me.ContextMenuStrip1.Size = New System.Drawing.Size(192, 26)
resources.ApplyResources(Me.ContextMenuStrip1, "ContextMenuStrip1")
'
'StammdatenEditierenToolStripMenuItem
'
Me.StammdatenEditierenToolStripMenuItem.Name = "StammdatenEditierenToolStripMenuItem"
Me.StammdatenEditierenToolStripMenuItem.Size = New System.Drawing.Size(191, 22)
Me.StammdatenEditierenToolStripMenuItem.Text = "Stammdaten editieren"
resources.ApplyResources(Me.StammdatenEditierenToolStripMenuItem, "StammdatenEditierenToolStripMenuItem")
'
'frmQuickEdit
'
Me.AllowDrop = True
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!)
resources.ApplyResources(Me, "$this")
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(919, 504)
Me.Controls.Add(Me.SplitContainerMain)
Me.Controls.Add(Me.VWPMO_CONTROL_SCREENBindingNavigator)
Me.Controls.Add(Me.StatusStrip1)
Me.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.KeyPreview = True
Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.Name = "frmQuickEdit"
Me.Text = "frmForm_Input"
Me.StatusStrip1.ResumeLayout(False)
Me.StatusStrip1.PerformLayout()
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit()