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/c0/c00c34b33da15486024ac1a7a26...

130 lines
8.8 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>frmApplSuche.InitializeComponent -Methode</TITLE>
<xml>
<MSHelp:TOCTitle Title="frmApplSuche.InitializeComponent -Methode"/>
<MSHelp:RLTitle Title="frmApplSuche.InitializeComponent -Methode"/>
<MSHelp:Keyword Index="A" Term="topic_00000000000011DF"/>
<MSHelp:Keyword Index="K" Term="frmApplSuche.InitializeComponent -Methode"/>
<MSHelp:Keyword Index="K" Term="Vertragsverwaltung.frmApplSuche.InitializeComponent -Methode"/>
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmApplSuche.InitializeComponent"/>
<MSHelp:Keyword Index="F" Term="frmApplSuche.InitializeComponent"/>
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmApplSuche.frmApplSuche.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_00000000000011DF"></A>frmApplSuche.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(frmApplSuche))&nbsp;<br> Me.lblSuchbegriff = New System.Windows.Forms.Label&nbsp;<br> Me.txtSuchbegriff = New System.Windows.Forms.TextBox&nbsp;<br> Me.btnSuche = New System.Windows.Forms.Button&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.MenuStrip1.SuspendLayout()&nbsp;<br> Me.ToolStrip1.SuspendLayout()&nbsp;<br> Me.SuspendLayout()&nbsp;<br> '&nbsp;<br> 'lblSuchbegriff&nbsp;<br> '&nbsp;<br> Me.lblSuchbegriff.AutoSize = True&nbsp;<br> Me.lblSuchbegriff.Location = New System.Drawing.Point(12, 59)&nbsp;<br> Me.lblSuchbegriff.Name = &quot;lblSuchbegriff&quot;&nbsp;<br> Me.lblSuchbegriff.Size = New System.Drawing.Size(61, 13)&nbsp;<br> Me.lblSuchbegriff.TabIndex = 0&nbsp;<br> Me.lblSuchbegriff.Text = &quot;Suchbegriff&quot;&nbsp;<br> '&nbsp;<br> 'txtSuchbegriff&nbsp;<br> '&nbsp;<br> Me.txtSuchbegriff.Location = New System.Drawing.Point(79, 56)&nbsp;<br> Me.txtSuchbegriff.Name = &quot;txtSuchbegriff&quot;&nbsp;<br> Me.txtSuchbegriff.Size = New System.Drawing.Size(288, 20)&nbsp;<br> Me.txtSuchbegriff.TabIndex = 1&nbsp;<br> '&nbsp;<br> 'btnSuche&nbsp;<br> '&nbsp;<br> Me.btnSuche.Location = New System.Drawing.Point(156, 100)&nbsp;<br> Me.btnSuche.Name = &quot;btnSuche&quot;&nbsp;<br> Me.btnSuche.Size = New System.Drawing.Size(75, 23)&nbsp;<br> Me.btnSuche.TabIndex = 11&nbsp;<br> Me.btnSuche.Text = &quot;Suchen&quot;&nbsp;<br> Me.btnSuche.UseVisualStyleBackColor = True&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(388, 24)&nbsp;<br> Me.MenuStrip1.TabIndex = 12&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(152, 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})&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(388, 25)&nbsp;<br> Me.ToolStrip1.TabIndex = 13&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> 'frmApplSuche&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(388, 146)&nbsp;<br> Me.Controls.Add(Me.ToolStrip1)&nbsp;<br> Me.Controls.Add(Me.MenuStrip1)&nbsp;<br> Me.Controls.Add(Me.btnSuche)&nbsp;<br> Me.Controls.Add(Me.txtSuchbegriff)&nbsp;<br> Me.Controls.Add(Me.lblSuchbegriff)&nbsp;<br> Me.Icon = CType(resources.GetObject(&quot;$this.Icon&quot;), System.Drawing.Icon)&nbsp;<br> Me.Name = &quot;frmApplSuche&quot;&nbsp;<br> Me.Text = &quot;Applikation-Suche&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_0000000000000845.html">frmApplSuche</a>
</p>
<DIV CLASS="footer">
<HR>
Generated by VBdocman .NET
<p>
</div></div>
</BODY>
</HTML>