432 lines
24 KiB
VB.net
432 lines
24 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmQuickEdit
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmQuickEdit))
|
|
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
|
Me.tsstat_lbl = New System.Windows.Forms.ToolStripStatusLabel()
|
|
Me.DD_DMSDataSet = New DD_Record_Organiser.DD_DMSDataSet()
|
|
Me.VWPMO_CONTROL_SCREENBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.VWPMO_CONTROL_SCREENTableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWPMO_CONTROL_SCREENTableAdapter()
|
|
Me.TableAdapterManager = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager()
|
|
Me.VWPMO_CONTROL_SCREENBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
|
|
Me.BindingSourceDGV = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
|
|
Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton()
|
|
Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton()
|
|
Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
|
|
Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox()
|
|
Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
|
Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton()
|
|
Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton()
|
|
Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
|
|
Me.tsbtnrefresh = New System.Windows.Forms.ToolStripButton()
|
|
Me.SplitContainerMain = New System.Windows.Forms.SplitContainer()
|
|
Me.dgvInput = New DevExpress.XtraGrid.GridControl()
|
|
Me.gvMainView = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
Me.pnlView = New System.Windows.Forms.Panel()
|
|
Me.StatusStrip2 = New System.Windows.Forms.StatusStrip()
|
|
Me.tserstellt_Detail = New System.Windows.Forms.ToolStripStatusLabel()
|
|
Me.ToolStrip2 = New System.Windows.Forms.ToolStrip()
|
|
Me.tslblDetail_Eingabe = New System.Windows.Forms.ToolStripLabel()
|
|
Me.tsButtonAdd = New System.Windows.Forms.ToolStripButton()
|
|
Me.tsButtonDelete = New System.Windows.Forms.ToolStripButton()
|
|
Me.tsButtonSave = New System.Windows.Forms.ToolStripButton()
|
|
Me.TBPMO_RECORDBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.TBPMO_RECORDTableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_RECORDTableAdapter()
|
|
Me.TooltipControl = New System.Windows.Forms.ToolTip(Me.components)
|
|
Me.ttTooltip = New System.Windows.Forms.ToolTip(Me.components)
|
|
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
Me.StammdatenEditierenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.StatusStrip1.SuspendLayout()
|
|
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.VWPMO_CONTROL_SCREENBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.VWPMO_CONTROL_SCREENBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.VWPMO_CONTROL_SCREENBindingNavigator.SuspendLayout()
|
|
CType(Me.BindingSourceDGV, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.SplitContainerMain, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainerMain.Panel1.SuspendLayout()
|
|
Me.SplitContainerMain.Panel2.SuspendLayout()
|
|
Me.SplitContainerMain.SuspendLayout()
|
|
CType(Me.dgvInput, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.gvMainView, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.StatusStrip2.SuspendLayout()
|
|
Me.ToolStrip2.SuspendLayout()
|
|
CType(Me.TBPMO_RECORDBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.ContextMenuStrip1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'StatusStrip1
|
|
'
|
|
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsstat_lbl})
|
|
Me.StatusStrip1.Location = New System.Drawing.Point(0, 482)
|
|
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
|
|
'
|
|
'DD_DMSDataSet
|
|
'
|
|
Me.DD_DMSDataSet.DataSetName = "DD_DMSDataSet"
|
|
Me.DD_DMSDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
'
|
|
'VWPMO_CONTROL_SCREENBindingSource
|
|
'
|
|
Me.VWPMO_CONTROL_SCREENBindingSource.DataMember = "VWPMO_CONTROL_SCREEN"
|
|
Me.VWPMO_CONTROL_SCREENBindingSource.DataSource = Me.DD_DMSDataSet
|
|
'
|
|
'VWPMO_CONTROL_SCREENTableAdapter
|
|
'
|
|
Me.VWPMO_CONTROL_SCREENTableAdapter.ClearBeforeFill = True
|
|
'
|
|
'TableAdapterManager
|
|
'
|
|
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
|
Me.TableAdapterManager.Connection = Nothing
|
|
Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_EINGANGSARTENTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_INDEX_AUTOMTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPMO_FORM_VIEWTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPMO_FORMTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPMO_KONFIGURATIONTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPMO_RECORDTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPMO_WD_FVIEW_DT_INDEXTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPMO_WORKFLOW_FORMTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPMO_WORKFLOW_TASK_STATETableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPMO_WORKFLOWTableAdapter = Nothing
|
|
Me.TableAdapterManager.UpdateOrder = DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
|
'
|
|
'VWPMO_CONTROL_SCREENBindingNavigator
|
|
'
|
|
Me.VWPMO_CONTROL_SCREENBindingNavigator.AddNewItem = Nothing
|
|
Me.VWPMO_CONTROL_SCREENBindingNavigator.BindingSource = Me.BindingSourceDGV
|
|
Me.VWPMO_CONTROL_SCREENBindingNavigator.CountItem = Me.BindingNavigatorCountItem
|
|
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)
|
|
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
|
|
'
|
|
Me.BindingSourceDGV.AllowNew = False
|
|
'
|
|
'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."
|
|
'
|
|
'BindingNavigatorMoveFirstItem
|
|
'
|
|
Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image)
|
|
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)
|
|
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)
|
|
'
|
|
'BindingNavigatorPositionItem
|
|
'
|
|
Me.BindingNavigatorPositionItem.AccessibleName = "Position"
|
|
Me.BindingNavigatorPositionItem.AutoSize = False
|
|
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)
|
|
'
|
|
'BindingNavigatorMoveNextItem
|
|
'
|
|
Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image)
|
|
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)
|
|
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)
|
|
'
|
|
'tsbtnrefresh
|
|
'
|
|
Me.tsbtnrefresh.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG
|
|
Me.tsbtnrefresh.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
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)
|
|
Me.SplitContainerMain.Name = "SplitContainerMain"
|
|
Me.SplitContainerMain.Orientation = System.Windows.Forms.Orientation.Horizontal
|
|
'
|
|
'SplitContainerMain.Panel1
|
|
'
|
|
Me.SplitContainerMain.Panel1.Controls.Add(Me.dgvInput)
|
|
'
|
|
'SplitContainerMain.Panel2
|
|
'
|
|
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)
|
|
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.Options.UseBackColor = True
|
|
Me.gvMainView.GridControl = Me.dgvInput
|
|
Me.gvMainView.Name = "gvMainView"
|
|
Me.gvMainView.OptionsBehavior.Editable = False
|
|
Me.gvMainView.OptionsLayout.Columns.StoreAppearance = True
|
|
Me.gvMainView.OptionsPrint.EnableAppearanceOddRow = True
|
|
Me.gvMainView.OptionsSelection.EnableAppearanceFocusedCell = False
|
|
Me.gvMainView.OptionsView.EnableAppearanceEvenRow = True
|
|
Me.gvMainView.OptionsView.EnableAppearanceOddRow = True
|
|
'
|
|
'pnlView
|
|
'
|
|
Me.pnlView.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.pnlView.Location = New System.Drawing.Point(0, 25)
|
|
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)
|
|
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"
|
|
'
|
|
'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)
|
|
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"
|
|
'
|
|
'tsButtonAdd
|
|
'
|
|
Me.tsButtonAdd.Image = Global.DD_Record_Organiser.My.Resources.Resources.add
|
|
Me.tsButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
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
|
|
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
|
|
Me.tsButtonSave.Name = "tsButtonSave"
|
|
Me.tsButtonSave.Size = New System.Drawing.Size(79, 22)
|
|
Me.tsButtonSave.Text = "Speichern"
|
|
'
|
|
'TBPMO_RECORDBindingSource
|
|
'
|
|
Me.TBPMO_RECORDBindingSource.DataMember = "TBPMO_RECORD"
|
|
Me.TBPMO_RECORDBindingSource.DataSource = Me.DD_DMSDataSet
|
|
'
|
|
'TBPMO_RECORDTableAdapter
|
|
'
|
|
Me.TBPMO_RECORDTableAdapter.ClearBeforeFill = True
|
|
'
|
|
'ContextMenuStrip1
|
|
'
|
|
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.StammdatenEditierenToolStripMenuItem})
|
|
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
|
Me.ContextMenuStrip1.Size = New System.Drawing.Size(192, 26)
|
|
'
|
|
'StammdatenEditierenToolStripMenuItem
|
|
'
|
|
Me.StammdatenEditierenToolStripMenuItem.Name = "StammdatenEditierenToolStripMenuItem"
|
|
Me.StammdatenEditierenToolStripMenuItem.Size = New System.Drawing.Size(191, 22)
|
|
Me.StammdatenEditierenToolStripMenuItem.Text = "Stammdaten editieren"
|
|
'
|
|
'frmQuickEdit
|
|
'
|
|
Me.AllowDrop = True
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!)
|
|
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()
|
|
CType(Me.VWPMO_CONTROL_SCREENBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.VWPMO_CONTROL_SCREENBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.VWPMO_CONTROL_SCREENBindingNavigator.ResumeLayout(False)
|
|
Me.VWPMO_CONTROL_SCREENBindingNavigator.PerformLayout()
|
|
CType(Me.BindingSourceDGV, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainerMain.Panel1.ResumeLayout(False)
|
|
Me.SplitContainerMain.Panel2.ResumeLayout(False)
|
|
Me.SplitContainerMain.Panel2.PerformLayout()
|
|
CType(Me.SplitContainerMain, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainerMain.ResumeLayout(False)
|
|
CType(Me.dgvInput, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.gvMainView, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.StatusStrip2.ResumeLayout(False)
|
|
Me.StatusStrip2.PerformLayout()
|
|
Me.ToolStrip2.ResumeLayout(False)
|
|
Me.ToolStrip2.PerformLayout()
|
|
CType(Me.TBPMO_RECORDBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ContextMenuStrip1.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
|
|
Friend WithEvents DD_DMSDataSet As DD_Record_Organiser.DD_DMSDataSet
|
|
Friend WithEvents VWPMO_CONTROL_SCREENBindingSource As System.Windows.Forms.BindingSource
|
|
Friend WithEvents VWPMO_CONTROL_SCREENTableAdapter As DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWPMO_CONTROL_SCREENTableAdapter
|
|
Friend WithEvents TableAdapterManager As DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager
|
|
Friend WithEvents VWPMO_CONTROL_SCREENBindingNavigator As System.Windows.Forms.BindingNavigator
|
|
Friend WithEvents BindingNavigatorCountItem As System.Windows.Forms.ToolStripLabel
|
|
Friend WithEvents BindingNavigatorMoveFirstItem As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents BindingNavigatorMovePreviousItem As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents BindingNavigatorSeparator As System.Windows.Forms.ToolStripSeparator
|
|
Friend WithEvents BindingNavigatorPositionItem As System.Windows.Forms.ToolStripTextBox
|
|
Friend WithEvents BindingNavigatorSeparator1 As System.Windows.Forms.ToolStripSeparator
|
|
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 SplitContainerMain As System.Windows.Forms.SplitContainer
|
|
Friend WithEvents BindingSourceDGV As System.Windows.Forms.BindingSource
|
|
Friend WithEvents TBPMO_RECORDBindingSource As System.Windows.Forms.BindingSource
|
|
Friend WithEvents TBPMO_RECORDTableAdapter As DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_RECORDTableAdapter
|
|
Friend WithEvents tsstat_lbl As System.Windows.Forms.ToolStripStatusLabel
|
|
Friend WithEvents tsbtnrefresh As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents dgvInput As DevExpress.XtraGrid.GridControl
|
|
Friend WithEvents gvMainView As DevExpress.XtraGrid.Views.Grid.GridView
|
|
Friend WithEvents TooltipControl As System.Windows.Forms.ToolTip
|
|
Friend WithEvents ToolStrip2 As System.Windows.Forms.ToolStrip
|
|
Friend WithEvents StatusStrip2 As System.Windows.Forms.StatusStrip
|
|
Friend WithEvents tslblDetail_Eingabe As System.Windows.Forms.ToolStripLabel
|
|
Friend WithEvents tsButtonAdd As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents tsButtonDelete As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents tsButtonSave As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents tserstellt_Detail As System.Windows.Forms.ToolStripStatusLabel
|
|
Friend WithEvents ttTooltip As System.Windows.Forms.ToolTip
|
|
Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip
|
|
Friend WithEvents StammdatenEditierenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents pnlView As System.Windows.Forms.Panel
|
|
End Class
|