You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ITSM/.svn/pristine/a1/a155a94dd4c8d90a9e19d5aed4e...

130 lines
27 KiB

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML xmlns:MSHelp="http://msdn.microsoft.com/mshelp" DIR="LTR"><HEAD>
<meta name="GENERATOR" content="VBdocman .NET - documentation generator; http://www.vbdocman.com">
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=UTF-8">
<TITLE>frmPerson.InitializeComponent -Methode</TITLE>
<xml>
<MSHelp:TOCTitle Title="frmPerson.InitializeComponent -Methode"/>
<MSHelp:RLTitle Title="frmPerson.InitializeComponent -Methode"/>
<MSHelp:Keyword Index="A" Term="topic_0000000000000FB7"/>
<MSHelp:Keyword Index="K" Term="frmPerson.InitializeComponent -Methode"/>
<MSHelp:Keyword Index="K" Term="Vertragsverwaltung.frmPerson.InitializeComponent -Methode"/>
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmPerson.InitializeComponent"/>
<MSHelp:Keyword Index="F" Term="frmPerson.InitializeComponent"/>
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmPerson.frmPerson.InitializeComponent"/>
<MSHelp:Attr Name="DevLang" Value="VB"/>
<MSHelp:Attr Name="DevLangVers" Value="kbLangVB"/>
<MSHelp:Attr Name="DocSet" Value="Visual Basic"/>
<MSHelp:Attr Name="DocSet" Value="Visual Studio"/>
<MSHelp:Attr Name="DocSet" Value="VSM"/>
<MSHelp:Attr Name="Product" Value="VB"/>
<MSHelp:Attr Name="ProductVers" Value="kbVBp700"/>
<MSHelp:Attr Name="Product" Value="VSA"/>
<MSHelp:Attr Name="ProductVers" Value="kbVSA"/>
<MSHelp:Attr Name="Technology" Value="ManagedCode"/>
<MSHelp:Attr Name="TechnologyVers" Value="kbManagedCode"/>
<MSHelp:Attr Name="TopicType" Value="kbSyntax"/>
<MSHelp:Attr Name="TargetOS" Value="Windows"/>
<MSHelp:Attr Name="Locale" Value="kbEnglish"/>
</xml>
<META name="rtfFileName" content="">
<META NAME="save" CONTENT="history">
<!--CSS_START-->
<SCRIPT SRC="MSHelp/scripts/dtuelink.js"></SCRIPT>
<!--CSS_END-->
<SCRIPT language="JavaScript">
function indent(level) {
for (i=1; i<=level; i++) {
document.write("&nbsp;&nbsp;&nbsp;");
}
}
</SCRIPT>
</HEAD>
<body topmargin=0 id="bodyID" class = "dtBODY"><!--NONSCROLLING BANNER START-->
<div id="nsbanner">
<div id="bannerrow1">
<TABLE CLASS="bannerparthead" CELLSPACING=0>
<TR ID="hdr">
<TD CLASS="runninghead" nowrap>Vertragsverwaltung-Klassenbibliothek</TD>
<TD CLASS="product" nowrap>&nbsp;</TD>
</TR>
</TABLE>
</div>
<div id="TitleRow">
<H1 class="dtH1"><A NAME="topic_0000000000000FB7"></A>frmPerson.InitializeComponent -Methode</H1>
</div></div>
<!--NONSCROLLING BANNER END-->
<DIV id="nstext" valign="bottom"><!---->
<PRE class="syntax"><SPAN class="lang">[Visual&nbsp;Basic]
</SPAN><B>&lt;System.Diagnostics.DebuggerStepThrough()&gt; _&nbsp;<br>Private Sub InitializeComponent()</B></PRE>
<H4 class="dtH4">Quellcode</H4>
<pre class="code"><SPAN class="lang">[Visual&nbsp;Basic]</SPAN>
Private Sub InitializeComponent()&nbsp;<br> Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmPerson))&nbsp;<br> Me.MenuStrip1 = New System.Windows.Forms.MenuStrip&nbsp;<br> Me.DateiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem&nbsp;<br> Me.BeendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem&nbsp;<br> Me.TSBtnDelete = New System.Windows.Forms.ToolStripButton&nbsp;<br> Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton&nbsp;<br> Me.TSBtnNew = New System.Windows.Forms.ToolStripButton&nbsp;<br> Me.ToolStrip1 = New System.Windows.Forms.ToolStrip&nbsp;<br> Me.TSBtnSave = New System.Windows.Forms.ToolStripButton&nbsp;<br> Me.TSBtnCopy = New System.Windows.Forms.ToolStripButton&nbsp;<br> Me.cboxSecurityLevel = New System.Windows.Forms.ComboBox&nbsp;<br> Me.lblSecurityLebel = New System.Windows.Forms.Label&nbsp;<br> Me.cbAktiv = New System.Windows.Forms.CheckBox&nbsp;<br> Me.txtMutierer = New System.Windows.Forms.TextBox&nbsp;<br> Me.txtMutiert_am = New System.Windows.Forms.TextBox&nbsp;<br> Me.txtErstellt_am = New System.Windows.Forms.TextBox&nbsp;<br> Me.lblMutierer = New System.Windows.Forms.Label&nbsp;<br> Me.lblMutiert_am = New System.Windows.Forms.Label&nbsp;<br> Me.lblErstelltam = New System.Windows.Forms.Label&nbsp;<br> Me.txtBemerkung = New System.Windows.Forms.TextBox&nbsp;<br> Me.lblBemerkung = New System.Windows.Forms.Label&nbsp;<br> Me.txtInternet = New System.Windows.Forms.TextBox&nbsp;<br> Me.lblInternet = New System.Windows.Forms.Label&nbsp;<br> Me.txtEmail = New System.Windows.Forms.TextBox&nbsp;<br> Me.lblEmail = New System.Windows.Forms.Label&nbsp;<br> Me.txtTelefon = New System.Windows.Forms.TextBox&nbsp;<br> Me.txtTelefax = New System.Windows.Forms.TextBox&nbsp;<br> Me.lblTelefax = New System.Windows.Forms.Label&nbsp;<br> Me.lblTelefon = New System.Windows.Forms.Label&nbsp;<br> Me.txtOrt = New System.Windows.Forms.TextBox&nbsp;<br> Me.txtPlz = New System.Windows.Forms.TextBox&nbsp;<br> Me.lblPlzOrt = New System.Windows.Forms.Label&nbsp;<br> Me.txtPostfach = New System.Windows.Forms.TextBox&nbsp;<br> Me.lblPostfach = New System.Windows.Forms.Label&nbsp;<br> Me.txtStrasse = New System.Windows.Forms.TextBox&nbsp;<br> Me.lblStrasse = New System.Windows.Forms.Label&nbsp;<br> Me.txtVorname_Firma2 = New System.Windows.Forms.TextBox&nbsp;<br> Me.lblVorname = New System.Windows.Forms.Label&nbsp;<br> Me.txtName_Firma1 = New System.Windows.Forms.TextBox&nbsp;<br> Me.lblName = New System.Windows.Forms.Label&nbsp;<br> Me.cbboxFunktion = New System.Windows.Forms.ComboBox&nbsp;<br> Me.lblFunktion = New System.Windows.Forms.Label&nbsp;<br> Me.MenuStrip1.SuspendLayout()&nbsp;<br> Me.ToolStrip1.SuspendLayout()&nbsp;<br> Me.SuspendLayout()&nbsp;<br> '&nbsp;<br> 'MenuStrip1&nbsp;<br> '&nbsp;<br> Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DateiToolStripMenuItem})&nbsp;<br> Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)&nbsp;<br> Me.MenuStrip1.Name = &quot;MenuStrip1&quot;&nbsp;<br> Me.MenuStrip1.Size = New System.Drawing.Size(663, 24)&nbsp;<br> Me.MenuStrip1.TabIndex = 14&nbsp;<br> Me.MenuStrip1.Text = &quot;MenuStrip1&quot;&nbsp;<br> '&nbsp;<br> 'DateiToolStripMenuItem&nbsp;<br> '&nbsp;<br> Me.DateiToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BeendenToolStripMenuItem})&nbsp;<br> Me.DateiToolStripMenuItem.Name = &quot;DateiToolStripMenuItem&quot;&nbsp;<br> Me.DateiToolStripMenuItem.Size = New System.Drawing.Size(44, 20)&nbsp;<br> Me.DateiToolStripMenuItem.Text = &quot;&amp;Datei&quot;&nbsp;<br> '&nbsp;<br> 'BeendenToolStripMenuItem&nbsp;<br> '&nbsp;<br> Me.BeendenToolStripMenuItem.Name = &quot;BeendenToolStripMenuItem&quot;&nbsp;<br> Me.BeendenToolStripMenuItem.Size = New System.Drawing.Size(116, 22)&nbsp;<br> Me.BeendenToolStripMenuItem.Text = &quot;&amp;Beenden&quot;&nbsp;<br> '&nbsp;<br> 'TSBtnDelete&nbsp;<br> '&nbsp;<br> Me.TSBtnDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image&nbsp;<br> Me.TSBtnDelete.Image = CType(resources.GetObject(&quot;TSBtnDelete.Image&quot;), System.Drawing.Image)&nbsp;<br> Me.TSBtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta&nbsp;<br> Me.TSBtnDelete.Name = &quot;TSBtnDelete&quot;&nbsp;<br> Me.TSBtnDelete.Size = New System.Drawing.Size(23, 22)&nbsp;<br> Me.TSBtnDelete.Text = &quot;ToolStripButton3&quot;&nbsp;<br> Me.TSBtnDelete.ToolTipText = &quot;Datensatz inaktivieren&quot;&nbsp;<br> '&nbsp;<br> 'TSBtnQuit&nbsp;<br> '&nbsp;<br> Me.TSBtnQuit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image&nbsp;<br> Me.TSBtnQuit.Image = CType(resources.GetObject(&quot;TSBtnQuit.Image&quot;), System.Drawing.Image)&nbsp;<br> Me.TSBtnQuit.ImageTransparentColor = System.Drawing.Color.Magenta&nbsp;<br> Me.TSBtnQuit.Name = &quot;TSBtnQuit&quot;&nbsp;<br> Me.TSBtnQuit.Size = New System.Drawing.Size(23, 22)&nbsp;<br> Me.TSBtnQuit.Text = &quot;ToolStripButton1&quot;&nbsp;<br> Me.TSBtnQuit.ToolTipText = &quot;Fenster schliessen&quot;&nbsp;<br> '&nbsp;<br> 'TSBtnNew&nbsp;<br> '&nbsp;<br> Me.TSBtnNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image&nbsp;<br> Me.TSBtnNew.Image = CType(resources.GetObject(&quot;TSBtnNew.Image&quot;), System.Drawing.Image)&nbsp;<br> Me.TSBtnNew.ImageTransparentColor = System.Drawing.Color.Magenta&nbsp;<br> Me.TSBtnNew.Name = &quot;TSBtnNew&quot;&nbsp;<br> Me.TSBtnNew.Size = New System.Drawing.Size(23, 22)&nbsp;<br> Me.TSBtnNew.Text = &quot;ToolStripButton3&quot;&nbsp;<br> Me.TSBtnNew.ToolTipText = &quot;Neuer Datensatz&quot;&nbsp;<br> '&nbsp;<br> 'ToolStrip1&nbsp;<br> '&nbsp;<br> Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit, Me.TSBtnSave, Me.TSBtnCopy, Me.TSBtnNew, Me.TSBtnDelete})&nbsp;<br> Me.ToolStrip1.Location = New System.Drawing.Point(0, 24)&nbsp;<br> Me.ToolStrip1.Name = &quot;ToolStrip1&quot;&nbsp;<br> Me.ToolStrip1.Size = New System.Drawing.Size(663, 25)&nbsp;<br> Me.ToolStrip1.TabIndex = 13&nbsp;<br> Me.ToolStrip1.Text = &quot;ToolStrip1&quot;&nbsp;<br> '&nbsp;<br> 'TSBtnSave&nbsp;<br> '&nbsp;<br> Me.TSBtnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image&nbsp;<br> Me.TSBtnSave.Image = CType(resources.GetObject(&quot;TSBtnSave.Image&quot;), System.Drawing.Image)&nbsp;<br> Me.TSBtnSave.ImageTransparentColor = System.Drawing.Color.Magenta&nbsp;<br> Me.TSBtnSave.Name = &quot;TSBtnSave&quot;&nbsp;<br> Me.TSBtnSave.Size = New System.Drawing.Size(23, 22)&nbsp;<br> Me.TSBtnSave.Text = &quot;ToolStripButton1&quot;&nbsp;<br> Me.TSBtnSave.ToolTipText = &quot;Daten speichern&quot;&nbsp;<br> '&nbsp;<br> 'TSBtnCopy&nbsp;<br> '&nbsp;<br> Me.TSBtnCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image&nbsp;<br> Me.TSBtnCopy.Image = CType(resources.GetObject(&quot;TSBtnCopy.Image&quot;), System.Drawing.Image)&nbsp;<br> Me.TSBtnCopy.ImageTransparentColor = System.Drawing.Color.Magenta&nbsp;<br> Me.TSBtnCopy.Name = &quot;TSBtnCopy&quot;&nbsp;<br> Me.TSBtnCopy.Size = New System.Drawing.Size(23, 22)&nbsp;<br> Me.TSBtnCopy.Text = &quot;ToolStripButton2&quot;&nbsp;<br> Me.TSBtnCopy.ToolTipText = &quot;Datensatz kopieren&quot;&nbsp;<br> '&nbsp;<br> 'cboxSecurityLevel&nbsp;<br> '&nbsp;<br> Me.cboxSecurityLevel.FormattingEnabled = True&nbsp;<br> Me.cboxSecurityLevel.Location = New System.Drawing.Point(87, 309)&nbsp;<br> Me.cboxSecurityLevel.Name = &quot;cboxSecurityLevel&quot;&nbsp;<br> Me.cboxSecurityLevel.Size = New System.Drawing.Size(101, 21)&nbsp;<br> Me.cboxSecurityLevel.TabIndex = 12&nbsp;<br> '&nbsp;<br> 'lblSecurityLebel&nbsp;<br> '&nbsp;<br> Me.lblSecurityLebel.AutoSize = True&nbsp;<br> Me.lblSecurityLebel.Location = New System.Drawing.Point(10, 313)&nbsp;<br> Me.lblSecurityLebel.Name = &quot;lblSecurityLebel&quot;&nbsp;<br> Me.lblSecurityLebel.Size = New System.Drawing.Size(71, 13)&nbsp;<br> Me.lblSecurityLebel.TabIndex = 120&nbsp;<br> Me.lblSecurityLebel.Text = &quot;SecurityLevel&quot;&nbsp;<br> '&nbsp;<br> 'cbAktiv&nbsp;<br> '&nbsp;<br> Me.cbAktiv.Location = New System.Drawing.Point(399, 162)&nbsp;<br> Me.cbAktiv.Name = &quot;cbAktiv&quot;&nbsp;<br> Me.cbAktiv.RightToLeft = System.Windows.Forms.RightToLeft.Yes&nbsp;<br> Me.cbAktiv.Size = New System.Drawing.Size(77, 17)&nbsp;<br> Me.cbAktiv.TabIndex = 11&nbsp;<br> Me.cbAktiv.Text = &quot;Aktiv&quot;&nbsp;<br> Me.cbAktiv.TextAlign = System.Drawing.ContentAlignment.MiddleRight&nbsp;<br> Me.cbAktiv.UseVisualStyleBackColor = True&nbsp;<br> '&nbsp;<br> 'txtMutierer&nbsp;<br> '&nbsp;<br> Me.txtMutierer.BackColor = System.Drawing.SystemColors.InactiveBorder&nbsp;<br> Me.txtMutierer.Location = New System.Drawing.Point(566, 310)&nbsp;<br> Me.txtMutierer.Name = &quot;txtMutierer&quot;&nbsp;<br> Me.txtMutierer.ReadOnly = True&nbsp;<br> Me.txtMutierer.Size = New System.Drawing.Size(71, 20)&nbsp;<br> Me.txtMutierer.TabIndex = 117&nbsp;<br> Me.txtMutierer.TabStop = False&nbsp;<br> '&nbsp;<br> 'txtMutiert_am&nbsp;<br> '&nbsp;<br> Me.txtMutiert_am.BackColor = System.Drawing.SystemColors.InactiveBorder&nbsp;<br> Me.txtMutiert_am.Location = New System.Drawing.Point(404, 310)&nbsp;<br> Me.txtMutiert_am.Name = &quot;txtMutiert_am&quot;&nbsp;<br> Me.txtMutiert_am.ReadOnly = True&nbsp;<br> Me.txtMutiert_am.Size = New System.Drawing.Size(79, 20)&nbsp;<br> Me.txtMutiert_am.TabIndex = 116&nbsp;<br> Me.txtMutiert_am.TabStop = False&nbsp;<br> '&nbsp;<br> 'txtErstellt_am&nbsp;<br> '&nbsp;<br> Me.txtErstellt_am.BackColor = System.Drawing.SystemColors.InactiveBorder&nbsp;<br> Me.txtErstellt_am.Location = New System.Drawing.Point(260, 310)&nbsp;<br> Me.txtErstellt_am.Name = &quot;txtErstellt_am&quot;&nbsp;<br> Me.txtErstellt_am.ReadOnly = True&nbsp;<br> Me.txtErstellt_am.Size = New System.Drawing.Size(79, 20)&nbsp;<br> Me.txtErstellt_am.TabIndex = 115&nbsp;<br> Me.txtErstellt_am.TabStop = False&nbsp;<br> '&nbsp;<br> 'lblMutierer&nbsp;<br> '&nbsp;<br> Me.lblMutierer.AccessibleDescription = &quot;Name&quot;&nbsp;<br> Me.lblMutierer.AutoSize = True&nbsp;<br> Me.lblMutierer.Location = New System.Drawing.Point(495, 313)&nbsp;<br> Me.lblMutierer.Name = &quot;lblMutierer&quot;&nbsp;<br> Me.lblMutierer.Size = New System.Drawing.Size(72, 13)&nbsp;<br> Me.lblMutierer.TabIndex = 114&nbsp;<br> Me.lblMutierer.Text = &quot;Mutiert durch:&quot;&nbsp;<br> '&nbsp;<br> 'lblMutiert_am&nbsp;<br> '&nbsp;<br> Me.lblMutiert_am.AccessibleDescription = &quot;Name&quot;&nbsp;<br> Me.lblMutiert_am.AutoSize = True&nbsp;<br> Me.lblMutiert_am.Location = New System.Drawing.Point(345, 313)&nbsp;<br> Me.lblMutiert_am.Name = &quot;lblMutiert_am&quot;&nbsp;<br> Me.lblMutiert_am.Size = New System.Drawing.Size(59, 13)&nbsp;<br> Me.lblMutiert_am.TabIndex = 113&nbsp;<br> Me.lblMutiert_am.Text = &quot;Mutiert am:&quot;&nbsp;<br> '&nbsp;<br> 'lblErstelltam&nbsp;<br> '&nbsp;<br> Me.lblErstelltam.AccessibleDescription = &quot;Name&quot;&nbsp;<br> Me.lblErstelltam.AutoSize = True&nbsp;<br> Me.lblErstelltam.Location = New System.Drawing.Point(202, 313)&nbsp;<br> Me.lblErstelltam.Name = &quot;lblErstelltam&quot;&nbsp;<br> Me.lblErstelltam.Size = New System.Drawing.Size(58, 13)&nbsp;<br> Me.lblErstelltam.TabIndex = 112&nbsp;<br> Me.lblErstelltam.Text = &quot;Erstellt am:&quot;&nbsp;<br> '&nbsp;<br> 'txtBemerkung&nbsp;<br> '&nbsp;<br> Me.txtBemerkung.Location = New System.Drawing.Point(13, 227)&nbsp;<br> Me.txtBemerkung.Multiline = True&nbsp;<br> Me.txtBemerkung.Name = &quot;txtBemerkung&quot;&nbsp;<br> Me.txtBemerkung.Size = New System.Drawing.Size(626, 72)&nbsp;<br> Me.txtBemerkung.TabIndex = 11&nbsp;<br> '&nbsp;<br> 'lblBemerkung&nbsp;<br> '&nbsp;<br> Me.lblBemerkung.AccessibleDescription = &quot;Name&quot;&nbsp;<br> Me.lblBemerkung.AutoSize = True&nbsp;<br> Me.lblBemerkung.Location = New System.Drawing.Point(10, 211)&nbsp;<br> Me.lblBemerkung.Name = &quot;lblBemerkung&quot;&nbsp;<br> Me.lblBemerkung.Size = New System.Drawing.Size(61, 13)&nbsp;<br> Me.lblBemerkung.TabIndex = 110&nbsp;<br> Me.lblBemerkung.Text = &quot;Bemerkung&quot;&nbsp;<br> '&nbsp;<br> 'txtInternet&nbsp;<br> '&nbsp;<br> Me.txtInternet.Location = New System.Drawing.Point(462, 133)&nbsp;<br> Me.txtInternet.Name = &quot;txtInternet&quot;&nbsp;<br> Me.txtInternet.Size = New System.Drawing.Size(177, 20)&nbsp;<br> Me.txtInternet.TabIndex = 10&nbsp;<br> '&nbsp;<br> 'lblInternet&nbsp;<br> '&nbsp;<br> Me.lblInternet.AccessibleDescription = &quot;Name&quot;&nbsp;<br> Me.lblInternet.AutoSize = True&nbsp;<br> Me.lblInternet.Location = New System.Drawing.Point(400, 136)&nbsp;<br> Me.lblInternet.Name = &quot;lblInternet&quot;&nbsp;<br> Me.lblInternet.Size = New System.Drawing.Size(43, 13)&nbsp;<br> Me.lblInternet.TabIndex = 108&nbsp;<br> Me.lblInternet.Text = &quot;Internet&quot;&nbsp;<br> '&nbsp;<br> 'txtEmail&nbsp;<br> '&nbsp;<br> Me.txtEmail.Location = New System.Drawing.Point(462, 107)&nbsp;<br> Me.txtEmail.Name = &quot;txtEmail&quot;&nbsp;<br> Me.txtEmail.Size = New System.Drawing.Size(177, 20)&nbsp;<br> Me.txtEmail.TabIndex = 9&nbsp;<br> '&nbsp;<br> 'lblEmail&nbsp;<br> '&nbsp;<br> Me.lblEmail.AccessibleDescription = &quot;Name&quot;&nbsp;<br> Me.lblEmail.AutoSize = True&nbsp;<br> Me.lblEmail.Location = New System.Drawing.Point(400, 110)&nbsp;<br> Me.lblEmail.Name = &quot;lblEmail&quot;&nbsp;<br> Me.lblEmail.Size = New System.Drawing.Size(36, 13)&nbsp;<br> Me.lblEmail.TabIndex = 106&nbsp;<br> Me.lblEmail.Text = &quot;E-Mail&quot;&nbsp;<br> '&nbsp;<br> 'txtTelefon&nbsp;<br> '&nbsp;<br> Me.txtTelefon.Location = New System.Drawing.Point(462, 55)&nbsp;<br> Me.txtTelefon.Name = &quot;txtTelefon&quot;&nbsp;<br> Me.txtTelefon.Size = New System.Drawing.Size(177, 20)&nbsp;<br> Me.txtTelefon.TabIndex = 7&nbsp;<br> '&nbsp;<br> 'txtTelefax&nbsp;<br> '&nbsp;<br> Me.txtTelefax.Location = New System.Drawing.Point(462, 81)&nbsp;<br> Me.txtTelefax.Name = &quot;txtTelefax&quot;&nbsp;<br> Me.txtTelefax.Size = New System.Drawing.Size(177, 20)&nbsp;<br> Me.txtTelefax.TabIndex = 8&nbsp;<br> '&nbsp;<br> 'lblTelefax&nbsp;<br> '&nbsp;<br> Me.lblTelefax.AccessibleDescription = &quot;Name&quot;&nbsp;<br> Me.lblTelefax.AutoSize = True&nbsp;<br> Me.lblTelefax.Location = New System.Drawing.Point(400, 84)&nbsp;<br> Me.lblTelefax.Name = &quot;lblTelefax&quot;&nbsp;<br> Me.lblTelefax.Size = New System.Drawing.Size(42, 13)&nbsp;<br> Me.lblTelefax.TabIndex = 103&nbsp;<br> Me.lblTelefax.Text = &quot;Telefax&quot;&nbsp;<br> '&nbsp;<br> 'lblTelefon&nbsp;<br> '&nbsp;<br> Me.lblTelefon.AccessibleDescription = &quot;Name&quot;&nbsp;<br> Me.lblTelefon.AutoSize = True&nbsp;<br> Me.lblTelefon.Location = New System.Drawing.Point(399, 58)&nbsp;<br> Me.lblTelefon.Name = &quot;lblTelefon&quot;&nbsp;<br> Me.lblTelefon.Size = New System.Drawing.Size(43, 13)&nbsp;<br> Me.lblTelefon.TabIndex = 102&nbsp;<br> Me.lblTelefon.Text = &quot;Telefon&quot;&nbsp;<br> '&nbsp;<br> 'txtOrt&nbsp;<br> '&nbsp;<br> Me.txtOrt.Location = New System.Drawing.Point(205, 159)&nbsp;<br> Me.txtOrt.Name = &quot;txtOrt&quot;&nbsp;<br> Me.txtOrt.Size = New System.Drawing.Size(166, 20)&nbsp;<br> Me.txtOrt.TabIndex = 5&nbsp;<br> '&nbsp;<br> 'txtPlz&nbsp;<br> '&nbsp;<br> Me.txtPlz.Location = New System.Drawing.Point(137, 159)&nbsp;<br> Me.txtPlz.Name = &quot;txtPlz&quot;&nbsp;<br> Me.txtPlz.Size = New System.Drawing.Size(62, 20)&nbsp;<br> Me.txtPlz.TabIndex = 4&nbsp;<br> '&nbsp;<br> 'lblPlzOrt&nbsp;<br> '&nbsp;<br> Me.lblPlzOrt.AccessibleDescription = &quot;Name&quot;&nbsp;<br> Me.lblPlzOrt.AutoSize = True&nbsp;<br> Me.lblPlzOrt.Location = New System.Drawing.Point(10, 162)&nbsp;<br> Me.lblPlzOrt.Name = &quot;lblPlzOrt&quot;&nbsp;<br> Me.lblPlzOrt.Size = New System.Drawing.Size(52, 13)&nbsp;<br> Me.lblPlzOrt.TabIndex = 99&nbsp;<br> Me.lblPlzOrt.Text = &quot;PLZ / Ort&quot;&nbsp;<br> '&nbsp;<br> 'txtPostfach&nbsp;<br> '&nbsp;<br> Me.txtPostfach.Location = New System.Drawing.Point(137, 133)&nbsp;<br> Me.txtPostfach.Name = &quot;txtPostfach&quot;&nbsp;<br> Me.txtPostfach.Size = New System.Drawing.Size(234, 20)&nbsp;<br> Me.txtPostfach.TabIndex = 3&nbsp;<br> '&nbsp;<br> 'lblPostfach&nbsp;<br> '&nbsp;<br> Me.lblPostfach.AccessibleDescription = &quot;Name&quot;&nbsp;<br> Me.lblPostfach.AutoSize = True&nbsp;<br> Me.lblPostfach.Location = New System.Drawing.Point(10, 136)&nbsp;<br> Me.lblPostfach.Name = &quot;lblPostfach&quot;&nbsp;<br> Me.lblPostfach.Size = New System.Drawing.Size(49, 13)&nbsp;<br> Me.lblPostfach.TabIndex = 97&nbsp;<br> Me.lblPostfach.Text = &quot;Postfach&quot;&nbsp;<br> '&nbsp;<br> 'txtStrasse&nbsp;<br> '&nbsp;<br> Me.txtStrasse.Location = New System.Drawing.Point(137, 107)&nbsp;<br> Me.txtStrasse.Name = &quot;txtStrasse&quot;&nbsp;<br> Me.txtStrasse.Size = New System.Drawing.Size(234, 20)&nbsp;<br> Me.txtStrasse.TabIndex = 2&nbsp;<br> '&nbsp;<br> 'lblStrasse&nbsp;<br> '&nbsp;<br> Me.lblStrasse.AccessibleDescription = &quot;Name&quot;&nbsp;<br> Me.lblStrasse.AutoSize = True&nbsp;<br> Me.lblStrasse.Location = New System.Drawing.Point(10, 110)&nbsp;<br> Me.lblStrasse.Name = &quot;lblStrasse&quot;&nbsp;<br> Me.lblStrasse.Size = New System.Drawing.Size(42, 13)&nbsp;<br> Me.lblStrasse.TabIndex = 95&nbsp;<br> Me.lblStrasse.Text = &quot;Strasse&quot;&nbsp;<br> '&nbsp;<br> 'txtVorname_Firma2&nbsp;<br> '&nbsp;<br> Me.txtVorname_Firma2.Location = New System.Drawing.Point(137, 81)&nbsp;<br> Me.txtVorname_Firma2.Name = &quot;txtVorname_Firma2&quot;&nbsp;<br> Me.txtVorname_Firma2.Size = New System.Drawing.Size(234, 20)&nbsp;<br> Me.txtVorname_Firma2.TabIndex = 1&nbsp;<br> '&nbsp;<br> 'lblVorname&nbsp;<br> '&nbsp;<br> Me.lblVorname.AccessibleDescription = &quot;Name&quot;&nbsp;<br> Me.lblVorname.AutoSize = True&nbsp;<br> Me.lblVorname.Location = New System.Drawing.Point(10, 84)&nbsp;<br> Me.lblVorname.Name = &quot;lblVorname&quot;&nbsp;<br> Me.lblVorname.Size = New System.Drawing.Size(49, 13)&nbsp;<br> Me.lblVorname.TabIndex = 93&nbsp;<br> Me.lblVorname.Text = &quot;Vorname&quot;&nbsp;<br> '&nbsp;<br> 'txtName_Firma1&nbsp;<br> '&nbsp;<br> Me.txtName_Firma1.Location = New System.Drawing.Point(137, 55)&nbsp;<br> Me.txtName_Firma1.Name = &quot;txtName_Firma1&quot;&nbsp;<br> Me.txtName_Firma1.Size = New System.Drawing.Size(234, 20)&nbsp;<br> Me.txtName_Firma1.TabIndex = 0&nbsp;<br> '&nbsp;<br> 'lblName&nbsp;<br> '&nbsp;<br> Me.lblName.AccessibleDescription = &quot;Name&quot;&nbsp;<br> Me.lblName.AutoSize = True&nbsp;<br> Me.lblName.Location = New System.Drawing.Point(10, 58)&nbsp;<br> Me.lblName.Name = &quot;lblName&quot;&nbsp;<br> Me.lblName.Size = New System.Drawing.Size(35, 13)&nbsp;<br> Me.lblName.TabIndex = 91&nbsp;<br> Me.lblName.Text = &quot;Name&quot;&nbsp;<br> '&nbsp;<br> 'cbboxFunktion&nbsp;<br> '&nbsp;<br> Me.cbboxFunktion.FormattingEnabled = True&nbsp;<br> Me.cbboxFunktion.Location = New System.Drawing.Point(137, 186)&nbsp;<br> Me.cbboxFunktion.Name = &quot;cbboxFunktion&quot;&nbsp;<br> Me.cbboxFunktion.Size = New System.Drawing.Size(234, 21)&nbsp;<br> Me.cbboxFunktion.TabIndex = 6&nbsp;<br> '&nbsp;<br> 'lblFunktion&nbsp;<br> '&nbsp;<br> Me.lblFunktion.AutoSize = True&nbsp;<br> Me.lblFunktion.Location = New System.Drawing.Point(10, 189)&nbsp;<br> Me.lblFunktion.Name = &quot;lblFunktion&quot;&nbsp;<br> Me.lblFunktion.Size = New System.Drawing.Size(48, 13)&nbsp;<br> Me.lblFunktion.TabIndex = 122&nbsp;<br> Me.lblFunktion.Text = &quot;Funktion&quot;&nbsp;<br> '&nbsp;<br> 'frmPerson&nbsp;<br> '&nbsp;<br> Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)&nbsp;<br> Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font&nbsp;<br> Me.ClientSize = New System.Drawing.Size(663, 340)&nbsp;<br> Me.Controls.Add(Me.cbboxFunktion)&nbsp;<br> Me.Controls.Add(Me.lblFunktion)&nbsp;<br> Me.Controls.Add(Me.cboxSecurityLevel)&nbsp;<br> Me.Controls.Add(Me.lblSecurityLebel)&nbsp;<br> Me.Controls.Add(Me.cbAktiv)&nbsp;<br> Me.Controls.Add(Me.txtMutierer)&nbsp;<br> Me.Controls.Add(Me.txtMutiert_am)&nbsp;<br> Me.Controls.Add(Me.txtErstellt_am)&nbsp;<br> Me.Controls.Add(Me.lblMutierer)&nbsp;<br> Me.Controls.Add(Me.lblMutiert_am)&nbsp;<br> Me.Controls.Add(Me.lblErstelltam)&nbsp;<br> Me.Controls.Add(Me.txtBemerkung)&nbsp;<br> Me.Controls.Add(Me.lblBemerkung)&nbsp;<br> Me.Controls.Add(Me.txtInternet)&nbsp;<br> Me.Controls.Add(Me.lblInternet)&nbsp;<br> Me.Controls.Add(Me.txtEmail)&nbsp;<br> Me.Controls.Add(Me.lblEmail)&nbsp;<br> Me.Controls.Add(Me.txtTelefon)&nbsp;<br> Me.Controls.Add(Me.txtTelefax)&nbsp;<br> Me.Controls.Add(Me.lblTelefax)&nbsp;<br> Me.Controls.Add(Me.lblTelefon)&nbsp;<br> Me.Controls.Add(Me.txtOrt)&nbsp;<br> Me.Controls.Add(Me.txtPlz)&nbsp;<br> Me.Controls.Add(Me.lblPlzOrt)&nbsp;<br> Me.Controls.Add(Me.txtPostfach)&nbsp;<br> Me.Controls.Add(Me.lblPostfach)&nbsp;<br> Me.Controls.Add(Me.txtStrasse)&nbsp;<br> Me.Controls.Add(Me.lblStrasse)&nbsp;<br> Me.Controls.Add(Me.txtVorname_Firma2)&nbsp;<br> Me.Controls.Add(Me.lblVorname)&nbsp;<br> Me.Controls.Add(Me.txtName_Firma1)&nbsp;<br> Me.Controls.Add(Me.lblName)&nbsp;<br> Me.Controls.Add(Me.ToolStrip1)&nbsp;<br> Me.Controls.Add(Me.MenuStrip1)&nbsp;<br> Me.Icon = CType(resources.GetObject(&quot;$this.Icon&quot;), System.Drawing.Icon)&nbsp;<br> Me.Name = &quot;frmPerson&quot;&nbsp;<br> Me.Text = &quot;Person&quot;&nbsp;<br> Me.MenuStrip1.ResumeLayout(False)&nbsp;<br> Me.MenuStrip1.PerformLayout()&nbsp;<br> Me.ToolStrip1.ResumeLayout(False)&nbsp;<br> Me.ToolStrip1.PerformLayout()&nbsp;<br> Me.ResumeLayout(False)&nbsp;<br> Me.PerformLayout()&nbsp;<br>&nbsp;<br> End Sub
</pre>
<H4 class="dtH4">Forderungen</H4>
<P><b class="le">Plattformen:&nbsp;</b>Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition</P>
<H4 class="dtH4">Siehe auch</H4>
<p>
<a href="topic_000000000000095C.html">frmPerson</a>
</p>
<DIV CLASS="footer">
<HR>
Generated by VBdocman .NET
<p>
</div></div>
</BODY>
</HTML>