Update Version 2.3
This commit is contained in:
@@ -49,6 +49,7 @@ Partial Class frmBeziehungEdit
|
||||
Me.Panel3 = New System.Windows.Forms.Panel()
|
||||
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||
Me.tsmnuSecurityObjekte = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.cbboxKontaktFB = New DevComponents.DotNetBar.Controls.ComboBoxEx()
|
||||
CType(Me.txtSeqeunz, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.Panel1.SuspendLayout()
|
||||
Me.Panel2.SuspendLayout()
|
||||
@@ -162,6 +163,7 @@ Partial Class frmBeziehungEdit
|
||||
'
|
||||
'Panel2
|
||||
'
|
||||
Me.Panel2.Controls.Add(Me.cbboxKontaktFB)
|
||||
Me.Panel2.Controls.Add(Me.Label5)
|
||||
Me.Panel2.Controls.Add(Me.DateTimePicker1)
|
||||
Me.Panel2.Controls.Add(Me.Label4)
|
||||
@@ -216,9 +218,9 @@ Partial Class frmBeziehungEdit
|
||||
Me.Label3.AutoSize = True
|
||||
Me.Label3.Location = New System.Drawing.Point(7, 133)
|
||||
Me.Label3.Name = "Label3"
|
||||
Me.Label3.Size = New System.Drawing.Size(71, 13)
|
||||
Me.Label3.Size = New System.Drawing.Size(73, 13)
|
||||
Me.Label3.TabIndex = 17
|
||||
Me.Label3.Text = "Bearbeiter ISI"
|
||||
Me.Label3.Text = "Bearbeiter SD"
|
||||
'
|
||||
'TextBox3
|
||||
'
|
||||
@@ -284,6 +286,18 @@ Partial Class frmBeziehungEdit
|
||||
Me.tsmnuSecurityObjekte.Size = New System.Drawing.Size(160, 22)
|
||||
Me.tsmnuSecurityObjekte.Text = "Security Objekte"
|
||||
'
|
||||
'cbboxKontaktFB
|
||||
'
|
||||
Me.cbboxKontaktFB.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
|
||||
Me.cbboxKontaktFB.DisplayMember = "Text"
|
||||
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.Name = "cbboxKontaktFB"
|
||||
Me.cbboxKontaktFB.Size = New System.Drawing.Size(230, 20)
|
||||
Me.cbboxKontaktFB.TabIndex = 49
|
||||
'
|
||||
'frmBeziehungEdit
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -331,4 +345,5 @@ Partial Class frmBeziehungEdit
|
||||
Friend WithEvents Panel3 As System.Windows.Forms.Panel
|
||||
Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip
|
||||
Friend WithEvents tsmnuSecurityObjekte As System.Windows.Forms.ToolStripMenuItem
|
||||
Friend WithEvents cbboxKontaktFB As DevComponents.DotNetBar.Controls.ComboBoxEx
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user