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