This commit is contained in:
Digital Data - Marlon Schreiber
2018-01-08 17:19:09 +01:00
parent 6c661e5c84
commit 62a3cc3eb8
53 changed files with 1961 additions and 1125 deletions

View File

@@ -33,14 +33,27 @@ Partial Class frmStammdatenverwaltung
Dim ERFASSTWANNLabel As System.Windows.Forms.Label
Dim GEANDERTWERLabel As System.Windows.Forms.Label
Dim GEAENDERTWANNLabel As System.Windows.Forms.Label
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStammdatenverwaltung))
Dim PRINTER_NAMELabel As System.Windows.Forms.Label
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStammdatenverwaltung))
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.TabControl1 = New System.Windows.Forms.TabControl()
Me.TabPage1 = New System.Windows.Forms.TabPage()
Me.PRINTER_NAMEComboBox = New System.Windows.Forms.ComboBox()
Me.TBKOMMCOLLI_MANDANTBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.MyDataset = New KommiCollo.MyDataset()
Me.TabControl2 = New System.Windows.Forms.TabControl()
Me.TabPage3 = New System.Windows.Forms.TabPage()
Me.TBKOMMCOLLI_TERMINARTDataGridView = New System.Windows.Forms.DataGridView()
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewComboBoxColumn()
Me.TBWH_MANDANTBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.TBKOMMCOLLI_TERMINARTBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBKOMMCOLLI_TERMINARTBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
Me.BindingNavigatorAddNewItem2 = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorCountItem2 = New System.Windows.Forms.ToolStripLabel()
@@ -55,7 +68,6 @@ Partial Class frmStammdatenverwaltung
Me.BindingNavigatorSeparator8 = New System.Windows.Forms.ToolStripSeparator()
Me.tsbtnStandardTerminart = New System.Windows.Forms.ToolStripButton()
Me.tsbtnTerminartenSave = New System.Windows.Forms.ToolStripButton()
Me.TabPage4 = New System.Windows.Forms.TabPage()
Me.btnStandard = New System.Windows.Forms.Button()
Me.TBKOMMCOLLI_MANDANTBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton()
@@ -82,38 +94,11 @@ Partial Class frmStammdatenverwaltung
Me.ERFASSTWANNTextBox = New System.Windows.Forms.TextBox()
Me.GEANDERTWERTextBox = New System.Windows.Forms.TextBox()
Me.GEAENDERTWANNTextBox = New System.Windows.Forms.TextBox()
Me.TabPage2 = New System.Windows.Forms.TabPage()
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components)
Me.BindingNavigatorAddNewItem1 = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorCountItem1 = New System.Windows.Forms.ToolStripLabel()
Me.BindingNavigatorDeleteItem1 = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorMoveFirstItem1 = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorMovePreviousItem1 = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorSeparator3 = New System.Windows.Forms.ToolStripSeparator()
Me.BindingNavigatorPositionItem1 = New System.Windows.Forms.ToolStripTextBox()
Me.BindingNavigatorSeparator4 = New System.Windows.Forms.ToolStripSeparator()
Me.BindingNavigatorMoveNextItem1 = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorMoveLastItem1 = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorSeparator5 = New System.Windows.Forms.ToolStripSeparator()
Me.folderBrowserDialog = New System.Windows.Forms.FolderBrowserDialog()
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewComboBoxColumn()
Me.TBWH_MANDANTBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.MyDataset = New KommiCollo.MyDataset()
Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.TBKOMMCOLLI_TERMINARTBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBKOMMCOLLI_MANDANTBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBKOMMCOLLI_MANDANTTableAdapter = New KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_MANDANTTableAdapter()
Me.TableAdapterManager = New KommiCollo.MyDatasetTableAdapters.TableAdapterManager()
Me.TBKOMMCOLLI_TERMINARTTableAdapter = New KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_TERMINARTTableAdapter()
Me.TBWH_MANDANTTableAdapter = New KommiCollo.MyDatasetTableAdapters.TBWH_MANDANTTableAdapter()
Me.PRINTER_NAMEComboBox = New System.Windows.Forms.ComboBox()
GUIDLabel = New System.Windows.Forms.Label()
NAMELabel = New System.Windows.Forms.Label()
KURZNAMELabel = New System.Windows.Forms.Label()
@@ -125,30 +110,24 @@ Partial Class frmStammdatenverwaltung
GEANDERTWERLabel = New System.Windows.Forms.Label()
GEAENDERTWANNLabel = New System.Windows.Forms.Label()
PRINTER_NAMELabel = New System.Windows.Forms.Label()
Me.TabControl1.SuspendLayout
Me.TabPage1.SuspendLayout
Me.TabControl2.SuspendLayout
Me.TabPage3.SuspendLayout
CType(Me.TBKOMMCOLLI_TERMINARTDataGridView,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.TBKOMMCOLLI_TERMINARTBindingNavigator,System.ComponentModel.ISupportInitialize).BeginInit
Me.TBKOMMCOLLI_TERMINARTBindingNavigator.SuspendLayout
CType(Me.TBKOMMCOLLI_MANDANTBindingNavigator,System.ComponentModel.ISupportInitialize).BeginInit
Me.TBKOMMCOLLI_MANDANTBindingNavigator.SuspendLayout
Me.TabPage2.SuspendLayout
CType(Me.SplitContainer1,System.ComponentModel.ISupportInitialize).BeginInit
Me.SplitContainer1.Panel1.SuspendLayout
Me.SplitContainer1.SuspendLayout
CType(Me.BindingNavigator1,System.ComponentModel.ISupportInitialize).BeginInit
Me.BindingNavigator1.SuspendLayout
CType(Me.TBWH_MANDANTBindingSource,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.MyDataset,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.TBKOMMCOLLI_TERMINARTBindingSource,System.ComponentModel.ISupportInitialize).BeginInit
CType(Me.TBKOMMCOLLI_MANDANTBindingSource,System.ComponentModel.ISupportInitialize).BeginInit
Me.SuspendLayout
Me.TabControl1.SuspendLayout()
Me.TabPage1.SuspendLayout()
CType(Me.TBKOMMCOLLI_MANDANTBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TabControl2.SuspendLayout()
Me.TabPage3.SuspendLayout()
CType(Me.TBKOMMCOLLI_TERMINARTDataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBWH_MANDANTBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBKOMMCOLLI_TERMINARTBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBKOMMCOLLI_TERMINARTBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TBKOMMCOLLI_TERMINARTBindingNavigator.SuspendLayout()
CType(Me.TBKOMMCOLLI_MANDANTBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TBKOMMCOLLI_MANDANTBindingNavigator.SuspendLayout()
Me.SuspendLayout()
'
'GUIDLabel
'
GUIDLabel.AutoSize = true
GUIDLabel.AutoSize = True
GUIDLabel.Location = New System.Drawing.Point(7, 38)
GUIDLabel.Name = "GUIDLabel"
GUIDLabel.Size = New System.Drawing.Size(23, 17)
@@ -157,7 +136,7 @@ Partial Class frmStammdatenverwaltung
'
'NAMELabel
'
NAMELabel.AutoSize = true
NAMELabel.AutoSize = True
NAMELabel.Location = New System.Drawing.Point(70, 38)
NAMELabel.Name = "NAMELabel"
NAMELabel.Size = New System.Drawing.Size(103, 17)
@@ -166,7 +145,7 @@ Partial Class frmStammdatenverwaltung
'
'KURZNAMELabel
'
KURZNAMELabel.AutoSize = true
KURZNAMELabel.AutoSize = True
KURZNAMELabel.Location = New System.Drawing.Point(350, 38)
KURZNAMELabel.Name = "KURZNAMELabel"
KURZNAMELabel.Size = New System.Drawing.Size(69, 17)
@@ -175,7 +154,7 @@ Partial Class frmStammdatenverwaltung
'
'SPEICHERORTLabel
'
SPEICHERORTLabel.AutoSize = true
SPEICHERORTLabel.AutoSize = True
SPEICHERORTLabel.Location = New System.Drawing.Point(70, 86)
SPEICHERORTLabel.Name = "SPEICHERORTLabel"
SPEICHERORTLabel.Size = New System.Drawing.Size(200, 17)
@@ -184,7 +163,7 @@ Partial Class frmStammdatenverwaltung
'
'PRAEFIXLabel
'
PRAEFIXLabel.AutoSize = true
PRAEFIXLabel.AutoSize = True
PRAEFIXLabel.Location = New System.Drawing.Point(70, 134)
PRAEFIXLabel.Name = "PRAEFIXLabel"
PRAEFIXLabel.Size = New System.Drawing.Size(115, 17)
@@ -193,16 +172,16 @@ Partial Class frmStammdatenverwaltung
'
'TRENNUNG_BCLabel
'
TRENNUNG_BCLabel.AutoSize = true
TRENNUNG_BCLabel.AutoSize = True
TRENNUNG_BCLabel.Location = New System.Drawing.Point(263, 134)
TRENNUNG_BCLabel.Name = "TRENNUNG_BCLabel"
TRENNUNG_BCLabel.Size = New System.Drawing.Size(109, 17)
TRENNUNG_BCLabel.Size = New System.Drawing.Size(108, 17)
TRENNUNG_BCLabel.TabIndex = 10
TRENNUNG_BCLabel.Text = "Barcode-Trenner:"
'
'ERFASSTWERLabel
'
ERFASSTWERLabel.AutoSize = true
ERFASSTWERLabel.AutoSize = True
ERFASSTWERLabel.Location = New System.Drawing.Point(70, 182)
ERFASSTWERLabel.Name = "ERFASSTWERLabel"
ERFASSTWERLabel.Size = New System.Drawing.Size(75, 17)
@@ -211,7 +190,7 @@ Partial Class frmStammdatenverwaltung
'
'ERFASSTWANNLabel
'
ERFASSTWANNLabel.AutoSize = true
ERFASSTWANNLabel.AutoSize = True
ERFASSTWANNLabel.Location = New System.Drawing.Point(263, 182)
ERFASSTWANNLabel.Name = "ERFASSTWANNLabel"
ERFASSTWANNLabel.Size = New System.Drawing.Size(84, 17)
@@ -220,7 +199,7 @@ Partial Class frmStammdatenverwaltung
'
'GEANDERTWERLabel
'
GEANDERTWERLabel.AutoSize = true
GEANDERTWERLabel.AutoSize = True
GEANDERTWERLabel.Location = New System.Drawing.Point(370, 182)
GEANDERTWERLabel.Name = "GEANDERTWERLabel"
GEANDERTWERLabel.Size = New System.Drawing.Size(90, 17)
@@ -229,13 +208,22 @@ Partial Class frmStammdatenverwaltung
'
'GEAENDERTWANNLabel
'
GEAENDERTWANNLabel.AutoSize = true
GEAENDERTWANNLabel.AutoSize = True
GEAENDERTWANNLabel.Location = New System.Drawing.Point(570, 182)
GEAENDERTWANNLabel.Name = "GEAENDERTWANNLabel"
GEAENDERTWANNLabel.Size = New System.Drawing.Size(99, 17)
GEAENDERTWANNLabel.TabIndex = 18
GEAENDERTWANNLabel.Text = "Geändert wann:"
'
'PRINTER_NAMELabel
'
PRINTER_NAMELabel.AutoSize = True
PRINTER_NAMELabel.Location = New System.Drawing.Point(370, 134)
PRINTER_NAMELabel.Name = "PRINTER_NAMELabel"
PRINTER_NAMELabel.Size = New System.Drawing.Size(88, 17)
PRINTER_NAMELabel.TabIndex = 24
PRINTER_NAMELabel.Text = "Printer Name:"
'
'StatusStrip1
'
Me.StatusStrip1.Location = New System.Drawing.Point(0, 444)
@@ -248,7 +236,6 @@ Partial Class frmStammdatenverwaltung
'TabControl1
'
Me.TabControl1.Controls.Add(Me.TabPage1)
Me.TabControl1.Controls.Add(Me.TabPage2)
Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
Me.TabControl1.Location = New System.Drawing.Point(0, 0)
Me.TabControl1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
@@ -259,7 +246,7 @@ Partial Class frmStammdatenverwaltung
'
'TabPage1
'
Me.TabPage1.AutoScroll = true
Me.TabPage1.AutoScroll = True
Me.TabPage1.Controls.Add(Me.PRINTER_NAMEComboBox)
Me.TabPage1.Controls.Add(PRINTER_NAMELabel)
Me.TabPage1.Controls.Add(Me.TabControl2)
@@ -293,15 +280,33 @@ Partial Class frmStammdatenverwaltung
Me.TabPage1.Size = New System.Drawing.Size(1183, 414)
Me.TabPage1.TabIndex = 0
Me.TabPage1.Text = "Mandanten"
Me.TabPage1.UseVisualStyleBackColor = true
Me.TabPage1.UseVisualStyleBackColor = True
'
'PRINTER_NAMEComboBox
'
Me.PRINTER_NAMEComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "PRINTER_NAME", True))
Me.PRINTER_NAMEComboBox.FormattingEnabled = True
Me.PRINTER_NAMEComboBox.Location = New System.Drawing.Point(372, 154)
Me.PRINTER_NAMEComboBox.Name = "PRINTER_NAMEComboBox"
Me.PRINTER_NAMEComboBox.Size = New System.Drawing.Size(396, 25)
Me.PRINTER_NAMEComboBox.TabIndex = 26
'
'TBKOMMCOLLI_MANDANTBindingSource
'
Me.TBKOMMCOLLI_MANDANTBindingSource.DataMember = "TBKOMMCOLLI_MANDANT"
Me.TBKOMMCOLLI_MANDANTBindingSource.DataSource = Me.MyDataset
'
'MyDataset
'
Me.MyDataset.DataSetName = "MyDataset"
Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'TabControl2
'
Me.TabControl2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles)
Me.TabControl2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.TabControl2.Controls.Add(Me.TabPage3)
Me.TabControl2.Controls.Add(Me.TabPage4)
Me.TabControl2.Location = New System.Drawing.Point(10, 233)
Me.TabControl2.Name = "TabControl2"
Me.TabControl2.SelectedIndex = 0
@@ -318,11 +323,11 @@ Partial Class frmStammdatenverwaltung
Me.TabPage3.Size = New System.Drawing.Size(750, 146)
Me.TabPage3.TabIndex = 0
Me.TabPage3.Text = "Terminarten"
Me.TabPage3.UseVisualStyleBackColor = true
Me.TabPage3.UseVisualStyleBackColor = True
'
'TBKOMMCOLLI_TERMINARTDataGridView
'
Me.TBKOMMCOLLI_TERMINARTDataGridView.AutoGenerateColumns = false
Me.TBKOMMCOLLI_TERMINARTDataGridView.AutoGenerateColumns = False
Me.TBKOMMCOLLI_TERMINARTDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.TBKOMMCOLLI_TERMINARTDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2, Me.DataGridViewTextBoxColumn3, Me.DataGridViewTextBoxColumn4, Me.DataGridViewTextBoxColumn5, Me.DataGridViewTextBoxColumn6, Me.DataGridViewTextBoxColumn7, Me.DataGridViewTextBoxColumn8})
Me.TBKOMMCOLLI_TERMINARTDataGridView.DataSource = Me.TBKOMMCOLLI_TERMINARTBindingSource
@@ -332,6 +337,76 @@ Partial Class frmStammdatenverwaltung
Me.TBKOMMCOLLI_TERMINARTDataGridView.Size = New System.Drawing.Size(744, 115)
Me.TBKOMMCOLLI_TERMINARTDataGridView.TabIndex = 2
'
'DataGridViewTextBoxColumn1
'
Me.DataGridViewTextBoxColumn1.DataPropertyName = "GUID"
Me.DataGridViewTextBoxColumn1.HeaderText = "ID"
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
Me.DataGridViewTextBoxColumn1.ReadOnly = True
Me.DataGridViewTextBoxColumn1.Width = 60
'
'DataGridViewTextBoxColumn2
'
Me.DataGridViewTextBoxColumn2.DataPropertyName = "MANDANT_ID"
Me.DataGridViewTextBoxColumn2.DataSource = Me.TBWH_MANDANTBindingSource
Me.DataGridViewTextBoxColumn2.DisplayMember = "KURZNAME"
Me.DataGridViewTextBoxColumn2.HeaderText = "Mandant"
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
Me.DataGridViewTextBoxColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
Me.DataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic
Me.DataGridViewTextBoxColumn2.ValueMember = "GUID"
'
'TBWH_MANDANTBindingSource
'
Me.TBWH_MANDANTBindingSource.DataMember = "TBWH_MANDANT"
Me.TBWH_MANDANTBindingSource.DataSource = Me.MyDataset
'
'DataGridViewTextBoxColumn3
'
Me.DataGridViewTextBoxColumn3.DataPropertyName = "TERMIN_BEZEICHNUNG"
Me.DataGridViewTextBoxColumn3.HeaderText = "Bezeichnung Lang"
Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"
Me.DataGridViewTextBoxColumn3.Width = 180
'
'DataGridViewTextBoxColumn4
'
Me.DataGridViewTextBoxColumn4.DataPropertyName = "TERMIN_KZ"
Me.DataGridViewTextBoxColumn4.HeaderText = "KZ kurz"
Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4"
Me.DataGridViewTextBoxColumn4.Width = 150
'
'DataGridViewTextBoxColumn5
'
Me.DataGridViewTextBoxColumn5.DataPropertyName = "ERFASSTWER"
Me.DataGridViewTextBoxColumn5.HeaderText = "Erfasst wer"
Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5"
'
'DataGridViewTextBoxColumn6
'
Me.DataGridViewTextBoxColumn6.DataPropertyName = "ERFASSTWANN"
Me.DataGridViewTextBoxColumn6.HeaderText = "Erfasst wann"
Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6"
Me.DataGridViewTextBoxColumn6.ReadOnly = True
'
'DataGridViewTextBoxColumn7
'
Me.DataGridViewTextBoxColumn7.DataPropertyName = "GEANDERTWER"
Me.DataGridViewTextBoxColumn7.HeaderText = "Geändert wer"
Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7"
Me.DataGridViewTextBoxColumn7.ReadOnly = True
'
'DataGridViewTextBoxColumn8
'
Me.DataGridViewTextBoxColumn8.DataPropertyName = "GEAENDERTWANN"
Me.DataGridViewTextBoxColumn8.HeaderText = "Geändert wann"
Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8"
Me.DataGridViewTextBoxColumn8.ReadOnly = True
'
'TBKOMMCOLLI_TERMINARTBindingSource
'
Me.TBKOMMCOLLI_TERMINARTBindingSource.DataMember = "TBKOMMCOLLI_TERMINART"
Me.TBKOMMCOLLI_TERMINARTBindingSource.DataSource = Me.MyDataset
'
'TBKOMMCOLLI_TERMINARTBindingNavigator
'
Me.TBKOMMCOLLI_TERMINARTBindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem2
@@ -353,9 +428,9 @@ Partial Class frmStammdatenverwaltung
'BindingNavigatorAddNewItem2
'
Me.BindingNavigatorAddNewItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorAddNewItem2.Image = CType(resources.GetObject("BindingNavigatorAddNewItem2.Image"),System.Drawing.Image)
Me.BindingNavigatorAddNewItem2.Image = CType(resources.GetObject("BindingNavigatorAddNewItem2.Image"), System.Drawing.Image)
Me.BindingNavigatorAddNewItem2.Name = "BindingNavigatorAddNewItem2"
Me.BindingNavigatorAddNewItem2.RightToLeftAutoMirrorImage = true
Me.BindingNavigatorAddNewItem2.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorAddNewItem2.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorAddNewItem2.Text = "Neu hinzufügen"
'
@@ -369,27 +444,27 @@ Partial Class frmStammdatenverwaltung
'BindingNavigatorDeleteItem2
'
Me.BindingNavigatorDeleteItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorDeleteItem2.Image = CType(resources.GetObject("BindingNavigatorDeleteItem2.Image"),System.Drawing.Image)
Me.BindingNavigatorDeleteItem2.Image = CType(resources.GetObject("BindingNavigatorDeleteItem2.Image"), System.Drawing.Image)
Me.BindingNavigatorDeleteItem2.Name = "BindingNavigatorDeleteItem2"
Me.BindingNavigatorDeleteItem2.RightToLeftAutoMirrorImage = true
Me.BindingNavigatorDeleteItem2.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorDeleteItem2.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorDeleteItem2.Text = "Löschen"
'
'BindingNavigatorMoveFirstItem2
'
Me.BindingNavigatorMoveFirstItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMoveFirstItem2.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem2.Image"),System.Drawing.Image)
Me.BindingNavigatorMoveFirstItem2.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem2.Image"), System.Drawing.Image)
Me.BindingNavigatorMoveFirstItem2.Name = "BindingNavigatorMoveFirstItem2"
Me.BindingNavigatorMoveFirstItem2.RightToLeftAutoMirrorImage = true
Me.BindingNavigatorMoveFirstItem2.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMoveFirstItem2.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMoveFirstItem2.Text = "Erste verschieben"
'
'BindingNavigatorMovePreviousItem2
'
Me.BindingNavigatorMovePreviousItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMovePreviousItem2.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem2.Image"),System.Drawing.Image)
Me.BindingNavigatorMovePreviousItem2.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem2.Image"), System.Drawing.Image)
Me.BindingNavigatorMovePreviousItem2.Name = "BindingNavigatorMovePreviousItem2"
Me.BindingNavigatorMovePreviousItem2.RightToLeftAutoMirrorImage = true
Me.BindingNavigatorMovePreviousItem2.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMovePreviousItem2.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMovePreviousItem2.Text = "Vorherige verschieben"
'
@@ -401,7 +476,7 @@ Partial Class frmStammdatenverwaltung
'BindingNavigatorPositionItem2
'
Me.BindingNavigatorPositionItem2.AccessibleName = "Position"
Me.BindingNavigatorPositionItem2.AutoSize = false
Me.BindingNavigatorPositionItem2.AutoSize = False
Me.BindingNavigatorPositionItem2.Name = "BindingNavigatorPositionItem2"
Me.BindingNavigatorPositionItem2.Size = New System.Drawing.Size(50, 23)
Me.BindingNavigatorPositionItem2.Text = "0"
@@ -415,18 +490,18 @@ Partial Class frmStammdatenverwaltung
'BindingNavigatorMoveNextItem2
'
Me.BindingNavigatorMoveNextItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMoveNextItem2.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem2.Image"),System.Drawing.Image)
Me.BindingNavigatorMoveNextItem2.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem2.Image"), System.Drawing.Image)
Me.BindingNavigatorMoveNextItem2.Name = "BindingNavigatorMoveNextItem2"
Me.BindingNavigatorMoveNextItem2.RightToLeftAutoMirrorImage = true
Me.BindingNavigatorMoveNextItem2.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMoveNextItem2.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMoveNextItem2.Text = "Nächste verschieben"
'
'BindingNavigatorMoveLastItem2
'
Me.BindingNavigatorMoveLastItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMoveLastItem2.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem2.Image"),System.Drawing.Image)
Me.BindingNavigatorMoveLastItem2.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem2.Image"), System.Drawing.Image)
Me.BindingNavigatorMoveLastItem2.Name = "BindingNavigatorMoveLastItem2"
Me.BindingNavigatorMoveLastItem2.RightToLeftAutoMirrorImage = true
Me.BindingNavigatorMoveLastItem2.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMoveLastItem2.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMoveLastItem2.Text = "Letzte verschieben"
'
@@ -454,16 +529,6 @@ Partial Class frmStammdatenverwaltung
Me.tsbtnTerminartenSave.Size = New System.Drawing.Size(23, 22)
Me.tsbtnTerminartenSave.Text = "Änderungen speichern"
'
'TabPage4
'
Me.TabPage4.Location = New System.Drawing.Point(4, 26)
Me.TabPage4.Name = "TabPage4"
Me.TabPage4.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage4.Size = New System.Drawing.Size(750, 146)
Me.TabPage4.TabIndex = 1
Me.TabPage4.Text = "TabPage4"
Me.TabPage4.UseVisualStyleBackColor = true
'
'btnStandard
'
Me.btnStandard.Location = New System.Drawing.Point(662, 38)
@@ -471,7 +536,7 @@ Partial Class frmStammdatenverwaltung
Me.btnStandard.Size = New System.Drawing.Size(106, 45)
Me.btnStandard.TabIndex = 21
Me.btnStandard.Text = "Als Standard setzen"
Me.btnStandard.UseVisualStyleBackColor = true
Me.btnStandard.UseVisualStyleBackColor = True
'
'TBKOMMCOLLI_MANDANTBindingNavigator
'
@@ -495,9 +560,9 @@ Partial Class frmStammdatenverwaltung
'BindingNavigatorAddNewItem
'
Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"),System.Drawing.Image)
Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image)
Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem"
Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true
Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorAddNewItem.Text = "Neu hinzufügen"
'
@@ -511,27 +576,27 @@ Partial Class frmStammdatenverwaltung
'BindingNavigatorDeleteItem
'
Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"),System.Drawing.Image)
Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image)
Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem"
Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true
Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorDeleteItem.Text = "Löschen"
'
'BindingNavigatorMoveFirstItem
'
Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"),System.Drawing.Image)
Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image)
Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true
Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMoveFirstItem.Text = "Erste verschieben"
'
'BindingNavigatorMovePreviousItem
'
Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"),System.Drawing.Image)
Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image)
Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true
Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMovePreviousItem.Text = "Vorherige verschieben"
'
@@ -543,7 +608,7 @@ Partial Class frmStammdatenverwaltung
'BindingNavigatorPositionItem
'
Me.BindingNavigatorPositionItem.AccessibleName = "Position"
Me.BindingNavigatorPositionItem.AutoSize = false
Me.BindingNavigatorPositionItem.AutoSize = False
Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23)
Me.BindingNavigatorPositionItem.Text = "0"
@@ -557,18 +622,18 @@ Partial Class frmStammdatenverwaltung
'BindingNavigatorMoveNextItem
'
Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"),System.Drawing.Image)
Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image)
Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true
Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMoveNextItem.Text = "Nächste verschieben"
'
'BindingNavigatorMoveLastItem
'
Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"),System.Drawing.Image)
Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image)
Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true
Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMoveLastItem.Text = "Letzte verschieben"
'
@@ -580,7 +645,7 @@ Partial Class frmStammdatenverwaltung
'TBKOMMCOLLI_MANDANTBindingNavigatorSaveItem
'
Me.TBKOMMCOLLI_MANDANTBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.TBKOMMCOLLI_MANDANTBindingNavigatorSaveItem.Image = CType(resources.GetObject("TBKOMMCOLLI_MANDANTBindingNavigatorSaveItem.Image"),System.Drawing.Image)
Me.TBKOMMCOLLI_MANDANTBindingNavigatorSaveItem.Image = CType(resources.GetObject("TBKOMMCOLLI_MANDANTBindingNavigatorSaveItem.Image"), System.Drawing.Image)
Me.TBKOMMCOLLI_MANDANTBindingNavigatorSaveItem.Name = "TBKOMMCOLLI_MANDANTBindingNavigatorSaveItem"
Me.TBKOMMCOLLI_MANDANTBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22)
Me.TBKOMMCOLLI_MANDANTBindingNavigatorSaveItem.Text = "Daten speichern"
@@ -599,13 +664,13 @@ Partial Class frmStammdatenverwaltung
Me.Button1.Size = New System.Drawing.Size(25, 23)
Me.Button1.TabIndex = 20
Me.Button1.Text = "..."
Me.Button1.UseVisualStyleBackColor = true
Me.Button1.UseVisualStyleBackColor = True
'
'GUIDTextBox
'
Me.GUIDTextBox.BackColor = System.Drawing.SystemColors.ControlLight
Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "GUID", true))
Me.GUIDTextBox.Enabled = false
Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "GUID", True))
Me.GUIDTextBox.Enabled = False
Me.GUIDTextBox.Location = New System.Drawing.Point(10, 58)
Me.GUIDTextBox.Name = "GUIDTextBox"
Me.GUIDTextBox.Size = New System.Drawing.Size(38, 25)
@@ -613,7 +678,7 @@ Partial Class frmStammdatenverwaltung
'
'NAMETextBox
'
Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "NAME", true))
Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "NAME", True))
Me.NAMETextBox.Location = New System.Drawing.Point(73, 58)
Me.NAMETextBox.Name = "NAMETextBox"
Me.NAMETextBox.Size = New System.Drawing.Size(271, 25)
@@ -621,7 +686,7 @@ Partial Class frmStammdatenverwaltung
'
'KURZNAMETextBox
'
Me.KURZNAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "KURZNAME", true))
Me.KURZNAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "KURZNAME", True))
Me.KURZNAMETextBox.Location = New System.Drawing.Point(353, 58)
Me.KURZNAMETextBox.Name = "KURZNAMETextBox"
Me.KURZNAMETextBox.Size = New System.Drawing.Size(266, 25)
@@ -629,7 +694,7 @@ Partial Class frmStammdatenverwaltung
'
'SPEICHERORTTextBox
'
Me.SPEICHERORTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "SPEICHERORT", true))
Me.SPEICHERORTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "SPEICHERORT", True))
Me.SPEICHERORTTextBox.Location = New System.Drawing.Point(73, 106)
Me.SPEICHERORTTextBox.Name = "SPEICHERORTTextBox"
Me.SPEICHERORTTextBox.Size = New System.Drawing.Size(546, 25)
@@ -637,7 +702,7 @@ Partial Class frmStammdatenverwaltung
'
'PRAEFIXTextBox
'
Me.PRAEFIXTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "PRAEFIX", true))
Me.PRAEFIXTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "PRAEFIX", True))
Me.PRAEFIXTextBox.Location = New System.Drawing.Point(73, 154)
Me.PRAEFIXTextBox.Name = "PRAEFIXTextBox"
Me.PRAEFIXTextBox.Size = New System.Drawing.Size(185, 25)
@@ -645,7 +710,7 @@ Partial Class frmStammdatenverwaltung
'
'TRENNUNG_BCTextBox
'
Me.TRENNUNG_BCTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "TRENNUNG_BC", true))
Me.TRENNUNG_BCTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "TRENNUNG_BC", True))
Me.TRENNUNG_BCTextBox.Location = New System.Drawing.Point(266, 154)
Me.TRENNUNG_BCTextBox.Name = "TRENNUNG_BCTextBox"
Me.TRENNUNG_BCTextBox.Size = New System.Drawing.Size(100, 25)
@@ -654,8 +719,8 @@ Partial Class frmStammdatenverwaltung
'ERFASSTWERTextBox
'
Me.ERFASSTWERTextBox.BackColor = System.Drawing.SystemColors.ControlLight
Me.ERFASSTWERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "ERFASSTWER", true))
Me.ERFASSTWERTextBox.Enabled = false
Me.ERFASSTWERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "ERFASSTWER", True))
Me.ERFASSTWERTextBox.Enabled = False
Me.ERFASSTWERTextBox.Location = New System.Drawing.Point(73, 202)
Me.ERFASSTWERTextBox.Name = "ERFASSTWERTextBox"
Me.ERFASSTWERTextBox.Size = New System.Drawing.Size(185, 25)
@@ -664,8 +729,8 @@ Partial Class frmStammdatenverwaltung
'ERFASSTWANNTextBox
'
Me.ERFASSTWANNTextBox.BackColor = System.Drawing.SystemColors.ControlLight
Me.ERFASSTWANNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "ERFASSTWANN", true))
Me.ERFASSTWANNTextBox.Enabled = false
Me.ERFASSTWANNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "ERFASSTWANN", True))
Me.ERFASSTWANNTextBox.Enabled = False
Me.ERFASSTWANNTextBox.Location = New System.Drawing.Point(266, 202)
Me.ERFASSTWANNTextBox.Name = "ERFASSTWANNTextBox"
Me.ERFASSTWANNTextBox.Size = New System.Drawing.Size(100, 25)
@@ -674,8 +739,8 @@ Partial Class frmStammdatenverwaltung
'GEANDERTWERTextBox
'
Me.GEANDERTWERTextBox.BackColor = System.Drawing.SystemColors.ControlLight
Me.GEANDERTWERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "GEANDERTWER", true))
Me.GEANDERTWERTextBox.Enabled = false
Me.GEANDERTWERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "GEANDERTWER", True))
Me.GEANDERTWERTextBox.Enabled = False
Me.GEANDERTWERTextBox.Location = New System.Drawing.Point(373, 202)
Me.GEANDERTWERTextBox.Name = "GEANDERTWERTextBox"
Me.GEANDERTWERTextBox.Size = New System.Drawing.Size(191, 25)
@@ -684,229 +749,20 @@ Partial Class frmStammdatenverwaltung
'GEAENDERTWANNTextBox
'
Me.GEAENDERTWANNTextBox.BackColor = System.Drawing.SystemColors.ControlLight
Me.GEAENDERTWANNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "GEAENDERTWANN", true))
Me.GEAENDERTWANNTextBox.Enabled = false
Me.GEAENDERTWANNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "GEAENDERTWANN", True))
Me.GEAENDERTWANNTextBox.Enabled = False
Me.GEAENDERTWANNTextBox.Location = New System.Drawing.Point(573, 202)
Me.GEAENDERTWANNTextBox.Name = "GEAENDERTWANNTextBox"
Me.GEAENDERTWANNTextBox.Size = New System.Drawing.Size(195, 25)
Me.GEAENDERTWANNTextBox.TabIndex = 19
'
'TabPage2
'
Me.TabPage2.Controls.Add(Me.SplitContainer1)
Me.TabPage2.Location = New System.Drawing.Point(4, 26)
Me.TabPage2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.TabPage2.Name = "TabPage2"
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.TabPage2.Size = New System.Drawing.Size(1183, 414)
Me.TabPage2.TabIndex = 1
Me.TabPage2.Text = "TabPage2"
Me.TabPage2.UseVisualStyleBackColor = true
'
'SplitContainer1
'
Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainer1.Location = New System.Drawing.Point(3, 4)
Me.SplitContainer1.Name = "SplitContainer1"
Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal
'
'SplitContainer1.Panel1
'
Me.SplitContainer1.Panel1.AutoScroll = true
Me.SplitContainer1.Panel1.Controls.Add(Me.BindingNavigator1)
Me.SplitContainer1.Size = New System.Drawing.Size(1177, 410)
Me.SplitContainer1.SplitterDistance = 325
Me.SplitContainer1.TabIndex = 0
'
'BindingNavigator1
'
Me.BindingNavigator1.AddNewItem = Me.BindingNavigatorAddNewItem1
Me.BindingNavigator1.CountItem = Me.BindingNavigatorCountItem1
Me.BindingNavigator1.DeleteItem = Me.BindingNavigatorDeleteItem1
Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem1, Me.BindingNavigatorMovePreviousItem1, Me.BindingNavigatorSeparator3, Me.BindingNavigatorPositionItem1, Me.BindingNavigatorCountItem1, Me.BindingNavigatorSeparator4, Me.BindingNavigatorMoveNextItem1, Me.BindingNavigatorMoveLastItem1, Me.BindingNavigatorSeparator5, Me.BindingNavigatorAddNewItem1, Me.BindingNavigatorDeleteItem1})
Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0)
Me.BindingNavigator1.MoveFirstItem = Me.BindingNavigatorMoveFirstItem1
Me.BindingNavigator1.MoveLastItem = Me.BindingNavigatorMoveLastItem1
Me.BindingNavigator1.MoveNextItem = Me.BindingNavigatorMoveNextItem1
Me.BindingNavigator1.MovePreviousItem = Me.BindingNavigatorMovePreviousItem1
Me.BindingNavigator1.Name = "BindingNavigator1"
Me.BindingNavigator1.PositionItem = Me.BindingNavigatorPositionItem1
Me.BindingNavigator1.Size = New System.Drawing.Size(1177, 25)
Me.BindingNavigator1.TabIndex = 0
Me.BindingNavigator1.Text = "BindingNavigator1"
'
'BindingNavigatorAddNewItem1
'
Me.BindingNavigatorAddNewItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorAddNewItem1.Image = CType(resources.GetObject("BindingNavigatorAddNewItem1.Image"),System.Drawing.Image)
Me.BindingNavigatorAddNewItem1.Name = "BindingNavigatorAddNewItem1"
Me.BindingNavigatorAddNewItem1.RightToLeftAutoMirrorImage = true
Me.BindingNavigatorAddNewItem1.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorAddNewItem1.Text = "Neu hinzufügen"
'
'BindingNavigatorCountItem1
'
Me.BindingNavigatorCountItem1.Name = "BindingNavigatorCountItem1"
Me.BindingNavigatorCountItem1.Size = New System.Drawing.Size(44, 22)
Me.BindingNavigatorCountItem1.Text = "von {0}"
Me.BindingNavigatorCountItem1.ToolTipText = "Die Gesamtanzahl der Elemente."
'
'BindingNavigatorDeleteItem1
'
Me.BindingNavigatorDeleteItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorDeleteItem1.Image = CType(resources.GetObject("BindingNavigatorDeleteItem1.Image"),System.Drawing.Image)
Me.BindingNavigatorDeleteItem1.Name = "BindingNavigatorDeleteItem1"
Me.BindingNavigatorDeleteItem1.RightToLeftAutoMirrorImage = true
Me.BindingNavigatorDeleteItem1.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorDeleteItem1.Text = "Löschen"
'
'BindingNavigatorMoveFirstItem1
'
Me.BindingNavigatorMoveFirstItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMoveFirstItem1.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem1.Image"),System.Drawing.Image)
Me.BindingNavigatorMoveFirstItem1.Name = "BindingNavigatorMoveFirstItem1"
Me.BindingNavigatorMoveFirstItem1.RightToLeftAutoMirrorImage = true
Me.BindingNavigatorMoveFirstItem1.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMoveFirstItem1.Text = "Erste verschieben"
'
'BindingNavigatorMovePreviousItem1
'
Me.BindingNavigatorMovePreviousItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMovePreviousItem1.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem1.Image"),System.Drawing.Image)
Me.BindingNavigatorMovePreviousItem1.Name = "BindingNavigatorMovePreviousItem1"
Me.BindingNavigatorMovePreviousItem1.RightToLeftAutoMirrorImage = true
Me.BindingNavigatorMovePreviousItem1.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMovePreviousItem1.Text = "Vorherige verschieben"
'
'BindingNavigatorSeparator3
'
Me.BindingNavigatorSeparator3.Name = "BindingNavigatorSeparator3"
Me.BindingNavigatorSeparator3.Size = New System.Drawing.Size(6, 25)
'
'BindingNavigatorPositionItem1
'
Me.BindingNavigatorPositionItem1.AccessibleName = "Position"
Me.BindingNavigatorPositionItem1.AutoSize = false
Me.BindingNavigatorPositionItem1.Name = "BindingNavigatorPositionItem1"
Me.BindingNavigatorPositionItem1.Size = New System.Drawing.Size(50, 23)
Me.BindingNavigatorPositionItem1.Text = "0"
Me.BindingNavigatorPositionItem1.ToolTipText = "Aktuelle Position"
'
'BindingNavigatorSeparator4
'
Me.BindingNavigatorSeparator4.Name = "BindingNavigatorSeparator4"
Me.BindingNavigatorSeparator4.Size = New System.Drawing.Size(6, 25)
'
'BindingNavigatorMoveNextItem1
'
Me.BindingNavigatorMoveNextItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMoveNextItem1.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem1.Image"),System.Drawing.Image)
Me.BindingNavigatorMoveNextItem1.Name = "BindingNavigatorMoveNextItem1"
Me.BindingNavigatorMoveNextItem1.RightToLeftAutoMirrorImage = true
Me.BindingNavigatorMoveNextItem1.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMoveNextItem1.Text = "Nächste verschieben"
'
'BindingNavigatorMoveLastItem1
'
Me.BindingNavigatorMoveLastItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMoveLastItem1.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem1.Image"),System.Drawing.Image)
Me.BindingNavigatorMoveLastItem1.Name = "BindingNavigatorMoveLastItem1"
Me.BindingNavigatorMoveLastItem1.RightToLeftAutoMirrorImage = true
Me.BindingNavigatorMoveLastItem1.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMoveLastItem1.Text = "Letzte verschieben"
'
'BindingNavigatorSeparator5
'
Me.BindingNavigatorSeparator5.Name = "BindingNavigatorSeparator5"
Me.BindingNavigatorSeparator5.Size = New System.Drawing.Size(6, 25)
'
'DataGridViewTextBoxColumn1
'
Me.DataGridViewTextBoxColumn1.DataPropertyName = "GUID"
Me.DataGridViewTextBoxColumn1.HeaderText = "ID"
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
Me.DataGridViewTextBoxColumn1.ReadOnly = true
Me.DataGridViewTextBoxColumn1.Width = 60
'
'DataGridViewTextBoxColumn2
'
Me.DataGridViewTextBoxColumn2.DataPropertyName = "MANDANT_ID"
Me.DataGridViewTextBoxColumn2.DataSource = Me.TBWH_MANDANTBindingSource
Me.DataGridViewTextBoxColumn2.DisplayMember = "KURZNAME"
Me.DataGridViewTextBoxColumn2.HeaderText = "Mandant"
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
Me.DataGridViewTextBoxColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
Me.DataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic
Me.DataGridViewTextBoxColumn2.ValueMember = "GUID"
'
'TBWH_MANDANTBindingSource
'
Me.TBWH_MANDANTBindingSource.DataMember = "TBWH_MANDANT"
Me.TBWH_MANDANTBindingSource.DataSource = Me.MyDataset
'
'MyDataset
'
Me.MyDataset.DataSetName = "MyDataset"
Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'DataGridViewTextBoxColumn3
'
Me.DataGridViewTextBoxColumn3.DataPropertyName = "TERMIN_BEZEICHNUNG"
Me.DataGridViewTextBoxColumn3.HeaderText = "Bezeichnung Lang"
Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"
Me.DataGridViewTextBoxColumn3.Width = 180
'
'DataGridViewTextBoxColumn4
'
Me.DataGridViewTextBoxColumn4.DataPropertyName = "TERMIN_KZ"
Me.DataGridViewTextBoxColumn4.HeaderText = "KZ kurz"
Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4"
Me.DataGridViewTextBoxColumn4.Width = 150
'
'DataGridViewTextBoxColumn5
'
Me.DataGridViewTextBoxColumn5.DataPropertyName = "ERFASSTWER"
Me.DataGridViewTextBoxColumn5.HeaderText = "Erfasst wer"
Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5"
'
'DataGridViewTextBoxColumn6
'
Me.DataGridViewTextBoxColumn6.DataPropertyName = "ERFASSTWANN"
Me.DataGridViewTextBoxColumn6.HeaderText = "Erfasst wann"
Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6"
Me.DataGridViewTextBoxColumn6.ReadOnly = true
'
'DataGridViewTextBoxColumn7
'
Me.DataGridViewTextBoxColumn7.DataPropertyName = "GEANDERTWER"
Me.DataGridViewTextBoxColumn7.HeaderText = "Geändert wer"
Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7"
Me.DataGridViewTextBoxColumn7.ReadOnly = true
'
'DataGridViewTextBoxColumn8
'
Me.DataGridViewTextBoxColumn8.DataPropertyName = "GEAENDERTWANN"
Me.DataGridViewTextBoxColumn8.HeaderText = "Geändert wann"
Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8"
Me.DataGridViewTextBoxColumn8.ReadOnly = true
'
'TBKOMMCOLLI_TERMINARTBindingSource
'
Me.TBKOMMCOLLI_TERMINARTBindingSource.DataMember = "TBKOMMCOLLI_TERMINART"
Me.TBKOMMCOLLI_TERMINARTBindingSource.DataSource = Me.MyDataset
'
'TBKOMMCOLLI_MANDANTBindingSource
'
Me.TBKOMMCOLLI_MANDANTBindingSource.DataMember = "TBKOMMCOLLI_MANDANT"
Me.TBKOMMCOLLI_MANDANTBindingSource.DataSource = Me.MyDataset
'
'TBKOMMCOLLI_MANDANTTableAdapter
'
Me.TBKOMMCOLLI_MANDANTTableAdapter.ClearBeforeFill = true
Me.TBKOMMCOLLI_MANDANTTableAdapter.ClearBeforeFill = True
'
'TableAdapterManager
'
Me.TableAdapterManager.BackupDataSetBeforeUpdate = false
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
Me.TableAdapterManager.TBKOMMCOLLI_MANDANTTableAdapter = Me.TBKOMMCOLLI_MANDANTTableAdapter
Me.TableAdapterManager.TBKOMMCOLLI_PAKET_KOPFTableAdapter = Nothing
Me.TableAdapterManager.TBKOMMCOLLI_PAKET_POSTableAdapter = Nothing
@@ -916,75 +772,48 @@ Partial Class frmStammdatenverwaltung
'
'TBKOMMCOLLI_TERMINARTTableAdapter
'
Me.TBKOMMCOLLI_TERMINARTTableAdapter.ClearBeforeFill = true
Me.TBKOMMCOLLI_TERMINARTTableAdapter.ClearBeforeFill = True
'
'TBWH_MANDANTTableAdapter
'
Me.TBWH_MANDANTTableAdapter.ClearBeforeFill = true
'
'PRINTER_NAMELabel
'
PRINTER_NAMELabel.AutoSize = true
PRINTER_NAMELabel.Location = New System.Drawing.Point(370, 134)
PRINTER_NAMELabel.Name = "PRINTER_NAMELabel"
PRINTER_NAMELabel.Size = New System.Drawing.Size(88, 17)
PRINTER_NAMELabel.TabIndex = 24
PRINTER_NAMELabel.Text = "Printer Name:"
'
'PRINTER_NAMEComboBox
'
Me.PRINTER_NAMEComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "PRINTER_NAME", true))
Me.PRINTER_NAMEComboBox.FormattingEnabled = true
Me.PRINTER_NAMEComboBox.Location = New System.Drawing.Point(372, 154)
Me.PRINTER_NAMEComboBox.Name = "PRINTER_NAMEComboBox"
Me.PRINTER_NAMEComboBox.Size = New System.Drawing.Size(396, 25)
Me.PRINTER_NAMEComboBox.TabIndex = 26
Me.TBWH_MANDANTTableAdapter.ClearBeforeFill = True
'
'frmStammdatenverwaltung
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7!, 17!)
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1191, 466)
Me.Controls.Add(Me.TabControl1)
Me.Controls.Add(Me.StatusStrip1)
Me.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.Name = "frmStammdatenverwaltung"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Stammdatenverwaltung"
Me.TabControl1.ResumeLayout(false)
Me.TabPage1.ResumeLayout(false)
Me.TabPage1.PerformLayout
Me.TabControl2.ResumeLayout(false)
Me.TabPage3.ResumeLayout(false)
Me.TabPage3.PerformLayout
CType(Me.TBKOMMCOLLI_TERMINARTDataGridView,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.TBKOMMCOLLI_TERMINARTBindingNavigator,System.ComponentModel.ISupportInitialize).EndInit
Me.TBKOMMCOLLI_TERMINARTBindingNavigator.ResumeLayout(false)
Me.TBKOMMCOLLI_TERMINARTBindingNavigator.PerformLayout
CType(Me.TBKOMMCOLLI_MANDANTBindingNavigator,System.ComponentModel.ISupportInitialize).EndInit
Me.TBKOMMCOLLI_MANDANTBindingNavigator.ResumeLayout(false)
Me.TBKOMMCOLLI_MANDANTBindingNavigator.PerformLayout
Me.TabPage2.ResumeLayout(false)
Me.SplitContainer1.Panel1.ResumeLayout(false)
Me.SplitContainer1.Panel1.PerformLayout
CType(Me.SplitContainer1,System.ComponentModel.ISupportInitialize).EndInit
Me.SplitContainer1.ResumeLayout(false)
CType(Me.BindingNavigator1,System.ComponentModel.ISupportInitialize).EndInit
Me.BindingNavigator1.ResumeLayout(false)
Me.BindingNavigator1.PerformLayout
CType(Me.TBWH_MANDANTBindingSource,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.MyDataset,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.TBKOMMCOLLI_TERMINARTBindingSource,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.TBKOMMCOLLI_MANDANTBindingSource,System.ComponentModel.ISupportInitialize).EndInit
Me.ResumeLayout(false)
Me.TabControl1.ResumeLayout(False)
Me.TabPage1.ResumeLayout(False)
Me.TabPage1.PerformLayout()
CType(Me.TBKOMMCOLLI_MANDANTBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).EndInit()
Me.TabControl2.ResumeLayout(False)
Me.TabPage3.ResumeLayout(False)
Me.TabPage3.PerformLayout()
CType(Me.TBKOMMCOLLI_TERMINARTDataGridView, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBWH_MANDANTBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBKOMMCOLLI_TERMINARTBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBKOMMCOLLI_TERMINARTBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
Me.TBKOMMCOLLI_TERMINARTBindingNavigator.ResumeLayout(False)
Me.TBKOMMCOLLI_TERMINARTBindingNavigator.PerformLayout()
CType(Me.TBKOMMCOLLI_MANDANTBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
Me.TBKOMMCOLLI_MANDANTBindingNavigator.ResumeLayout(False)
Me.TBKOMMCOLLI_MANDANTBindingNavigator.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout
End Sub
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
Friend WithEvents MyDataset As KommiCollo.MyDataset
Friend WithEvents TBKOMMCOLLI_MANDANTBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBKOMMCOLLI_MANDANTTableAdapter As KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_MANDANTTableAdapter
@@ -1016,19 +845,6 @@ End Sub
Friend WithEvents folderBrowserDialog As System.Windows.Forms.FolderBrowserDialog
Friend WithEvents btnStandard As System.Windows.Forms.Button
Friend WithEvents tslblStandard As System.Windows.Forms.ToolStripLabel
Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer
Friend WithEvents BindingNavigator1 As System.Windows.Forms.BindingNavigator
Friend WithEvents BindingNavigatorAddNewItem1 As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorCountItem1 As System.Windows.Forms.ToolStripLabel
Friend WithEvents BindingNavigatorDeleteItem1 As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorMoveFirstItem1 As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorMovePreviousItem1 As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorSeparator3 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents BindingNavigatorPositionItem1 As System.Windows.Forms.ToolStripTextBox
Friend WithEvents BindingNavigatorSeparator4 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents BindingNavigatorMoveNextItem1 As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorMoveLastItem1 As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorSeparator5 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents TBKOMMCOLLI_TERMINARTBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBKOMMCOLLI_TERMINARTTableAdapter As KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_TERMINARTTableAdapter
Friend WithEvents TBWH_MANDANTBindingSource As System.Windows.Forms.BindingSource
@@ -1056,7 +872,6 @@ End Sub
Friend WithEvents BindingNavigatorMoveNextItem2 As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorMoveLastItem2 As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorSeparator8 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents TabPage4 As System.Windows.Forms.TabPage
Friend WithEvents tsbtnStandardTerminart As System.Windows.Forms.ToolStripButton
Friend WithEvents tsbtnTerminartenSave As System.Windows.Forms.ToolStripButton
Friend WithEvents PRINTER_NAMEComboBox As System.Windows.Forms.ComboBox