Update Version 2.3
This commit is contained in:
44
_AllgMainObjekte/AllgMainObjekte.Designer.vb
generated
44
_AllgMainObjekte/AllgMainObjekte.Designer.vb
generated
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user