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
8.5 KiB
130 lines
8.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>frmApplikationNeu.InitializeComponent -Methode</TITLE>
|
|
<xml>
|
|
<MSHelp:TOCTitle Title="frmApplikationNeu.InitializeComponent -Methode"/>
|
|
<MSHelp:RLTitle Title="frmApplikationNeu.InitializeComponent -Methode"/>
|
|
<MSHelp:Keyword Index="A" Term="topic_0000000000000DBF"/>
|
|
<MSHelp:Keyword Index="K" Term="frmApplikationNeu.InitializeComponent -Methode"/>
|
|
<MSHelp:Keyword Index="K" Term="Vertragsverwaltung.frmApplikationNeu.InitializeComponent -Methode"/>
|
|
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmApplikationNeu.InitializeComponent"/>
|
|
<MSHelp:Keyword Index="F" Term="frmApplikationNeu.InitializeComponent"/>
|
|
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmApplikationNeu.frmApplikationNeu.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_0000000000000DBF"></A>frmApplikationNeu.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(frmApplikationNeu)) <br> Me.cbboxParentTree = New Vertragsverwaltung.Controls.ComboBoxTree <br> Me.txtBezeichnung = New System.Windows.Forms.TextBox <br> Me.lblKategorie = New System.Windows.Forms.Label <br> Me.lblParentElement = New System.Windows.Forms.Label <br> Me.cbboxKategorie = New System.Windows.Forms.ComboBox <br> Me.lblApplikation = New System.Windows.Forms.Label <br> Me.btnOK = New System.Windows.Forms.Button <br> Me.btnAbbruch = New System.Windows.Forms.Button <br> Me.SuspendLayout() <br> ' <br> 'cbboxParentTree <br> ' <br> Me.cbboxParentTree.ImageIndex = -1 <br> Me.cbboxParentTree.ImageList = Nothing <br> Me.cbboxParentTree.Location = New System.Drawing.Point(139, 40) <br> Me.cbboxParentTree.Name = "cbboxParentTree" <br> Me.cbboxParentTree.SelectedImageIndex = -1 <br> Me.cbboxParentTree.SelectedNode = Nothing <br> Me.cbboxParentTree.Size = New System.Drawing.Size(204, 22) <br> Me.cbboxParentTree.TabIndex = 1 <br> ' <br> 'txtBezeichnung <br> ' <br> Me.txtBezeichnung.Location = New System.Drawing.Point(139, 15) <br> Me.txtBezeichnung.Name = "txtBezeichnung" <br> Me.txtBezeichnung.Size = New System.Drawing.Size(204, 20) <br> Me.txtBezeichnung.TabIndex = 0 <br> ' <br> 'lblKategorie <br> ' <br> Me.lblKategorie.AutoSize = True <br> Me.lblKategorie.Location = New System.Drawing.Point(6, 71) <br> Me.lblKategorie.Name = "lblKategorie" <br> Me.lblKategorie.Size = New System.Drawing.Size(52, 13) <br> Me.lblKategorie.TabIndex = 133 <br> Me.lblKategorie.Text = "Kategorie" <br> ' <br> 'lblParentElement <br> ' <br> Me.lblParentElement.AutoSize = True <br> Me.lblParentElement.Location = New System.Drawing.Point(6, 44) <br> Me.lblParentElement.Name = "lblParentElement" <br> Me.lblParentElement.Size = New System.Drawing.Size(122, 13) <br> Me.lblParentElement.TabIndex = 132 <br> Me.lblParentElement.Text = "übergeordnetes Element" <br> ' <br> 'cbboxKategorie <br> ' <br> Me.cbboxKategorie.FormattingEnabled = True <br> Me.cbboxKategorie.Location = New System.Drawing.Point(139, 68) <br> Me.cbboxKategorie.Name = "cbboxKategorie" <br> Me.cbboxKategorie.Size = New System.Drawing.Size(204, 21) <br> Me.cbboxKategorie.TabIndex = 2 <br> ' <br> 'lblApplikation <br> ' <br> Me.lblApplikation.AutoSize = True <br> Me.lblApplikation.Location = New System.Drawing.Point(6, 18) <br> Me.lblApplikation.Name = "lblApplikation" <br> Me.lblApplikation.Size = New System.Drawing.Size(93, 13) <br> Me.lblApplikation.TabIndex = 129 <br> Me.lblApplikation.Text = "Applikation/Modul" <br> ' <br> 'btnOK <br> ' <br> Me.btnOK.Location = New System.Drawing.Point(74, 119) <br> Me.btnOK.Name = "btnOK" <br> Me.btnOK.Size = New System.Drawing.Size(75, 23) <br> Me.btnOK.TabIndex = 3 <br> Me.btnOK.Text = "OK" <br> Me.btnOK.UseVisualStyleBackColor = True <br> ' <br> 'btnAbbruch <br> ' <br> Me.btnAbbruch.Location = New System.Drawing.Point(191, 119) <br> Me.btnAbbruch.Name = "btnAbbruch" <br> Me.btnAbbruch.Size = New System.Drawing.Size(75, 23) <br> Me.btnAbbruch.TabIndex = 4 <br> Me.btnAbbruch.Text = "Abbruch" <br> Me.btnAbbruch.UseVisualStyleBackColor = True <br> ' <br> 'frmApplikationNeu <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(368, 168) <br> Me.Controls.Add(Me.btnAbbruch) <br> Me.Controls.Add(Me.btnOK) <br> Me.Controls.Add(Me.cbboxParentTree) <br> Me.Controls.Add(Me.txtBezeichnung) <br> Me.Controls.Add(Me.lblKategorie) <br> Me.Controls.Add(Me.lblParentElement) <br> Me.Controls.Add(Me.cbboxKategorie) <br> Me.Controls.Add(Me.lblApplikation) <br> Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) <br> Me.Name = "frmApplikationNeu" <br> Me.Text = "Neue Applikation/Modul eröffnen" <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_0000000000000409.html">frmApplikationNeu</a>
|
|
|
|
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
<DIV CLASS="footer">
|
|
<HR>
|
|
Generated by VBdocman .NET
|
|
<p>
|
|
</div></div>
|
|
</BODY>
|
|
</HTML>
|
|
|