Update Version 1.6

This commit is contained in:
2021-08-01 08:58:37 +02:00
parent 762f2c0032
commit 78bb82c44d
119 changed files with 79548 additions and 115 deletions

View File

@@ -36,6 +36,7 @@ Partial Class frmBeziehungEdit
Me.lblBeziehungstyp = New System.Windows.Forms.Label()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.cbboxKontaktSD = New DevComponents.DotNetBar.Controls.ComboBoxEx()
Me.cbboxKontaktFB = New DevComponents.DotNetBar.Controls.ComboBoxEx()
Me.Label5 = New System.Windows.Forms.Label()
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
@@ -63,7 +64,7 @@ Partial Class frmBeziehungEdit
Me.txtSeqeunz.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0})
Me.txtSeqeunz.Name = "txtSeqeunz"
Me.txtSeqeunz.Size = New System.Drawing.Size(120, 20)
Me.txtSeqeunz.TabIndex = 15
Me.txtSeqeunz.TabIndex = 2
'
'lblSequenz
'
@@ -98,7 +99,7 @@ Partial Class frmBeziehungEdit
Me.txtBemerkung.Multiline = True
Me.txtBemerkung.Name = "txtBemerkung"
Me.txtBemerkung.Size = New System.Drawing.Size(244, 69)
Me.txtBemerkung.TabIndex = 11
Me.txtBemerkung.TabIndex = 0
'
'lblBemerkung
'
@@ -134,7 +135,7 @@ Partial Class frmBeziehungEdit
Me.cbbeziehungstyp.Location = New System.Drawing.Point(73, 84)
Me.cbbeziehungstyp.Name = "cbbeziehungstyp"
Me.cbbeziehungstyp.Size = New System.Drawing.Size(244, 21)
Me.cbbeziehungstyp.TabIndex = 34
Me.cbbeziehungstyp.TabIndex = 1
'
'lblBeziehungstyp
'
@@ -163,6 +164,7 @@ Partial Class frmBeziehungEdit
'
'Panel2
'
Me.Panel2.Controls.Add(Me.cbboxKontaktSD)
Me.Panel2.Controls.Add(Me.cbboxKontaktFB)
Me.Panel2.Controls.Add(Me.Label5)
Me.Panel2.Controls.Add(Me.DateTimePicker1)
@@ -180,6 +182,18 @@ Partial Class frmBeziehungEdit
Me.Panel2.Size = New System.Drawing.Size(336, 227)
Me.Panel2.TabIndex = 36
'
'cbboxKontaktSD
'
Me.cbboxKontaktSD.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
Me.cbboxKontaktSD.DisplayMember = "Text"
Me.cbboxKontaktSD.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed
Me.cbboxKontaktSD.FormattingEnabled = True
Me.cbboxKontaktSD.ItemHeight = 14
Me.cbboxKontaktSD.Location = New System.Drawing.Point(84, 130)
Me.cbboxKontaktSD.Name = "cbboxKontaktSD"
Me.cbboxKontaktSD.Size = New System.Drawing.Size(230, 20)
Me.cbboxKontaktSD.TabIndex = 2
'
'cbboxKontaktFB
'
Me.cbboxKontaktFB.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
@@ -187,10 +201,10 @@ Partial Class frmBeziehungEdit
Me.cbboxKontaktFB.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed
Me.cbboxKontaktFB.FormattingEnabled = True
Me.cbboxKontaktFB.ItemHeight = 14
Me.cbboxKontaktFB.Location = New System.Drawing.Point(85, 156)
Me.cbboxKontaktFB.Location = New System.Drawing.Point(84, 156)
Me.cbboxKontaktFB.Name = "cbboxKontaktFB"
Me.cbboxKontaktFB.Size = New System.Drawing.Size(230, 20)
Me.cbboxKontaktFB.TabIndex = 49
Me.cbboxKontaktFB.TabIndex = 3
'
'Label5
'
@@ -207,7 +221,7 @@ Partial Class frmBeziehungEdit
Me.DateTimePicker1.Location = New System.Drawing.Point(85, 183)
Me.DateTimePicker1.Name = "DateTimePicker1"
Me.DateTimePicker1.Size = New System.Drawing.Size(99, 20)
Me.DateTimePicker1.TabIndex = 20
Me.DateTimePicker1.TabIndex = 4
'
'Label4
'
@@ -224,6 +238,7 @@ Partial Class frmBeziehungEdit
Me.TextBox4.Name = "TextBox4"
Me.TextBox4.Size = New System.Drawing.Size(231, 20)
Me.TextBox4.TabIndex = 18
Me.TextBox4.TabStop = False
'
'Label3
'
@@ -240,6 +255,7 @@ Partial Class frmBeziehungEdit
Me.TextBox3.Name = "TextBox3"
Me.TextBox3.Size = New System.Drawing.Size(100, 20)
Me.TextBox3.TabIndex = 16
Me.TextBox3.TabStop = False
'
'Label2
'
@@ -256,7 +272,7 @@ Partial Class frmBeziehungEdit
Me.TextBox2.Multiline = True
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(230, 57)
Me.TextBox2.TabIndex = 14
Me.TextBox2.TabIndex = 1
'
'Label1
'
@@ -273,7 +289,7 @@ Partial Class frmBeziehungEdit
Me.TextBox1.Multiline = True
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(230, 57)
Me.TextBox1.TabIndex = 13
Me.TextBox1.TabIndex = 0
'
'Panel3
'
@@ -346,4 +362,5 @@ Partial Class frmBeziehungEdit
Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip
Friend WithEvents tsmnuSecurityObjekte As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents cbboxKontaktFB As DevComponents.DotNetBar.Controls.ComboBoxEx
Friend WithEvents cbboxKontaktSD As DevComponents.DotNetBar.Controls.ComboBoxEx
End Class