Update Version 2.3
This commit is contained in:
@@ -52,6 +52,7 @@ Partial Class frmNeueBeziehung
|
||||
Me.Panel3 = New System.Windows.Forms.Panel()
|
||||
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||
Me.SecurityObjekte = 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()
|
||||
@@ -193,6 +194,7 @@ Partial Class frmNeueBeziehung
|
||||
'
|
||||
'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)
|
||||
@@ -247,9 +249,9 @@ Partial Class frmNeueBeziehung
|
||||
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
|
||||
'
|
||||
@@ -314,11 +316,23 @@ Partial Class frmNeueBeziehung
|
||||
Me.SecurityObjekte.Size = New System.Drawing.Size(162, 22)
|
||||
Me.SecurityObjekte.Text = "Secuirty-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 = 48
|
||||
'
|
||||
'frmNeueBeziehung
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(337, 275)
|
||||
Me.ClientSize = New System.Drawing.Size(337, 502)
|
||||
Me.ContextMenuStrip = Me.ContextMenuStrip1
|
||||
Me.Controls.Add(Me.Panel3)
|
||||
Me.Controls.Add(Me.Panel2)
|
||||
@@ -364,4 +378,5 @@ Partial Class frmNeueBeziehung
|
||||
Friend WithEvents Panel3 As System.Windows.Forms.Panel
|
||||
Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip
|
||||
Friend WithEvents SecurityObjekte As System.Windows.Forms.ToolStripMenuItem
|
||||
Friend WithEvents cbboxKontaktFB As DevComponents.DotNetBar.Controls.ComboBoxEx
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user