_ Partial Class frmPerson Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Wird vom Windows Form-Designer benötigt. Private components As System.ComponentModel.IContainer 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmPerson)) Me.MenuStrip1 = New System.Windows.Forms.MenuStrip Me.DateiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.BeendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.TSBtnDelete = New System.Windows.Forms.ToolStripButton Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton Me.TSBtnNew = New System.Windows.Forms.ToolStripButton Me.ToolStrip1 = New System.Windows.Forms.ToolStrip Me.TSBtnSave = New System.Windows.Forms.ToolStripButton Me.TSBtnCopy = New System.Windows.Forms.ToolStripButton Me.cboxSecurityLevel = New System.Windows.Forms.ComboBox Me.lblSecurityLebel = New System.Windows.Forms.Label Me.cbAktiv = New System.Windows.Forms.CheckBox Me.txtMutierer = New System.Windows.Forms.TextBox Me.txtMutiert_am = New System.Windows.Forms.TextBox Me.txtErstellt_am = New System.Windows.Forms.TextBox Me.lblMutierer = New System.Windows.Forms.Label Me.lblMutiert_am = New System.Windows.Forms.Label Me.lblErstelltam = New System.Windows.Forms.Label Me.txtBemerkung = New System.Windows.Forms.TextBox Me.lblBemerkung = New System.Windows.Forms.Label Me.txtInternet = New System.Windows.Forms.TextBox Me.lblInternet = New System.Windows.Forms.Label Me.txtEmail = New System.Windows.Forms.TextBox Me.lblEmail = New System.Windows.Forms.Label Me.txtTelefon = New System.Windows.Forms.TextBox Me.txtTelefax = New System.Windows.Forms.TextBox Me.lblTelefax = New System.Windows.Forms.Label Me.lblTelefon = New System.Windows.Forms.Label Me.txtOrt = New System.Windows.Forms.TextBox Me.txtPlz = New System.Windows.Forms.TextBox Me.lblPlzOrt = New System.Windows.Forms.Label Me.txtPostfach = New System.Windows.Forms.TextBox Me.lblPostfach = New System.Windows.Forms.Label Me.txtStrasse = New System.Windows.Forms.TextBox Me.lblStrasse = New System.Windows.Forms.Label Me.txtVorname_Firma2 = New System.Windows.Forms.TextBox Me.lblVorname = New System.Windows.Forms.Label Me.txtName_Firma1 = New System.Windows.Forms.TextBox Me.lblName = New System.Windows.Forms.Label Me.cbboxFunktion = New System.Windows.Forms.ComboBox Me.lblFunktion = New System.Windows.Forms.Label Me.MenuStrip1.SuspendLayout() Me.ToolStrip1.SuspendLayout() Me.SuspendLayout() ' 'MenuStrip1 ' Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DateiToolStripMenuItem}) Me.MenuStrip1.Location = New System.Drawing.Point(0, 0) Me.MenuStrip1.Name = "MenuStrip1" Me.MenuStrip1.Size = New System.Drawing.Size(663, 24) Me.MenuStrip1.TabIndex = 14 Me.MenuStrip1.Text = "MenuStrip1" ' 'DateiToolStripMenuItem ' Me.DateiToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BeendenToolStripMenuItem}) Me.DateiToolStripMenuItem.Name = "DateiToolStripMenuItem" Me.DateiToolStripMenuItem.Size = New System.Drawing.Size(44, 20) Me.DateiToolStripMenuItem.Text = "&Datei" ' 'BeendenToolStripMenuItem ' Me.BeendenToolStripMenuItem.Name = "BeendenToolStripMenuItem" Me.BeendenToolStripMenuItem.Size = New System.Drawing.Size(116, 22) Me.BeendenToolStripMenuItem.Text = "&Beenden" ' 'TSBtnDelete ' Me.TSBtnDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSBtnDelete.Image = CType(resources.GetObject("TSBtnDelete.Image"), System.Drawing.Image) Me.TSBtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSBtnDelete.Name = "TSBtnDelete" Me.TSBtnDelete.Size = New System.Drawing.Size(23, 22) Me.TSBtnDelete.Text = "ToolStripButton3" Me.TSBtnDelete.ToolTipText = "Datensatz inaktivieren" ' 'TSBtnQuit ' Me.TSBtnQuit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSBtnQuit.Image = CType(resources.GetObject("TSBtnQuit.Image"), System.Drawing.Image) Me.TSBtnQuit.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSBtnQuit.Name = "TSBtnQuit" Me.TSBtnQuit.Size = New System.Drawing.Size(23, 22) Me.TSBtnQuit.Text = "ToolStripButton1" Me.TSBtnQuit.ToolTipText = "Fenster schliessen" ' 'TSBtnNew ' Me.TSBtnNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSBtnNew.Image = CType(resources.GetObject("TSBtnNew.Image"), System.Drawing.Image) Me.TSBtnNew.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSBtnNew.Name = "TSBtnNew" Me.TSBtnNew.Size = New System.Drawing.Size(23, 22) Me.TSBtnNew.Text = "ToolStripButton3" Me.TSBtnNew.ToolTipText = "Neuer Datensatz" ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit, Me.TSBtnSave, Me.TSBtnCopy, Me.TSBtnNew, Me.TSBtnDelete}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 24) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(663, 25) Me.ToolStrip1.TabIndex = 13 Me.ToolStrip1.Text = "ToolStrip1" ' 'TSBtnSave ' Me.TSBtnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSBtnSave.Image = CType(resources.GetObject("TSBtnSave.Image"), System.Drawing.Image) Me.TSBtnSave.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSBtnSave.Name = "TSBtnSave" Me.TSBtnSave.Size = New System.Drawing.Size(23, 22) Me.TSBtnSave.Text = "ToolStripButton1" Me.TSBtnSave.ToolTipText = "Daten speichern" ' 'TSBtnCopy ' Me.TSBtnCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSBtnCopy.Image = CType(resources.GetObject("TSBtnCopy.Image"), System.Drawing.Image) Me.TSBtnCopy.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSBtnCopy.Name = "TSBtnCopy" Me.TSBtnCopy.Size = New System.Drawing.Size(23, 22) Me.TSBtnCopy.Text = "ToolStripButton2" Me.TSBtnCopy.ToolTipText = "Datensatz kopieren" ' 'cboxSecurityLevel ' Me.cboxSecurityLevel.FormattingEnabled = True Me.cboxSecurityLevel.Location = New System.Drawing.Point(87, 309) Me.cboxSecurityLevel.Name = "cboxSecurityLevel" Me.cboxSecurityLevel.Size = New System.Drawing.Size(101, 21) Me.cboxSecurityLevel.TabIndex = 12 ' 'lblSecurityLebel ' Me.lblSecurityLebel.AutoSize = True Me.lblSecurityLebel.Location = New System.Drawing.Point(10, 313) Me.lblSecurityLebel.Name = "lblSecurityLebel" Me.lblSecurityLebel.Size = New System.Drawing.Size(71, 13) Me.lblSecurityLebel.TabIndex = 120 Me.lblSecurityLebel.Text = "SecurityLevel" ' 'cbAktiv ' Me.cbAktiv.Location = New System.Drawing.Point(399, 162) Me.cbAktiv.Name = "cbAktiv" Me.cbAktiv.RightToLeft = System.Windows.Forms.RightToLeft.Yes Me.cbAktiv.Size = New System.Drawing.Size(77, 17) Me.cbAktiv.TabIndex = 11 Me.cbAktiv.Text = "Aktiv" Me.cbAktiv.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.cbAktiv.UseVisualStyleBackColor = True ' 'txtMutierer ' Me.txtMutierer.BackColor = System.Drawing.SystemColors.InactiveBorder Me.txtMutierer.Location = New System.Drawing.Point(566, 310) Me.txtMutierer.Name = "txtMutierer" Me.txtMutierer.ReadOnly = True Me.txtMutierer.Size = New System.Drawing.Size(71, 20) Me.txtMutierer.TabIndex = 117 Me.txtMutierer.TabStop = False ' 'txtMutiert_am ' Me.txtMutiert_am.BackColor = System.Drawing.SystemColors.InactiveBorder Me.txtMutiert_am.Location = New System.Drawing.Point(404, 310) Me.txtMutiert_am.Name = "txtMutiert_am" Me.txtMutiert_am.ReadOnly = True Me.txtMutiert_am.Size = New System.Drawing.Size(79, 20) Me.txtMutiert_am.TabIndex = 116 Me.txtMutiert_am.TabStop = False ' 'txtErstellt_am ' Me.txtErstellt_am.BackColor = System.Drawing.SystemColors.InactiveBorder Me.txtErstellt_am.Location = New System.Drawing.Point(260, 310) Me.txtErstellt_am.Name = "txtErstellt_am" Me.txtErstellt_am.ReadOnly = True Me.txtErstellt_am.Size = New System.Drawing.Size(79, 20) Me.txtErstellt_am.TabIndex = 115 Me.txtErstellt_am.TabStop = False ' 'lblMutierer ' Me.lblMutierer.AccessibleDescription = "Name" Me.lblMutierer.AutoSize = True Me.lblMutierer.Location = New System.Drawing.Point(495, 313) Me.lblMutierer.Name = "lblMutierer" Me.lblMutierer.Size = New System.Drawing.Size(72, 13) Me.lblMutierer.TabIndex = 114 Me.lblMutierer.Text = "Mutiert durch:" ' 'lblMutiert_am ' Me.lblMutiert_am.AccessibleDescription = "Name" Me.lblMutiert_am.AutoSize = True Me.lblMutiert_am.Location = New System.Drawing.Point(345, 313) Me.lblMutiert_am.Name = "lblMutiert_am" Me.lblMutiert_am.Size = New System.Drawing.Size(59, 13) Me.lblMutiert_am.TabIndex = 113 Me.lblMutiert_am.Text = "Mutiert am:" ' 'lblErstelltam ' Me.lblErstelltam.AccessibleDescription = "Name" Me.lblErstelltam.AutoSize = True Me.lblErstelltam.Location = New System.Drawing.Point(202, 313) Me.lblErstelltam.Name = "lblErstelltam" Me.lblErstelltam.Size = New System.Drawing.Size(58, 13) Me.lblErstelltam.TabIndex = 112 Me.lblErstelltam.Text = "Erstellt am:" ' 'txtBemerkung ' Me.txtBemerkung.Location = New System.Drawing.Point(13, 227) Me.txtBemerkung.Multiline = True Me.txtBemerkung.Name = "txtBemerkung" Me.txtBemerkung.Size = New System.Drawing.Size(626, 72) Me.txtBemerkung.TabIndex = 11 ' 'lblBemerkung ' Me.lblBemerkung.AccessibleDescription = "Name" Me.lblBemerkung.AutoSize = True Me.lblBemerkung.Location = New System.Drawing.Point(10, 211) Me.lblBemerkung.Name = "lblBemerkung" Me.lblBemerkung.Size = New System.Drawing.Size(61, 13) Me.lblBemerkung.TabIndex = 110 Me.lblBemerkung.Text = "Bemerkung" ' 'txtInternet ' Me.txtInternet.Location = New System.Drawing.Point(462, 133) Me.txtInternet.Name = "txtInternet" Me.txtInternet.Size = New System.Drawing.Size(177, 20) Me.txtInternet.TabIndex = 10 ' 'lblInternet ' Me.lblInternet.AccessibleDescription = "Name" Me.lblInternet.AutoSize = True Me.lblInternet.Location = New System.Drawing.Point(400, 136) Me.lblInternet.Name = "lblInternet" Me.lblInternet.Size = New System.Drawing.Size(43, 13) Me.lblInternet.TabIndex = 108 Me.lblInternet.Text = "Internet" ' 'txtEmail ' Me.txtEmail.Location = New System.Drawing.Point(462, 107) Me.txtEmail.Name = "txtEmail" Me.txtEmail.Size = New System.Drawing.Size(177, 20) Me.txtEmail.TabIndex = 9 ' 'lblEmail ' Me.lblEmail.AccessibleDescription = "Name" Me.lblEmail.AutoSize = True Me.lblEmail.Location = New System.Drawing.Point(400, 110) Me.lblEmail.Name = "lblEmail" Me.lblEmail.Size = New System.Drawing.Size(36, 13) Me.lblEmail.TabIndex = 106 Me.lblEmail.Text = "E-Mail" ' 'txtTelefon ' Me.txtTelefon.Location = New System.Drawing.Point(462, 55) Me.txtTelefon.Name = "txtTelefon" Me.txtTelefon.Size = New System.Drawing.Size(177, 20) Me.txtTelefon.TabIndex = 7 ' 'txtTelefax ' Me.txtTelefax.Location = New System.Drawing.Point(462, 81) Me.txtTelefax.Name = "txtTelefax" Me.txtTelefax.Size = New System.Drawing.Size(177, 20) Me.txtTelefax.TabIndex = 8 ' 'lblTelefax ' Me.lblTelefax.AccessibleDescription = "Name" Me.lblTelefax.AutoSize = True Me.lblTelefax.Location = New System.Drawing.Point(400, 84) Me.lblTelefax.Name = "lblTelefax" Me.lblTelefax.Size = New System.Drawing.Size(42, 13) Me.lblTelefax.TabIndex = 103 Me.lblTelefax.Text = "Telefax" ' 'lblTelefon ' Me.lblTelefon.AccessibleDescription = "Name" Me.lblTelefon.AutoSize = True Me.lblTelefon.Location = New System.Drawing.Point(399, 58) Me.lblTelefon.Name = "lblTelefon" Me.lblTelefon.Size = New System.Drawing.Size(43, 13) Me.lblTelefon.TabIndex = 102 Me.lblTelefon.Text = "Telefon" ' 'txtOrt ' Me.txtOrt.Location = New System.Drawing.Point(205, 159) Me.txtOrt.Name = "txtOrt" Me.txtOrt.Size = New System.Drawing.Size(166, 20) Me.txtOrt.TabIndex = 5 ' 'txtPlz ' Me.txtPlz.Location = New System.Drawing.Point(137, 159) Me.txtPlz.Name = "txtPlz" Me.txtPlz.Size = New System.Drawing.Size(62, 20) Me.txtPlz.TabIndex = 4 ' 'lblPlzOrt ' Me.lblPlzOrt.AccessibleDescription = "Name" Me.lblPlzOrt.AutoSize = True Me.lblPlzOrt.Location = New System.Drawing.Point(10, 162) Me.lblPlzOrt.Name = "lblPlzOrt" Me.lblPlzOrt.Size = New System.Drawing.Size(52, 13) Me.lblPlzOrt.TabIndex = 99 Me.lblPlzOrt.Text = "PLZ / Ort" ' 'txtPostfach ' Me.txtPostfach.Location = New System.Drawing.Point(137, 133) Me.txtPostfach.Name = "txtPostfach" Me.txtPostfach.Size = New System.Drawing.Size(234, 20) Me.txtPostfach.TabIndex = 3 ' 'lblPostfach ' Me.lblPostfach.AccessibleDescription = "Name" Me.lblPostfach.AutoSize = True Me.lblPostfach.Location = New System.Drawing.Point(10, 136) Me.lblPostfach.Name = "lblPostfach" Me.lblPostfach.Size = New System.Drawing.Size(49, 13) Me.lblPostfach.TabIndex = 97 Me.lblPostfach.Text = "Postfach" ' 'txtStrasse ' Me.txtStrasse.Location = New System.Drawing.Point(137, 107) Me.txtStrasse.Name = "txtStrasse" Me.txtStrasse.Size = New System.Drawing.Size(234, 20) Me.txtStrasse.TabIndex = 2 ' 'lblStrasse ' Me.lblStrasse.AccessibleDescription = "Name" Me.lblStrasse.AutoSize = True Me.lblStrasse.Location = New System.Drawing.Point(10, 110) Me.lblStrasse.Name = "lblStrasse" Me.lblStrasse.Size = New System.Drawing.Size(42, 13) Me.lblStrasse.TabIndex = 95 Me.lblStrasse.Text = "Strasse" ' 'txtVorname_Firma2 ' Me.txtVorname_Firma2.Location = New System.Drawing.Point(137, 81) Me.txtVorname_Firma2.Name = "txtVorname_Firma2" Me.txtVorname_Firma2.Size = New System.Drawing.Size(234, 20) Me.txtVorname_Firma2.TabIndex = 1 ' 'lblVorname ' Me.lblVorname.AccessibleDescription = "Name" Me.lblVorname.AutoSize = True Me.lblVorname.Location = New System.Drawing.Point(10, 84) Me.lblVorname.Name = "lblVorname" Me.lblVorname.Size = New System.Drawing.Size(49, 13) Me.lblVorname.TabIndex = 93 Me.lblVorname.Text = "Vorname" ' 'txtName_Firma1 ' Me.txtName_Firma1.Location = New System.Drawing.Point(137, 55) Me.txtName_Firma1.Name = "txtName_Firma1" Me.txtName_Firma1.Size = New System.Drawing.Size(234, 20) Me.txtName_Firma1.TabIndex = 0 ' 'lblName ' Me.lblName.AccessibleDescription = "Name" Me.lblName.AutoSize = True Me.lblName.Location = New System.Drawing.Point(10, 58) Me.lblName.Name = "lblName" Me.lblName.Size = New System.Drawing.Size(35, 13) Me.lblName.TabIndex = 91 Me.lblName.Text = "Name" ' 'cbboxFunktion ' Me.cbboxFunktion.FormattingEnabled = True Me.cbboxFunktion.Location = New System.Drawing.Point(137, 186) Me.cbboxFunktion.Name = "cbboxFunktion" Me.cbboxFunktion.Size = New System.Drawing.Size(234, 21) Me.cbboxFunktion.TabIndex = 6 ' 'lblFunktion ' Me.lblFunktion.AutoSize = True Me.lblFunktion.Location = New System.Drawing.Point(10, 189) Me.lblFunktion.Name = "lblFunktion" Me.lblFunktion.Size = New System.Drawing.Size(48, 13) Me.lblFunktion.TabIndex = 122 Me.lblFunktion.Text = "Funktion" ' 'frmPerson ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(663, 340) Me.Controls.Add(Me.cbboxFunktion) Me.Controls.Add(Me.lblFunktion) Me.Controls.Add(Me.cboxSecurityLevel) Me.Controls.Add(Me.lblSecurityLebel) Me.Controls.Add(Me.cbAktiv) Me.Controls.Add(Me.txtMutierer) Me.Controls.Add(Me.txtMutiert_am) Me.Controls.Add(Me.txtErstellt_am) Me.Controls.Add(Me.lblMutierer) Me.Controls.Add(Me.lblMutiert_am) Me.Controls.Add(Me.lblErstelltam) Me.Controls.Add(Me.txtBemerkung) Me.Controls.Add(Me.lblBemerkung) Me.Controls.Add(Me.txtInternet) Me.Controls.Add(Me.lblInternet) Me.Controls.Add(Me.txtEmail) Me.Controls.Add(Me.lblEmail) Me.Controls.Add(Me.txtTelefon) Me.Controls.Add(Me.txtTelefax) Me.Controls.Add(Me.lblTelefax) Me.Controls.Add(Me.lblTelefon) Me.Controls.Add(Me.txtOrt) Me.Controls.Add(Me.txtPlz) Me.Controls.Add(Me.lblPlzOrt) Me.Controls.Add(Me.txtPostfach) Me.Controls.Add(Me.lblPostfach) Me.Controls.Add(Me.txtStrasse) Me.Controls.Add(Me.lblStrasse) Me.Controls.Add(Me.txtVorname_Firma2) Me.Controls.Add(Me.lblVorname) Me.Controls.Add(Me.txtName_Firma1) Me.Controls.Add(Me.lblName) Me.Controls.Add(Me.ToolStrip1) Me.Controls.Add(Me.MenuStrip1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmPerson" Me.Text = "Person" Me.MenuStrip1.ResumeLayout(False) Me.MenuStrip1.PerformLayout() Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip Friend WithEvents DateiToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents BeendenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents TSBtnDelete As System.Windows.Forms.ToolStripButton Friend WithEvents TSBtnQuit As System.Windows.Forms.ToolStripButton Friend WithEvents TSBtnNew As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip Friend WithEvents TSBtnSave As System.Windows.Forms.ToolStripButton Friend WithEvents TSBtnCopy As System.Windows.Forms.ToolStripButton Friend WithEvents cboxSecurityLevel As System.Windows.Forms.ComboBox Friend WithEvents lblSecurityLebel As System.Windows.Forms.Label Friend WithEvents cbAktiv As System.Windows.Forms.CheckBox Friend WithEvents txtMutierer As System.Windows.Forms.TextBox Friend WithEvents txtMutiert_am As System.Windows.Forms.TextBox Friend WithEvents txtErstellt_am As System.Windows.Forms.TextBox Friend WithEvents lblMutierer As System.Windows.Forms.Label Friend WithEvents lblMutiert_am As System.Windows.Forms.Label Friend WithEvents lblErstelltam As System.Windows.Forms.Label Friend WithEvents txtBemerkung As System.Windows.Forms.TextBox Friend WithEvents lblBemerkung As System.Windows.Forms.Label Friend WithEvents txtInternet As System.Windows.Forms.TextBox Friend WithEvents lblInternet As System.Windows.Forms.Label Friend WithEvents txtEmail As System.Windows.Forms.TextBox Friend WithEvents lblEmail As System.Windows.Forms.Label Friend WithEvents txtTelefon As System.Windows.Forms.TextBox Friend WithEvents txtTelefax As System.Windows.Forms.TextBox Friend WithEvents lblTelefax As System.Windows.Forms.Label Friend WithEvents lblTelefon As System.Windows.Forms.Label Friend WithEvents txtOrt As System.Windows.Forms.TextBox Friend WithEvents txtPlz As System.Windows.Forms.TextBox Friend WithEvents lblPlzOrt As System.Windows.Forms.Label Friend WithEvents txtPostfach As System.Windows.Forms.TextBox Friend WithEvents lblPostfach As System.Windows.Forms.Label Friend WithEvents txtStrasse As System.Windows.Forms.TextBox Friend WithEvents lblStrasse As System.Windows.Forms.Label Friend WithEvents txtVorname_Firma2 As System.Windows.Forms.TextBox Friend WithEvents lblVorname As System.Windows.Forms.Label Friend WithEvents txtName_Firma1 As System.Windows.Forms.TextBox Friend WithEvents lblName As System.Windows.Forms.Label Friend WithEvents cbboxFunktion As System.Windows.Forms.ComboBox Friend WithEvents lblFunktion As System.Windows.Forms.Label End Class