MS_26012015

This commit is contained in:
SchreiberM
2016-01-26 13:36:01 +01:00
parent 4410df2487
commit d9162463b4
82 changed files with 34884 additions and 6568 deletions

View File

@@ -24,6 +24,7 @@ Partial Class frmForm_Overview
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(frmForm_Overview))
Dim NAMELabel As System.Windows.Forms.Label
Dim LEVELLabel As System.Windows.Forms.Label
Dim ADDED_WHOLabel As System.Windows.Forms.Label
@@ -35,7 +36,6 @@ Partial Class frmForm_Overview
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()
@@ -98,123 +98,63 @@ Partial Class frmForm_Overview
'
'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)
resources.ApplyResources(PARENT_IDLabel, "PARENT_IDLabel")
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)
resources.ApplyResources(NAMELabel, "NAMELabel")
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)
resources.ApplyResources(LEVELLabel, "LEVELLabel")
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)
resources.ApplyResources(ADDED_WHOLabel, "ADDED_WHOLabel")
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)
resources.ApplyResources(CHANGED_WHOLabel, "CHANGED_WHOLabel")
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)
resources.ApplyResources(CHANGED_WHOLabel1, "CHANGED_WHOLabel1")
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)
resources.ApplyResources(ADDED_WHOLabel1, "ADDED_WHOLabel1")
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)
resources.ApplyResources(FORM_IDLabel, "FORM_IDLabel")
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)
resources.ApplyResources(FORM_TITLELabel, "FORM_TITLELabel")
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)
resources.ApplyResources(DESCRIPTIONLabel, "DESCRIPTIONLabel")
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)
resources.ApplyResources(Label1, "Label1")
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)
resources.ApplyResources(GUIDLabel, "GUIDLabel")
GUIDLabel.Name = "GUIDLabel"
GUIDLabel.Size = New System.Drawing.Size(59, 17)
GUIDLabel.TabIndex = 22
GUIDLabel.Text = "Entity-ID:"
'
'TBPMO_FORMBindingNavigator
'
@@ -223,16 +163,13 @@ Partial Class frmForm_Overview
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)
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
Me.TBPMO_FORMBindingNavigator.Size = New System.Drawing.Size(1046, 25)
Me.TBPMO_FORMBindingNavigator.TabIndex = 0
Me.TBPMO_FORMBindingNavigator.Text = "BindingNavigator1"
'
'TBPMO_FORMBindingSource
'
@@ -247,19 +184,14 @@ Partial Class frmForm_Overview
'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
resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1")
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
resources.ApplyResources(Me.ToolStripButton2, "ToolStripButton2")
Me.ToolStripButton2.Name = "ToolStripButton2"
Me.ToolStripButton2.Size = New System.Drawing.Size(98, 22)
Me.ToolStripButton2.Text = "Vorschau öffnen"
'
'GroupBox1
'
@@ -273,22 +205,15 @@ Partial Class frmForm_Overview
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)
resources.ApplyResources(Me.GroupBox1, "GroupBox1")
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)
resources.ApplyResources(Me.DESCRIPTIONTextBox, "DESCRIPTIONTextBox")
Me.DESCRIPTIONTextBox.Name = "DESCRIPTIONTextBox"
Me.DESCRIPTIONTextBox.Size = New System.Drawing.Size(293, 25)
Me.DESCRIPTIONTextBox.TabIndex = 22
'
'TBPMO_FORM_VIEWBindingSource
'
@@ -299,83 +224,55 @@ Partial Class frmForm_Overview
'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)
resources.ApplyResources(Me.FORM_TITLETextBox, "FORM_TITLETextBox")
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)
resources.ApplyResources(Me.FORM_IDTextBox, "FORM_IDTextBox")
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)
resources.ApplyResources(Me.ADDED_WHOTextBox1, "ADDED_WHOTextBox1")
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)
resources.ApplyResources(Me.CHANGED_WHOTextBoxPMOFormView, "CHANGED_WHOTextBoxPMOFormView")
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)
resources.ApplyResources(Me.CHANGED_WHOTextBoxPMOForm, "CHANGED_WHOTextBoxPMOForm")
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)
resources.ApplyResources(Me.PARENT_IDTextBox, "PARENT_IDTextBox")
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)
resources.ApplyResources(Me.NAMETextBox, "NAMETextBox")
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)
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(173, 25)
Me.ADDED_WHOTextBox.TabIndex = 9
'
'TBPMO_FORMTableAdapter
'
@@ -384,6 +281,7 @@ Partial Class frmForm_Overview
'TableAdapterManager
'
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing
Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Nothing
Me.TableAdapterManager.TBDD_EINGANGSARTENTableAdapter = Nothing
Me.TableAdapterManager.TBDD_EMAIL_ACCOUNTTableAdapter = Nothing
@@ -391,7 +289,6 @@ Partial Class frmForm_Overview
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
@@ -403,6 +300,9 @@ Partial Class frmForm_Overview
Me.TableAdapterManager.TBPMO_KONFIGURATIONTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_RECORD_LOG_CONFIGTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_RECORDTableAdapter = 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_OBJECTTYPETableAdapter = Nothing
Me.TableAdapterManager.TBPMO_WORKFLOW_FORMTableAdapter = Nothing
@@ -433,65 +333,43 @@ Partial Class frmForm_Overview
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)
resources.ApplyResources(Me.GroupBox2, "GroupBox2")
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)
resources.ApplyResources(Me.Label4, "Label4")
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)
resources.ApplyResources(Me.SINGLE_RECORDCheckBox, "SINGLE_RECORDCheckBox")
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)
resources.ApplyResources(Me.NumericUpDown1, "NumericUpDown1")
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)
resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox")
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))
resources.ApplyResources(Me.ComboBox1, "ComboBox1")
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
@@ -502,20 +380,14 @@ Partial Class frmForm_Overview
'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)
resources.ApplyResources(Me.SHOW_FORM_CONSTRUCTCheckBox, "SHOW_FORM_CONSTRUCTCheckBox")
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)
resources.ApplyResources(Me.TreeViewEntity, "TreeViewEntity")
Me.TreeViewEntity.Name = "TreeViewEntity"
Me.TreeViewEntity.Size = New System.Drawing.Size(322, 649)
Me.TreeViewEntity.TabIndex = 20
'
'TBPMO_FORM_TYPETableAdapter
'
@@ -523,104 +395,54 @@ Partial Class frmForm_Overview
'
'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)
resources.ApplyResources(Me.btninsert, "btninsert")
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)
resources.ApplyResources(Me.btndelete, "btndelete")
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)
resources.ApplyResources(Me.btnsave, "btnsave")
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)
resources.ApplyResources(Me.Label2, "Label2")
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)
resources.ApplyResources(Me.btncopy, "btncopy")
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
resources.ApplyResources(Me.lblStatus, "lblStatus")
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)
resources.ApplyResources(Me.btnGenerate, "btnGenerate")
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)
resources.ApplyResources(Me.Label3, "Label3")
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!)
resources.ApplyResources(Me, "$this")
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)
@@ -633,11 +455,7 @@ Partial Class frmForm_Overview
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()