Partial Class frmStructureNodeConfig Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. 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. Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim GUIDLabel 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 Dim CHANGED_WHOLabel As System.Windows.Forms.Label Dim CHANGED_WHENLabel As System.Windows.Forms.Label Dim NAMELabel As System.Windows.Forms.Label Dim COMMENTLabel As System.Windows.Forms.Label Dim Label1 As System.Windows.Forms.Label Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStructureNodeConfig)) Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton() 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.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.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton() Me.GUIDTextBox = New System.Windows.Forms.TextBox() Me.TYPE_NODENumericUpDown = New System.Windows.Forms.NumericUpDown() Me.CREATE_RECORDCheckBox = New System.Windows.Forms.CheckBox() Me.ADDED_WHOTextBox = New System.Windows.Forms.TextBox() Me.ADDED_WHENTextBox = New System.Windows.Forms.TextBox() Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox() Me.CHANGED_WHENTextBox = New System.Windows.Forms.TextBox() Me.lblSave = New System.Windows.Forms.Label() 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() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.TBWH_ENTITYBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.NAMETextBox = New System.Windows.Forms.TextBox() Me.COMMENTTextBox = New System.Windows.Forms.TextBox() Me.TreeView1 = New System.Windows.Forms.TreeView() Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONTableAdapter = New DD_Record_Organizer.DD_DMSDataSetTableAdapters.TBPMO_STRUCTURE_NODES_CONFIGURATIONTableAdapter() 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.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() Me.Label2 = New System.Windows.Forms.Label() GUIDLabel = 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() CHANGED_WHOLabel = New System.Windows.Forms.Label() CHANGED_WHENLabel = New System.Windows.Forms.Label() NAMELabel = New System.Windows.Forms.Label() COMMENTLabel = New System.Windows.Forms.Label() Label1 = New System.Windows.Forms.Label() CType(Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit() Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator.SuspendLayout() 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.GroupBoxNodeIcon.SuspendLayout() CType(Me.pbBackground, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBWH_ENTITYBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPMO_FORM_CONSTRUCTORBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DD_ECMAdmin, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'GUIDLabel ' GUIDLabel.AutoSize = True GUIDLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) GUIDLabel.Location = New System.Drawing.Point(327, 72) GUIDLabel.Name = "GUIDLabel" GUIDLabel.Size = New System.Drawing.Size(20, 13) GUIDLabel.TabIndex = 1 GUIDLabel.Text = "ID:" ' 'TYPE_NODELabel ' 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(93, 13) TYPE_NODELabel.TabIndex = 5 TYPE_NODELabel.Text = "Node Type/Level:" ' 'ADDED_WHOLabel ' 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(327, 261) ADDED_WHOLabel.Name = "ADDED_WHOLabel" ADDED_WHOLabel.Size = New System.Drawing.Size(69, 13) ADDED_WHOLabel.TabIndex = 9 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(454, 261) ADDED_WHENLabel.Name = "ADDED_WHENLabel" ADDED_WHENLabel.Size = New System.Drawing.Size(74, 13) ADDED_WHENLabel.TabIndex = 11 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(584, 261) CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" CHANGED_WHOLabel.Size = New System.Drawing.Size(74, 13) CHANGED_WHOLabel.TabIndex = 13 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(711, 261) CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" CHANGED_WHENLabel.Size = New System.Drawing.Size(79, 13) CHANGED_WHENLabel.TabIndex = 15 CHANGED_WHENLabel.Text = "Changed When" ' 'NAMELabel ' NAMELabel.AutoSize = True NAMELabel.Location = New System.Drawing.Point(398, 72) NAMELabel.Name = "NAMELabel" NAMELabel.Size = New System.Drawing.Size(39, 13) NAMELabel.TabIndex = 87 NAMELabel.Text = "Name:" ' 'COMMENTLabel ' COMMENTLabel.AutoSize = True COMMENTLabel.Location = New System.Drawing.Point(655, 72) COMMENTLabel.Name = "COMMENTLabel" COMMENTLabel.Size = New System.Drawing.Size(59, 13) COMMENTLabel.TabIndex = 88 COMMENTLabel.Text = "Comment:" ' 'Label1 ' Label1.AutoSize = True Label1.Location = New System.Drawing.Point(327, 28) Label1.Name = "Label1" Label1.Size = New System.Drawing.Size(68, 13) Label1.TabIndex = 91 Label1.Text = "Entity/Sicht:" ' 'TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator ' Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem 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 = 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 Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator.Name = "TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator" Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator.Size = New System.Drawing.Size(972, 25) Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator.TabIndex = 0 Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator.Text = "BindingNavigator1" ' 'BindingNavigatorAddNewItem ' 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(122, 22) Me.BindingNavigatorAddNewItem.Text = "Add Node-Config" ' 'TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource ' Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource.DataMember = "TBPMO_STRUCTURE_NODES_CONFIGURATION" Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource.DataSource = Me.DD_DMSDataSet ' 'DD_DMSDataSet ' Me.DD_DMSDataSet.DataSetName = "DD_DMSDataSet" Me.DD_DMSDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(158, 22) Me.BindingNavigatorCountItem.Text = "von {0} Node Configurations" 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.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" 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) ' 'TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigatorSaveItem ' 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(90, 22) Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigatorSaveItem.Text = "Save Config" ' 'GUIDTextBox ' Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource, "GUID", True)) Me.GUIDTextBox.Enabled = False Me.GUIDTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GUIDTextBox.Location = New System.Drawing.Point(330, 88) Me.GUIDTextBox.Name = "GUIDTextBox" Me.GUIDTextBox.ReadOnly = True Me.GUIDTextBox.Size = New System.Drawing.Size(58, 22) Me.GUIDTextBox.TabIndex = 2 Me.GUIDTextBox.TabStop = False ' '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, 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) Me.TYPE_NODENumericUpDown.TabIndex = 6 Me.TYPE_NODENumericUpDown.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' '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(755, 147) Me.CREATE_RECORDCheckBox.Name = "CREATE_RECORDCheckBox" Me.CREATE_RECORDCheckBox.Size = New System.Drawing.Size(142, 24) Me.CREATE_RECORDCheckBox.TabIndex = 8 Me.CREATE_RECORDCheckBox.Text = "Create Record?" Me.CREATE_RECORDCheckBox.UseVisualStyleBackColor = True ' 'ADDED_WHOTextBox ' 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(330, 277) Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox" Me.ADDED_WHOTextBox.ReadOnly = True Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(121, 22) Me.ADDED_WHOTextBox.TabIndex = 10 Me.ADDED_WHOTextBox.TabStop = False ' 'ADDED_WHENTextBox ' 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(457, 277) Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox" Me.ADDED_WHENTextBox.ReadOnly = True Me.ADDED_WHENTextBox.Size = New System.Drawing.Size(121, 22) Me.ADDED_WHENTextBox.TabIndex = 12 Me.ADDED_WHENTextBox.TabStop = False ' 'CHANGED_WHOTextBox ' 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(587, 277) Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox" Me.CHANGED_WHOTextBox.ReadOnly = True Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(121, 22) Me.CHANGED_WHOTextBox.TabIndex = 14 Me.CHANGED_WHOTextBox.TabStop = False ' 'CHANGED_WHENTextBox ' 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(714, 277) Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox" Me.CHANGED_WHENTextBox.ReadOnly = True Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(121, 22) Me.CHANGED_WHENTextBox.TabIndex = 16 Me.CHANGED_WHENTextBox.TabStop = False ' 'lblSave ' Me.lblSave.AutoSize = True 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(584, 303) Me.lblSave.Name = "lblSave" Me.lblSave.Size = New System.Drawing.Size(102, 13) Me.lblSave.TabIndex = 45 Me.lblSave.Text = "Successfully saved" ' 'GroupBoxNodeIcon ' 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(330, 135) Me.GroupBoxNodeIcon.Name = "GroupBoxNodeIcon" Me.GroupBoxNodeIcon.Size = New System.Drawing.Size(323, 102) Me.GroupBoxNodeIcon.TabIndex = 82 Me.GroupBoxNodeIcon.TabStop = False Me.GroupBoxNodeIcon.Text = "Node Icon" ' 'btnResetBackground ' Me.btnResetBackground.ImeMode = System.Windows.Forms.ImeMode.NoControl 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 Me.btnResetBackground.Text = "Reset node icon" Me.btnResetBackground.UseVisualStyleBackColor = True ' 'btnSelectBackground ' Me.btnSelectBackground.ImeMode = System.Windows.Forms.ImeMode.NoControl 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 Me.btnSelectBackground.Text = "Select node Icon.." Me.btnSelectBackground.UseVisualStyleBackColor = True ' 'pbBackground ' 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(101, 72) Me.pbBackground.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.pbBackground.TabIndex = 80 Me.pbBackground.TabStop = False ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" ' 'TBWH_ENTITYBindingSource ' Me.TBWH_ENTITYBindingSource.DataMember = "TBWH_ENTITY" Me.TBWH_ENTITYBindingSource.DataSource = Me.DD_DMSDataSet ' 'NAMETextBox ' Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource, "NAME", True)) Me.NAMETextBox.Location = New System.Drawing.Point(401, 88) Me.NAMETextBox.Name = "NAMETextBox" Me.NAMETextBox.Size = New System.Drawing.Size(252, 22) Me.NAMETextBox.TabIndex = 88 ' 'COMMENTTextBox ' Me.COMMENTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource, "COMMENT", True)) Me.COMMENTTextBox.Location = New System.Drawing.Point(659, 88) Me.COMMENTTextBox.Multiline = True Me.COMMENTTextBox.Name = "COMMENTTextBox" Me.COMMENTTextBox.Size = New System.Drawing.Size(247, 44) Me.COMMENTTextBox.TabIndex = 89 ' 'TreeView1 ' 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, 295) Me.TreeView1.TabIndex = 90 ' 'TBPMO_STRUCTURE_NODES_CONFIGURATIONTableAdapter ' Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONTableAdapter.ClearBeforeFill = True ' 'TableAdapterManager ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False Me.TableAdapterManager.TBDD_CLIENTTableAdapter = Nothing Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Nothing Me.TableAdapterManager.TBDD_EINGANGSARTENTableAdapter = Nothing Me.TableAdapterManager.TBDD_EMAIL_ACCOUNTTableAdapter = Nothing Me.TableAdapterManager.TBDD_GROUPS_USERTableAdapter = Nothing Me.TableAdapterManager.TBDD_INDEX_AUTOMTableAdapter = Nothing Me.TableAdapterManager.TBDD_USER_GROUPSTableAdapter = Nothing Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing Me.TableAdapterManager.TBPMO_APPOINTMENTSTableAdapter = Nothing Me.TableAdapterManager.TBPMO_CONSTRUCTOR_USER_SQLTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FOLLOW_UP_EMAILTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FOLLUPEMAIL_USERTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTOR_DETAILTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTORTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_TYPETableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_VIEWTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORMTableAdapter = Nothing Me.TableAdapterManager.TBPMO_KONFIGURATIONTableAdapter = Nothing Me.TableAdapterManager.TBPMO_LANGUAGE_OBJECTTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RECORD_LOG_CONFIGTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RECORDTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RIGHT_GROUPTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RIGHT_USERTableAdapter = Nothing Me.TableAdapterManager.TBPMO_STRUCTURE_NODES_CONFIGURATIONTableAdapter = Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONTableAdapter Me.TableAdapterManager.TBPMO_TEMPLATE_ENTITYTableAdapter = Nothing Me.TableAdapterManager.TBPMO_TEMPLATE_PATTERNTableAdapter = Nothing Me.TableAdapterManager.TBPMO_TEMPLATETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_FVIEW_DT_INDEXTableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_IMPORT_PROFILE_IDXTableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_IMPORT_PROFILETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_NAMECONVENTION_FORMATTableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_OBJECTTYPETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WORKFLOW_TASK_HISTORYTableAdapter = Nothing Me.TableAdapterManager.TBPMO_WORKFLOW_TASK_STATETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WORKFLOWTableAdapter = Nothing Me.TableAdapterManager.UpdateOrder = DD_Record_Organizer.DD_DMSDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' 'TBWH_ENTITYTableAdapter ' Me.TBWH_ENTITYTableAdapter.ClearBeforeFill = True ' 'cmbEntity ' Me.cmbEntity.DataSource = Me.TBWH_ENTITYBindingSource Me.cmbEntity.DisplayMember = "FORM_TITLE" Me.cmbEntity.FormattingEnabled = True Me.cmbEntity.Location = New System.Drawing.Point(330, 44) Me.cmbEntity.Name = "cmbEntity" Me.cmbEntity.Size = New System.Drawing.Size(229, 21) Me.cmbEntity.TabIndex = 92 Me.cmbEntity.ValueMember = "FORM_ID" ' '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 ' 'TableAdapterManager1 ' 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 Me.TableAdapterManager1.TBPMO_FORM_CONSTRUCTORTableAdapter = Me.TBPMO_FORM_CONSTRUCTORTableAdapter 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) Me.Controls.Add(COMMENTLabel) Me.Controls.Add(Me.COMMENTTextBox) Me.Controls.Add(NAMELabel) Me.Controls.Add(Me.NAMETextBox) Me.Controls.Add(Me.GroupBoxNodeIcon) Me.Controls.Add(Me.lblSave) Me.Controls.Add(GUIDLabel) Me.Controls.Add(Me.GUIDTextBox) Me.Controls.Add(TYPE_NODELabel) Me.Controls.Add(Me.TYPE_NODENumericUpDown) Me.Controls.Add(Me.CREATE_RECORDCheckBox) Me.Controls.Add(ADDED_WHOLabel) Me.Controls.Add(Me.ADDED_WHOTextBox) Me.Controls.Add(ADDED_WHENLabel) Me.Controls.Add(Me.ADDED_WHENTextBox) Me.Controls.Add(CHANGED_WHOLabel) Me.Controls.Add(Me.CHANGED_WHOTextBox) Me.Controls.Add(CHANGED_WHENLabel) Me.Controls.Add(Me.CHANGED_WHENTextBox) Me.Controls.Add(Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator) Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.Name = "frmStructureNodeConfig" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Entity Node Configuration" CType(Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator.ResumeLayout(False) Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator.PerformLayout() 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.GroupBoxNodeIcon.ResumeLayout(False) CType(Me.pbBackground, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBWH_ENTITYBindingSource, 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() End Sub Friend WithEvents DD_DMSDataSet As DD_Record_Organizer.DD_DMSDataSet Friend WithEvents TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBPMO_STRUCTURE_NODES_CONFIGURATIONTableAdapter As DD_Record_Organizer.DD_DMSDataSetTableAdapters.TBPMO_STRUCTURE_NODES_CONFIGURATIONTableAdapter Friend WithEvents TableAdapterManager As DD_Record_Organizer.DD_DMSDataSetTableAdapters.TableAdapterManager 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 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 TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigatorSaveItem As System.Windows.Forms.ToolStripButton Friend WithEvents GUIDTextBox As System.Windows.Forms.TextBox Friend WithEvents TYPE_NODENumericUpDown As System.Windows.Forms.NumericUpDown Friend WithEvents CREATE_RECORDCheckBox As System.Windows.Forms.CheckBox Friend WithEvents ADDED_WHOTextBox As System.Windows.Forms.TextBox Friend WithEvents ADDED_WHENTextBox As System.Windows.Forms.TextBox 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 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 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 NAMETextBox As System.Windows.Forms.TextBox Friend WithEvents COMMENTTextBox As System.Windows.Forms.TextBox Friend WithEvents TreeView1 As System.Windows.Forms.TreeView Friend WithEvents cmbEntity As System.Windows.Forms.ComboBox Friend WithEvents DD_ECMAdmin As DD_ECMAdmin 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