_ Partial Class frmControl_Detail 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 SPALTENNAMELabel As System.Windows.Forms.Label Dim SPALTEN_HEADERLabel As System.Windows.Forms.Label Dim SPALTENBREITELabel As System.Windows.Forms.Label Dim GUIDLabel 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 Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet() Me.TBPM_CONTROL_TABLEBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBPM_CONTROL_TABLETableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_CONTROL_TABLETableAdapter() Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager() Me.SPALTENNAMETextBox = New System.Windows.Forms.TextBox() Me.SPALTEN_HEADERTextBox = New System.Windows.Forms.TextBox() Me.SPALTENBREITETextBox = New System.Windows.Forms.TextBox() Me.GUIDTextBox = New System.Windows.Forms.TextBox() Me.READ_ONLYCheckBox = New System.Windows.Forms.CheckBox() Me.LOAD_IDX_VALUECheckBox = New System.Windows.Forms.CheckBox() Me.btnSave = New System.Windows.Forms.Button() 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.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.tslblAenderungen = New System.Windows.Forms.ToolStripStatusLabel() SPALTENNAMELabel = New System.Windows.Forms.Label() SPALTEN_HEADERLabel = New System.Windows.Forms.Label() SPALTENBREITELabel = New System.Windows.Forms.Label() GUIDLabel = 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() CType(Me.DD_DMSLiteDataSet,System.ComponentModel.ISupportInitialize).BeginInit CType(Me.TBPM_CONTROL_TABLEBindingSource,System.ComponentModel.ISupportInitialize).BeginInit Me.StatusStrip1.SuspendLayout Me.SuspendLayout ' 'SPALTENNAMELabel ' SPALTENNAMELabel.AutoSize = true SPALTENNAMELabel.Location = New System.Drawing.Point(12, 51) SPALTENNAMELabel.Name = "SPALTENNAMELabel" SPALTENNAMELabel.Size = New System.Drawing.Size(117, 13) SPALTENNAMELabel.TabIndex = 2 SPALTENNAMELabel.Text = "Spaltenname (intern):" ' 'SPALTEN_HEADERLabel ' SPALTEN_HEADERLabel.AutoSize = True SPALTEN_HEADERLabel.Location = New System.Drawing.Point(12, 92) SPALTEN_HEADERLabel.Name = "SPALTEN_HEADERLabel" SPALTEN_HEADERLabel.Size = New System.Drawing.Size(67, 13) SPALTEN_HEADERLabel.TabIndex = 3 SPALTEN_HEADERLabel.Text = "Überschrift:" ' 'SPALTENBREITELabel ' SPALTENBREITELabel.AutoSize = True SPALTENBREITELabel.Location = New System.Drawing.Point(12, 133) SPALTENBREITELabel.Name = "SPALTENBREITELabel" SPALTENBREITELabel.Size = New System.Drawing.Size(40, 13) SPALTENBREITELabel.TabIndex = 4 SPALTENBREITELabel.Text = "Breite:" ' 'GUIDLabel ' GUIDLabel.AutoSize = True GUIDLabel.Location = New System.Drawing.Point(12, 9) GUIDLabel.Name = "GUIDLabel" GUIDLabel.Size = New System.Drawing.Size(21, 13) GUIDLabel.TabIndex = 6 GUIDLabel.Text = "ID:" ' 'ADDED_WHOLabel ' ADDED_WHOLabel.AutoSize = True ADDED_WHOLabel.Location = New System.Drawing.Point(11, 213) ADDED_WHOLabel.Name = "ADDED_WHOLabel" ADDED_WHOLabel.Size = New System.Drawing.Size(67, 13) ADDED_WHOLabel.TabIndex = 12 ADDED_WHOLabel.Text = "Erstellt wer:" ' 'ADDED_WHENLabel ' ADDED_WHENLabel.AutoSize = True ADDED_WHENLabel.Location = New System.Drawing.Point(164, 213) ADDED_WHENLabel.Name = "ADDED_WHENLabel" ADDED_WHENLabel.Size = New System.Drawing.Size(77, 13) ADDED_WHENLabel.TabIndex = 13 ADDED_WHENLabel.Text = "Erstellt wann:" ' 'CHANGED_WHOLabel ' CHANGED_WHOLabel.AutoSize = True CHANGED_WHOLabel.Location = New System.Drawing.Point(12, 254) CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" CHANGED_WHOLabel.Size = New System.Drawing.Size(80, 13) CHANGED_WHOLabel.TabIndex = 15 CHANGED_WHOLabel.Text = "Geändert wer:" ' 'CHANGED_WHENLabel ' CHANGED_WHENLabel.AutoSize = True CHANGED_WHENLabel.Location = New System.Drawing.Point(164, 254) CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" CHANGED_WHENLabel.Size = New System.Drawing.Size(90, 13) CHANGED_WHENLabel.TabIndex = 17 CHANGED_WHENLabel.Text = "Geändert wann:" ' 'DD_DMSLiteDataSet ' Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet" Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'TBPM_CONTROL_TABLEBindingSource ' Me.TBPM_CONTROL_TABLEBindingSource.DataMember = "TBPM_CONTROL_TABLE" Me.TBPM_CONTROL_TABLEBindingSource.DataSource = Me.DD_DMSLiteDataSet ' 'TBPM_CONTROL_TABLETableAdapter ' Me.TBPM_CONTROL_TABLETableAdapter.ClearBeforeFill = True ' 'TableAdapterManager ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Me.TBPM_CONTROL_TABLETableAdapter Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing Me.TableAdapterManager.TBPM_KONFIGURATIONTableAdapter = Nothing Me.TableAdapterManager.TBPM_PROFILE_CONTROLSTableAdapter = Nothing Me.TableAdapterManager.TBPM_PROFILE_FILESTableAdapter = Nothing Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' 'SPALTENNAMETextBox ' Me.SPALTENNAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "SPALTENNAME", True)) Me.SPALTENNAMETextBox.Location = New System.Drawing.Point(15, 67) Me.SPALTENNAMETextBox.Name = "SPALTENNAMETextBox" Me.SPALTENNAMETextBox.Size = New System.Drawing.Size(226, 22) Me.SPALTENNAMETextBox.TabIndex = 3 ' 'SPALTEN_HEADERTextBox ' Me.SPALTEN_HEADERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "SPALTEN_HEADER", true)) Me.SPALTEN_HEADERTextBox.Location = New System.Drawing.Point(15, 108) Me.SPALTEN_HEADERTextBox.Name = "SPALTEN_HEADERTextBox" Me.SPALTEN_HEADERTextBox.Size = New System.Drawing.Size(226, 22) Me.SPALTEN_HEADERTextBox.TabIndex = 4 ' 'SPALTENBREITETextBox ' Me.SPALTENBREITETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "SPALTENBREITE", true)) Me.SPALTENBREITETextBox.Location = New System.Drawing.Point(15, 149) Me.SPALTENBREITETextBox.Name = "SPALTENBREITETextBox" Me.SPALTENBREITETextBox.Size = New System.Drawing.Size(81, 22) Me.SPALTENBREITETextBox.TabIndex = 5 ' 'GUIDTextBox ' Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "GUID", true)) Me.GUIDTextBox.Location = New System.Drawing.Point(15, 25) Me.GUIDTextBox.Name = "GUIDTextBox" Me.GUIDTextBox.ReadOnly = true Me.GUIDTextBox.Size = New System.Drawing.Size(61, 22) Me.GUIDTextBox.TabIndex = 7 ' 'READ_ONLYCheckBox ' Me.READ_ONLYCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_CONTROL_TABLEBindingSource, "READ_ONLY", true)) Me.READ_ONLYCheckBox.Location = New System.Drawing.Point(15, 177) Me.READ_ONLYCheckBox.Name = "READ_ONLYCheckBox" Me.READ_ONLYCheckBox.Size = New System.Drawing.Size(87, 24) Me.READ_ONLYCheckBox.TabIndex = 9 Me.READ_ONLYCheckBox.Text = "Read Only" Me.READ_ONLYCheckBox.UseVisualStyleBackColor = true ' 'LOAD_IDX_VALUECheckBox ' Me.LOAD_IDX_VALUECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_CONTROL_TABLEBindingSource, "LOAD_IDX_VALUE", true)) Me.LOAD_IDX_VALUECheckBox.Location = New System.Drawing.Point(108, 177) Me.LOAD_IDX_VALUECheckBox.Name = "LOAD_IDX_VALUECheckBox" Me.LOAD_IDX_VALUECheckBox.Size = New System.Drawing.Size(120, 24) Me.LOAD_IDX_VALUECheckBox.TabIndex = 11 Me.LOAD_IDX_VALUECheckBox.Text = "lade Indexdaten" Me.LOAD_IDX_VALUECheckBox.UseVisualStyleBackColor = true ' 'btnSave ' Me.btnSave.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.save Me.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnSave.Location = New System.Drawing.Point(240, 169) Me.btnSave.Name = "btnSave" Me.btnSave.Size = New System.Drawing.Size(86, 32) Me.btnSave.TabIndex = 12 Me.btnSave.Text = "Speichern" Me.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnSave.UseVisualStyleBackColor = true ' 'ADDED_WHOTextBox ' Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "ADDED_WHO", true)) Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(14, 229) Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox" Me.ADDED_WHOTextBox.ReadOnly = true Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(147, 22) Me.ADDED_WHOTextBox.TabIndex = 13 ' 'ADDED_WHENTextBox ' Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "ADDED_WHEN", true)) Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(167, 229) Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox" Me.ADDED_WHENTextBox.ReadOnly = true Me.ADDED_WHENTextBox.Size = New System.Drawing.Size(159, 22) Me.ADDED_WHENTextBox.TabIndex = 14 ' 'CHANGED_WHOTextBox ' Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "CHANGED_WHO", true)) Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(15, 270) Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox" Me.CHANGED_WHOTextBox.ReadOnly = true Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(146, 22) Me.CHANGED_WHOTextBox.TabIndex = 16 ' 'CHANGED_WHENTextBox ' Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "CHANGED_WHEN", true)) Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(167, 270) Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox" Me.CHANGED_WHENTextBox.ReadOnly = true Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(159, 22) Me.CHANGED_WHENTextBox.TabIndex = 18 ' 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblAenderungen}) Me.StatusStrip1.Location = New System.Drawing.Point(0, 309) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(346, 22) Me.StatusStrip1.TabIndex = 21 Me.StatusStrip1.Text = "StatusStrip1" ' 'tslblAenderungen ' Me.tslblAenderungen.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.flag_red Me.tslblAenderungen.Name = "tslblAenderungen" Me.tslblAenderungen.Size = New System.Drawing.Size(153, 17) Me.tslblAenderungen.Text = "Änderungen gespeichert" Me.tslblAenderungen.Visible = false ' 'frmControl_Detail ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 13!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(346, 331) Me.Controls.Add(Me.StatusStrip1) Me.Controls.Add(CHANGED_WHENLabel) Me.Controls.Add(Me.CHANGED_WHENTextBox) Me.Controls.Add(CHANGED_WHOLabel) Me.Controls.Add(Me.CHANGED_WHOTextBox) Me.Controls.Add(ADDED_WHENLabel) Me.Controls.Add(Me.ADDED_WHENTextBox) Me.Controls.Add(ADDED_WHOLabel) Me.Controls.Add(Me.ADDED_WHOTextBox) Me.Controls.Add(Me.btnSave) Me.Controls.Add(Me.LOAD_IDX_VALUECheckBox) Me.Controls.Add(Me.READ_ONLYCheckBox) Me.Controls.Add(GUIDLabel) Me.Controls.Add(Me.GUIDTextBox) Me.Controls.Add(SPALTENBREITELabel) Me.Controls.Add(Me.SPALTENBREITETextBox) Me.Controls.Add(SPALTEN_HEADERLabel) Me.Controls.Add(Me.SPALTEN_HEADERTextBox) Me.Controls.Add(SPALTENNAMELabel) Me.Controls.Add(Me.SPALTENNAMETextBox) Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) Me.MaximizeBox = false Me.MinimizeBox = false Me.Name = "frmControl_Detail" Me.Text = "frmControl_Detail" Me.TopMost = true CType(Me.DD_DMSLiteDataSet,System.ComponentModel.ISupportInitialize).EndInit CType(Me.TBPM_CONTROL_TABLEBindingSource,System.ComponentModel.ISupportInitialize).EndInit Me.StatusStrip1.ResumeLayout(false) Me.StatusStrip1.PerformLayout Me.ResumeLayout(false) Me.PerformLayout End Sub Friend WithEvents DD_DMSLiteDataSet As DD_PM_WINDREAM.DD_DMSLiteDataSet Friend WithEvents TBPM_CONTROL_TABLEBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBPM_CONTROL_TABLETableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_CONTROL_TABLETableAdapter Friend WithEvents TableAdapterManager As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager Friend WithEvents SPALTENNAMETextBox As System.Windows.Forms.TextBox Friend WithEvents SPALTEN_HEADERTextBox As System.Windows.Forms.TextBox Friend WithEvents SPALTENBREITETextBox As System.Windows.Forms.TextBox Friend WithEvents GUIDTextBox As System.Windows.Forms.TextBox Friend WithEvents READ_ONLYCheckBox As System.Windows.Forms.CheckBox Friend WithEvents LOAD_IDX_VALUECheckBox As System.Windows.Forms.CheckBox Friend WithEvents btnSave As System.Windows.Forms.Button 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 StatusStrip1 As System.Windows.Forms.StatusStrip Friend WithEvents tslblAenderungen As System.Windows.Forms.ToolStripStatusLabel End Class