MS
This commit is contained in:
@@ -57,7 +57,7 @@ Partial Class frmStructureNodeConfig
|
||||
Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.CHANGED_WHENTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.lblSave = New System.Windows.Forms.Label()
|
||||
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
|
||||
Me.GroupBoxNodeIcon = New System.Windows.Forms.GroupBox()
|
||||
Me.btnResetBackground = New System.Windows.Forms.Button()
|
||||
Me.btnSelectBackground = New System.Windows.Forms.Button()
|
||||
Me.pbBackground = New System.Windows.Forms.PictureBox()
|
||||
@@ -71,8 +71,8 @@ Partial Class frmStructureNodeConfig
|
||||
Me.TableAdapterManager = New DD_Record_Organizer.DD_DMSDataSetTableAdapters.TableAdapterManager()
|
||||
Me.TBWH_ENTITYTableAdapter = New DD_Record_Organizer.DD_DMSDataSetTableAdapters.TBWH_ENTITYTableAdapter()
|
||||
Me.cmbEntity = New System.Windows.Forms.ComboBox()
|
||||
Me.DD_ECMAdmin = New DD_Record_Organizer.DD_ECMAdmin()
|
||||
Me.TBPMO_FORM_CONSTRUCTORBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.DD_ECMAdmin = New DD_Record_Organizer.DD_ECMAdmin()
|
||||
Me.TBPMO_FORM_CONSTRUCTORTableAdapter = New DD_Record_Organizer.DD_ECMAdminTableAdapters.TBPMO_FORM_CONSTRUCTORTableAdapter()
|
||||
Me.TableAdapterManager1 = New DD_Record_Organizer.DD_ECMAdminTableAdapters.TableAdapterManager()
|
||||
GUIDLabel = New System.Windows.Forms.Label()
|
||||
@@ -90,11 +90,11 @@ Partial Class frmStructureNodeConfig
|
||||
CType(Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TYPE_NODENumericUpDown, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.GroupBox3.SuspendLayout()
|
||||
Me.GroupBoxNodeIcon.SuspendLayout()
|
||||
CType(Me.pbBackground, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBWH_ENTITYBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.DD_ECMAdmin, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBPMO_FORM_CONSTRUCTORBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.DD_ECMAdmin, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'GUIDLabel
|
||||
@@ -121,7 +121,7 @@ Partial Class frmStructureNodeConfig
|
||||
TYPE_NODELabel.AutoSize = True
|
||||
TYPE_NODELabel.Location = New System.Drawing.Point(656, 135)
|
||||
TYPE_NODELabel.Name = "TYPE_NODELabel"
|
||||
TYPE_NODELabel.Size = New System.Drawing.Size(92, 13)
|
||||
TYPE_NODELabel.Size = New System.Drawing.Size(93, 13)
|
||||
TYPE_NODELabel.TabIndex = 5
|
||||
TYPE_NODELabel.Text = "Node Type/Level:"
|
||||
'
|
||||
@@ -273,6 +273,7 @@ Partial Class frmStructureNodeConfig
|
||||
'
|
||||
Me.BindingNavigatorPositionItem.AccessibleName = "Position"
|
||||
Me.BindingNavigatorPositionItem.AutoSize = False
|
||||
Me.BindingNavigatorPositionItem.Font = New System.Drawing.Font("Segoe UI", 9.0!)
|
||||
Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
|
||||
Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23)
|
||||
Me.BindingNavigatorPositionItem.Text = "0"
|
||||
@@ -405,17 +406,17 @@ Partial Class frmStructureNodeConfig
|
||||
Me.lblSave.TabIndex = 45
|
||||
Me.lblSave.Text = "Successfully saved"
|
||||
'
|
||||
'GroupBox3
|
||||
'GroupBoxNodeIcon
|
||||
'
|
||||
Me.GroupBox3.Controls.Add(Me.btnResetBackground)
|
||||
Me.GroupBox3.Controls.Add(Me.btnSelectBackground)
|
||||
Me.GroupBox3.Controls.Add(Me.pbBackground)
|
||||
Me.GroupBox3.Location = New System.Drawing.Point(401, 179)
|
||||
Me.GroupBox3.Name = "GroupBox3"
|
||||
Me.GroupBox3.Size = New System.Drawing.Size(248, 78)
|
||||
Me.GroupBox3.TabIndex = 82
|
||||
Me.GroupBox3.TabStop = False
|
||||
Me.GroupBox3.Text = "Node Icon"
|
||||
Me.GroupBoxNodeIcon.Controls.Add(Me.btnResetBackground)
|
||||
Me.GroupBoxNodeIcon.Controls.Add(Me.btnSelectBackground)
|
||||
Me.GroupBoxNodeIcon.Controls.Add(Me.pbBackground)
|
||||
Me.GroupBoxNodeIcon.Location = New System.Drawing.Point(401, 179)
|
||||
Me.GroupBoxNodeIcon.Name = "GroupBoxNodeIcon"
|
||||
Me.GroupBoxNodeIcon.Size = New System.Drawing.Size(248, 78)
|
||||
Me.GroupBoxNodeIcon.TabIndex = 82
|
||||
Me.GroupBoxNodeIcon.TabStop = False
|
||||
Me.GroupBoxNodeIcon.Text = "Node Icon"
|
||||
'
|
||||
'btnResetBackground
|
||||
'
|
||||
@@ -553,16 +554,16 @@ Partial Class frmStructureNodeConfig
|
||||
Me.cmbEntity.TabIndex = 92
|
||||
Me.cmbEntity.ValueMember = "GUID"
|
||||
'
|
||||
'DD_ECMAdmin
|
||||
'
|
||||
Me.DD_ECMAdmin.DataSetName = "DD_ECMAdmin"
|
||||
Me.DD_ECMAdmin.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
||||
'
|
||||
'TBPMO_FORM_CONSTRUCTORBindingSource
|
||||
'
|
||||
Me.TBPMO_FORM_CONSTRUCTORBindingSource.DataMember = "TBPMO_FORM_CONSTRUCTOR"
|
||||
Me.TBPMO_FORM_CONSTRUCTORBindingSource.DataSource = Me.DD_ECMAdmin
|
||||
'
|
||||
'DD_ECMAdmin
|
||||
'
|
||||
Me.DD_ECMAdmin.DataSetName = "DD_ECMAdmin"
|
||||
Me.DD_ECMAdmin.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
||||
'
|
||||
'TBPMO_FORM_CONSTRUCTORTableAdapter
|
||||
'
|
||||
Me.TBPMO_FORM_CONSTRUCTORTableAdapter.ClearBeforeFill = True
|
||||
@@ -571,6 +572,7 @@ Partial Class frmStructureNodeConfig
|
||||
'
|
||||
Me.TableAdapterManager1.BackupDataSetBeforeUpdate = False
|
||||
Me.TableAdapterManager1.TBDD_CONNECTIONTableAdapter = Nothing
|
||||
Me.TableAdapterManager1.TBDD_GROUPSTableAdapter = Nothing
|
||||
Me.TableAdapterManager1.TBPMO_DOCRESULT_DROPDOWN_ITEMSTableAdapter = Nothing
|
||||
Me.TableAdapterManager1.TBPMO_DOCSEARCH_RESULTLIST_CONFIGTableAdapter = Nothing
|
||||
Me.TableAdapterManager1.TBPMO_FORM_CONSTRUCTOR_DETAILTableAdapter = Nothing
|
||||
@@ -592,7 +594,7 @@ Partial Class frmStructureNodeConfig
|
||||
Me.Controls.Add(NAMELabel)
|
||||
Me.Controls.Add(Me.NAMETextBox)
|
||||
Me.Controls.Add(Me.ComboBox1)
|
||||
Me.Controls.Add(Me.GroupBox3)
|
||||
Me.Controls.Add(Me.GroupBoxNodeIcon)
|
||||
Me.Controls.Add(Me.lblSave)
|
||||
Me.Controls.Add(GUIDLabel)
|
||||
Me.Controls.Add(Me.GUIDTextBox)
|
||||
@@ -621,11 +623,11 @@ Partial Class frmStructureNodeConfig
|
||||
CType(Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TYPE_NODENumericUpDown, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.GroupBox3.ResumeLayout(False)
|
||||
Me.GroupBoxNodeIcon.ResumeLayout(False)
|
||||
CType(Me.pbBackground, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBWH_ENTITYBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.DD_ECMAdmin, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBPMO_FORM_CONSTRUCTORBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.DD_ECMAdmin, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
@@ -655,7 +657,7 @@ Partial Class frmStructureNodeConfig
|
||||
Friend WithEvents CHANGED_WHOTextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents CHANGED_WHENTextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents lblSave As System.Windows.Forms.Label
|
||||
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
|
||||
Friend WithEvents GroupBoxNodeIcon As System.Windows.Forms.GroupBox
|
||||
Friend WithEvents btnResetBackground As System.Windows.Forms.Button
|
||||
Friend WithEvents btnSelectBackground As System.Windows.Forms.Button
|
||||
Friend WithEvents pbBackground As System.Windows.Forms.PictureBox
|
||||
|
||||
Reference in New Issue
Block a user