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
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(" ");
|
|
}
|
|
}
|
|
</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_0000000000000030"></A>frmMAEinstellung.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> Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMAEinstellung)) <br> Me.GrpStartScreen = New System.Windows.Forms.GroupBox <br> Me.cboxApplikation = New System.Windows.Forms.CheckBox <br> Me.cboxPendenzen = New System.Windows.Forms.CheckBox <br> Me.cboxAktivitaeten = New System.Windows.Forms.CheckBox <br> Me.cboxVertragsuebersicht = New System.Windows.Forms.CheckBox <br> Me.MenuStrip1 = New System.Windows.Forms.MenuStrip <br> Me.DateiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem <br> Me.BeendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem <br> Me.ToolStrip1 = New System.Windows.Forms.ToolStrip <br> Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton <br> Me.TSBtnSave = New System.Windows.Forms.ToolStripButton <br> Me.GrpStartScreen.SuspendLayout() <br> Me.MenuStrip1.SuspendLayout() <br> Me.ToolStrip1.SuspendLayout() <br> Me.SuspendLayout() <br> ' <br> 'GrpStartScreen <br> ' <br> Me.GrpStartScreen.Controls.Add(Me.cboxApplikation) <br> Me.GrpStartScreen.Controls.Add(Me.cboxPendenzen) <br> Me.GrpStartScreen.Controls.Add(Me.cboxAktivitaeten) <br> Me.GrpStartScreen.Controls.Add(Me.cboxVertragsuebersicht) <br> Me.GrpStartScreen.Location = New System.Drawing.Point(12, 52) <br> Me.GrpStartScreen.Name = "GrpStartScreen" <br> Me.GrpStartScreen.Size = New System.Drawing.Size(200, 139) <br> Me.GrpStartScreen.TabIndex = 0 <br> Me.GrpStartScreen.TabStop = False <br> Me.GrpStartScreen.Text = "StartBildschirm" <br> ' <br> 'cboxApplikation <br> ' <br> Me.cboxApplikation.AutoSize = True <br> Me.cboxApplikation.Location = New System.Drawing.Point(18, 97) <br> Me.cboxApplikation.Name = "cboxApplikation" <br> Me.cboxApplikation.Size = New System.Drawing.Size(135, 17) <br> Me.cboxApplikation.TabIndex = 3 <br> Me.cboxApplikation.Text = "Applikationsverwaltung" <br> Me.cboxApplikation.UseVisualStyleBackColor = True <br> ' <br> 'cboxPendenzen <br> ' <br> Me.cboxPendenzen.AutoSize = True <br> Me.cboxPendenzen.Location = New System.Drawing.Point(18, 74) <br> Me.cboxPendenzen.Name = "cboxPendenzen" <br> Me.cboxPendenzen.Size = New System.Drawing.Size(80, 17) <br> Me.cboxPendenzen.TabIndex = 2 <br> Me.cboxPendenzen.Text = "Pendenzen" <br> Me.cboxPendenzen.UseVisualStyleBackColor = True <br> ' <br> 'cboxAktivitaeten <br> ' <br> Me.cboxAktivitaeten.AutoSize = True <br> Me.cboxAktivitaeten.Location = New System.Drawing.Point(18, 51) <br> Me.cboxAktivitaeten.Name = "cboxAktivitaeten" <br> Me.cboxAktivitaeten.Size = New System.Drawing.Size(76, 17) <br> Me.cboxAktivitaeten.TabIndex = 1 <br> Me.cboxAktivitaeten.Text = "Aktivitäten" <br> Me.cboxAktivitaeten.UseVisualStyleBackColor = True <br> ' <br> 'cboxVertragsuebersicht <br> ' <br> Me.cboxVertragsuebersicht.AutoSize = True <br> Me.cboxVertragsuebersicht.Location = New System.Drawing.Point(18, 28) <br> Me.cboxVertragsuebersicht.Name = "cboxVertragsuebersicht" <br> Me.cboxVertragsuebersicht.Size = New System.Drawing.Size(108, 17) <br> Me.cboxVertragsuebersicht.TabIndex = 0 <br> Me.cboxVertragsuebersicht.Text = "Vertragsübersicht" <br> Me.cboxVertragsuebersicht.UseVisualStyleBackColor = True <br> ' <br> 'MenuStrip1 <br> ' <br> Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DateiToolStripMenuItem}) <br> Me.MenuStrip1.Location = New System.Drawing.Point(0, 0) <br> Me.MenuStrip1.Name = "MenuStrip1" <br> Me.MenuStrip1.Size = New System.Drawing.Size(235, 24) <br> Me.MenuStrip1.TabIndex = 2 <br> Me.MenuStrip1.Tag = "" <br> Me.MenuStrip1.Text = "Hauptmenu" <br> ' <br> 'DateiToolStripMenuItem <br> ' <br> Me.DateiToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BeendenToolStripMenuItem}) <br> Me.DateiToolStripMenuItem.Name = "DateiToolStripMenuItem" <br> Me.DateiToolStripMenuItem.Size = New System.Drawing.Size(44, 20) <br> Me.DateiToolStripMenuItem.Tag = "" <br> Me.DateiToolStripMenuItem.Text = "&Datei" <br> ' <br> 'BeendenToolStripMenuItem <br> ' <br> Me.BeendenToolStripMenuItem.Name = "BeendenToolStripMenuItem" <br> Me.BeendenToolStripMenuItem.Size = New System.Drawing.Size(116, 22) <br> Me.BeendenToolStripMenuItem.Tag = "" <br> Me.BeendenToolStripMenuItem.Text = "&Beenden" <br> ' <br> 'ToolStrip1 <br> ' <br> Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit, Me.TSBtnSave}) <br> Me.ToolStrip1.Location = New System.Drawing.Point(0, 24) <br> Me.ToolStrip1.Name = "ToolStrip1" <br> Me.ToolStrip1.Size = New System.Drawing.Size(235, 25) <br> Me.ToolStrip1.TabIndex = 1 <br> Me.ToolStrip1.Text = "Toolstrip Vertragspartner" <br> ' <br> 'TSBtnQuit <br> ' <br> Me.TSBtnQuit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image <br> Me.TSBtnQuit.Image = CType(resources.GetObject("TSBtnQuit.Image"), System.Drawing.Image) <br> Me.TSBtnQuit.ImageTransparentColor = System.Drawing.Color.Magenta <br> Me.TSBtnQuit.Name = "TSBtnQuit" <br> Me.TSBtnQuit.Size = New System.Drawing.Size(23, 22) <br> Me.TSBtnQuit.Text = "Fenster schliessen" <br> Me.TSBtnQuit.ToolTipText = "Fenster schliessen" <br> ' <br> 'TSBtnSave <br> ' <br> Me.TSBtnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image <br> Me.TSBtnSave.Image = CType(resources.GetObject("TSBtnSave.Image"), System.Drawing.Image) <br> Me.TSBtnSave.ImageTransparentColor = System.Drawing.Color.Magenta <br> Me.TSBtnSave.Name = "TSBtnSave" <br> Me.TSBtnSave.Size = New System.Drawing.Size(23, 22) <br> Me.TSBtnSave.Text = "Daten speichern" <br> Me.TSBtnSave.ToolTipText = "Daten speichern" <br> ' <br> 'frmMAEinstellung <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(235, 205) <br> Me.Controls.Add(Me.ToolStrip1) <br> Me.Controls.Add(Me.MenuStrip1) <br> Me.Controls.Add(Me.GrpStartScreen) <br> Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) <br> Me.Name = "frmMAEinstellung" <br> Me.Text = "Mitarbeitereinstellungen" <br> Me.GrpStartScreen.ResumeLayout(False) <br> Me.GrpStartScreen.PerformLayout() <br> Me.MenuStrip1.ResumeLayout(False) <br> Me.MenuStrip1.PerformLayout() <br> Me.ToolStrip1.ResumeLayout(False) <br> Me.ToolStrip1.PerformLayout() <br> Me.ResumeLayout(False) <br> Me.PerformLayout() <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_000000000000002D.html">frmMAEinstellung</a>
|
|
|
|
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
<DIV CLASS="footer">
|
|
<HR>
|
|
Generated by VBdocman .NET
|
|
<p>
|
|
</div></div>
|
|
</BODY>
|
|
</HTML>
|
|
|