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/9c/9c6ee5b36b8b1a2a74665849eba...

130 lines
20 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>frmApplikationAbhaengigkeit.InitializeComponent -Methode</TITLE>
<xml>
<MSHelp:TOCTitle Title="frmApplikationAbhaengigkeit.InitializeComponent -Methode"/>
<MSHelp:RLTitle Title="frmApplikationAbhaengigkeit.InitializeComponent -Methode"/>
<MSHelp:Keyword Index="A" Term="topic_0000000000001332"/>
<MSHelp:Keyword Index="K" Term="frmApplikationAbhaengigkeit.InitializeComponent -Methode"/>
<MSHelp:Keyword Index="K" Term="Vertragsverwaltung.frmApplikationAbhaengigkeit.InitializeComponent -Methode"/>
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmApplikationAbhaengigkeit.InitializeComponent"/>
<MSHelp:Keyword Index="F" Term="frmApplikationAbhaengigkeit.InitializeComponent"/>
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmApplikationAbhaengigkeit.frmApplikationAbhaengigkeit.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_0000000000001332"></A>frmApplikationAbhaengigkeit.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(frmApplikationAbhaengigkeit))&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.ToolStrip1 = New System.Windows.Forms.ToolStrip&nbsp;<br> Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton&nbsp;<br> Me.TSBtnSave = New System.Windows.Forms.ToolStripButton&nbsp;<br> Me.TSBtnNew = New System.Windows.Forms.ToolStripButton&nbsp;<br> Me.TSBtnDelete = New System.Windows.Forms.ToolStripButton&nbsp;<br> Me.btnApplikationSuche2 = New System.Windows.Forms.Button&nbsp;<br> Me.txtApplikation2 = New System.Windows.Forms.TextBox&nbsp;<br> Me.lblApplikation2 = New System.Windows.Forms.Label&nbsp;<br> Me.btnApplikationsuche1 = New System.Windows.Forms.Button&nbsp;<br> Me.cboxSecurityLevel = New System.Windows.Forms.ComboBox&nbsp;<br> Me.lblSecurityLebel = New System.Windows.Forms.Label&nbsp;<br> Me.txtMutierer = New System.Windows.Forms.TextBox&nbsp;<br> Me.txtMutiertam = New System.Windows.Forms.TextBox&nbsp;<br> Me.txtErstelltam = New System.Windows.Forms.TextBox&nbsp;<br> Me.lblMutierer = New System.Windows.Forms.Label&nbsp;<br> Me.lblMutiertam = New System.Windows.Forms.Label&nbsp;<br> Me.lblErstelltam = New System.Windows.Forms.Label&nbsp;<br> Me.cbaktiv = New System.Windows.Forms.CheckBox&nbsp;<br> Me.txtApplikation1 = New System.Windows.Forms.TextBox&nbsp;<br> Me.lblApplikation1 = 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.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(645, 24)&nbsp;<br> Me.MenuStrip1.TabIndex = 11&nbsp;<br> Me.MenuStrip1.Tag = &quot;&quot;&nbsp;<br> Me.MenuStrip1.Text = &quot;Hauptmenu&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.Tag = &quot;&quot;&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.Tag = &quot;&quot;&nbsp;<br> Me.BeendenToolStripMenuItem.Text = &quot;&amp;Beenden&quot;&nbsp;<br> '&nbsp;<br> 'ToolStrip1&nbsp;<br> '&nbsp;<br> Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit, Me.TSBtnSave, 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(645, 25)&nbsp;<br> Me.ToolStrip1.TabIndex = 12&nbsp;<br> Me.ToolStrip1.Text = &quot;Toolstrip Vertragspartner&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;Fenster schliessen&quot;&nbsp;<br> Me.TSBtnQuit.ToolTipText = &quot;Fenster schliessen&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;Daten speichern&quot;&nbsp;<br> Me.TSBtnSave.ToolTipText = &quot;Daten speichern&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;Neuer Datensatz&quot;&nbsp;<br> Me.TSBtnNew.ToolTipText = &quot;Neuer Datensatz&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;Datensatz inaktivieren&quot;&nbsp;<br> Me.TSBtnDelete.ToolTipText = &quot;Datensatz inaktivieren&quot;&nbsp;<br> '&nbsp;<br> 'btnApplikationSuche2&nbsp;<br> '&nbsp;<br> Me.btnApplikationSuche2.Image = CType(resources.GetObject(&quot;btnApplikationSuche2.Image&quot;), System.Drawing.Image)&nbsp;<br> Me.btnApplikationSuche2.Location = New System.Drawing.Point(407, 88)&nbsp;<br> Me.btnApplikationSuche2.Name = &quot;btnApplikationSuche2&quot;&nbsp;<br> Me.btnApplikationSuche2.Size = New System.Drawing.Size(20, 20)&nbsp;<br> Me.btnApplikationSuche2.TabIndex = 185&nbsp;<br> Me.btnApplikationSuche2.Text = &quot;Button1&quot;&nbsp;<br> Me.btnApplikationSuche2.UseVisualStyleBackColor = True&nbsp;<br> '&nbsp;<br> 'txtApplikation2&nbsp;<br> '&nbsp;<br> Me.txtApplikation2.Location = New System.Drawing.Point(143, 88)&nbsp;<br> Me.txtApplikation2.Name = &quot;txtApplikation2&quot;&nbsp;<br> Me.txtApplikation2.ReadOnly = True&nbsp;<br> Me.txtApplikation2.Size = New System.Drawing.Size(268, 20)&nbsp;<br> Me.txtApplikation2.TabIndex = 170&nbsp;<br> '&nbsp;<br> 'lblApplikation2&nbsp;<br> '&nbsp;<br> Me.lblApplikation2.AutoSize = True&nbsp;<br> Me.lblApplikation2.Location = New System.Drawing.Point(12, 91)&nbsp;<br> Me.lblApplikation2.Name = &quot;lblApplikation2&quot;&nbsp;<br> Me.lblApplikation2.Size = New System.Drawing.Size(65, 13)&nbsp;<br> Me.lblApplikation2.TabIndex = 184&nbsp;<br> Me.lblApplikation2.Text = &quot;Applikation2&quot;&nbsp;<br> '&nbsp;<br> 'btnApplikationsuche1&nbsp;<br> '&nbsp;<br> Me.btnApplikationsuche1.Image = CType(resources.GetObject(&quot;btnApplikationsuche1.Image&quot;), System.Drawing.Image)&nbsp;<br> Me.btnApplikationsuche1.Location = New System.Drawing.Point(407, 64)&nbsp;<br> Me.btnApplikationsuche1.Name = &quot;btnApplikationsuche1&quot;&nbsp;<br> Me.btnApplikationsuche1.Size = New System.Drawing.Size(20, 20)&nbsp;<br> Me.btnApplikationsuche1.TabIndex = 183&nbsp;<br> Me.btnApplikationsuche1.Text = &quot;Button1&quot;&nbsp;<br> Me.btnApplikationsuche1.UseVisualStyleBackColor = True&nbsp;<br> '&nbsp;<br> 'cboxSecurityLevel&nbsp;<br> '&nbsp;<br> Me.cboxSecurityLevel.FormattingEnabled = True&nbsp;<br> Me.cboxSecurityLevel.Location = New System.Drawing.Point(538, 159)&nbsp;<br> Me.cboxSecurityLevel.Name = &quot;cboxSecurityLevel&quot;&nbsp;<br> Me.cboxSecurityLevel.Size = New System.Drawing.Size(101, 21)&nbsp;<br> Me.cboxSecurityLevel.TabIndex = 176&nbsp;<br> '&nbsp;<br> 'lblSecurityLebel&nbsp;<br> '&nbsp;<br> Me.lblSecurityLebel.AutoSize = True&nbsp;<br> Me.lblSecurityLebel.Location = New System.Drawing.Point(459, 162)&nbsp;<br> Me.lblSecurityLebel.Name = &quot;lblSecurityLebel&quot;&nbsp;<br> Me.lblSecurityLebel.Size = New System.Drawing.Size(71, 13)&nbsp;<br> Me.lblSecurityLebel.TabIndex = 182&nbsp;<br> Me.lblSecurityLebel.Text = &quot;SecurityLevel&quot;&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(538, 107)&nbsp;<br> Me.txtMutierer.Name = &quot;txtMutierer&quot;&nbsp;<br> Me.txtMutierer.ReadOnly = True&nbsp;<br> Me.txtMutierer.Size = New System.Drawing.Size(78, 20)&nbsp;<br> Me.txtMutierer.TabIndex = 174&nbsp;<br> Me.txtMutierer.TabStop = False&nbsp;<br> '&nbsp;<br> 'txtMutiertam&nbsp;<br> '&nbsp;<br> Me.txtMutiertam.BackColor = System.Drawing.SystemColors.InactiveBorder&nbsp;<br> Me.txtMutiertam.Location = New System.Drawing.Point(538, 84)&nbsp;<br> Me.txtMutiertam.Name = &quot;txtMutiertam&quot;&nbsp;<br> Me.txtMutiertam.ReadOnly = True&nbsp;<br> Me.txtMutiertam.Size = New System.Drawing.Size(79, 20)&nbsp;<br> Me.txtMutiertam.TabIndex = 173&nbsp;<br> Me.txtMutiertam.TabStop = False&nbsp;<br> '&nbsp;<br> 'txtErstelltam&nbsp;<br> '&nbsp;<br> Me.txtErstelltam.BackColor = System.Drawing.SystemColors.InactiveBorder&nbsp;<br> Me.txtErstelltam.Location = New System.Drawing.Point(538, 60)&nbsp;<br> Me.txtErstelltam.Name = &quot;txtErstelltam&quot;&nbsp;<br> Me.txtErstelltam.ReadOnly = True&nbsp;<br> Me.txtErstelltam.Size = New System.Drawing.Size(79, 20)&nbsp;<br> Me.txtErstelltam.TabIndex = 172&nbsp;<br> Me.txtErstelltam.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(460, 111)&nbsp;<br> Me.lblMutierer.Name = &quot;lblMutierer&quot;&nbsp;<br> Me.lblMutierer.Size = New System.Drawing.Size(69, 13)&nbsp;<br> Me.lblMutierer.TabIndex = 181&nbsp;<br> Me.lblMutierer.Text = &quot;Mutiert durch&quot;&nbsp;<br> '&nbsp;<br> 'lblMutiertam&nbsp;<br> '&nbsp;<br> Me.lblMutiertam.AccessibleDescription = &quot;Name&quot;&nbsp;<br> Me.lblMutiertam.AutoSize = True&nbsp;<br> Me.lblMutiertam.Location = New System.Drawing.Point(460, 88)&nbsp;<br> Me.lblMutiertam.Name = &quot;lblMutiertam&quot;&nbsp;<br> Me.lblMutiertam.Size = New System.Drawing.Size(56, 13)&nbsp;<br> Me.lblMutiertam.TabIndex = 180&nbsp;<br> Me.lblMutiertam.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(461, 63)&nbsp;<br> Me.lblErstelltam.Name = &quot;lblErstelltam&quot;&nbsp;<br> Me.lblErstelltam.Size = New System.Drawing.Size(55, 13)&nbsp;<br> Me.lblErstelltam.TabIndex = 179&nbsp;<br> Me.lblErstelltam.Text = &quot;Erstellt am&quot;&nbsp;<br> '&nbsp;<br> 'cbaktiv&nbsp;<br> '&nbsp;<br> Me.cbaktiv.Location = New System.Drawing.Point(457, 133)&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(94, 20)&nbsp;<br> Me.cbaktiv.TabIndex = 175&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> 'txtApplikation1&nbsp;<br> '&nbsp;<br> Me.txtApplikation1.Location = New System.Drawing.Point(143, 64)&nbsp;<br> Me.txtApplikation1.Name = &quot;txtApplikation1&quot;&nbsp;<br> Me.txtApplikation1.ReadOnly = True&nbsp;<br> Me.txtApplikation1.Size = New System.Drawing.Size(268, 20)&nbsp;<br> Me.txtApplikation1.TabIndex = 169&nbsp;<br> '&nbsp;<br> 'lblApplikation1&nbsp;<br> '&nbsp;<br> Me.lblApplikation1.AutoSize = True&nbsp;<br> Me.lblApplikation1.Location = New System.Drawing.Point(12, 67)&nbsp;<br> Me.lblApplikation1.Name = &quot;lblApplikation1&quot;&nbsp;<br> Me.lblApplikation1.Size = New System.Drawing.Size(59, 13)&nbsp;<br> Me.lblApplikation1.TabIndex = 178&nbsp;<br> Me.lblApplikation1.Text = &quot;Applikation&quot;&nbsp;<br> '&nbsp;<br> 'txtBemerkung&nbsp;<br> '&nbsp;<br> Me.txtBemerkung.Location = New System.Drawing.Point(143, 119)&nbsp;<br> Me.txtBemerkung.Multiline = True&nbsp;<br> Me.txtBemerkung.Name = &quot;txtBemerkung&quot;&nbsp;<br> Me.txtBemerkung.Size = New System.Drawing.Size(268, 75)&nbsp;<br> Me.txtBemerkung.TabIndex = 171&nbsp;<br> '&nbsp;<br> 'lblBemerkung&nbsp;<br> '&nbsp;<br> Me.lblBemerkung.AutoSize = True&nbsp;<br> Me.lblBemerkung.Location = New System.Drawing.Point(12, 122)&nbsp;<br> Me.lblBemerkung.Name = &quot;lblBemerkung&quot;&nbsp;<br> Me.lblBemerkung.Size = New System.Drawing.Size(61, 13)&nbsp;<br> Me.lblBemerkung.TabIndex = 177&nbsp;<br> Me.lblBemerkung.Text = &quot;Bemerkung&quot;&nbsp;<br> '&nbsp;<br> 'frmApplikationAbhaengigkeit&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(645, 206)&nbsp;<br> Me.Controls.Add(Me.btnApplikationSuche2)&nbsp;<br> Me.Controls.Add(Me.txtApplikation2)&nbsp;<br> Me.Controls.Add(Me.lblApplikation2)&nbsp;<br> Me.Controls.Add(Me.btnApplikationsuche1)&nbsp;<br> Me.Controls.Add(Me.cboxSecurityLevel)&nbsp;<br> Me.Controls.Add(Me.lblSecurityLebel)&nbsp;<br> Me.Controls.Add(Me.txtMutierer)&nbsp;<br> Me.Controls.Add(Me.txtMutiertam)&nbsp;<br> Me.Controls.Add(Me.txtErstelltam)&nbsp;<br> Me.Controls.Add(Me.lblMutierer)&nbsp;<br> Me.Controls.Add(Me.lblMutiertam)&nbsp;<br> Me.Controls.Add(Me.lblErstelltam)&nbsp;<br> Me.Controls.Add(Me.cbaktiv)&nbsp;<br> Me.Controls.Add(Me.txtApplikation1)&nbsp;<br> Me.Controls.Add(Me.lblApplikation1)&nbsp;<br> Me.Controls.Add(Me.txtBemerkung)&nbsp;<br> Me.Controls.Add(Me.lblBemerkung)&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;frmApplikationAbhaengigkeit&quot;&nbsp;<br> Me.Text = &quot;Applikationsabhängigkeit&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_000000000000132F.html">frmApplikationAbhaengigkeit</a>
</p>
<DIV CLASS="footer">
<HR>
Generated by VBdocman .NET
<p>
</div></div>
</BODY>
</HTML>