MS Diverses Customizing
This commit is contained in:
@@ -24,7 +24,6 @@ Partial Class frmStructureNodeConfig
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim GUIDLabel As System.Windows.Forms.Label
|
||||
Dim ENTITY_IDLabel As System.Windows.Forms.Label
|
||||
Dim TYPE_NODELabel As System.Windows.Forms.Label
|
||||
Dim ADDED_WHOLabel As System.Windows.Forms.Label
|
||||
Dim ADDED_WHENLabel As System.Windows.Forms.Label
|
||||
@@ -61,7 +60,6 @@ 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.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()
|
||||
@@ -74,8 +72,8 @@ Partial Class frmStructureNodeConfig
|
||||
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()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
GUIDLabel = New System.Windows.Forms.Label()
|
||||
ENTITY_IDLabel = New System.Windows.Forms.Label()
|
||||
TYPE_NODELabel = New System.Windows.Forms.Label()
|
||||
ADDED_WHOLabel = New System.Windows.Forms.Label()
|
||||
ADDED_WHENLabel = New System.Windows.Forms.Label()
|
||||
@@ -106,15 +104,6 @@ Partial Class frmStructureNodeConfig
|
||||
GUIDLabel.TabIndex = 1
|
||||
GUIDLabel.Text = "ID:"
|
||||
'
|
||||
'ENTITY_IDLabel
|
||||
'
|
||||
ENTITY_IDLabel.AutoSize = True
|
||||
ENTITY_IDLabel.Location = New System.Drawing.Point(398, 135)
|
||||
ENTITY_IDLabel.Name = "ENTITY_IDLabel"
|
||||
ENTITY_IDLabel.Size = New System.Drawing.Size(39, 13)
|
||||
ENTITY_IDLabel.TabIndex = 3
|
||||
ENTITY_IDLabel.Text = "Entity:"
|
||||
'
|
||||
'TYPE_NODELabel
|
||||
'
|
||||
TYPE_NODELabel.AutoSize = True
|
||||
@@ -128,41 +117,41 @@ Partial Class frmStructureNodeConfig
|
||||
'
|
||||
ADDED_WHOLabel.AutoSize = True
|
||||
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.Location = New System.Drawing.Point(327, 261)
|
||||
ADDED_WHOLabel.Name = "ADDED_WHOLabel"
|
||||
ADDED_WHOLabel.Size = New System.Drawing.Size(61, 13)
|
||||
ADDED_WHOLabel.Size = New System.Drawing.Size(69, 13)
|
||||
ADDED_WHOLabel.TabIndex = 9
|
||||
ADDED_WHOLabel.Text = "Erstellt Wer"
|
||||
ADDED_WHOLabel.Text = "Created Who"
|
||||
'
|
||||
'ADDED_WHENLabel
|
||||
'
|
||||
ADDED_WHENLabel.AutoSize = True
|
||||
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.Location = New System.Drawing.Point(454, 261)
|
||||
ADDED_WHENLabel.Name = "ADDED_WHENLabel"
|
||||
ADDED_WHENLabel.Size = New System.Drawing.Size(68, 13)
|
||||
ADDED_WHENLabel.Size = New System.Drawing.Size(74, 13)
|
||||
ADDED_WHENLabel.TabIndex = 11
|
||||
ADDED_WHENLabel.Text = "Erstellt wann"
|
||||
ADDED_WHENLabel.Text = "Created When"
|
||||
'
|
||||
'CHANGED_WHOLabel
|
||||
'
|
||||
CHANGED_WHOLabel.AutoSize = True
|
||||
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.Location = New System.Drawing.Point(584, 261)
|
||||
CHANGED_WHOLabel.Name = "CHANGED_WHOLabel"
|
||||
CHANGED_WHOLabel.Size = New System.Drawing.Size(71, 13)
|
||||
CHANGED_WHOLabel.Size = New System.Drawing.Size(74, 13)
|
||||
CHANGED_WHOLabel.TabIndex = 13
|
||||
CHANGED_WHOLabel.Text = "Geändert wer"
|
||||
CHANGED_WHOLabel.Text = "Changed Who"
|
||||
'
|
||||
'CHANGED_WHENLabel
|
||||
'
|
||||
CHANGED_WHENLabel.AutoSize = True
|
||||
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.Location = New System.Drawing.Point(711, 261)
|
||||
CHANGED_WHENLabel.Name = "CHANGED_WHENLabel"
|
||||
CHANGED_WHENLabel.Size = New System.Drawing.Size(80, 13)
|
||||
CHANGED_WHENLabel.Size = New System.Drawing.Size(79, 13)
|
||||
CHANGED_WHENLabel.TabIndex = 15
|
||||
CHANGED_WHENLabel.Text = "Geändert wann"
|
||||
CHANGED_WHENLabel.Text = "Changed When"
|
||||
'
|
||||
'NAMELabel
|
||||
'
|
||||
@@ -187,9 +176,9 @@ Partial Class frmStructureNodeConfig
|
||||
Label1.AutoSize = True
|
||||
Label1.Location = New System.Drawing.Point(327, 28)
|
||||
Label1.Name = "Label1"
|
||||
Label1.Size = New System.Drawing.Size(35, 13)
|
||||
Label1.Size = New System.Drawing.Size(68, 13)
|
||||
Label1.TabIndex = 91
|
||||
Label1.Text = "Sicht:"
|
||||
Label1.Text = "Entity/Sicht:"
|
||||
'
|
||||
'TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator
|
||||
'
|
||||
@@ -212,12 +201,11 @@ Partial Class frmStructureNodeConfig
|
||||
'
|
||||
'BindingNavigatorAddNewItem
|
||||
'
|
||||
Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image)
|
||||
Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem"
|
||||
Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorAddNewItem.Text = "Neu hinzufügen"
|
||||
Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(122, 22)
|
||||
Me.BindingNavigatorAddNewItem.Text = "Add Node-Config"
|
||||
'
|
||||
'TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource
|
||||
'
|
||||
@@ -299,11 +287,10 @@ Partial Class frmStructureNodeConfig
|
||||
'
|
||||
'TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigatorSaveItem
|
||||
'
|
||||
Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigatorSaveItem.Image = CType(resources.GetObject("TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigatorSaveItem.Image"), System.Drawing.Image)
|
||||
Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigatorSaveItem.Name = "TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigatorSaveItem"
|
||||
Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22)
|
||||
Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigatorSaveItem.Text = "Daten speichern"
|
||||
Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigatorSaveItem.Size = New System.Drawing.Size(90, 22)
|
||||
Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigatorSaveItem.Text = "Save Config"
|
||||
'
|
||||
'GUIDTextBox
|
||||
'
|
||||
@@ -330,7 +317,7 @@ 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, 149)
|
||||
Me.CREATE_RECORDCheckBox.Location = New System.Drawing.Point(755, 147)
|
||||
Me.CREATE_RECORDCheckBox.Name = "CREATE_RECORDCheckBox"
|
||||
Me.CREATE_RECORDCheckBox.Size = New System.Drawing.Size(142, 24)
|
||||
Me.CREATE_RECORDCheckBox.TabIndex = 8
|
||||
@@ -342,7 +329,7 @@ Partial Class frmStructureNodeConfig
|
||||
Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource, "ADDED_WHO", True))
|
||||
Me.ADDED_WHOTextBox.Enabled = False
|
||||
Me.ADDED_WHOTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(401, 283)
|
||||
Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(330, 277)
|
||||
Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox"
|
||||
Me.ADDED_WHOTextBox.ReadOnly = True
|
||||
Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(121, 22)
|
||||
@@ -354,7 +341,7 @@ Partial Class frmStructureNodeConfig
|
||||
Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource, "ADDED_WHEN", True))
|
||||
Me.ADDED_WHENTextBox.Enabled = False
|
||||
Me.ADDED_WHENTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(528, 283)
|
||||
Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(457, 277)
|
||||
Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox"
|
||||
Me.ADDED_WHENTextBox.ReadOnly = True
|
||||
Me.ADDED_WHENTextBox.Size = New System.Drawing.Size(121, 22)
|
||||
@@ -366,7 +353,7 @@ Partial Class frmStructureNodeConfig
|
||||
Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource, "CHANGED_WHO", True))
|
||||
Me.CHANGED_WHOTextBox.Enabled = False
|
||||
Me.CHANGED_WHOTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(658, 283)
|
||||
Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(587, 277)
|
||||
Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox"
|
||||
Me.CHANGED_WHOTextBox.ReadOnly = True
|
||||
Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(121, 22)
|
||||
@@ -378,7 +365,7 @@ Partial Class frmStructureNodeConfig
|
||||
Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource, "CHANGED_WHEN", True))
|
||||
Me.CHANGED_WHENTextBox.Enabled = False
|
||||
Me.CHANGED_WHENTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(785, 283)
|
||||
Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(714, 277)
|
||||
Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox"
|
||||
Me.CHANGED_WHENTextBox.ReadOnly = True
|
||||
Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(121, 22)
|
||||
@@ -391,7 +378,7 @@ Partial Class frmStructureNodeConfig
|
||||
Me.lblSave.BackColor = System.Drawing.Color.Yellow
|
||||
Me.lblSave.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold)
|
||||
Me.lblSave.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||||
Me.lblSave.Location = New System.Drawing.Point(656, 244)
|
||||
Me.lblSave.Location = New System.Drawing.Point(584, 303)
|
||||
Me.lblSave.Name = "lblSave"
|
||||
Me.lblSave.Size = New System.Drawing.Size(102, 13)
|
||||
Me.lblSave.TabIndex = 45
|
||||
@@ -402,9 +389,9 @@ Partial Class frmStructureNodeConfig
|
||||
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.Location = New System.Drawing.Point(330, 135)
|
||||
Me.GroupBoxNodeIcon.Name = "GroupBoxNodeIcon"
|
||||
Me.GroupBoxNodeIcon.Size = New System.Drawing.Size(248, 78)
|
||||
Me.GroupBoxNodeIcon.Size = New System.Drawing.Size(323, 102)
|
||||
Me.GroupBoxNodeIcon.TabIndex = 82
|
||||
Me.GroupBoxNodeIcon.TabStop = False
|
||||
Me.GroupBoxNodeIcon.Text = "Node Icon"
|
||||
@@ -412,7 +399,7 @@ Partial Class frmStructureNodeConfig
|
||||
'btnResetBackground
|
||||
'
|
||||
Me.btnResetBackground.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||||
Me.btnResetBackground.Location = New System.Drawing.Point(88, 49)
|
||||
Me.btnResetBackground.Location = New System.Drawing.Point(154, 49)
|
||||
Me.btnResetBackground.Name = "btnResetBackground"
|
||||
Me.btnResetBackground.Size = New System.Drawing.Size(151, 23)
|
||||
Me.btnResetBackground.TabIndex = 82
|
||||
@@ -422,7 +409,7 @@ Partial Class frmStructureNodeConfig
|
||||
'btnSelectBackground
|
||||
'
|
||||
Me.btnSelectBackground.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||||
Me.btnSelectBackground.Location = New System.Drawing.Point(88, 21)
|
||||
Me.btnSelectBackground.Location = New System.Drawing.Point(154, 21)
|
||||
Me.btnSelectBackground.Name = "btnSelectBackground"
|
||||
Me.btnSelectBackground.Size = New System.Drawing.Size(151, 23)
|
||||
Me.btnSelectBackground.TabIndex = 81
|
||||
@@ -434,7 +421,7 @@ Partial Class frmStructureNodeConfig
|
||||
Me.pbBackground.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
||||
Me.pbBackground.Location = New System.Drawing.Point(6, 21)
|
||||
Me.pbBackground.Name = "pbBackground"
|
||||
Me.pbBackground.Size = New System.Drawing.Size(76, 51)
|
||||
Me.pbBackground.Size = New System.Drawing.Size(101, 72)
|
||||
Me.pbBackground.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||||
Me.pbBackground.TabIndex = 80
|
||||
Me.pbBackground.TabStop = False
|
||||
@@ -443,18 +430,6 @@ Partial Class frmStructureNodeConfig
|
||||
'
|
||||
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
|
||||
'
|
||||
'ComboBoxEntity
|
||||
'
|
||||
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
|
||||
'
|
||||
Me.TBWH_ENTITYBindingSource.DataMember = "TBWH_ENTITY"
|
||||
@@ -482,7 +457,7 @@ Partial Class frmStructureNodeConfig
|
||||
Me.TreeView1.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.TreeView1.Location = New System.Drawing.Point(0, 28)
|
||||
Me.TreeView1.Name = "TreeView1"
|
||||
Me.TreeView1.Size = New System.Drawing.Size(324, 277)
|
||||
Me.TreeView1.Size = New System.Drawing.Size(324, 295)
|
||||
Me.TreeView1.TabIndex = 90
|
||||
'
|
||||
'TBPMO_STRUCTURE_NODES_CONFIGURATIONTableAdapter
|
||||
@@ -571,12 +546,24 @@ Partial Class frmStructureNodeConfig
|
||||
Me.TableAdapterManager1.TBPMO_LOG_ESSENTIALSTableAdapter = Nothing
|
||||
Me.TableAdapterManager1.TBPMO_SAP_FUBATableAdapter = Nothing
|
||||
Me.TableAdapterManager1.UpdateOrder = DD_Record_Organizer.DD_ECMAdminTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.AutoSize = True
|
||||
Me.Label2.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label2.Location = New System.Drawing.Point(752, 174)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(178, 39)
|
||||
Me.Label2.TabIndex = 93
|
||||
Me.Label2.Text = "Nur dann können Daten und " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Dokumente zu diesem Knoten " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "zugeordnet und gespeiche" &
|
||||
"rt werden!"
|
||||
'
|
||||
'frmStructureNodeConfig
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(972, 325)
|
||||
Me.Controls.Add(Me.Label2)
|
||||
Me.Controls.Add(Me.cmbEntity)
|
||||
Me.Controls.Add(Label1)
|
||||
Me.Controls.Add(Me.TreeView1)
|
||||
@@ -584,12 +571,10 @@ Partial Class frmStructureNodeConfig
|
||||
Me.Controls.Add(Me.COMMENTTextBox)
|
||||
Me.Controls.Add(NAMELabel)
|
||||
Me.Controls.Add(Me.NAMETextBox)
|
||||
Me.Controls.Add(Me.ComboBoxEntity)
|
||||
Me.Controls.Add(Me.GroupBoxNodeIcon)
|
||||
Me.Controls.Add(Me.lblSave)
|
||||
Me.Controls.Add(GUIDLabel)
|
||||
Me.Controls.Add(Me.GUIDTextBox)
|
||||
Me.Controls.Add(ENTITY_IDLabel)
|
||||
Me.Controls.Add(TYPE_NODELabel)
|
||||
Me.Controls.Add(Me.TYPE_NODENumericUpDown)
|
||||
Me.Controls.Add(Me.CREATE_RECORDCheckBox)
|
||||
@@ -654,7 +639,6 @@ 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 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
|
||||
@@ -663,4 +647,5 @@ Partial Class frmStructureNodeConfig
|
||||
Friend WithEvents TBPMO_FORM_CONSTRUCTORBindingSource As BindingSource
|
||||
Friend WithEvents TBPMO_FORM_CONSTRUCTORTableAdapter As DD_ECMAdminTableAdapters.TBPMO_FORM_CONSTRUCTORTableAdapter
|
||||
Friend WithEvents TableAdapterManager1 As DD_ECMAdminTableAdapters.TableAdapterManager
|
||||
Friend WithEvents Label2 As Label
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user