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.
ITSM/.svn/pristine/20/2033a6c35ef03581fc3c1148945...

130 lines
19 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>frmAuswertungsParameter.InitializeComponent -Methode</TITLE>
<xml>
<MSHelp:TOCTitle Title="frmAuswertungsParameter.InitializeComponent -Methode"/>
<MSHelp:RLTitle Title="frmAuswertungsParameter.InitializeComponent -Methode"/>
<MSHelp:Keyword Index="A" Term="topic_00000000000016DA"/>
<MSHelp:Keyword Index="K" Term="frmAuswertungsParameter.InitializeComponent -Methode"/>
<MSHelp:Keyword Index="K" Term="Vertragsverwaltung.frmAuswertungsParameter.InitializeComponent -Methode"/>
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmAuswertungsParameter.InitializeComponent"/>
<MSHelp:Keyword Index="F" Term="frmAuswertungsParameter.InitializeComponent"/>
<MSHelp:Keyword Index="F" Term="Vertragsverwaltung.frmAuswertungsParameter.frmAuswertungsParameter.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_00000000000016DA"></A>frmAuswertungsParameter.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(frmAuswertungsParameter))&nbsp;<br> Me.cbop1 = New System.Windows.Forms.ComboBox&nbsp;<br> Me.cbvalue1 = New System.Windows.Forms.ComboBox&nbsp;<br> Me.lblParamTitel = New System.Windows.Forms.Label&nbsp;<br> Me.lblTitelOperator = New System.Windows.Forms.Label&nbsp;<br> Me.lblTitelWert = New System.Windows.Forms.Label&nbsp;<br> Me.cbvalue2 = New System.Windows.Forms.ComboBox&nbsp;<br> Me.cbop2 = New System.Windows.Forms.ComboBox&nbsp;<br> Me.cbvalue3 = New System.Windows.Forms.ComboBox&nbsp;<br> Me.cbop3 = New System.Windows.Forms.ComboBox&nbsp;<br> Me.cbvalue4 = New System.Windows.Forms.ComboBox&nbsp;<br> Me.cbop4 = New System.Windows.Forms.ComboBox&nbsp;<br> Me.cbvalue5 = New System.Windows.Forms.ComboBox&nbsp;<br> Me.cbop5 = New System.Windows.Forms.ComboBox&nbsp;<br> Me.Label6 = New System.Windows.Forms.Label&nbsp;<br> Me.cboxand1 = New System.Windows.Forms.CheckBox&nbsp;<br> Me.cboxor1 = New System.Windows.Forms.CheckBox&nbsp;<br> Me.cbparam1 = New System.Windows.Forms.ComboBox&nbsp;<br> Me.cbparam2 = New System.Windows.Forms.ComboBox&nbsp;<br> Me.cbparam3 = New System.Windows.Forms.ComboBox&nbsp;<br> Me.cbparam4 = New System.Windows.Forms.ComboBox&nbsp;<br> Me.cbparam5 = New System.Windows.Forms.ComboBox&nbsp;<br> Me.cboxor2 = New System.Windows.Forms.CheckBox&nbsp;<br> Me.cboxand2 = New System.Windows.Forms.CheckBox&nbsp;<br> Me.cboxor3 = New System.Windows.Forms.CheckBox&nbsp;<br> Me.cboxand3 = New System.Windows.Forms.CheckBox&nbsp;<br> Me.cboxor4 = New System.Windows.Forms.CheckBox&nbsp;<br> Me.cboxand4 = New System.Windows.Forms.CheckBox&nbsp;<br> Me.btnAufbereiten = New System.Windows.Forms.Button&nbsp;<br> Me.btnInitParams = New System.Windows.Forms.Button&nbsp;<br> Me.SuspendLayout()&nbsp;<br> '&nbsp;<br> 'cbop1&nbsp;<br> '&nbsp;<br> Me.cbop1.FormattingEnabled = True&nbsp;<br> Me.cbop1.Location = New System.Drawing.Point(207, 47)&nbsp;<br> Me.cbop1.Name = &quot;cbop1&quot;&nbsp;<br> Me.cbop1.Size = New System.Drawing.Size(52, 21)&nbsp;<br> Me.cbop1.TabIndex = 1&nbsp;<br> '&nbsp;<br> 'cbvalue1&nbsp;<br> '&nbsp;<br> Me.cbvalue1.FormatString = &quot;N2&quot;&nbsp;<br> Me.cbvalue1.FormattingEnabled = True&nbsp;<br> Me.cbvalue1.Location = New System.Drawing.Point(265, 47)&nbsp;<br> Me.cbvalue1.Name = &quot;cbvalue1&quot;&nbsp;<br> Me.cbvalue1.Size = New System.Drawing.Size(128, 21)&nbsp;<br> Me.cbvalue1.TabIndex = 2&nbsp;<br> '&nbsp;<br> 'lblParamTitel&nbsp;<br> '&nbsp;<br> Me.lblParamTitel.AutoSize = True&nbsp;<br> Me.lblParamTitel.Font = New System.Drawing.Font(&quot;Microsoft Sans Serif&quot;, 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))&nbsp;<br> Me.lblParamTitel.Location = New System.Drawing.Point(71, 17)&nbsp;<br> Me.lblParamTitel.Name = &quot;lblParamTitel&quot;&nbsp;<br> Me.lblParamTitel.Size = New System.Drawing.Size(64, 13)&nbsp;<br> Me.lblParamTitel.TabIndex = 3&nbsp;<br> Me.lblParamTitel.Text = &quot;Parameter&quot;&nbsp;<br> '&nbsp;<br> 'lblTitelOperator&nbsp;<br> '&nbsp;<br> Me.lblTitelOperator.AutoSize = True&nbsp;<br> Me.lblTitelOperator.Font = New System.Drawing.Font(&quot;Microsoft Sans Serif&quot;, 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))&nbsp;<br> Me.lblTitelOperator.Location = New System.Drawing.Point(204, 17)&nbsp;<br> Me.lblTitelOperator.Name = &quot;lblTitelOperator&quot;&nbsp;<br> Me.lblTitelOperator.Size = New System.Drawing.Size(56, 13)&nbsp;<br> Me.lblTitelOperator.TabIndex = 4&nbsp;<br> Me.lblTitelOperator.Text = &quot;Operator&quot;&nbsp;<br> '&nbsp;<br> 'lblTitelWert&nbsp;<br> '&nbsp;<br> Me.lblTitelWert.AutoSize = True&nbsp;<br> Me.lblTitelWert.Font = New System.Drawing.Font(&quot;Microsoft Sans Serif&quot;, 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))&nbsp;<br> Me.lblTitelWert.Location = New System.Drawing.Point(266, 17)&nbsp;<br> Me.lblTitelWert.Name = &quot;lblTitelWert&quot;&nbsp;<br> Me.lblTitelWert.Size = New System.Drawing.Size(34, 13)&nbsp;<br> Me.lblTitelWert.TabIndex = 5&nbsp;<br> Me.lblTitelWert.Text = &quot;Wert&quot;&nbsp;<br> '&nbsp;<br> 'cbvalue2&nbsp;<br> '&nbsp;<br> Me.cbvalue2.FormattingEnabled = True&nbsp;<br> Me.cbvalue2.Location = New System.Drawing.Point(265, 77)&nbsp;<br> Me.cbvalue2.Name = &quot;cbvalue2&quot;&nbsp;<br> Me.cbvalue2.Size = New System.Drawing.Size(128, 21)&nbsp;<br> Me.cbvalue2.TabIndex = 7&nbsp;<br> '&nbsp;<br> 'cbop2&nbsp;<br> '&nbsp;<br> Me.cbop2.FormattingEnabled = True&nbsp;<br> Me.cbop2.Location = New System.Drawing.Point(207, 77)&nbsp;<br> Me.cbop2.Name = &quot;cbop2&quot;&nbsp;<br> Me.cbop2.Size = New System.Drawing.Size(52, 21)&nbsp;<br> Me.cbop2.TabIndex = 6&nbsp;<br> '&nbsp;<br> 'cbvalue3&nbsp;<br> '&nbsp;<br> Me.cbvalue3.FormattingEnabled = True&nbsp;<br> Me.cbvalue3.Location = New System.Drawing.Point(265, 104)&nbsp;<br> Me.cbvalue3.Name = &quot;cbvalue3&quot;&nbsp;<br> Me.cbvalue3.Size = New System.Drawing.Size(128, 21)&nbsp;<br> Me.cbvalue3.TabIndex = 12&nbsp;<br> '&nbsp;<br> 'cbop3&nbsp;<br> '&nbsp;<br> Me.cbop3.FormattingEnabled = True&nbsp;<br> Me.cbop3.Location = New System.Drawing.Point(207, 104)&nbsp;<br> Me.cbop3.Name = &quot;cbop3&quot;&nbsp;<br> Me.cbop3.Size = New System.Drawing.Size(52, 21)&nbsp;<br> Me.cbop3.TabIndex = 11&nbsp;<br> '&nbsp;<br> 'cbvalue4&nbsp;<br> '&nbsp;<br> Me.cbvalue4.FormattingEnabled = True&nbsp;<br> Me.cbvalue4.Location = New System.Drawing.Point(265, 131)&nbsp;<br> Me.cbvalue4.Name = &quot;cbvalue4&quot;&nbsp;<br> Me.cbvalue4.Size = New System.Drawing.Size(128, 21)&nbsp;<br> Me.cbvalue4.TabIndex = 17&nbsp;<br> '&nbsp;<br> 'cbop4&nbsp;<br> '&nbsp;<br> Me.cbop4.FormattingEnabled = True&nbsp;<br> Me.cbop4.Location = New System.Drawing.Point(207, 131)&nbsp;<br> Me.cbop4.Name = &quot;cbop4&quot;&nbsp;<br> Me.cbop4.Size = New System.Drawing.Size(52, 21)&nbsp;<br> Me.cbop4.TabIndex = 16&nbsp;<br> '&nbsp;<br> 'cbvalue5&nbsp;<br> '&nbsp;<br> Me.cbvalue5.FormattingEnabled = True&nbsp;<br> Me.cbvalue5.Location = New System.Drawing.Point(265, 158)&nbsp;<br> Me.cbvalue5.Name = &quot;cbvalue5&quot;&nbsp;<br> Me.cbvalue5.Size = New System.Drawing.Size(128, 21)&nbsp;<br> Me.cbvalue5.TabIndex = 22&nbsp;<br> '&nbsp;<br> 'cbop5&nbsp;<br> '&nbsp;<br> Me.cbop5.FormattingEnabled = True&nbsp;<br> Me.cbop5.Location = New System.Drawing.Point(208, 158)&nbsp;<br> Me.cbop5.Name = &quot;cbop5&quot;&nbsp;<br> Me.cbop5.Size = New System.Drawing.Size(52, 21)&nbsp;<br> Me.cbop5.TabIndex = 21&nbsp;<br> '&nbsp;<br> 'Label6&nbsp;<br> '&nbsp;<br> Me.Label6.AutoSize = True&nbsp;<br> Me.Label6.Font = New System.Drawing.Font(&quot;Microsoft Sans Serif&quot;, 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))&nbsp;<br> Me.Label6.Location = New System.Drawing.Point(6, 17)&nbsp;<br> Me.Label6.Name = &quot;Label6&quot;&nbsp;<br> Me.Label6.Size = New System.Drawing.Size(59, 13)&nbsp;<br> Me.Label6.TabIndex = 18&nbsp;<br> Me.Label6.Text = &quot;und/oder&quot;&nbsp;<br> '&nbsp;<br> 'cboxand1&nbsp;<br> '&nbsp;<br> Me.cboxand1.AutoSize = True&nbsp;<br> Me.cboxand1.Location = New System.Drawing.Point(12, 77)&nbsp;<br> Me.cboxand1.Name = &quot;cboxand1&quot;&nbsp;<br> Me.cboxand1.Size = New System.Drawing.Size(15, 14)&nbsp;<br> Me.cboxand1.TabIndex = 3&nbsp;<br> Me.cboxand1.UseVisualStyleBackColor = True&nbsp;<br> '&nbsp;<br> 'cboxor1&nbsp;<br> '&nbsp;<br> Me.cboxor1.AutoSize = True&nbsp;<br> Me.cboxor1.Location = New System.Drawing.Point(39, 77)&nbsp;<br> Me.cboxor1.Name = &quot;cboxor1&quot;&nbsp;<br> Me.cboxor1.Size = New System.Drawing.Size(15, 14)&nbsp;<br> Me.cboxor1.TabIndex = 4&nbsp;<br> Me.cboxor1.UseVisualStyleBackColor = True&nbsp;<br> '&nbsp;<br> 'cbparam1&nbsp;<br> '&nbsp;<br> Me.cbparam1.FormattingEnabled = True&nbsp;<br> Me.cbparam1.Location = New System.Drawing.Point(73, 47)&nbsp;<br> Me.cbparam1.Name = &quot;cbparam1&quot;&nbsp;<br> Me.cbparam1.Size = New System.Drawing.Size(128, 21)&nbsp;<br> Me.cbparam1.TabIndex = 0&nbsp;<br> '&nbsp;<br> 'cbparam2&nbsp;<br> '&nbsp;<br> Me.cbparam2.FormattingEnabled = True&nbsp;<br> Me.cbparam2.Location = New System.Drawing.Point(73, 77)&nbsp;<br> Me.cbparam2.Name = &quot;cbparam2&quot;&nbsp;<br> Me.cbparam2.Size = New System.Drawing.Size(128, 21)&nbsp;<br> Me.cbparam2.TabIndex = 5&nbsp;<br> '&nbsp;<br> 'cbparam3&nbsp;<br> '&nbsp;<br> Me.cbparam3.FormattingEnabled = True&nbsp;<br> Me.cbparam3.Location = New System.Drawing.Point(73, 104)&nbsp;<br> Me.cbparam3.Name = &quot;cbparam3&quot;&nbsp;<br> Me.cbparam3.Size = New System.Drawing.Size(128, 21)&nbsp;<br> Me.cbparam3.TabIndex = 10&nbsp;<br> '&nbsp;<br> 'cbparam4&nbsp;<br> '&nbsp;<br> Me.cbparam4.FormattingEnabled = True&nbsp;<br> Me.cbparam4.Location = New System.Drawing.Point(73, 131)&nbsp;<br> Me.cbparam4.Name = &quot;cbparam4&quot;&nbsp;<br> Me.cbparam4.Size = New System.Drawing.Size(128, 21)&nbsp;<br> Me.cbparam4.TabIndex = 15&nbsp;<br> '&nbsp;<br> 'cbparam5&nbsp;<br> '&nbsp;<br> Me.cbparam5.FormattingEnabled = True&nbsp;<br> Me.cbparam5.Location = New System.Drawing.Point(73, 158)&nbsp;<br> Me.cbparam5.Name = &quot;cbparam5&quot;&nbsp;<br> Me.cbparam5.Size = New System.Drawing.Size(128, 21)&nbsp;<br> Me.cbparam5.TabIndex = 20&nbsp;<br> '&nbsp;<br> 'cboxor2&nbsp;<br> '&nbsp;<br> Me.cboxor2.AutoSize = True&nbsp;<br> Me.cboxor2.Location = New System.Drawing.Point(39, 107)&nbsp;<br> Me.cboxor2.Name = &quot;cboxor2&quot;&nbsp;<br> Me.cboxor2.Size = New System.Drawing.Size(15, 14)&nbsp;<br> Me.cboxor2.TabIndex = 9&nbsp;<br> Me.cboxor2.UseVisualStyleBackColor = True&nbsp;<br> '&nbsp;<br> 'cboxand2&nbsp;<br> '&nbsp;<br> Me.cboxand2.AutoSize = True&nbsp;<br> Me.cboxand2.Location = New System.Drawing.Point(12, 107)&nbsp;<br> Me.cboxand2.Name = &quot;cboxand2&quot;&nbsp;<br> Me.cboxand2.Size = New System.Drawing.Size(15, 14)&nbsp;<br> Me.cboxand2.TabIndex = 8&nbsp;<br> Me.cboxand2.UseVisualStyleBackColor = True&nbsp;<br> '&nbsp;<br> 'cboxor3&nbsp;<br> '&nbsp;<br> Me.cboxor3.AutoSize = True&nbsp;<br> Me.cboxor3.Location = New System.Drawing.Point(39, 134)&nbsp;<br> Me.cboxor3.Name = &quot;cboxor3&quot;&nbsp;<br> Me.cboxor3.Size = New System.Drawing.Size(15, 14)&nbsp;<br> Me.cboxor3.TabIndex = 14&nbsp;<br> Me.cboxor3.UseVisualStyleBackColor = True&nbsp;<br> '&nbsp;<br> 'cboxand3&nbsp;<br> '&nbsp;<br> Me.cboxand3.AutoSize = True&nbsp;<br> Me.cboxand3.Location = New System.Drawing.Point(12, 134)&nbsp;<br> Me.cboxand3.Name = &quot;cboxand3&quot;&nbsp;<br> Me.cboxand3.Size = New System.Drawing.Size(15, 14)&nbsp;<br> Me.cboxand3.TabIndex = 13&nbsp;<br> Me.cboxand3.UseVisualStyleBackColor = True&nbsp;<br> '&nbsp;<br> 'cboxor4&nbsp;<br> '&nbsp;<br> Me.cboxor4.AutoSize = True&nbsp;<br> Me.cboxor4.Location = New System.Drawing.Point(39, 162)&nbsp;<br> Me.cboxor4.Name = &quot;cboxor4&quot;&nbsp;<br> Me.cboxor4.Size = New System.Drawing.Size(15, 14)&nbsp;<br> Me.cboxor4.TabIndex = 19&nbsp;<br> Me.cboxor4.UseVisualStyleBackColor = True&nbsp;<br> '&nbsp;<br> 'cboxand4&nbsp;<br> '&nbsp;<br> Me.cboxand4.AutoSize = True&nbsp;<br> Me.cboxand4.Location = New System.Drawing.Point(12, 162)&nbsp;<br> Me.cboxand4.Name = &quot;cboxand4&quot;&nbsp;<br> Me.cboxand4.Size = New System.Drawing.Size(15, 14)&nbsp;<br> Me.cboxand4.TabIndex = 18&nbsp;<br> Me.cboxand4.UseVisualStyleBackColor = True&nbsp;<br> '&nbsp;<br> 'btnAufbereiten&nbsp;<br> '&nbsp;<br> Me.btnAufbereiten.Location = New System.Drawing.Point(318, 200)&nbsp;<br> Me.btnAufbereiten.Name = &quot;btnAufbereiten&quot;&nbsp;<br> Me.btnAufbereiten.Size = New System.Drawing.Size(75, 23)&nbsp;<br> Me.btnAufbereiten.TabIndex = 23&nbsp;<br> Me.btnAufbereiten.Text = &quot;Aufbereiten&quot;&nbsp;<br> Me.btnAufbereiten.UseVisualStyleBackColor = True&nbsp;<br> '&nbsp;<br> 'btnInitParams&nbsp;<br> '&nbsp;<br> Me.btnInitParams.Location = New System.Drawing.Point(12, 200)&nbsp;<br> Me.btnInitParams.Name = &quot;btnInitParams&quot;&nbsp;<br> Me.btnInitParams.Size = New System.Drawing.Size(75, 23)&nbsp;<br> Me.btnInitParams.TabIndex = 24&nbsp;<br> Me.btnInitParams.Text = &quot;Parameter initialisieren&quot;&nbsp;<br> Me.btnInitParams.UseVisualStyleBackColor = True&nbsp;<br> '&nbsp;<br> 'frmAuswertungsParameter&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(405, 234)&nbsp;<br> Me.Controls.Add(Me.btnInitParams)&nbsp;<br> Me.Controls.Add(Me.btnAufbereiten)&nbsp;<br> Me.Controls.Add(Me.cboxor4)&nbsp;<br> Me.Controls.Add(Me.cboxand4)&nbsp;<br> Me.Controls.Add(Me.cboxor3)&nbsp;<br> Me.Controls.Add(Me.cboxand3)&nbsp;<br> Me.Controls.Add(Me.cboxor2)&nbsp;<br> Me.Controls.Add(Me.cboxand2)&nbsp;<br> Me.Controls.Add(Me.cbparam5)&nbsp;<br> Me.Controls.Add(Me.cbparam4)&nbsp;<br> Me.Controls.Add(Me.cbparam3)&nbsp;<br> Me.Controls.Add(Me.cbparam2)&nbsp;<br> Me.Controls.Add(Me.cbparam1)&nbsp;<br> Me.Controls.Add(Me.cboxor1)&nbsp;<br> Me.Controls.Add(Me.cboxand1)&nbsp;<br> Me.Controls.Add(Me.Label6)&nbsp;<br> Me.Controls.Add(Me.cbvalue5)&nbsp;<br> Me.Controls.Add(Me.cbop5)&nbsp;<br> Me.Controls.Add(Me.cbvalue4)&nbsp;<br> Me.Controls.Add(Me.cbop4)&nbsp;<br> Me.Controls.Add(Me.cbvalue3)&nbsp;<br> Me.Controls.Add(Me.cbop3)&nbsp;<br> Me.Controls.Add(Me.cbvalue2)&nbsp;<br> Me.Controls.Add(Me.cbop2)&nbsp;<br> Me.Controls.Add(Me.lblTitelWert)&nbsp;<br> Me.Controls.Add(Me.lblTitelOperator)&nbsp;<br> Me.Controls.Add(Me.lblParamTitel)&nbsp;<br> Me.Controls.Add(Me.cbvalue1)&nbsp;<br> Me.Controls.Add(Me.cbop1)&nbsp;<br> Me.Icon = CType(resources.GetObject(&quot;$this.Icon&quot;), System.Drawing.Icon)&nbsp;<br> Me.Name = &quot;frmAuswertungsParameter&quot;&nbsp;<br> Me.Text = &quot;Auswertungsparameter&quot;&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_0000000000000D14.html">frmAuswertungsParameter</a>
</p>
<DIV CLASS="footer">
<HR>
Generated by VBdocman .NET
<p>
</div></div>
</BODY>
</HTML>