MS
This commit is contained in:
162
app/DD_PM_WINDREAM/frmControl_Detail.Designer.vb
generated
162
app/DD_PM_WINDREAM/frmControl_Detail.Designer.vb
generated
@@ -24,6 +24,7 @@ Partial Class frmControl_Detail
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim SPALTENNAMELabel As System.Windows.Forms.Label
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmControl_Detail))
|
||||
Dim SPALTEN_HEADERLabel As System.Windows.Forms.Label
|
||||
Dim SPALTENBREITELabel As System.Windows.Forms.Label
|
||||
Dim GUIDLabel As System.Windows.Forms.Label
|
||||
@@ -56,82 +57,50 @@ Partial Class frmControl_Detail
|
||||
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
|
||||
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)
|
||||
resources.ApplyResources(SPALTENNAMELabel, "SPALTENNAMELabel")
|
||||
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)
|
||||
resources.ApplyResources(SPALTEN_HEADERLabel, "SPALTEN_HEADERLabel")
|
||||
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)
|
||||
resources.ApplyResources(SPALTENBREITELabel, "SPALTENBREITELabel")
|
||||
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)
|
||||
resources.ApplyResources(GUIDLabel, "GUIDLabel")
|
||||
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)
|
||||
resources.ApplyResources(ADDED_WHOLabel, "ADDED_WHOLabel")
|
||||
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)
|
||||
resources.ApplyResources(ADDED_WHENLabel, "ADDED_WHENLabel")
|
||||
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)
|
||||
resources.ApplyResources(CHANGED_WHOLabel, "CHANGED_WHOLabel")
|
||||
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)
|
||||
resources.ApplyResources(CHANGED_WHENLabel, "CHANGED_WHENLabel")
|
||||
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
|
||||
'
|
||||
@@ -151,6 +120,7 @@ Partial Class frmControl_Detail
|
||||
'
|
||||
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
||||
Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Me.TBPM_CONTROL_TABLETableAdapter
|
||||
Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing
|
||||
@@ -160,132 +130,98 @@ Partial Class frmControl_Detail
|
||||
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)
|
||||
resources.ApplyResources(Me.SPALTENNAMETextBox, "SPALTENNAMETextBox")
|
||||
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.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "SPALTEN_HEADER", True))
|
||||
resources.ApplyResources(Me.SPALTEN_HEADERTextBox, "SPALTEN_HEADERTextBox")
|
||||
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.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "SPALTENBREITE", True))
|
||||
resources.ApplyResources(Me.SPALTENBREITETextBox, "SPALTENBREITETextBox")
|
||||
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.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "GUID", True))
|
||||
resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox")
|
||||
Me.GUIDTextBox.Name = "GUIDTextBox"
|
||||
Me.GUIDTextBox.ReadOnly = true
|
||||
Me.GUIDTextBox.Size = New System.Drawing.Size(61, 22)
|
||||
Me.GUIDTextBox.TabIndex = 7
|
||||
Me.GUIDTextBox.ReadOnly = True
|
||||
'
|
||||
'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.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_CONTROL_TABLEBindingSource, "READ_ONLY", True))
|
||||
resources.ApplyResources(Me.READ_ONLYCheckBox, "READ_ONLYCheckBox")
|
||||
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
|
||||
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.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_CONTROL_TABLEBindingSource, "LOAD_IDX_VALUE", True))
|
||||
resources.ApplyResources(Me.LOAD_IDX_VALUECheckBox, "LOAD_IDX_VALUECheckBox")
|
||||
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
|
||||
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)
|
||||
resources.ApplyResources(Me.btnSave, "btnSave")
|
||||
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
|
||||
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.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "ADDED_WHO", True))
|
||||
resources.ApplyResources(Me.ADDED_WHOTextBox, "ADDED_WHOTextBox")
|
||||
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
|
||||
Me.ADDED_WHOTextBox.ReadOnly = True
|
||||
'
|
||||
'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.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "ADDED_WHEN", True))
|
||||
resources.ApplyResources(Me.ADDED_WHENTextBox, "ADDED_WHENTextBox")
|
||||
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
|
||||
Me.ADDED_WHENTextBox.ReadOnly = True
|
||||
'
|
||||
'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.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "CHANGED_WHO", True))
|
||||
resources.ApplyResources(Me.CHANGED_WHOTextBox, "CHANGED_WHOTextBox")
|
||||
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
|
||||
Me.CHANGED_WHOTextBox.ReadOnly = True
|
||||
'
|
||||
'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.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "CHANGED_WHEN", True))
|
||||
resources.ApplyResources(Me.CHANGED_WHENTextBox, "CHANGED_WHENTextBox")
|
||||
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
|
||||
Me.CHANGED_WHENTextBox.ReadOnly = True
|
||||
'
|
||||
'StatusStrip1
|
||||
'
|
||||
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblAenderungen})
|
||||
Me.StatusStrip1.Location = New System.Drawing.Point(0, 309)
|
||||
resources.ApplyResources(Me.StatusStrip1, "StatusStrip1")
|
||||
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
|
||||
resources.ApplyResources(Me.tslblAenderungen, "tslblAenderungen")
|
||||
'
|
||||
'frmControl_Detail
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 13!)
|
||||
resources.ApplyResources(Me, "$this")
|
||||
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)
|
||||
@@ -306,12 +242,10 @@ Partial Class frmControl_Detail
|
||||
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.MaximizeBox = False
|
||||
Me.MinimizeBox = False
|
||||
Me.Name = "frmControl_Detail"
|
||||
Me.Text = "frmControl_Detail"
|
||||
Me.TopMost = true
|
||||
Me.TopMost = True
|
||||
CType(Me.DD_DMSLiteDataSet,System.ComponentModel.ISupportInitialize).EndInit
|
||||
CType(Me.TBPM_CONTROL_TABLEBindingSource,System.ComponentModel.ISupportInitialize).EndInit
|
||||
Me.StatusStrip1.ResumeLayout(false)
|
||||
|
||||
Reference in New Issue
Block a user