MS_13.11_Final

This commit is contained in:
SchreiberM
2015-11-13 15:51:25 +01:00
parent 9f80eb5a3d
commit 365e92e98b
21 changed files with 619 additions and 355 deletions

View File

@@ -94,7 +94,6 @@ Partial Class frmTemplates
Me.tsbtnGetPatterns = New System.Windows.Forms.ToolStripButton()
Me.GUIDTextBox2 = New System.Windows.Forms.TextBox()
Me.NAME_PATTERNTextBox = New System.Windows.Forms.TextBox()
Me.FIXED_VALUETextBox = New System.Windows.Forms.TextBox()
Me.CONNECTION_IDComboBox = New System.Windows.Forms.ComboBox()
Me.SQL_COMMANDTextBox = New System.Windows.Forms.TextBox()
Me.Label2 = New System.Windows.Forms.Label()
@@ -115,6 +114,9 @@ Partial Class frmTemplates
Me.DD_ECMAdmin = New DD_Record_Organiser.DD_ECMAdmin()
Me.DT_VORSCHAUBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.ListBoxVorschau = New System.Windows.Forms.ListBox()
Me.FIXED_VALUETextBox = New System.Windows.Forms.TextBox()
Me.btnRefreshControlPattern = New System.Windows.Forms.Button()
Me.lblSavePattern = New System.Windows.Forms.Label()
GUIDLabel = New System.Windows.Forms.Label()
NAMELabel = New System.Windows.Forms.Label()
TEMPLATE_PATHLabel = New System.Windows.Forms.Label()
@@ -240,7 +242,7 @@ Partial Class frmTemplates
'NAME_PATTERNLabel
'
NAME_PATTERNLabel.AutoSize = True
NAME_PATTERNLabel.Location = New System.Drawing.Point(360, 435)
NAME_PATTERNLabel.Location = New System.Drawing.Point(348, 435)
NAME_PATTERNLabel.Name = "NAME_PATTERNLabel"
NAME_PATTERNLabel.Size = New System.Drawing.Size(157, 15)
NAME_PATTERNLabel.TabIndex = 34
@@ -251,14 +253,14 @@ Partial Class frmTemplates
FIXED_VALUELabel.AutoSize = True
FIXED_VALUELabel.Location = New System.Drawing.Point(586, 435)
FIXED_VALUELabel.Name = "FIXED_VALUELabel"
FIXED_VALUELabel.Size = New System.Drawing.Size(121, 15)
FIXED_VALUELabel.Size = New System.Drawing.Size(102, 15)
FIXED_VALUELabel.TabIndex = 36
FIXED_VALUELabel.Text = "Platzhalter-Ersetzung:"
FIXED_VALUELabel.Text = "Platzhalter Entität:"
'
'CONNECTION_IDLabel
'
CONNECTION_IDLabel.AutoSize = True
CONNECTION_IDLabel.Location = New System.Drawing.Point(341, 503)
CONNECTION_IDLabel.Location = New System.Drawing.Point(299, 503)
CONNECTION_IDLabel.Name = "CONNECTION_IDLabel"
CONNECTION_IDLabel.Size = New System.Drawing.Size(101, 15)
CONNECTION_IDLabel.TabIndex = 38
@@ -267,7 +269,7 @@ Partial Class frmTemplates
'SQL_COMMANDLabel
'
SQL_COMMANDLabel.AutoSize = True
SQL_COMMANDLabel.Location = New System.Drawing.Point(477, 503)
SQL_COMMANDLabel.Location = New System.Drawing.Point(407, 503)
SQL_COMMANDLabel.Name = "SQL_COMMANDLabel"
SQL_COMMANDLabel.Size = New System.Drawing.Size(98, 15)
SQL_COMMANDLabel.TabIndex = 40
@@ -277,7 +279,7 @@ Partial Class frmTemplates
'
Label5.AutoSize = True
Label5.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Label5.Location = New System.Drawing.Point(1083, 437)
Label5.Location = New System.Drawing.Point(1185, 436)
Label5.Name = "Label5"
Label5.Size = New System.Drawing.Size(90, 13)
Label5.TabIndex = 87
@@ -617,7 +619,7 @@ Partial Class frmTemplates
Me.BindingNavigator2.DeleteItem = Me.ToolStripButton10
Me.BindingNavigator2.Dock = System.Windows.Forms.DockStyle.None
Me.BindingNavigator2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton11, Me.ToolStripButton12, Me.ToolStripSeparator4, Me.ToolStripTextBox2, Me.ToolStripLabel2, Me.ToolStripSeparator5, Me.ToolStripButton13, Me.ToolStripButton14, Me.ToolStripSeparator6, Me.ToolStripButton10, Me.ToolStripButton15, Me.ToolStripButton16, Me.ToolStripSeparator1, Me.tsbtnGetPatterns})
Me.BindingNavigator2.Location = New System.Drawing.Point(302, 405)
Me.BindingNavigator2.Location = New System.Drawing.Point(293, 405)
Me.BindingNavigator2.MoveFirstItem = Me.ToolStripButton11
Me.BindingNavigator2.MoveLastItem = Me.ToolStripButton14
Me.BindingNavigator2.MoveNextItem = Me.ToolStripButton13
@@ -743,38 +745,31 @@ Partial Class frmTemplates
Me.GUIDTextBox2.ReadOnly = True
Me.GUIDTextBox2.Size = New System.Drawing.Size(42, 23)
Me.GUIDTextBox2.TabIndex = 33
Me.GUIDTextBox2.TabStop = False
'
'NAME_PATTERNTextBox
'
Me.NAME_PATTERNTextBox.BackColor = System.Drawing.Color.WhiteSmoke
Me.NAME_PATTERNTextBox.BackColor = System.Drawing.Color.MistyRose
Me.NAME_PATTERNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_TEMPLATE_PATTERNBindingSource, "NAME_PATTERN", True))
Me.NAME_PATTERNTextBox.Location = New System.Drawing.Point(363, 453)
Me.NAME_PATTERNTextBox.Location = New System.Drawing.Point(350, 453)
Me.NAME_PATTERNTextBox.Name = "NAME_PATTERNTextBox"
Me.NAME_PATTERNTextBox.ReadOnly = True
Me.NAME_PATTERNTextBox.Size = New System.Drawing.Size(217, 23)
Me.NAME_PATTERNTextBox.Size = New System.Drawing.Size(230, 23)
Me.NAME_PATTERNTextBox.TabIndex = 35
'
'FIXED_VALUETextBox
'
Me.FIXED_VALUETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_TEMPLATE_PATTERNBindingSource, "FIXED_VALUE", True))
Me.FIXED_VALUETextBox.Location = New System.Drawing.Point(586, 453)
Me.FIXED_VALUETextBox.Name = "FIXED_VALUETextBox"
Me.FIXED_VALUETextBox.Size = New System.Drawing.Size(217, 23)
Me.FIXED_VALUETextBox.TabIndex = 37
'
'CONNECTION_IDComboBox
'
Me.CONNECTION_IDComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_TEMPLATE_PATTERNBindingSource, "CONNECTION_ID", True))
Me.CONNECTION_IDComboBox.FormattingEnabled = True
Me.CONNECTION_IDComboBox.Location = New System.Drawing.Point(344, 521)
Me.CONNECTION_IDComboBox.Location = New System.Drawing.Point(302, 521)
Me.CONNECTION_IDComboBox.Name = "CONNECTION_IDComboBox"
Me.CONNECTION_IDComboBox.Size = New System.Drawing.Size(121, 23)
Me.CONNECTION_IDComboBox.Size = New System.Drawing.Size(98, 23)
Me.CONNECTION_IDComboBox.TabIndex = 39
'
'SQL_COMMANDTextBox
'
Me.SQL_COMMANDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_TEMPLATE_PATTERNBindingSource, "SQL_COMMAND", True))
Me.SQL_COMMANDTextBox.Location = New System.Drawing.Point(480, 521)
Me.SQL_COMMANDTextBox.Location = New System.Drawing.Point(410, 521)
Me.SQL_COMMANDTextBox.Name = "SQL_COMMANDTextBox"
Me.SQL_COMMANDTextBox.Size = New System.Drawing.Size(100, 23)
Me.SQL_COMMANDTextBox.TabIndex = 41
@@ -873,7 +868,7 @@ Partial Class frmTemplates
Me.GroupBox1.Controls.Add(ENTITY_IDLabel)
Me.GroupBox1.Location = New System.Drawing.Point(293, 23)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(333, 100)
Me.GroupBox1.Size = New System.Drawing.Size(266, 100)
Me.GroupBox1.TabIndex = 46
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Zu weiterer Entität zuordnen:"
@@ -926,6 +921,7 @@ Partial Class frmTemplates
'
'Panel2
'
Me.Panel2.BackColor = System.Drawing.SystemColors.GradientActiveCaption
Me.Panel2.Controls.Add(Me.Label2)
Me.Panel2.Controls.Add(Me.ListBox_Entity)
Me.Panel2.Controls.Add(Me.btndeleteEntityZO)
@@ -950,9 +946,9 @@ Partial Class frmTemplates
'cmbControls
'
Me.cmbControls.FormattingEnabled = True
Me.cmbControls.Location = New System.Drawing.Point(812, 453)
Me.cmbControls.Location = New System.Drawing.Point(589, 453)
Me.cmbControls.Name = "cmbControls"
Me.cmbControls.Size = New System.Drawing.Size(265, 23)
Me.cmbControls.Size = New System.Drawing.Size(253, 23)
Me.cmbControls.TabIndex = 85
'
'DD_ECMAdmin
@@ -973,17 +969,56 @@ Partial Class frmTemplates
Me.ListBoxVorschau.DisplayMember = "NAME_PATTERN"
Me.ListBoxVorschau.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ListBoxVorschau.FormattingEnabled = True
Me.ListBoxVorschau.Location = New System.Drawing.Point(1086, 453)
Me.ListBoxVorschau.Location = New System.Drawing.Point(1188, 452)
Me.ListBoxVorschau.Name = "ListBoxVorschau"
Me.ListBoxVorschau.Size = New System.Drawing.Size(176, 82)
Me.ListBoxVorschau.Size = New System.Drawing.Size(176, 121)
Me.ListBoxVorschau.TabIndex = 86
Me.ListBoxVorschau.TabStop = False
Me.ListBoxVorschau.ValueMember = "GUID"
'
'FIXED_VALUETextBox
'
Me.FIXED_VALUETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_TEMPLATE_PATTERNBindingSource, "FIXED_VALUE", True))
Me.FIXED_VALUETextBox.Location = New System.Drawing.Point(848, 453)
Me.FIXED_VALUETextBox.Name = "FIXED_VALUETextBox"
Me.FIXED_VALUETextBox.ReadOnly = True
Me.FIXED_VALUETextBox.Size = New System.Drawing.Size(35, 23)
Me.FIXED_VALUETextBox.TabIndex = 37
Me.FIXED_VALUETextBox.TabStop = False
'
'btnRefreshControlPattern
'
Me.btnRefreshControlPattern.Image = Global.DD_Record_Organiser.My.Resources.Resources.action_add_16xLG
Me.btnRefreshControlPattern.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnRefreshControlPattern.Location = New System.Drawing.Point(589, 482)
Me.btnRefreshControlPattern.Name = "btnRefreshControlPattern"
Me.btnRefreshControlPattern.Size = New System.Drawing.Size(166, 23)
Me.btnRefreshControlPattern.TabIndex = 88
Me.btnRefreshControlPattern.Text = "Platzhalter aktualisieren"
Me.btnRefreshControlPattern.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnRefreshControlPattern.UseVisualStyleBackColor = True
Me.btnRefreshControlPattern.Visible = False
'
'lblSavePattern
'
Me.lblSavePattern.AutoSize = True
Me.lblSavePattern.BackColor = System.Drawing.Color.Yellow
Me.lblSavePattern.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblSavePattern.Location = New System.Drawing.Point(586, 524)
Me.lblSavePattern.Name = "lblSavePattern"
Me.lblSavePattern.Size = New System.Drawing.Size(187, 15)
Me.lblSavePattern.TabIndex = 90
Me.lblSavePattern.Text = "Pattern erfolgreich gespeichert!"
Me.lblSavePattern.Visible = False
'
'frmTemplates
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1426, 550)
Me.BackColor = System.Drawing.SystemColors.GradientInactiveCaption
Me.ClientSize = New System.Drawing.Size(1426, 595)
Me.Controls.Add(Me.lblSavePattern)
Me.Controls.Add(Me.btnRefreshControlPattern)
Me.Controls.Add(Label5)
Me.Controls.Add(Me.ListBoxVorschau)
Me.Controls.Add(Me.cmbControls)
@@ -1081,7 +1116,6 @@ Partial Class frmTemplates
Friend WithEvents ToolStripButton16 As System.Windows.Forms.ToolStripButton
Friend WithEvents GUIDTextBox2 As System.Windows.Forms.TextBox
Friend WithEvents NAME_PATTERNTextBox As System.Windows.Forms.TextBox
Friend WithEvents FIXED_VALUETextBox As System.Windows.Forms.TextBox
Friend WithEvents CONNECTION_IDComboBox As System.Windows.Forms.ComboBox
Friend WithEvents SQL_COMMANDTextBox As System.Windows.Forms.TextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
@@ -1105,4 +1139,7 @@ Partial Class frmTemplates
Friend WithEvents ListBoxVorschau As System.Windows.Forms.ListBox
Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents tsbtnGetPatterns As System.Windows.Forms.ToolStripButton
Friend WithEvents FIXED_VALUETextBox As System.Windows.Forms.TextBox
Friend WithEvents btnRefreshControlPattern As System.Windows.Forms.Button
Friend WithEvents lblSavePattern As System.Windows.Forms.Label
End Class