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
7.5 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>frmSplash.InitializeComponent -Methode</TITLE>
<xml>
<MSHelp:TOCTitle Title="frmSplash.InitializeComponent -Methode"/>
<MSHelp:RLTitle Title="frmSplash.InitializeComponent -Methode"/>
<MSHelp:Keyword Index="A" Term="topic_000000000000056B"/>
<MSHelp:Keyword Index="K" Term="frmSplash.InitializeComponent -Methode"/>
<MSHelp:Keyword Index="K" Term="Vertragsverwaltung.frmSplash.InitializeComponent -Methode"/>
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmSplash.InitializeComponent"/>
<MSHelp:Keyword Index="F" Term="frmSplash.InitializeComponent"/>
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmSplash.frmSplash.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_000000000000056B"></A>frmSplash.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> Me.components = New System.ComponentModel.Container&nbsp;<br> Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSplash))&nbsp;<br> Me.PictureBox1 = New System.Windows.Forms.PictureBox&nbsp;<br> Me.Timer1 = New System.Windows.Forms.Timer(Me.components)&nbsp;<br> Me.lblVersion = New System.Windows.Forms.Label&nbsp;<br> Me.Panel1 = New System.Windows.Forms.Panel&nbsp;<br> Me.lblversiondatum = New System.Windows.Forms.Label&nbsp;<br> CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()&nbsp;<br> Me.Panel1.SuspendLayout()&nbsp;<br> Me.SuspendLayout()&nbsp;<br> '&nbsp;<br> 'PictureBox1&nbsp;<br> '&nbsp;<br> Me.PictureBox1.Dock = System.Windows.Forms.DockStyle.Fill&nbsp;<br> Me.PictureBox1.ErrorImage = CType(resources.GetObject(&quot;PictureBox1.ErrorImage&quot;), System.Drawing.Image)&nbsp;<br> Me.PictureBox1.Image = CType(resources.GetObject(&quot;PictureBox1.Image&quot;), System.Drawing.Image)&nbsp;<br> Me.PictureBox1.Location = New System.Drawing.Point(0, 0)&nbsp;<br> Me.PictureBox1.Name = &quot;PictureBox1&quot;&nbsp;<br> Me.PictureBox1.Size = New System.Drawing.Size(463, 334)&nbsp;<br> Me.PictureBox1.TabIndex = 0&nbsp;<br> Me.PictureBox1.TabStop = False&nbsp;<br> '&nbsp;<br> 'Timer1&nbsp;<br> '&nbsp;<br> Me.Timer1.Enabled = True&nbsp;<br> Me.Timer1.Interval = 3000&nbsp;<br> '&nbsp;<br> 'lblVersion&nbsp;<br> '&nbsp;<br> Me.lblVersion.BackColor = System.Drawing.Color.White&nbsp;<br> Me.lblVersion.Font = New System.Drawing.Font(&quot;Microsoft Sans Serif&quot;, 14.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))&nbsp;<br> Me.lblVersion.Location = New System.Drawing.Point(3, 0)&nbsp;<br> Me.lblVersion.Name = &quot;lblVersion&quot;&nbsp;<br> Me.lblVersion.Size = New System.Drawing.Size(197, 24)&nbsp;<br> Me.lblVersion.TabIndex = 1&nbsp;<br> Me.lblVersion.Text = &quot;Version &quot;&nbsp;<br> Me.lblVersion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter&nbsp;<br> '&nbsp;<br> 'Panel1&nbsp;<br> '&nbsp;<br> Me.Panel1.BackColor = System.Drawing.Color.White&nbsp;<br> Me.Panel1.Controls.Add(Me.lblversiondatum)&nbsp;<br> Me.Panel1.Controls.Add(Me.lblVersion)&nbsp;<br> Me.Panel1.Location = New System.Drawing.Point(246, 252)&nbsp;<br> Me.Panel1.Name = &quot;Panel1&quot;&nbsp;<br> Me.Panel1.Size = New System.Drawing.Size(195, 48)&nbsp;<br> Me.Panel1.TabIndex = 2&nbsp;<br> '&nbsp;<br> 'lblversiondatum&nbsp;<br> '&nbsp;<br> Me.lblversiondatum.BackColor = System.Drawing.Color.White&nbsp;<br> Me.lblversiondatum.Font = New System.Drawing.Font(&quot;Microsoft Sans Serif&quot;, 11.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))&nbsp;<br> Me.lblversiondatum.Location = New System.Drawing.Point(0, 24)&nbsp;<br> Me.lblversiondatum.Name = &quot;lblversiondatum&quot;&nbsp;<br> Me.lblversiondatum.Size = New System.Drawing.Size(200, 24)&nbsp;<br> Me.lblversiondatum.TabIndex = 2&nbsp;<br> Me.lblversiondatum.Text = &quot;Version &quot;&nbsp;<br> Me.lblversiondatum.TextAlign = System.Drawing.ContentAlignment.MiddleCenter&nbsp;<br> '&nbsp;<br> 'frmSplash&nbsp;<br> '&nbsp;<br> Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None&nbsp;<br> Me.ClientSize = New System.Drawing.Size(463, 334)&nbsp;<br> Me.ControlBox = False&nbsp;<br> Me.Controls.Add(Me.Panel1)&nbsp;<br> Me.Controls.Add(Me.PictureBox1)&nbsp;<br> Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None&nbsp;<br> Me.Name = &quot;frmSplash&quot;&nbsp;<br> Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen&nbsp;<br> Me.Text = &quot;frmSplash&quot;&nbsp;<br> CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()&nbsp;<br> Me.Panel1.ResumeLayout(False)&nbsp;<br> Me.ResumeLayout(False)&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_0000000000000568.html">frmSplash</a>
</p>
<DIV CLASS="footer">
<HR>
Generated by VBdocman .NET
<p>
</div></div>
</BODY>
</HTML>