MS_17022016

This commit is contained in:
SchreiberM
2016-02-17 11:11:35 +01:00
parent 880a2b04f3
commit 39da7d9b0c
29 changed files with 8613 additions and 7351 deletions

View File

@@ -65,6 +65,8 @@ Partial Class frmConstructorDesigner
Me.TBPMO_FORM_CONSTRUCTORBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton()
Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TreeViewDetails = New System.Windows.Forms.TreeView()
Me.cmstrpEntity = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.FormDesignerToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
Me.CONSTRUCTOR_IDTextBox = New System.Windows.Forms.TextBox()
Me.FORM_TITLETextBox = New System.Windows.Forms.TextBox()
@@ -153,8 +155,7 @@ Partial Class frmConstructorDesigner
Me.lblUsers = New System.Windows.Forms.Label()
Me.ListBoxUserConstructor = New System.Windows.Forms.ListBox()
Me.Label16 = New System.Windows.Forms.Label()
Me.cmstrpEntity = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.FormDesignerToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.LANGUAGETextBox = New System.Windows.Forms.TextBox()
GUIDLabel = New System.Windows.Forms.Label()
FORM_TITLELabel = New System.Windows.Forms.Label()
SEQUENCE_MENULabel = New System.Windows.Forms.Label()
@@ -181,6 +182,7 @@ Partial Class frmConstructorDesigner
CType(Me.TBPMO_FORM_CONSTRUCTORBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.SuspendLayout()
CType(Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
Me.cmstrpEntity.SuspendLayout()
CType(Me.SEQUENCE_MENUNumericUpDown, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.XtraTabControl1.SuspendLayout()
@@ -198,7 +200,6 @@ Partial Class frmConstructorDesigner
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBPMO_FORM_CONSTRUCTORBindingSource1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.ImageCollection1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.cmstrpEntity.SuspendLayout()
Me.SuspendLayout()
'
'GUIDLabel
@@ -337,7 +338,7 @@ Partial Class frmConstructorDesigner
Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem
Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.BindingSource = Me.TBPMO_FORM_CONSTRUCTORBindingSource
Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.CountItem = Me.BindingNavigatorCountItem
Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.CountItemFormat = "from {0}"
Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.CountItemFormat = "from {0} records"
Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem
Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.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.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.TBPMO_FORM_CONSTRUCTORBindingNavigatorSaveItem})
resources.ApplyResources(Me.TBPMO_FORM_CONSTRUCTORBindingNavigator, "TBPMO_FORM_CONSTRUCTORBindingNavigator")
@@ -428,6 +429,17 @@ Partial Class frmConstructorDesigner
Me.TreeViewDetails.ImageList = Me.ImageList1
Me.TreeViewDetails.Name = "TreeViewDetails"
'
'cmstrpEntity
'
Me.cmstrpEntity.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FormDesignerToolStripMenuItem})
Me.cmstrpEntity.Name = "cmstrpEntity"
resources.ApplyResources(Me.cmstrpEntity, "cmstrpEntity")
'
'FormDesignerToolStripMenuItem
'
Me.FormDesignerToolStripMenuItem.Name = "FormDesignerToolStripMenuItem"
resources.ApplyResources(Me.FormDesignerToolStripMenuItem, "FormDesignerToolStripMenuItem")
'
'ImageList1
'
Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
@@ -1063,21 +1075,18 @@ Partial Class frmConstructorDesigner
resources.ApplyResources(Me.Label16, "Label16")
Me.Label16.Name = "Label16"
'
'cmstrpEntity
'LANGUAGETextBox
'
Me.cmstrpEntity.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FormDesignerToolStripMenuItem})
Me.cmstrpEntity.Name = "cmstrpEntity"
resources.ApplyResources(Me.cmstrpEntity, "cmstrpEntity")
'
'FormDesignerToolStripMenuItem
'
Me.FormDesignerToolStripMenuItem.Name = "FormDesignerToolStripMenuItem"
resources.ApplyResources(Me.FormDesignerToolStripMenuItem, "FormDesignerToolStripMenuItem")
Me.LANGUAGETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTORBindingSource, "LANGUAGE", True))
resources.ApplyResources(Me.LANGUAGETextBox, "LANGUAGETextBox")
Me.LANGUAGETextBox.Name = "LANGUAGETextBox"
Me.LANGUAGETextBox.ReadOnly = True
'
'frmConstructorDesigner
'
resources.ApplyResources(Me, "$this")
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.LANGUAGETextBox)
Me.Controls.Add(Me.btndeleteUserConstructorRel)
Me.Controls.Add(Me.btnAddUser2ConstructorREL)
Me.Controls.Add(Me.ListBoxUsersFORConstructor)
@@ -1113,6 +1122,7 @@ Partial Class frmConstructorDesigner
Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.ResumeLayout(False)
Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.PerformLayout()
CType(Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
Me.cmstrpEntity.ResumeLayout(False)
CType(Me.SEQUENCE_MENUNumericUpDown, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit()
Me.XtraTabControl1.ResumeLayout(False)
@@ -1138,7 +1148,6 @@ Partial Class frmConstructorDesigner
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBPMO_FORM_CONSTRUCTORBindingSource1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.ImageCollection1, System.ComponentModel.ISupportInitialize).EndInit()
Me.cmstrpEntity.ResumeLayout(False)
Me.ResumeLayout(False)
Me.PerformLayout()
@@ -1253,4 +1262,5 @@ Partial Class frmConstructorDesigner
Friend WithEvents Label16 As System.Windows.Forms.Label
Friend WithEvents cmstrpEntity As System.Windows.Forms.ContextMenuStrip
Friend WithEvents FormDesignerToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents LANGUAGETextBox As System.Windows.Forms.TextBox
End Class