_ Partial Class frmForm_Overview 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 PARENT_IDLabel As System.Windows.Forms.Label Dim NAMELabel As System.Windows.Forms.Label Dim LEVELLabel As System.Windows.Forms.Label Dim ADDED_WHOLabel As System.Windows.Forms.Label Dim CHANGED_WHOLabel As System.Windows.Forms.Label Dim CHANGED_WHOLabel1 As System.Windows.Forms.Label Dim ADDED_WHOLabel1 As System.Windows.Forms.Label Dim FORM_IDLabel As System.Windows.Forms.Label Dim FORM_TITLELabel As System.Windows.Forms.Label Dim DESCRIPTIONLabel As System.Windows.Forms.Label Dim Label1 As System.Windows.Forms.Label Dim GUIDLabel As System.Windows.Forms.Label Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmForm_Overview)) Me.TBPMO_FORMBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) Me.TBPMO_FORMBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.DD_DMSDataSet = New DD_Record_Organiser.DD_DMSDataSet() Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.DESCRIPTIONTextBox = New System.Windows.Forms.TextBox() Me.TBPMO_FORM_VIEWBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.FORM_TITLETextBox = New System.Windows.Forms.TextBox() Me.FORM_IDTextBox = New System.Windows.Forms.TextBox() Me.ADDED_WHOTextBox1 = New System.Windows.Forms.TextBox() Me.CHANGED_WHOTextBoxPMOFormView = New System.Windows.Forms.TextBox() Me.CHANGED_WHOTextBoxPMOForm = New System.Windows.Forms.TextBox() Me.PARENT_IDTextBox = New System.Windows.Forms.TextBox() Me.NAMETextBox = New System.Windows.Forms.TextBox() Me.ADDED_WHOTextBox = New System.Windows.Forms.TextBox() Me.TBPMO_FORMTableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_FORMTableAdapter() Me.TableAdapterManager = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager() Me.TBPMO_FORM_VIEWTableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_FORM_VIEWTableAdapter() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.Label4 = New System.Windows.Forms.Label() Me.SINGLE_RECORDCheckBox = New System.Windows.Forms.CheckBox() Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown() Me.GUIDTextBox = New System.Windows.Forms.TextBox() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.TBPMO_FORM_TYPEBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.SHOW_FORM_CONSTRUCTCheckBox = New System.Windows.Forms.CheckBox() Me.TreeViewEntity = New System.Windows.Forms.TreeView() Me.TBPMO_FORM_TYPETableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_FORM_TYPETableAdapter() Me.btninsert = New System.Windows.Forms.Button() Me.btndelete = New System.Windows.Forms.Button() Me.btnsave = New System.Windows.Forms.Button() Me.Label2 = New System.Windows.Forms.Label() Me.btncopy = New System.Windows.Forms.Button() Me.lblStatus = New System.Windows.Forms.Label() Me.btnGenerate = New System.Windows.Forms.Button() Me.Label3 = New System.Windows.Forms.Label() PARENT_IDLabel = New System.Windows.Forms.Label() NAMELabel = New System.Windows.Forms.Label() LEVELLabel = New System.Windows.Forms.Label() ADDED_WHOLabel = New System.Windows.Forms.Label() CHANGED_WHOLabel = New System.Windows.Forms.Label() CHANGED_WHOLabel1 = New System.Windows.Forms.Label() ADDED_WHOLabel1 = New System.Windows.Forms.Label() FORM_IDLabel = New System.Windows.Forms.Label() FORM_TITLELabel = New System.Windows.Forms.Label() DESCRIPTIONLabel = New System.Windows.Forms.Label() Label1 = New System.Windows.Forms.Label() GUIDLabel = New System.Windows.Forms.Label() CType(Me.TBPMO_FORMBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit() Me.TBPMO_FORMBindingNavigator.SuspendLayout() CType(Me.TBPMO_FORMBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() CType(Me.TBPMO_FORM_VIEWBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox2.SuspendLayout() CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPMO_FORM_TYPEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'PARENT_IDLabel ' PARENT_IDLabel.AutoSize = True PARENT_IDLabel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) PARENT_IDLabel.Location = New System.Drawing.Point(6, 59) PARENT_IDLabel.Name = "PARENT_IDLabel" PARENT_IDLabel.Size = New System.Drawing.Size(100, 17) PARENT_IDLabel.TabIndex = 2 PARENT_IDLabel.Text = "Parent-Entity ID:" ' 'NAMELabel ' NAMELabel.AutoSize = True NAMELabel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) NAMELabel.Location = New System.Drawing.Point(6, 90) NAMELabel.Name = "NAMELabel" NAMELabel.Size = New System.Drawing.Size(46, 17) NAMELabel.TabIndex = 4 NAMELabel.Text = "Name:" ' 'LEVELLabel ' LEVELLabel.AutoSize = True LEVELLabel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) LEVELLabel.Location = New System.Drawing.Point(6, 121) LEVELLabel.Name = "LEVELLabel" LEVELLabel.Size = New System.Drawing.Size(80, 17) LEVELLabel.TabIndex = 6 LEVELLabel.Text = "Reihenfolge:" ' 'ADDED_WHOLabel ' ADDED_WHOLabel.AutoSize = True ADDED_WHOLabel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) ADDED_WHOLabel.Location = New System.Drawing.Point(6, 152) ADDED_WHOLabel.Name = "ADDED_WHOLabel" ADDED_WHOLabel.Size = New System.Drawing.Size(75, 17) ADDED_WHOLabel.TabIndex = 8 ADDED_WHOLabel.Text = "Erstellt wer:" ' 'CHANGED_WHOLabel ' CHANGED_WHOLabel.AutoSize = True CHANGED_WHOLabel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) CHANGED_WHOLabel.Location = New System.Drawing.Point(7, 145) CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" CHANGED_WHOLabel.Size = New System.Drawing.Size(90, 17) CHANGED_WHOLabel.TabIndex = 12 CHANGED_WHOLabel.Text = "Geändert wer:" ' 'CHANGED_WHOLabel1 ' CHANGED_WHOLabel1.AutoSize = True CHANGED_WHOLabel1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) CHANGED_WHOLabel1.Location = New System.Drawing.Point(5, 182) CHANGED_WHOLabel1.Name = "CHANGED_WHOLabel1" CHANGED_WHOLabel1.Size = New System.Drawing.Size(90, 17) CHANGED_WHOLabel1.TabIndex = 14 CHANGED_WHOLabel1.Text = "Geändert wer:" ' 'ADDED_WHOLabel1 ' ADDED_WHOLabel1.AutoSize = True ADDED_WHOLabel1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) ADDED_WHOLabel1.Location = New System.Drawing.Point(8, 114) ADDED_WHOLabel1.Name = "ADDED_WHOLabel1" ADDED_WHOLabel1.Size = New System.Drawing.Size(75, 17) ADDED_WHOLabel1.TabIndex = 18 ADDED_WHOLabel1.Text = "Erstellt wer:" ' 'FORM_IDLabel ' FORM_IDLabel.AutoSize = True FORM_IDLabel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) FORM_IDLabel.Location = New System.Drawing.Point(6, 21) FORM_IDLabel.Name = "FORM_IDLabel" FORM_IDLabel.Size = New System.Drawing.Size(58, 17) FORM_IDLabel.TabIndex = 19 FORM_IDLabel.Text = "Form-ID:" ' 'FORM_TITLELabel ' FORM_TITLELabel.AutoSize = True FORM_TITLELabel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) FORM_TITLELabel.Location = New System.Drawing.Point(6, 52) FORM_TITLELabel.Name = "FORM_TITLELabel" FORM_TITLELabel.Size = New System.Drawing.Size(99, 17) FORM_TITLELabel.TabIndex = 20 FORM_TITLELabel.Text = "Titel der Entität:" ' 'DESCRIPTIONLabel ' DESCRIPTIONLabel.AutoSize = True DESCRIPTIONLabel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DESCRIPTIONLabel.Location = New System.Drawing.Point(6, 83) DESCRIPTIONLabel.Name = "DESCRIPTIONLabel" DESCRIPTIONLabel.Size = New System.Drawing.Size(89, 17) DESCRIPTIONLabel.TabIndex = 21 DESCRIPTIONLabel.Text = "Beschreibung:" ' 'Label1 ' Label1.AutoSize = True Label1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Label1.Location = New System.Drawing.Point(6, 236) Label1.Name = "Label1" Label1.Size = New System.Drawing.Size(68, 17) Label1.TabIndex = 18 Label1.Text = "Entity-Typ:" ' 'GUIDLabel ' GUIDLabel.AutoSize = True GUIDLabel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) GUIDLabel.Location = New System.Drawing.Point(6, 28) GUIDLabel.Name = "GUIDLabel" GUIDLabel.Size = New System.Drawing.Size(59, 17) GUIDLabel.TabIndex = 22 GUIDLabel.Text = "Entity-ID:" ' 'TBPMO_FORMBindingNavigator ' Me.TBPMO_FORMBindingNavigator.AddNewItem = Nothing Me.TBPMO_FORMBindingNavigator.BindingSource = Me.TBPMO_FORMBindingSource Me.TBPMO_FORMBindingNavigator.CountItem = Nothing Me.TBPMO_FORMBindingNavigator.DeleteItem = Nothing Me.TBPMO_FORMBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton1, Me.ToolStripButton2}) Me.TBPMO_FORMBindingNavigator.Location = New System.Drawing.Point(0, 0) Me.TBPMO_FORMBindingNavigator.MoveFirstItem = Nothing Me.TBPMO_FORMBindingNavigator.MoveLastItem = Nothing Me.TBPMO_FORMBindingNavigator.MoveNextItem = Nothing Me.TBPMO_FORMBindingNavigator.MovePreviousItem = Nothing Me.TBPMO_FORMBindingNavigator.Name = "TBPMO_FORMBindingNavigator" Me.TBPMO_FORMBindingNavigator.PositionItem = Nothing Me.TBPMO_FORMBindingNavigator.Size = New System.Drawing.Size(1046, 25) Me.TBPMO_FORMBindingNavigator.TabIndex = 0 Me.TBPMO_FORMBindingNavigator.Text = "BindingNavigator1" ' 'TBPMO_FORMBindingSource ' Me.TBPMO_FORMBindingSource.DataMember = "TBPMO_FORM" Me.TBPMO_FORMBindingSource.DataSource = Me.DD_DMSDataSet ' 'DD_DMSDataSet ' Me.DD_DMSDataSet.DataSetName = "DD_DMSDataSet" Me.DD_DMSDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'ToolStripButton1 ' Me.ToolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image) Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton1.Name = "ToolStripButton1" Me.ToolStripButton1.Size = New System.Drawing.Size(159, 22) Me.ToolStripButton1.Text = "Im Form Designer öffnen" ' 'ToolStripButton2 ' Me.ToolStripButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton2.Name = "ToolStripButton2" Me.ToolStripButton2.Size = New System.Drawing.Size(98, 22) Me.ToolStripButton2.Text = "Vorschau öffnen" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(DESCRIPTIONLabel) Me.GroupBox1.Controls.Add(Me.DESCRIPTIONTextBox) Me.GroupBox1.Controls.Add(FORM_TITLELabel) Me.GroupBox1.Controls.Add(Me.FORM_TITLETextBox) Me.GroupBox1.Controls.Add(FORM_IDLabel) Me.GroupBox1.Controls.Add(Me.FORM_IDTextBox) Me.GroupBox1.Controls.Add(ADDED_WHOLabel1) Me.GroupBox1.Controls.Add(Me.ADDED_WHOTextBox1) Me.GroupBox1.Controls.Add(CHANGED_WHOLabel) Me.GroupBox1.Controls.Add(Me.CHANGED_WHOTextBoxPMOFormView) Me.GroupBox1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox1.Location = New System.Drawing.Point(328, 367) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(424, 179) Me.GroupBox1.TabIndex = 18 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Entity-View Properties:" ' 'DESCRIPTIONTextBox ' Me.DESCRIPTIONTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_VIEWBindingSource, "DESCRIPTION", True)) Me.DESCRIPTIONTextBox.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.DESCRIPTIONTextBox.Location = New System.Drawing.Point(125, 80) Me.DESCRIPTIONTextBox.Name = "DESCRIPTIONTextBox" Me.DESCRIPTIONTextBox.Size = New System.Drawing.Size(293, 25) Me.DESCRIPTIONTextBox.TabIndex = 22 ' 'TBPMO_FORM_VIEWBindingSource ' Me.TBPMO_FORM_VIEWBindingSource.AllowNew = False Me.TBPMO_FORM_VIEWBindingSource.DataMember = "FK_TBPMO_FORM_VIEW_FORM_ID" Me.TBPMO_FORM_VIEWBindingSource.DataSource = Me.TBPMO_FORMBindingSource ' 'FORM_TITLETextBox ' Me.FORM_TITLETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_VIEWBindingSource, "FORM_TITLE", True)) Me.FORM_TITLETextBox.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.FORM_TITLETextBox.Location = New System.Drawing.Point(125, 49) Me.FORM_TITLETextBox.Name = "FORM_TITLETextBox" Me.FORM_TITLETextBox.Size = New System.Drawing.Size(293, 25) Me.FORM_TITLETextBox.TabIndex = 21 ' 'FORM_IDTextBox ' Me.FORM_IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_VIEWBindingSource, "FORM_ID", True)) Me.FORM_IDTextBox.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.FORM_IDTextBox.Location = New System.Drawing.Point(125, 18) Me.FORM_IDTextBox.Name = "FORM_IDTextBox" Me.FORM_IDTextBox.ReadOnly = True Me.FORM_IDTextBox.Size = New System.Drawing.Size(69, 25) Me.FORM_IDTextBox.TabIndex = 20 ' 'ADDED_WHOTextBox1 ' Me.ADDED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_VIEWBindingSource, "ADDED_WHO", True)) Me.ADDED_WHOTextBox1.Enabled = False Me.ADDED_WHOTextBox1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ADDED_WHOTextBox1.Location = New System.Drawing.Point(125, 111) Me.ADDED_WHOTextBox1.Name = "ADDED_WHOTextBox1" Me.ADDED_WHOTextBox1.ReadOnly = True Me.ADDED_WHOTextBox1.Size = New System.Drawing.Size(173, 25) Me.ADDED_WHOTextBox1.TabIndex = 19 ' 'CHANGED_WHOTextBoxPMOFormView ' Me.CHANGED_WHOTextBoxPMOFormView.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_VIEWBindingSource, "CHANGED_WHO", True)) Me.CHANGED_WHOTextBoxPMOFormView.Enabled = False Me.CHANGED_WHOTextBoxPMOFormView.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.CHANGED_WHOTextBoxPMOFormView.Location = New System.Drawing.Point(125, 142) Me.CHANGED_WHOTextBoxPMOFormView.Name = "CHANGED_WHOTextBoxPMOFormView" Me.CHANGED_WHOTextBoxPMOFormView.ReadOnly = True Me.CHANGED_WHOTextBoxPMOFormView.Size = New System.Drawing.Size(173, 25) Me.CHANGED_WHOTextBoxPMOFormView.TabIndex = 13 ' 'CHANGED_WHOTextBoxPMOForm ' Me.CHANGED_WHOTextBoxPMOForm.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORMBindingSource, "CHANGED_WHO", True)) Me.CHANGED_WHOTextBoxPMOForm.Enabled = False Me.CHANGED_WHOTextBoxPMOForm.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.CHANGED_WHOTextBoxPMOForm.Location = New System.Drawing.Point(125, 180) Me.CHANGED_WHOTextBoxPMOForm.Name = "CHANGED_WHOTextBoxPMOForm" Me.CHANGED_WHOTextBoxPMOForm.ReadOnly = True Me.CHANGED_WHOTextBoxPMOForm.Size = New System.Drawing.Size(173, 25) Me.CHANGED_WHOTextBoxPMOForm.TabIndex = 15 ' 'PARENT_IDTextBox ' Me.PARENT_IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORMBindingSource, "PARENT_ID", True)) Me.PARENT_IDTextBox.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.PARENT_IDTextBox.Location = New System.Drawing.Point(125, 56) Me.PARENT_IDTextBox.Name = "PARENT_IDTextBox" Me.PARENT_IDTextBox.Size = New System.Drawing.Size(69, 25) Me.PARENT_IDTextBox.TabIndex = 3 ' 'NAMETextBox ' Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORMBindingSource, "NAME", True)) Me.NAMETextBox.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NAMETextBox.Location = New System.Drawing.Point(125, 87) Me.NAMETextBox.Name = "NAMETextBox" Me.NAMETextBox.Size = New System.Drawing.Size(245, 25) Me.NAMETextBox.TabIndex = 5 ' 'ADDED_WHOTextBox ' Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORMBindingSource, "ADDED_WHO", True)) Me.ADDED_WHOTextBox.Enabled = False Me.ADDED_WHOTextBox.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(125, 149) Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox" Me.ADDED_WHOTextBox.ReadOnly = True Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(173, 25) Me.ADDED_WHOTextBox.TabIndex = 9 ' 'TBPMO_FORMTableAdapter ' Me.TBPMO_FORMTableAdapter.ClearBeforeFill = True ' 'TableAdapterManager ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False 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.TBDD_CONNECTIONTableAdapter = 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 = Me.TBPMO_FORMTableAdapter Me.TableAdapterManager.TBPMO_KONFIGURATIONTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RECORD_LOG_CONFIGTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RECORDTableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_FVIEW_DT_INDEXTableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_OBJECTTYPETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WORKFLOW_FORMTableAdapter = 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_FORM_VIEWTableAdapter ' Me.TBPMO_FORM_VIEWTableAdapter.ClearBeforeFill = True ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.Label4) Me.GroupBox2.Controls.Add(Me.SINGLE_RECORDCheckBox) Me.GroupBox2.Controls.Add(Me.NumericUpDown1) Me.GroupBox2.Controls.Add(Me.GUIDTextBox) Me.GroupBox2.Controls.Add(GUIDLabel) Me.GroupBox2.Controls.Add(Label1) Me.GroupBox2.Controls.Add(Me.ComboBox1) Me.GroupBox2.Controls.Add(Me.SHOW_FORM_CONSTRUCTCheckBox) Me.GroupBox2.Controls.Add(PARENT_IDLabel) Me.GroupBox2.Controls.Add(Me.ADDED_WHOTextBox) Me.GroupBox2.Controls.Add(ADDED_WHOLabel) Me.GroupBox2.Controls.Add(LEVELLabel) Me.GroupBox2.Controls.Add(Me.NAMETextBox) Me.GroupBox2.Controls.Add(NAMELabel) Me.GroupBox2.Controls.Add(Me.PARENT_IDTextBox) Me.GroupBox2.Controls.Add(Me.CHANGED_WHOTextBoxPMOForm) Me.GroupBox2.Controls.Add(CHANGED_WHOLabel1) Me.GroupBox2.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox2.Location = New System.Drawing.Point(328, 53) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(424, 308) Me.GroupBox2.TabIndex = 23 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "Entity Properties:" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Location = New System.Drawing.Point(234, 270) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(148, 26) Me.Label4.TabIndex = 26 Me.Label4.Text = "Es kann nur ein Datensatz für" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "diese Entität angelegt werden." ' 'SINGLE_RECORDCheckBox ' Me.SINGLE_RECORDCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPMO_FORMBindingSource, "SINGLE_RECORD", True)) Me.SINGLE_RECORDCheckBox.Font = New System.Drawing.Font("Segoe UI Semibold", 9.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.SINGLE_RECORDCheckBox.Location = New System.Drawing.Point(125, 264) Me.SINGLE_RECORDCheckBox.Name = "SINGLE_RECORDCheckBox" Me.SINGLE_RECORDCheckBox.Size = New System.Drawing.Size(113, 24) Me.SINGLE_RECORDCheckBox.TabIndex = 25 Me.SINGLE_RECORDCheckBox.Text = "Single Record" Me.SINGLE_RECORDCheckBox.UseVisualStyleBackColor = True ' 'NumericUpDown1 ' Me.NumericUpDown1.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBPMO_FORMBindingSource, "LEVEL", True)) Me.NumericUpDown1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NumericUpDown1.Location = New System.Drawing.Point(125, 119) Me.NumericUpDown1.Name = "NumericUpDown1" Me.NumericUpDown1.Size = New System.Drawing.Size(69, 25) Me.NumericUpDown1.TabIndex = 24 ' 'GUIDTextBox ' Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORMBindingSource, "GUID", True)) Me.GUIDTextBox.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GUIDTextBox.Location = New System.Drawing.Point(125, 25) Me.GUIDTextBox.Name = "GUIDTextBox" Me.GUIDTextBox.ReadOnly = True Me.GUIDTextBox.Size = New System.Drawing.Size(69, 25) Me.GUIDTextBox.TabIndex = 23 ' 'ComboBox1 ' Me.ComboBox1.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPMO_FORMBindingSource, "FORM_TYPE_ID", True)) Me.ComboBox1.DataSource = Me.TBPMO_FORM_TYPEBindingSource Me.ComboBox1.DisplayMember = "FORM_TYPE" Me.ComboBox1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(125, 233) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(220, 25) Me.ComboBox1.TabIndex = 17 Me.ComboBox1.ValueMember = "GUID" ' 'TBPMO_FORM_TYPEBindingSource ' Me.TBPMO_FORM_TYPEBindingSource.DataMember = "TBPMO_FORM_TYPE" Me.TBPMO_FORM_TYPEBindingSource.DataSource = Me.DD_DMSDataSet ' 'SHOW_FORM_CONSTRUCTCheckBox ' Me.SHOW_FORM_CONSTRUCTCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPMO_FORMBindingSource, "SHOW_FORM_CONSTRUCT", True)) Me.SHOW_FORM_CONSTRUCTCheckBox.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.SHOW_FORM_CONSTRUCTCheckBox.Location = New System.Drawing.Point(125, 211) Me.SHOW_FORM_CONSTRUCTCheckBox.Name = "SHOW_FORM_CONSTRUCTCheckBox" Me.SHOW_FORM_CONSTRUCTCheckBox.Size = New System.Drawing.Size(202, 24) Me.SHOW_FORM_CONSTRUCTCheckBox.TabIndex = 16 Me.SHOW_FORM_CONSTRUCTCheckBox.Text = "Show in Form Construct" Me.SHOW_FORM_CONSTRUCTCheckBox.UseVisualStyleBackColor = True ' 'TreeViewEntity ' Me.TreeViewEntity.Location = New System.Drawing.Point(0, 53) Me.TreeViewEntity.Name = "TreeViewEntity" Me.TreeViewEntity.Size = New System.Drawing.Size(322, 649) Me.TreeViewEntity.TabIndex = 20 ' 'TBPMO_FORM_TYPETableAdapter ' Me.TBPMO_FORM_TYPETableAdapter.ClearBeforeFill = True ' 'btninsert ' Me.btninsert.Image = CType(resources.GetObject("btninsert.Image"), System.Drawing.Image) Me.btninsert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btninsert.Location = New System.Drawing.Point(758, 53) Me.btninsert.Name = "btninsert" Me.btninsert.Size = New System.Drawing.Size(153, 33) Me.btninsert.TabIndex = 24 Me.btninsert.Text = "Entität hinzufügen" Me.btninsert.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btninsert.UseVisualStyleBackColor = True ' 'btndelete ' Me.btndelete.Image = CType(resources.GetObject("btndelete.Image"), System.Drawing.Image) Me.btndelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btndelete.Location = New System.Drawing.Point(758, 92) Me.btndelete.Name = "btndelete" Me.btndelete.Size = New System.Drawing.Size(153, 30) Me.btndelete.TabIndex = 25 Me.btndelete.Text = "Entität löschen" Me.btndelete.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btndelete.UseVisualStyleBackColor = True ' 'btnsave ' Me.btnsave.Image = CType(resources.GetObject("btnsave.Image"), System.Drawing.Image) Me.btnsave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnsave.Location = New System.Drawing.Point(758, 128) Me.btnsave.Name = "btnsave" Me.btnsave.Size = New System.Drawing.Size(153, 30) Me.btnsave.TabIndex = 26 Me.btnsave.Text = "Entität speichern" Me.btnsave.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnsave.UseVisualStyleBackColor = True ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(-3, 33) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(271, 15) Me.Label2.TabIndex = 27 Me.Label2.Text = "Klicken Sie auf eine Entität um diese zu bearbeiten" ' 'btncopy ' Me.btncopy.Image = CType(resources.GetObject("btncopy.Image"), System.Drawing.Image) Me.btncopy.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btncopy.Location = New System.Drawing.Point(758, 164) Me.btncopy.Name = "btncopy" Me.btncopy.Size = New System.Drawing.Size(153, 28) Me.btncopy.TabIndex = 28 Me.btncopy.Text = "Entität kopieren" Me.btncopy.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btncopy.UseVisualStyleBackColor = True ' 'lblStatus ' Me.lblStatus.AutoSize = True Me.lblStatus.BackColor = System.Drawing.Color.Yellow Me.lblStatus.Font = New System.Drawing.Font("Segoe UI Semibold", 9.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblStatus.Location = New System.Drawing.Point(758, 202) Me.lblStatus.Name = "lblStatus" Me.lblStatus.Size = New System.Drawing.Size(45, 17) Me.lblStatus.TabIndex = 29 Me.lblStatus.Text = "Label3" Me.lblStatus.Visible = False ' 'btnGenerate ' Me.btnGenerate.Image = CType(resources.GetObject("btnGenerate.Image"), System.Drawing.Image) Me.btnGenerate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnGenerate.Location = New System.Drawing.Point(336, 552) Me.btnGenerate.Name = "btnGenerate" Me.btnGenerate.Size = New System.Drawing.Size(153, 42) Me.btnGenerate.TabIndex = 30 Me.btnGenerate.Text = "Kombiformular erzeugen" Me.btnGenerate.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnGenerate.UseVisualStyleBackColor = True Me.btnGenerate.Visible = False ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(495, 568) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(272, 26) Me.Label3.TabIndex = 31 Me.Label3.Text = "Mit dieser Funktion wird ein Eingabeformular erzeugt, " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "welches die links dargest" & _ "ellte TreeView-Struktur umsetzt." Me.Label3.Visible = False ' 'frmForm_Overview ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1046, 702) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.btnGenerate) Me.Controls.Add(Me.lblStatus) Me.Controls.Add(Me.btncopy) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.btnsave) Me.Controls.Add(Me.btndelete) Me.Controls.Add(Me.btninsert) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.TreeViewEntity) Me.Controls.Add(Me.TBPMO_FORMBindingNavigator) Me.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "frmForm_Overview" Me.Text = "Entitäten - Designer" CType(Me.TBPMO_FORMBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() Me.TBPMO_FORMBindingNavigator.ResumeLayout(False) Me.TBPMO_FORMBindingNavigator.PerformLayout() CType(Me.TBPMO_FORMBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() CType(Me.TBPMO_FORM_VIEWBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPMO_FORM_TYPEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents DD_DMSDataSet As DD_Record_Organiser.DD_DMSDataSet Friend WithEvents TBPMO_FORMBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBPMO_FORMTableAdapter As DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_FORMTableAdapter Friend WithEvents TableAdapterManager As DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager Friend WithEvents TBPMO_FORMBindingNavigator As System.Windows.Forms.BindingNavigator Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents PARENT_IDTextBox As System.Windows.Forms.TextBox Friend WithEvents NAMETextBox As System.Windows.Forms.TextBox Friend WithEvents ADDED_WHOTextBox As System.Windows.Forms.TextBox Friend WithEvents ToolStripButton2 As System.Windows.Forms.ToolStripButton Friend WithEvents TBPMO_FORM_VIEWBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBPMO_FORM_VIEWTableAdapter As DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_FORM_VIEWTableAdapter Friend WithEvents CHANGED_WHOTextBoxPMOForm As System.Windows.Forms.TextBox Friend WithEvents CHANGED_WHOTextBoxPMOFormView As System.Windows.Forms.TextBox Friend WithEvents ADDED_WHOTextBox1 As System.Windows.Forms.TextBox Friend WithEvents DESCRIPTIONTextBox As System.Windows.Forms.TextBox Friend WithEvents FORM_TITLETextBox As System.Windows.Forms.TextBox Friend WithEvents FORM_IDTextBox As System.Windows.Forms.TextBox Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox Friend WithEvents SHOW_FORM_CONSTRUCTCheckBox As System.Windows.Forms.CheckBox Friend WithEvents TBPMO_FORM_TYPEBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBPMO_FORM_TYPETableAdapter As DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_FORM_TYPETableAdapter Friend WithEvents TreeViewEntity As System.Windows.Forms.TreeView Friend WithEvents GUIDTextBox As System.Windows.Forms.TextBox Friend WithEvents btninsert As System.Windows.Forms.Button Friend WithEvents btndelete As System.Windows.Forms.Button Friend WithEvents btnsave As System.Windows.Forms.Button Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents btncopy As System.Windows.Forms.Button Friend WithEvents lblStatus As System.Windows.Forms.Label Friend WithEvents btnGenerate As System.Windows.Forms.Button Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents NumericUpDown1 As System.Windows.Forms.NumericUpDown Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents SINGLE_RECORDCheckBox As System.Windows.Forms.CheckBox End Class