MS V 3.1.3 Beta RightGroups und NodeConfig-Adding
This commit is contained in:
@@ -39,7 +39,6 @@ Partial Class frmStructureNodeConfig
|
||||
Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.DD_DMSDataSet = New DD_Record_Organizer.DD_DMSDataSet()
|
||||
Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
|
||||
Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton()
|
||||
Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton()
|
||||
Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton()
|
||||
Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
|
||||
@@ -62,7 +61,7 @@ Partial Class frmStructureNodeConfig
|
||||
Me.btnSelectBackground = New System.Windows.Forms.Button()
|
||||
Me.pbBackground = New System.Windows.Forms.PictureBox()
|
||||
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
|
||||
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
|
||||
Me.ComboBoxEntity = New System.Windows.Forms.ComboBox()
|
||||
Me.TBWH_ENTITYBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.NAMETextBox = New System.Windows.Forms.TextBox()
|
||||
Me.COMMENTTextBox = New System.Windows.Forms.TextBox()
|
||||
@@ -131,9 +130,9 @@ Partial Class frmStructureNodeConfig
|
||||
ADDED_WHOLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
ADDED_WHOLabel.Location = New System.Drawing.Point(398, 267)
|
||||
ADDED_WHOLabel.Name = "ADDED_WHOLabel"
|
||||
ADDED_WHOLabel.Size = New System.Drawing.Size(74, 13)
|
||||
ADDED_WHOLabel.Size = New System.Drawing.Size(61, 13)
|
||||
ADDED_WHOLabel.TabIndex = 9
|
||||
ADDED_WHOLabel.Text = "ADDED WHO:"
|
||||
ADDED_WHOLabel.Text = "Erstellt Wer"
|
||||
'
|
||||
'ADDED_WHENLabel
|
||||
'
|
||||
@@ -141,9 +140,9 @@ Partial Class frmStructureNodeConfig
|
||||
ADDED_WHENLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
ADDED_WHENLabel.Location = New System.Drawing.Point(525, 267)
|
||||
ADDED_WHENLabel.Name = "ADDED_WHENLabel"
|
||||
ADDED_WHENLabel.Size = New System.Drawing.Size(79, 13)
|
||||
ADDED_WHENLabel.Size = New System.Drawing.Size(68, 13)
|
||||
ADDED_WHENLabel.TabIndex = 11
|
||||
ADDED_WHENLabel.Text = "ADDED WHEN:"
|
||||
ADDED_WHENLabel.Text = "Erstellt wann"
|
||||
'
|
||||
'CHANGED_WHOLabel
|
||||
'
|
||||
@@ -151,9 +150,9 @@ Partial Class frmStructureNodeConfig
|
||||
CHANGED_WHOLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
CHANGED_WHOLabel.Location = New System.Drawing.Point(655, 267)
|
||||
CHANGED_WHOLabel.Name = "CHANGED_WHOLabel"
|
||||
CHANGED_WHOLabel.Size = New System.Drawing.Size(89, 13)
|
||||
CHANGED_WHOLabel.Size = New System.Drawing.Size(71, 13)
|
||||
CHANGED_WHOLabel.TabIndex = 13
|
||||
CHANGED_WHOLabel.Text = "CHANGED WHO:"
|
||||
CHANGED_WHOLabel.Text = "Geändert wer"
|
||||
'
|
||||
'CHANGED_WHENLabel
|
||||
'
|
||||
@@ -161,9 +160,9 @@ Partial Class frmStructureNodeConfig
|
||||
CHANGED_WHENLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
CHANGED_WHENLabel.Location = New System.Drawing.Point(782, 267)
|
||||
CHANGED_WHENLabel.Name = "CHANGED_WHENLabel"
|
||||
CHANGED_WHENLabel.Size = New System.Drawing.Size(94, 13)
|
||||
CHANGED_WHENLabel.Size = New System.Drawing.Size(80, 13)
|
||||
CHANGED_WHENLabel.TabIndex = 15
|
||||
CHANGED_WHENLabel.Text = "CHANGED WHEN:"
|
||||
CHANGED_WHENLabel.Text = "Geändert wann"
|
||||
'
|
||||
'NAMELabel
|
||||
'
|
||||
@@ -198,8 +197,8 @@ Partial Class frmStructureNodeConfig
|
||||
Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator.BindingSource = Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource
|
||||
Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator.CountItem = Me.BindingNavigatorCountItem
|
||||
Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator.CountItemFormat = "von {0} Node Configurations"
|
||||
Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem
|
||||
Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator.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_STRUCTURE_NODES_CONFIGURATIONBindingNavigatorSaveItem})
|
||||
Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator.DeleteItem = Nothing
|
||||
Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator.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.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigatorSaveItem})
|
||||
Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator.Location = New System.Drawing.Point(0, 0)
|
||||
Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
|
||||
Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
|
||||
@@ -237,15 +236,6 @@ Partial Class frmStructureNodeConfig
|
||||
Me.BindingNavigatorCountItem.Text = "von {0} Node Configurations"
|
||||
Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente."
|
||||
'
|
||||
'BindingNavigatorDeleteItem
|
||||
'
|
||||
Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image)
|
||||
Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem"
|
||||
Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorDeleteItem.Text = "Löschen"
|
||||
'
|
||||
'BindingNavigatorMoveFirstItem
|
||||
'
|
||||
Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
@@ -330,7 +320,7 @@ Partial Class frmStructureNodeConfig
|
||||
'TYPE_NODENumericUpDown
|
||||
'
|
||||
Me.TYPE_NODENumericUpDown.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource, "TYPE_NODE", True))
|
||||
Me.TYPE_NODENumericUpDown.Location = New System.Drawing.Point(659, 153)
|
||||
Me.TYPE_NODENumericUpDown.Location = New System.Drawing.Point(659, 150)
|
||||
Me.TYPE_NODENumericUpDown.Maximum = New Decimal(New Integer() {1000, 0, 0, 0})
|
||||
Me.TYPE_NODENumericUpDown.Name = "TYPE_NODENumericUpDown"
|
||||
Me.TYPE_NODENumericUpDown.Size = New System.Drawing.Size(55, 22)
|
||||
@@ -340,11 +330,11 @@ Partial Class frmStructureNodeConfig
|
||||
'CREATE_RECORDCheckBox
|
||||
'
|
||||
Me.CREATE_RECORDCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource, "CREATE_RECORD", True))
|
||||
Me.CREATE_RECORDCheckBox.Location = New System.Drawing.Point(764, 150)
|
||||
Me.CREATE_RECORDCheckBox.Location = New System.Drawing.Point(764, 149)
|
||||
Me.CREATE_RECORDCheckBox.Name = "CREATE_RECORDCheckBox"
|
||||
Me.CREATE_RECORDCheckBox.Size = New System.Drawing.Size(185, 24)
|
||||
Me.CREATE_RECORDCheckBox.Size = New System.Drawing.Size(142, 24)
|
||||
Me.CREATE_RECORDCheckBox.TabIndex = 8
|
||||
Me.CREATE_RECORDCheckBox.Text = "Create Record? (Yes/No)"
|
||||
Me.CREATE_RECORDCheckBox.Text = "Create Record?"
|
||||
Me.CREATE_RECORDCheckBox.UseVisualStyleBackColor = True
|
||||
'
|
||||
'ADDED_WHOTextBox
|
||||
@@ -445,7 +435,7 @@ Partial Class frmStructureNodeConfig
|
||||
Me.pbBackground.Location = New System.Drawing.Point(6, 21)
|
||||
Me.pbBackground.Name = "pbBackground"
|
||||
Me.pbBackground.Size = New System.Drawing.Size(76, 51)
|
||||
Me.pbBackground.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage
|
||||
Me.pbBackground.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||||
Me.pbBackground.TabIndex = 80
|
||||
Me.pbBackground.TabStop = False
|
||||
'
|
||||
@@ -453,17 +443,17 @@ Partial Class frmStructureNodeConfig
|
||||
'
|
||||
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
|
||||
'
|
||||
'ComboBox1
|
||||
'ComboBoxEntity
|
||||
'
|
||||
Me.ComboBox1.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource, "ENTITY_ID", True))
|
||||
Me.ComboBox1.DataSource = Me.TBWH_ENTITYBindingSource
|
||||
Me.ComboBox1.DisplayMember = "FORM_TITLE"
|
||||
Me.ComboBox1.FormattingEnabled = True
|
||||
Me.ComboBox1.Location = New System.Drawing.Point(401, 151)
|
||||
Me.ComboBox1.Name = "ComboBox1"
|
||||
Me.ComboBox1.Size = New System.Drawing.Size(252, 21)
|
||||
Me.ComboBox1.TabIndex = 85
|
||||
Me.ComboBox1.ValueMember = "FORM_ID"
|
||||
Me.ComboBoxEntity.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource, "ENTITY_ID", True))
|
||||
Me.ComboBoxEntity.DataSource = Me.TBWH_ENTITYBindingSource
|
||||
Me.ComboBoxEntity.DisplayMember = "FORM_TITLE"
|
||||
Me.ComboBoxEntity.FormattingEnabled = True
|
||||
Me.ComboBoxEntity.Location = New System.Drawing.Point(401, 151)
|
||||
Me.ComboBoxEntity.Name = "ComboBoxEntity"
|
||||
Me.ComboBoxEntity.Size = New System.Drawing.Size(252, 21)
|
||||
Me.ComboBoxEntity.TabIndex = 85
|
||||
Me.ComboBoxEntity.ValueMember = "FORM_ID"
|
||||
'
|
||||
'TBWH_ENTITYBindingSource
|
||||
'
|
||||
@@ -594,7 +584,7 @@ Partial Class frmStructureNodeConfig
|
||||
Me.Controls.Add(Me.COMMENTTextBox)
|
||||
Me.Controls.Add(NAMELabel)
|
||||
Me.Controls.Add(Me.NAMETextBox)
|
||||
Me.Controls.Add(Me.ComboBox1)
|
||||
Me.Controls.Add(Me.ComboBoxEntity)
|
||||
Me.Controls.Add(Me.GroupBoxNodeIcon)
|
||||
Me.Controls.Add(Me.lblSave)
|
||||
Me.Controls.Add(GUIDLabel)
|
||||
@@ -640,7 +630,6 @@ Partial Class frmStructureNodeConfig
|
||||
Friend WithEvents TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator As System.Windows.Forms.BindingNavigator
|
||||
Friend WithEvents BindingNavigatorAddNewItem As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents BindingNavigatorCountItem As System.Windows.Forms.ToolStripLabel
|
||||
Friend WithEvents BindingNavigatorDeleteItem As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents BindingNavigatorMoveFirstItem As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents BindingNavigatorMovePreviousItem As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents BindingNavigatorSeparator As System.Windows.Forms.ToolStripSeparator
|
||||
@@ -665,7 +654,7 @@ Partial Class frmStructureNodeConfig
|
||||
Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
|
||||
Friend WithEvents TBWH_ENTITYBindingSource As System.Windows.Forms.BindingSource
|
||||
Friend WithEvents TBWH_ENTITYTableAdapter As DD_Record_Organizer.DD_DMSDataSetTableAdapters.TBWH_ENTITYTableAdapter
|
||||
Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
|
||||
Friend WithEvents ComboBoxEntity As System.Windows.Forms.ComboBox
|
||||
Friend WithEvents NAMETextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents COMMENTTextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents TreeView1 As System.Windows.Forms.TreeView
|
||||
|
||||
Reference in New Issue
Block a user