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>frmVertragselementApplikation.InitializeComponent -Methode</TITLE>
|
|
<xml>
|
|
<MSHelp:TOCTitle Title="frmVertragselementApplikation.InitializeComponent -Methode"/>
|
|
<MSHelp:RLTitle Title="frmVertragselementApplikation.InitializeComponent -Methode"/>
|
|
<MSHelp:Keyword Index="A" Term="topic_000000000000022B"/>
|
|
<MSHelp:Keyword Index="K" Term="frmVertragselementApplikation.InitializeComponent -Methode"/>
|
|
<MSHelp:Keyword Index="K" Term="Vertragsverwaltung.frmVertragselementApplikation.InitializeComponent -Methode"/>
|
|
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmVertragselementApplikation.InitializeComponent"/>
|
|
<MSHelp:Keyword Index="F" Term="frmVertragselementApplikation.InitializeComponent"/>
|
|
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmVertragselementApplikation.frmVertragselementApplikation.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_000000000000022B"></A>frmVertragselementApplikation.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(frmVertragselementApplikation)) <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.TSBtnSelect = New System.Windows.Forms.ToolStripButton <br> Me.TSTxtSuche = New System.Windows.Forms.ToolStripTextBox <br> Me.tsbtnSuche = New System.Windows.Forms.ToolStripButton <br> Me.TreeApplikationen = New System.Windows.Forms.TreeView <br> Me.ContextMenuAuswahl = New System.Windows.Forms.ContextMenuStrip(Me.components) <br> Me.ApplikationAuswählenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem <br> Me.ImgListApplikationTree = New System.Windows.Forms.ImageList(Me.components) <br> Me.MenuStrip1.SuspendLayout() <br> Me.ToolStrip1.SuspendLayout() <br> Me.ContextMenuAuswahl.SuspendLayout() <br> Me.SuspendLayout() <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(320, 24) <br> Me.MenuStrip1.TabIndex = 3 <br> Me.MenuStrip1.Text = "MenuStrip1" <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.Text = "&Datei" <br> ' <br> 'BeendenToolStripMenuItem <br> ' <br> Me.BeendenToolStripMenuItem.Name = "BeendenToolStripMenuItem" <br> Me.BeendenToolStripMenuItem.Size = New System.Drawing.Size(116, 22) <br> Me.BeendenToolStripMenuItem.Text = "&Beenden" <br> ' <br> 'ToolStrip1 <br> ' <br> Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit, Me.TSBtnSelect, Me.TSTxtSuche, Me.tsbtnSuche}) <br> Me.ToolStrip1.Location = New System.Drawing.Point(0, 24) <br> Me.ToolStrip1.Name = "ToolStrip1" <br> Me.ToolStrip1.Size = New System.Drawing.Size(320, 25) <br> Me.ToolStrip1.TabIndex = 6 <br> Me.ToolStrip1.Text = "ToolStrip1" <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 = "ToolStripButton1" <br> Me.TSBtnQuit.ToolTipText = "Fenster schliessen" <br> ' <br> 'TSBtnSelect <br> ' <br> Me.TSBtnSelect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image <br> Me.TSBtnSelect.Image = CType(resources.GetObject("TSBtnSelect.Image"), System.Drawing.Image) <br> Me.TSBtnSelect.ImageTransparentColor = System.Drawing.Color.Magenta <br> Me.TSBtnSelect.Name = "TSBtnSelect" <br> Me.TSBtnSelect.Size = New System.Drawing.Size(23, 22) <br> Me.TSBtnSelect.Text = "Applikation übernehmen" <br> ' <br> 'TSTxtSuche <br> ' <br> Me.TSTxtSuche.Name = "TSTxtSuche" <br> Me.TSTxtSuche.Size = New System.Drawing.Size(100, 25) <br> ' <br> 'tsbtnSuche <br> ' <br> Me.tsbtnSuche.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image <br> Me.tsbtnSuche.Image = CType(resources.GetObject("tsbtnSuche.Image"), System.Drawing.Image) <br> Me.tsbtnSuche.ImageTransparentColor = System.Drawing.Color.Magenta <br> Me.tsbtnSuche.Name = "tsbtnSuche" <br> Me.tsbtnSuche.Size = New System.Drawing.Size(23, 22) <br> Me.tsbtnSuche.Text = "Suchen" <br> ' <br> 'TreeApplikationen <br> ' <br> Me.TreeApplikationen.ContextMenuStrip = Me.ContextMenuAuswahl <br> Me.TreeApplikationen.Dock = System.Windows.Forms.DockStyle.Fill <br> Me.TreeApplikationen.HideSelection = False <br> Me.TreeApplikationen.HotTracking = True <br> Me.TreeApplikationen.ImageIndex = 0 <br> Me.TreeApplikationen.ImageList = Me.ImgListApplikationTree <br> Me.TreeApplikationen.Location = New System.Drawing.Point(0, 49) <br> Me.TreeApplikationen.Name = "TreeApplikationen" <br> Me.TreeApplikationen.SelectedImageIndex = 0 <br> Me.TreeApplikationen.Size = New System.Drawing.Size(320, 538) <br> Me.TreeApplikationen.TabIndex = 7 <br> ' <br> 'ContextMenuAuswahl <br> ' <br> Me.ContextMenuAuswahl.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ApplikationAuswählenToolStripMenuItem}) <br> Me.ContextMenuAuswahl.Name = "ContextMenuAuswahl" <br> Me.ContextMenuAuswahl.Size = New System.Drawing.Size(181, 26) <br> ' <br> 'ApplikationAuswählenToolStripMenuItem <br> ' <br> Me.ApplikationAuswählenToolStripMenuItem.Name = "ApplikationAuswählenToolStripMenuItem" <br> Me.ApplikationAuswählenToolStripMenuItem.Size = New System.Drawing.Size(180, 22) <br> Me.ApplikationAuswählenToolStripMenuItem.Text = "&Applikation auswählen" <br> ' <br> 'ImgListApplikationTree <br> ' <br> Me.ImgListApplikationTree.ImageStream = CType(resources.GetObject("ImgListApplikationTree.ImageStream"), System.Windows.Forms.ImageListStreamer) <br> Me.ImgListApplikationTree.TransparentColor = System.Drawing.Color.Transparent <br> Me.ImgListApplikationTree.Images.SetKeyName(0, "45.ico") <br> Me.ImgListApplikationTree.Images.SetKeyName(1, "Run.ico") <br> Me.ImgListApplikationTree.Images.SetKeyName(2, "Run_Deleted.ico") <br> ' <br> 'frmVertragselementApplikation <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(320, 587) <br> Me.Controls.Add(Me.TreeApplikationen) <br> Me.Controls.Add(Me.ToolStrip1) <br> Me.Controls.Add(Me.MenuStrip1) <br> Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) <br> Me.Name = "frmVertragselementApplikation" <br> Me.Text = "Auswahl Applikation" <br> Me.MenuStrip1.ResumeLayout(False) <br> Me.MenuStrip1.PerformLayout() <br> Me.ToolStrip1.ResumeLayout(False) <br> Me.ToolStrip1.PerformLayout() <br> Me.ContextMenuAuswahl.ResumeLayout(False) <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_0000000000000228.html">frmVertragselementApplikation</a>
|
|
|
|
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
<DIV CLASS="footer">
|
|
<HR>
|
|
Generated by VBdocman .NET
|
|
<p>
|
|
</div></div>
|
|
</BODY>
|
|
</HTML>
|
|
|