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
12 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>frmMAEinstellung.InitializeComponent -Methode</TITLE>
<xml>
<MSHelp:TOCTitle Title="frmMAEinstellung.InitializeComponent -Methode"/>
<MSHelp:RLTitle Title="frmMAEinstellung.InitializeComponent -Methode"/>
<MSHelp:Keyword Index="A" Term="topic_0000000000000030"/>
<MSHelp:Keyword Index="K" Term="frmMAEinstellung.InitializeComponent -Methode"/>
<MSHelp:Keyword Index="K" Term="Vertragsverwaltung.frmMAEinstellung.InitializeComponent -Methode"/>
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmMAEinstellung.InitializeComponent"/>
<MSHelp:Keyword Index="F" Term="frmMAEinstellung.InitializeComponent"/>
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmMAEinstellung.frmMAEinstellung.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_0000000000000030"></A>frmMAEinstellung.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(frmMAEinstellung))&nbsp;<br> Me.GrpStartScreen = New System.Windows.Forms.GroupBox&nbsp;<br> Me.cboxApplikation = New System.Windows.Forms.CheckBox&nbsp;<br> Me.cboxPendenzen = New System.Windows.Forms.CheckBox&nbsp;<br> Me.cboxAktivitaeten = New System.Windows.Forms.CheckBox&nbsp;<br> Me.cboxVertragsuebersicht = New System.Windows.Forms.CheckBox&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.GrpStartScreen.SuspendLayout()&nbsp;<br> Me.MenuStrip1.SuspendLayout()&nbsp;<br> Me.ToolStrip1.SuspendLayout()&nbsp;<br> Me.SuspendLayout()&nbsp;<br> '&nbsp;<br> 'GrpStartScreen&nbsp;<br> '&nbsp;<br> Me.GrpStartScreen.Controls.Add(Me.cboxApplikation)&nbsp;<br> Me.GrpStartScreen.Controls.Add(Me.cboxPendenzen)&nbsp;<br> Me.GrpStartScreen.Controls.Add(Me.cboxAktivitaeten)&nbsp;<br> Me.GrpStartScreen.Controls.Add(Me.cboxVertragsuebersicht)&nbsp;<br> Me.GrpStartScreen.Location = New System.Drawing.Point(12, 52)&nbsp;<br> Me.GrpStartScreen.Name = &quot;GrpStartScreen&quot;&nbsp;<br> Me.GrpStartScreen.Size = New System.Drawing.Size(200, 139)&nbsp;<br> Me.GrpStartScreen.TabIndex = 0&nbsp;<br> Me.GrpStartScreen.TabStop = False&nbsp;<br> Me.GrpStartScreen.Text = &quot;StartBildschirm&quot;&nbsp;<br> '&nbsp;<br> 'cboxApplikation&nbsp;<br> '&nbsp;<br> Me.cboxApplikation.AutoSize = True&nbsp;<br> Me.cboxApplikation.Location = New System.Drawing.Point(18, 97)&nbsp;<br> Me.cboxApplikation.Name = &quot;cboxApplikation&quot;&nbsp;<br> Me.cboxApplikation.Size = New System.Drawing.Size(135, 17)&nbsp;<br> Me.cboxApplikation.TabIndex = 3&nbsp;<br> Me.cboxApplikation.Text = &quot;Applikationsverwaltung&quot;&nbsp;<br> Me.cboxApplikation.UseVisualStyleBackColor = True&nbsp;<br> '&nbsp;<br> 'cboxPendenzen&nbsp;<br> '&nbsp;<br> Me.cboxPendenzen.AutoSize = True&nbsp;<br> Me.cboxPendenzen.Location = New System.Drawing.Point(18, 74)&nbsp;<br> Me.cboxPendenzen.Name = &quot;cboxPendenzen&quot;&nbsp;<br> Me.cboxPendenzen.Size = New System.Drawing.Size(80, 17)&nbsp;<br> Me.cboxPendenzen.TabIndex = 2&nbsp;<br> Me.cboxPendenzen.Text = &quot;Pendenzen&quot;&nbsp;<br> Me.cboxPendenzen.UseVisualStyleBackColor = True&nbsp;<br> '&nbsp;<br> 'cboxAktivitaeten&nbsp;<br> '&nbsp;<br> Me.cboxAktivitaeten.AutoSize = True&nbsp;<br> Me.cboxAktivitaeten.Location = New System.Drawing.Point(18, 51)&nbsp;<br> Me.cboxAktivitaeten.Name = &quot;cboxAktivitaeten&quot;&nbsp;<br> Me.cboxAktivitaeten.Size = New System.Drawing.Size(76, 17)&nbsp;<br> Me.cboxAktivitaeten.TabIndex = 1&nbsp;<br> Me.cboxAktivitaeten.Text = &quot;Aktivitäten&quot;&nbsp;<br> Me.cboxAktivitaeten.UseVisualStyleBackColor = True&nbsp;<br> '&nbsp;<br> 'cboxVertragsuebersicht&nbsp;<br> '&nbsp;<br> Me.cboxVertragsuebersicht.AutoSize = True&nbsp;<br> Me.cboxVertragsuebersicht.Location = New System.Drawing.Point(18, 28)&nbsp;<br> Me.cboxVertragsuebersicht.Name = &quot;cboxVertragsuebersicht&quot;&nbsp;<br> Me.cboxVertragsuebersicht.Size = New System.Drawing.Size(108, 17)&nbsp;<br> Me.cboxVertragsuebersicht.TabIndex = 0&nbsp;<br> Me.cboxVertragsuebersicht.Text = &quot;Vertragsübersicht&quot;&nbsp;<br> Me.cboxVertragsuebersicht.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(235, 24)&nbsp;<br> Me.MenuStrip1.TabIndex = 2&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})&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(235, 25)&nbsp;<br> Me.ToolStrip1.TabIndex = 1&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> 'frmMAEinstellung&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(235, 205)&nbsp;<br> Me.Controls.Add(Me.ToolStrip1)&nbsp;<br> Me.Controls.Add(Me.MenuStrip1)&nbsp;<br> Me.Controls.Add(Me.GrpStartScreen)&nbsp;<br> Me.Icon = CType(resources.GetObject(&quot;$this.Icon&quot;), System.Drawing.Icon)&nbsp;<br> Me.Name = &quot;frmMAEinstellung&quot;&nbsp;<br> Me.Text = &quot;Mitarbeitereinstellungen&quot;&nbsp;<br> Me.GrpStartScreen.ResumeLayout(False)&nbsp;<br> Me.GrpStartScreen.PerformLayout()&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_000000000000002D.html">frmMAEinstellung</a>
</p>
<DIV CLASS="footer">
<HR>
Generated by VBdocman .NET
<p>
</div></div>
</BODY>
</HTML>