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.
130 lines
4.6 KiB
130 lines
4.6 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>frmTest.InitializeComponent -Methode</TITLE>
|
|
<xml>
|
|
<MSHelp:TOCTitle Title="frmTest.InitializeComponent -Methode"/>
|
|
<MSHelp:RLTitle Title="frmTest.InitializeComponent -Methode"/>
|
|
<MSHelp:Keyword Index="A" Term="topic_00000000000010B8"/>
|
|
<MSHelp:Keyword Index="K" Term="frmTest.InitializeComponent -Methode"/>
|
|
<MSHelp:Keyword Index="K" Term="Vertragsverwaltung.frmTest.InitializeComponent -Methode"/>
|
|
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmTest.InitializeComponent"/>
|
|
<MSHelp:Keyword Index="F" Term="frmTest.InitializeComponent"/>
|
|
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmTest.frmTest.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(" ");
|
|
}
|
|
}
|
|
</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> </TD>
|
|
</TR>
|
|
</TABLE>
|
|
</div>
|
|
<div id="TitleRow">
|
|
<H1 class="dtH1"><A NAME="topic_00000000000010B8"></A>frmTest.InitializeComponent -Methode</H1>
|
|
</div></div>
|
|
<!--NONSCROLLING BANNER END-->
|
|
|
|
<DIV id="nstext" valign="bottom"><!---->
|
|
|
|
|
|
|
|
|
|
|
|
<PRE class="syntax"><SPAN class="lang">[Visual Basic]
|
|
</SPAN><B><System.Diagnostics.DebuggerStepThrough()> _ <br>Private Sub InitializeComponent()</B></PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<H4 class="dtH4">Quellcode</H4>
|
|
<pre class="code"><SPAN class="lang">[Visual Basic]</SPAN>
|
|
Private Sub InitializeComponent() <br> Me.components = New System.ComponentModel.Container <br> Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) <br> Me.Sub1ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem <br> Me.ContextMenuStrip1.SuspendLayout() <br> Me.SuspendLayout() <br> ' <br> 'ContextMenuStrip1 <br> ' <br> Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.Sub1ToolStripMenuItem}) <br> Me.ContextMenuStrip1.Name = "ContextMenuStrip1" <br> Me.ContextMenuStrip1.Size = New System.Drawing.Size(99, 26) <br> ' <br> 'Sub1ToolStripMenuItem <br> ' <br> Me.Sub1ToolStripMenuItem.Name = "Sub1ToolStripMenuItem" <br> Me.Sub1ToolStripMenuItem.Size = New System.Drawing.Size(98, 22) <br> Me.Sub1ToolStripMenuItem.Text = "Sub1" <br> ' <br> 'frmTest <br> ' <br> Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) <br> Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font <br> Me.ClientSize = New System.Drawing.Size(292, 273) <br> Me.Name = "frmTest" <br> Me.Text = "frmTest" <br> Me.ContextMenuStrip1.ResumeLayout(False) <br> Me.ResumeLayout(False) <br> <br> End Sub
|
|
</pre>
|
|
|
|
|
|
|
|
<H4 class="dtH4">Forderungen</H4>
|
|
<P><b class="le">Plattformen: </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_00000000000010B5.html">frmTest</a>
|
|
|
|
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
<DIV CLASS="footer">
|
|
<HR>
|
|
Generated by VBdocman .NET
|
|
<p>
|
|
</div></div>
|
|
</BODY>
|
|
</HTML>
|
|
|