Update Version 2.3

This commit is contained in:
2021-05-25 21:01:12 +02:00
parent 1cc7ed8893
commit 97ef665fd1
183 changed files with 86758 additions and 197 deletions

View File

@@ -25,6 +25,7 @@ Partial Class AllgMainObjekte
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(AllgMainObjekte))
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.cbboxVerantwTKBMA = New DevComponents.DotNetBar.Controls.ComboBoxEx()
Me.dtPickernaechstePruefung = New System.Windows.Forms.DateTimePicker()
Me.txtnaechstePruefung = New System.Windows.Forms.MaskedTextBox()
Me.lblnaechstepruefung = New System.Windows.Forms.Label()
@@ -77,7 +78,8 @@ Partial Class AllgMainObjekte
Me.ctxMenuBeziehungen = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.InEinemNeuenFensterÖffnenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.Beziehungen1 = New _MyBeziehungen.Beziehungen()
Me.cbboxVerantwTKBMA = New DevComponents.DotNetBar.Controls.ComboBoxEx()
Me.txtMail = New System.Windows.Forms.TextBox()
Me.lblEmail = New System.Windows.Forms.Label()
Me.GroupBox2.SuspendLayout()
Me.ctxMenuAktiv.SuspendLayout()
CType(Me.txtSequenz, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -87,6 +89,8 @@ Partial Class AllgMainObjekte
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.lblEmail)
Me.GroupBox2.Controls.Add(Me.txtMail)
Me.GroupBox2.Controls.Add(Me.cbboxVerantwTKBMA)
Me.GroupBox2.Controls.Add(Me.dtPickernaechstePruefung)
Me.GroupBox2.Controls.Add(Me.txtnaechstePruefung)
@@ -136,6 +140,18 @@ Partial Class AllgMainObjekte
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Allgemein"
'
'cbboxVerantwTKBMA
'
Me.cbboxVerantwTKBMA.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
Me.cbboxVerantwTKBMA.DisplayMember = "Text"
Me.cbboxVerantwTKBMA.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed
Me.cbboxVerantwTKBMA.FormattingEnabled = True
Me.cbboxVerantwTKBMA.ItemHeight = 14
Me.cbboxVerantwTKBMA.Location = New System.Drawing.Point(543, 193)
Me.cbboxVerantwTKBMA.Name = "cbboxVerantwTKBMA"
Me.cbboxVerantwTKBMA.Size = New System.Drawing.Size(187, 20)
Me.cbboxVerantwTKBMA.TabIndex = 47
'
'dtPickernaechstePruefung
'
Me.dtPickernaechstePruefung.Location = New System.Drawing.Point(608, 165)
@@ -596,17 +612,21 @@ Partial Class AllgMainObjekte
Me.Beziehungen1.TempFilePath = Nothing
Me.Beziehungen1.Type = Nothing
'
'cbboxVerantwTKBMA
'txtMail
'
Me.cbboxVerantwTKBMA.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
Me.cbboxVerantwTKBMA.DisplayMember = "Text"
Me.cbboxVerantwTKBMA.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed
Me.cbboxVerantwTKBMA.FormattingEnabled = True
Me.cbboxVerantwTKBMA.ItemHeight = 14
Me.cbboxVerantwTKBMA.Location = New System.Drawing.Point(543, 193)
Me.cbboxVerantwTKBMA.Name = "cbboxVerantwTKBMA"
Me.cbboxVerantwTKBMA.Size = New System.Drawing.Size(187, 20)
Me.cbboxVerantwTKBMA.TabIndex = 47
Me.txtMail.Location = New System.Drawing.Point(662, 44)
Me.txtMail.Name = "txtMail"
Me.txtMail.Size = New System.Drawing.Size(150, 20)
Me.txtMail.TabIndex = 48
'
'lblEmail
'
Me.lblEmail.AutoSize = True
Me.lblEmail.Location = New System.Drawing.Point(630, 47)
Me.lblEmail.Name = "lblEmail"
Me.lblEmail.Size = New System.Drawing.Size(26, 13)
Me.lblEmail.TabIndex = 49
Me.lblEmail.Text = "Mail"
'
'AllgMainObjekte
'
@@ -680,4 +700,6 @@ Partial Class AllgMainObjekte
Friend WithEvents txtnaechstePruefung As MaskedTextBox
Friend WithEvents lblnaechstepruefung As Label
Friend WithEvents cbboxVerantwTKBMA As DevComponents.DotNetBar.Controls.ComboBoxEx
Friend WithEvents lblEmail As Label
Friend WithEvents txtMail As TextBox
End Class