_ 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 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 Dim CHANGED_WHOLabel As System.Windows.Forms.Label Dim CHANGED_WHENLabel As System.Windows.Forms.Label Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStructureNodeConfig)) Dim NAMELabel As System.Windows.Forms.Label Dim COMMENTLabel As System.Windows.Forms.Label Me.DD_DMSDataSet = New DD_Record_Organiser.DD_DMSDataSet() Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONTableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_STRUCTURE_NODES_CONFIGURATIONTableAdapter() Me.TableAdapterManager = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager() Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton() 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() 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.GroupBox3 = 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.TBWH_ENTITYTableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBWH_ENTITYTableAdapter() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.GridControl1 = New DevExpress.XtraGrid.GridControl() Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colNAME = New DevExpress.XtraGrid.Columns.GridColumn() Me.colTYPE_NODE = New DevExpress.XtraGrid.Columns.GridColumn() Me.NAMETextBox = New System.Windows.Forms.TextBox() Me.COMMENTTextBox = New System.Windows.Forms.TextBox() 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() 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() CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit() Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingNavigator.SuspendLayout() CType(Me.TYPE_NODENumericUpDown, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox3.SuspendLayout() CType(Me.pbBackground, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBWH_ENTITYBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridView1, 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(330, 29) GUIDLabel.Name = "GUIDLabel" GUIDLabel.Size = New System.Drawing.Size(20, 13) GUIDLabel.TabIndex = 1 GUIDLabel.Text = "ID:" ' 'ENTITY_IDLabel ' ENTITY_IDLabel.AutoSize = True ENTITY_IDLabel.Location = New System.Drawing.Point(401, 92) 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 TYPE_NODELabel.Location = New System.Drawing.Point(659, 92) 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(401, 224) ADDED_WHOLabel.Name = "ADDED_WHOLabel" ADDED_WHOLabel.Size = New System.Drawing.Size(74, 13) ADDED_WHOLabel.TabIndex = 9 ADDED_WHOLabel.Text = "ADDED 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(528, 224) ADDED_WHENLabel.Name = "ADDED_WHENLabel" ADDED_WHENLabel.Size = New System.Drawing.Size(79, 13) ADDED_WHENLabel.TabIndex = 11 ADDED_WHENLabel.Text = "ADDED 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(658, 224) CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" CHANGED_WHOLabel.Size = New System.Drawing.Size(89, 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(785, 224) CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" CHANGED_WHENLabel.Size = New System.Drawing.Size(94, 13) CHANGED_WHENLabel.TabIndex = 15 CHANGED_WHENLabel.Text = "CHANGED WHEN:" ' 'DD_DMSDataSet ' Me.DD_DMSDataSet.DataSetName = "DD_DMSDataSet" Me.DD_DMSDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource ' Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource.DataMember = "TBPMO_STRUCTURE_NODES_CONFIGURATION" Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource.DataSource = Me.DD_DMSDataSet ' '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_CONSTRUCTOR_USER_SQLTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FILES_USERTableAdapter = 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_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_STATETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WORKFLOWTableAdapter = Nothing Me.TableAdapterManager.UpdateOrder = DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' '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 = 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.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.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" ' '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." ' '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 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.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.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" ' '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(333, 45) 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(662, 110) Me.TYPE_NODENumericUpDown.Name = "TYPE_NODENumericUpDown" Me.TYPE_NODENumericUpDown.Size = New System.Drawing.Size(39, 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(767, 107) Me.CREATE_RECORDCheckBox.Name = "CREATE_RECORDCheckBox" Me.CREATE_RECORDCheckBox.Size = New System.Drawing.Size(185, 24) Me.CREATE_RECORDCheckBox.TabIndex = 8 Me.CREATE_RECORDCheckBox.Text = "Create Record? (Yes/No)" 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(404, 240) 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(531, 240) 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(661, 240) 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(788, 240) 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(659, 201) Me.lblSave.Name = "lblSave" Me.lblSave.Size = New System.Drawing.Size(102, 13) Me.lblSave.TabIndex = 45 Me.lblSave.Text = "Successfully saved" ' 'GroupBox3 ' 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(404, 136) 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" ' 'btnResetBackground ' Me.btnResetBackground.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.btnResetBackground.Location = New System.Drawing.Point(88, 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(88, 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(76, 51) Me.pbBackground.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage 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 ' 'TBWH_ENTITYTableAdapter ' Me.TBWH_ENTITYTableAdapter.ClearBeforeFill = True ' 'ComboBox1 ' 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(404, 108) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(252, 21) Me.ComboBox1.TabIndex = 85 Me.ComboBox1.ValueMember = "FORM_ID" ' 'GridControl1 ' Me.GridControl1.DataSource = Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource Me.GridControl1.Location = New System.Drawing.Point(10, 28) Me.GridControl1.MainView = Me.GridView1 Me.GridControl1.Name = "GridControl1" Me.GridControl1.ShowOnlyPredefinedDetails = True Me.GridControl1.Size = New System.Drawing.Size(313, 241) Me.GridControl1.TabIndex = 87 Me.GridControl1.TabStop = False Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1}) ' 'GridView1 ' Me.GridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.Cyan Me.GridView1.Appearance.EvenRow.Options.UseBackColor = True Me.GridView1.Appearance.FocusedRow.BackColor = System.Drawing.Color.Fuchsia Me.GridView1.Appearance.FocusedRow.Options.UseBackColor = True Me.GridView1.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colNAME, Me.colTYPE_NODE}) Me.GridView1.GridControl = Me.GridControl1 Me.GridView1.Name = "GridView1" Me.GridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False] Me.GridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False] Me.GridView1.OptionsBehavior.Editable = False Me.GridView1.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.[False] Me.GridView1.OptionsSelection.EnableAppearanceFocusedCell = False Me.GridView1.OptionsView.ColumnAutoWidth = False Me.GridView1.OptionsView.EnableAppearanceEvenRow = True Me.GridView1.OptionsView.ShowAutoFilterRow = True Me.GridView1.OptionsView.ShowGroupPanel = False ' 'colNAME ' Me.colNAME.Caption = "Name" Me.colNAME.FieldName = "NAME" Me.colNAME.Name = "colNAME" Me.colNAME.Visible = True Me.colNAME.VisibleIndex = 0 Me.colNAME.Width = 195 ' 'colTYPE_NODE ' Me.colTYPE_NODE.Caption = "Node type" Me.colTYPE_NODE.FieldName = "TYPE_NODE" Me.colTYPE_NODE.Name = "colTYPE_NODE" Me.colTYPE_NODE.Visible = True Me.colTYPE_NODE.VisibleIndex = 1 ' 'NAMELabel ' NAMELabel.AutoSize = True NAMELabel.Location = New System.Drawing.Point(401, 29) NAMELabel.Name = "NAMELabel" NAMELabel.Size = New System.Drawing.Size(39, 13) NAMELabel.TabIndex = 87 NAMELabel.Text = "Name:" ' '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(404, 45) Me.NAMETextBox.Name = "NAMETextBox" Me.NAMETextBox.Size = New System.Drawing.Size(252, 22) Me.NAMETextBox.TabIndex = 88 ' 'COMMENTLabel ' COMMENTLabel.AutoSize = True COMMENTLabel.Location = New System.Drawing.Point(658, 29) COMMENTLabel.Name = "COMMENTLabel" COMMENTLabel.Size = New System.Drawing.Size(59, 13) COMMENTLabel.TabIndex = 88 COMMENTLabel.Text = "Comment:" ' '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(662, 45) Me.COMMENTTextBox.Multiline = True Me.COMMENTTextBox.Name = "COMMENTTextBox" Me.COMMENTTextBox.Size = New System.Drawing.Size(247, 44) Me.COMMENTTextBox.TabIndex = 89 ' '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, 289) Me.Controls.Add(COMMENTLabel) Me.Controls.Add(Me.COMMENTTextBox) Me.Controls.Add(NAMELabel) Me.Controls.Add(Me.NAMETextBox) Me.Controls.Add(Me.GridControl1) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.GroupBox3) 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) 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.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() 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.TYPE_NODENumericUpDown, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox3.ResumeLayout(False) CType(Me.pbBackground, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBWH_ENTITYBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents DD_DMSDataSet As DD_Record_Organiser.DD_DMSDataSet Friend WithEvents TBPMO_STRUCTURE_NODES_CONFIGURATIONBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBPMO_STRUCTURE_NODES_CONFIGURATIONTableAdapter As DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_STRUCTURE_NODES_CONFIGURATIONTableAdapter Friend WithEvents TableAdapterManager As DD_Record_Organiser.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 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 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 GroupBox3 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_Organiser.DD_DMSDataSetTableAdapters.TBWH_ENTITYTableAdapter Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents colNAME As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colTYPE_NODE As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents NAMETextBox As System.Windows.Forms.TextBox Friend WithEvents COMMENTTextBox As System.Windows.Forms.TextBox End Class