_ Partial Class frmEntities 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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmEntities)) Dim NAMELabel As System.Windows.Forms.Label Dim LEVELLabel As System.Windows.Forms.Label Dim ADDED_WHOLabel As System.Windows.Forms.Label Dim CHANGED_WHOLabel1 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 Label5 As System.Windows.Forms.Label 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_Organizer.DD_DMSDataSet() Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton() 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.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_Organizer.DD_DMSDataSetTableAdapters.TBPMO_FORMTableAdapter() Me.TableAdapterManager = New DD_Record_Organizer.DD_DMSDataSetTableAdapters.TableAdapterManager() Me.TBPMO_FORM_VIEWTableAdapter = New DD_Record_Organizer.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.ENTITY_IDTextBox = 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_Organizer.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() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.btncancel = New System.Windows.Forms.Button() Me.ProgressPanel1 = New DevExpress.XtraWaitForm.ProgressPanel() Me.btnRefreshEntityTable = New System.Windows.Forms.Button() Me.btnCreateEntityTable = New System.Windows.Forms.Button() Me.BW_Entity = New System.ComponentModel.BackgroundWorker() 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_WHOLabel1 = New System.Windows.Forms.Label() DESCRIPTIONLabel = New System.Windows.Forms.Label() Label1 = New System.Windows.Forms.Label() GUIDLabel = New System.Windows.Forms.Label() Label5 = 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() 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.GroupBox1.SuspendLayout() Me.SuspendLayout() ' 'PARENT_IDLabel ' resources.ApplyResources(PARENT_IDLabel, "PARENT_IDLabel") PARENT_IDLabel.Name = "PARENT_IDLabel" ' 'NAMELabel ' resources.ApplyResources(NAMELabel, "NAMELabel") NAMELabel.Name = "NAMELabel" ' 'LEVELLabel ' resources.ApplyResources(LEVELLabel, "LEVELLabel") LEVELLabel.Name = "LEVELLabel" ' 'ADDED_WHOLabel ' resources.ApplyResources(ADDED_WHOLabel, "ADDED_WHOLabel") ADDED_WHOLabel.Name = "ADDED_WHOLabel" ' 'CHANGED_WHOLabel1 ' resources.ApplyResources(CHANGED_WHOLabel1, "CHANGED_WHOLabel1") CHANGED_WHOLabel1.Name = "CHANGED_WHOLabel1" ' 'DESCRIPTIONLabel ' resources.ApplyResources(DESCRIPTIONLabel, "DESCRIPTIONLabel") DESCRIPTIONLabel.Name = "DESCRIPTIONLabel" ' 'Label1 ' resources.ApplyResources(Label1, "Label1") Label1.Name = "Label1" ' 'GUIDLabel ' resources.ApplyResources(GUIDLabel, "GUIDLabel") GUIDLabel.Name = "GUIDLabel" ' 'Label5 ' resources.ApplyResources(Label5, "Label5") Label5.Name = "Label5" ' '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}) resources.ApplyResources(Me.TBPMO_FORMBindingNavigator, "TBPMO_FORMBindingNavigator") 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 ' '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 resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1") Me.ToolStripButton1.Name = "ToolStripButton1" ' 'ToolStripButton2 ' Me.ToolStripButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right resources.ApplyResources(Me.ToolStripButton2, "ToolStripButton2") Me.ToolStripButton2.Name = "ToolStripButton2" ' 'DESCRIPTIONTextBox ' Me.DESCRIPTIONTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_VIEWBindingSource, "DESCRIPTION", True)) resources.ApplyResources(Me.DESCRIPTIONTextBox, "DESCRIPTIONTextBox") Me.DESCRIPTIONTextBox.Name = "DESCRIPTIONTextBox" ' '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)) resources.ApplyResources(Me.FORM_TITLETextBox, "FORM_TITLETextBox") Me.FORM_TITLETextBox.Name = "FORM_TITLETextBox" ' 'CHANGED_WHOTextBoxPMOForm ' Me.CHANGED_WHOTextBoxPMOForm.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORMBindingSource, "CHANGED_WHO", True)) resources.ApplyResources(Me.CHANGED_WHOTextBoxPMOForm, "CHANGED_WHOTextBoxPMOForm") Me.CHANGED_WHOTextBoxPMOForm.Name = "CHANGED_WHOTextBoxPMOForm" Me.CHANGED_WHOTextBoxPMOForm.ReadOnly = True ' 'PARENT_IDTextBox ' Me.PARENT_IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORMBindingSource, "PARENT_ID", True)) resources.ApplyResources(Me.PARENT_IDTextBox, "PARENT_IDTextBox") Me.PARENT_IDTextBox.Name = "PARENT_IDTextBox" ' 'NAMETextBox ' Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORMBindingSource, "NAME", True)) resources.ApplyResources(Me.NAMETextBox, "NAMETextBox") Me.NAMETextBox.Name = "NAMETextBox" ' 'ADDED_WHOTextBox ' Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORMBindingSource, "ADDED_WHO", True)) resources.ApplyResources(Me.ADDED_WHOTextBox, "ADDED_WHOTextBox") Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox" Me.ADDED_WHOTextBox.ReadOnly = True ' 'TBPMO_FORMTableAdapter ' Me.TBPMO_FORMTableAdapter.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 = Me.TBPMO_FORMTableAdapter 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 = Nothing 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 ' 'TBPMO_FORM_VIEWTableAdapter ' Me.TBPMO_FORM_VIEWTableAdapter.ClearBeforeFill = True ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(DESCRIPTIONLabel) Me.GroupBox2.Controls.Add(Label5) Me.GroupBox2.Controls.Add(Me.DESCRIPTIONTextBox) Me.GroupBox2.Controls.Add(Me.Label4) Me.GroupBox2.Controls.Add(Me.SINGLE_RECORDCheckBox) Me.GroupBox2.Controls.Add(Me.NumericUpDown1) Me.GroupBox2.Controls.Add(Me.FORM_TITLETextBox) Me.GroupBox2.Controls.Add(Me.ENTITY_IDTextBox) 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) resources.ApplyResources(Me.GroupBox2, "GroupBox2") Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.TabStop = False ' 'Label4 ' resources.ApplyResources(Me.Label4, "Label4") Me.Label4.Name = "Label4" ' 'SINGLE_RECORDCheckBox ' Me.SINGLE_RECORDCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPMO_FORMBindingSource, "SINGLE_RECORD", True)) resources.ApplyResources(Me.SINGLE_RECORDCheckBox, "SINGLE_RECORDCheckBox") Me.SINGLE_RECORDCheckBox.Name = "SINGLE_RECORDCheckBox" Me.SINGLE_RECORDCheckBox.UseVisualStyleBackColor = True ' 'NumericUpDown1 ' Me.NumericUpDown1.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBPMO_FORMBindingSource, "LEVEL", True)) resources.ApplyResources(Me.NumericUpDown1, "NumericUpDown1") Me.NumericUpDown1.Name = "NumericUpDown1" ' 'ENTITY_IDTextBox ' Me.ENTITY_IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORMBindingSource, "GUID", True)) resources.ApplyResources(Me.ENTITY_IDTextBox, "ENTITY_IDTextBox") Me.ENTITY_IDTextBox.Name = "ENTITY_IDTextBox" Me.ENTITY_IDTextBox.ReadOnly = True ' '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" resources.ApplyResources(Me.ComboBox1, "ComboBox1") Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Name = "ComboBox1" 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)) resources.ApplyResources(Me.SHOW_FORM_CONSTRUCTCheckBox, "SHOW_FORM_CONSTRUCTCheckBox") Me.SHOW_FORM_CONSTRUCTCheckBox.Name = "SHOW_FORM_CONSTRUCTCheckBox" Me.SHOW_FORM_CONSTRUCTCheckBox.UseVisualStyleBackColor = True ' 'TreeViewEntity ' resources.ApplyResources(Me.TreeViewEntity, "TreeViewEntity") Me.TreeViewEntity.Name = "TreeViewEntity" ' 'TBPMO_FORM_TYPETableAdapter ' Me.TBPMO_FORM_TYPETableAdapter.ClearBeforeFill = True ' 'btninsert ' resources.ApplyResources(Me.btninsert, "btninsert") Me.btninsert.Name = "btninsert" Me.btninsert.UseVisualStyleBackColor = True ' 'btndelete ' resources.ApplyResources(Me.btndelete, "btndelete") Me.btndelete.Name = "btndelete" Me.btndelete.UseVisualStyleBackColor = True ' 'btnsave ' resources.ApplyResources(Me.btnsave, "btnsave") Me.btnsave.Name = "btnsave" Me.btnsave.UseVisualStyleBackColor = True ' 'Label2 ' resources.ApplyResources(Me.Label2, "Label2") Me.Label2.Name = "Label2" ' 'btncopy ' resources.ApplyResources(Me.btncopy, "btncopy") Me.btncopy.Name = "btncopy" Me.btncopy.UseVisualStyleBackColor = True ' 'lblStatus ' resources.ApplyResources(Me.lblStatus, "lblStatus") Me.lblStatus.BackColor = System.Drawing.Color.Yellow Me.lblStatus.Name = "lblStatus" ' 'btnGenerate ' resources.ApplyResources(Me.btnGenerate, "btnGenerate") Me.btnGenerate.Name = "btnGenerate" Me.btnGenerate.UseVisualStyleBackColor = True ' 'Label3 ' resources.ApplyResources(Me.Label3, "Label3") Me.Label3.Name = "Label3" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.btncancel) Me.GroupBox1.Controls.Add(Me.ProgressPanel1) Me.GroupBox1.Controls.Add(Me.btnRefreshEntityTable) Me.GroupBox1.Controls.Add(Me.btnCreateEntityTable) resources.ApplyResources(Me.GroupBox1, "GroupBox1") Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.TabStop = False ' 'btncancel ' resources.ApplyResources(Me.btncancel, "btncancel") Me.btncancel.Name = "btncancel" Me.btncancel.UseVisualStyleBackColor = True ' 'ProgressPanel1 ' Me.ProgressPanel1.Appearance.Options.UseBackColor = True Me.ProgressPanel1.AppearanceCaption.Options.UseTextOptions = True resources.ApplyResources(Me.ProgressPanel1, "ProgressPanel1") Me.ProgressPanel1.Name = "ProgressPanel1" ' 'btnRefreshEntityTable ' resources.ApplyResources(Me.btnRefreshEntityTable, "btnRefreshEntityTable") Me.btnRefreshEntityTable.Name = "btnRefreshEntityTable" Me.btnRefreshEntityTable.UseVisualStyleBackColor = True ' 'btnCreateEntityTable ' resources.ApplyResources(Me.btnCreateEntityTable, "btnCreateEntityTable") Me.btnCreateEntityTable.Name = "btnCreateEntityTable" Me.btnCreateEntityTable.UseVisualStyleBackColor = True ' 'BW_Entity ' Me.BW_Entity.WorkerReportsProgress = True Me.BW_Entity.WorkerSupportsCancellation = True ' 'frmEntities ' resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.Controls.Add(Me.GroupBox1) 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.GroupBox2) Me.Controls.Add(Me.TreeViewEntity) Me.Controls.Add(Me.TBPMO_FORMBindingNavigator) Me.Name = "frmEntities" 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() 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.GroupBox1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents DD_DMSDataSet As DD_Record_Organizer.DD_DMSDataSet Friend WithEvents TBPMO_FORMBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBPMO_FORMTableAdapter As DD_Record_Organizer.DD_DMSDataSetTableAdapters.TBPMO_FORMTableAdapter Friend WithEvents TableAdapterManager As DD_Record_Organizer.DD_DMSDataSetTableAdapters.TableAdapterManager Friend WithEvents TBPMO_FORMBindingNavigator As System.Windows.Forms.BindingNavigator Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton 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_Organizer.DD_DMSDataSetTableAdapters.TBPMO_FORM_VIEWTableAdapter Friend WithEvents CHANGED_WHOTextBoxPMOForm As System.Windows.Forms.TextBox Friend WithEvents DESCRIPTIONTextBox As System.Windows.Forms.TextBox Friend WithEvents FORM_TITLETextBox 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_Organizer.DD_DMSDataSetTableAdapters.TBPMO_FORM_TYPETableAdapter Friend WithEvents TreeViewEntity As System.Windows.Forms.TreeView Friend WithEvents ENTITY_IDTextBox 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 Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents btnRefreshEntityTable As System.Windows.Forms.Button Friend WithEvents btnCreateEntityTable As System.Windows.Forms.Button Friend WithEvents BW_Entity As System.ComponentModel.BackgroundWorker Friend WithEvents ProgressPanel1 As DevExpress.XtraWaitForm.ProgressPanel Friend WithEvents btncancel As System.Windows.Forms.Button End Class