[Visual Basic] <System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
[Visual Basic] Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAuswertungsParameter))
Me.cbop1 = New System.Windows.Forms.ComboBox
Me.cbvalue1 = New System.Windows.Forms.ComboBox
Me.lblParamTitel = New System.Windows.Forms.Label
Me.lblTitelOperator = New System.Windows.Forms.Label
Me.lblTitelWert = New System.Windows.Forms.Label
Me.cbvalue2 = New System.Windows.Forms.ComboBox
Me.cbop2 = New System.Windows.Forms.ComboBox
Me.cbvalue3 = New System.Windows.Forms.ComboBox
Me.cbop3 = New System.Windows.Forms.ComboBox
Me.cbvalue4 = New System.Windows.Forms.ComboBox
Me.cbop4 = New System.Windows.Forms.ComboBox
Me.cbvalue5 = New System.Windows.Forms.ComboBox
Me.cbop5 = New System.Windows.Forms.ComboBox
Me.Label6 = New System.Windows.Forms.Label
Me.cboxand1 = New System.Windows.Forms.CheckBox
Me.cboxor1 = New System.Windows.Forms.CheckBox
Me.cbparam1 = New System.Windows.Forms.ComboBox
Me.cbparam2 = New System.Windows.Forms.ComboBox
Me.cbparam3 = New System.Windows.Forms.ComboBox
Me.cbparam4 = New System.Windows.Forms.ComboBox
Me.cbparam5 = New System.Windows.Forms.ComboBox
Me.cboxor2 = New System.Windows.Forms.CheckBox
Me.cboxand2 = New System.Windows.Forms.CheckBox
Me.cboxor3 = New System.Windows.Forms.CheckBox
Me.cboxand3 = New System.Windows.Forms.CheckBox
Me.cboxor4 = New System.Windows.Forms.CheckBox
Me.cboxand4 = New System.Windows.Forms.CheckBox
Me.btnAufbereiten = New System.Windows.Forms.Button
Me.btnInitParams = New System.Windows.Forms.Button
Me.SuspendLayout()
'
'cbop1
'
Me.cbop1.FormattingEnabled = True
Me.cbop1.Location = New System.Drawing.Point(207, 47)
Me.cbop1.Name = "cbop1"
Me.cbop1.Size = New System.Drawing.Size(52, 21)
Me.cbop1.TabIndex = 1
'
'cbvalue1
'
Me.cbvalue1.FormatString = "N2"
Me.cbvalue1.FormattingEnabled = True
Me.cbvalue1.Location = New System.Drawing.Point(265, 47)
Me.cbvalue1.Name = "cbvalue1"
Me.cbvalue1.Size = New System.Drawing.Size(128, 21)
Me.cbvalue1.TabIndex = 2
'
'lblParamTitel
'
Me.lblParamTitel.AutoSize = True
Me.lblParamTitel.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblParamTitel.Location = New System.Drawing.Point(71, 17)
Me.lblParamTitel.Name = "lblParamTitel"
Me.lblParamTitel.Size = New System.Drawing.Size(64, 13)
Me.lblParamTitel.TabIndex = 3
Me.lblParamTitel.Text = "Parameter"
'
'lblTitelOperator
'
Me.lblTitelOperator.AutoSize = True
Me.lblTitelOperator.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblTitelOperator.Location = New System.Drawing.Point(204, 17)
Me.lblTitelOperator.Name = "lblTitelOperator"
Me.lblTitelOperator.Size = New System.Drawing.Size(56, 13)
Me.lblTitelOperator.TabIndex = 4
Me.lblTitelOperator.Text = "Operator"
'
'lblTitelWert
'
Me.lblTitelWert.AutoSize = True
Me.lblTitelWert.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblTitelWert.Location = New System.Drawing.Point(266, 17)
Me.lblTitelWert.Name = "lblTitelWert"
Me.lblTitelWert.Size = New System.Drawing.Size(34, 13)
Me.lblTitelWert.TabIndex = 5
Me.lblTitelWert.Text = "Wert"
'
'cbvalue2
'
Me.cbvalue2.FormattingEnabled = True
Me.cbvalue2.Location = New System.Drawing.Point(265, 77)
Me.cbvalue2.Name = "cbvalue2"
Me.cbvalue2.Size = New System.Drawing.Size(128, 21)
Me.cbvalue2.TabIndex = 7
'
'cbop2
'
Me.cbop2.FormattingEnabled = True
Me.cbop2.Location = New System.Drawing.Point(207, 77)
Me.cbop2.Name = "cbop2"
Me.cbop2.Size = New System.Drawing.Size(52, 21)
Me.cbop2.TabIndex = 6
'
'cbvalue3
'
Me.cbvalue3.FormattingEnabled = True
Me.cbvalue3.Location = New System.Drawing.Point(265, 104)
Me.cbvalue3.Name = "cbvalue3"
Me.cbvalue3.Size = New System.Drawing.Size(128, 21)
Me.cbvalue3.TabIndex = 12
'
'cbop3
'
Me.cbop3.FormattingEnabled = True
Me.cbop3.Location = New System.Drawing.Point(207, 104)
Me.cbop3.Name = "cbop3"
Me.cbop3.Size = New System.Drawing.Size(52, 21)
Me.cbop3.TabIndex = 11
'
'cbvalue4
'
Me.cbvalue4.FormattingEnabled = True
Me.cbvalue4.Location = New System.Drawing.Point(265, 131)
Me.cbvalue4.Name = "cbvalue4"
Me.cbvalue4.Size = New System.Drawing.Size(128, 21)
Me.cbvalue4.TabIndex = 17
'
'cbop4
'
Me.cbop4.FormattingEnabled = True
Me.cbop4.Location = New System.Drawing.Point(207, 131)
Me.cbop4.Name = "cbop4"
Me.cbop4.Size = New System.Drawing.Size(52, 21)
Me.cbop4.TabIndex = 16
'
'cbvalue5
'
Me.cbvalue5.FormattingEnabled = True
Me.cbvalue5.Location = New System.Drawing.Point(265, 158)
Me.cbvalue5.Name = "cbvalue5"
Me.cbvalue5.Size = New System.Drawing.Size(128, 21)
Me.cbvalue5.TabIndex = 22
'
'cbop5
'
Me.cbop5.FormattingEnabled = True
Me.cbop5.Location = New System.Drawing.Point(208, 158)
Me.cbop5.Name = "cbop5"
Me.cbop5.Size = New System.Drawing.Size(52, 21)
Me.cbop5.TabIndex = 21
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.Location = New System.Drawing.Point(6, 17)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(59, 13)
Me.Label6.TabIndex = 18
Me.Label6.Text = "und/oder"
'
'cboxand1
'
Me.cboxand1.AutoSize = True
Me.cboxand1.Location = New System.Drawing.Point(12, 77)
Me.cboxand1.Name = "cboxand1"
Me.cboxand1.Size = New System.Drawing.Size(15, 14)
Me.cboxand1.TabIndex = 3
Me.cboxand1.UseVisualStyleBackColor = True
'
'cboxor1
'
Me.cboxor1.AutoSize = True
Me.cboxor1.Location = New System.Drawing.Point(39, 77)
Me.cboxor1.Name = "cboxor1"
Me.cboxor1.Size = New System.Drawing.Size(15, 14)
Me.cboxor1.TabIndex = 4
Me.cboxor1.UseVisualStyleBackColor = True
'
'cbparam1
'
Me.cbparam1.FormattingEnabled = True
Me.cbparam1.Location = New System.Drawing.Point(73, 47)
Me.cbparam1.Name = "cbparam1"
Me.cbparam1.Size = New System.Drawing.Size(128, 21)
Me.cbparam1.TabIndex = 0
'
'cbparam2
'
Me.cbparam2.FormattingEnabled = True
Me.cbparam2.Location = New System.Drawing.Point(73, 77)
Me.cbparam2.Name = "cbparam2"
Me.cbparam2.Size = New System.Drawing.Size(128, 21)
Me.cbparam2.TabIndex = 5
'
'cbparam3
'
Me.cbparam3.FormattingEnabled = True
Me.cbparam3.Location = New System.Drawing.Point(73, 104)
Me.cbparam3.Name = "cbparam3"
Me.cbparam3.Size = New System.Drawing.Size(128, 21)
Me.cbparam3.TabIndex = 10
'
'cbparam4
'
Me.cbparam4.FormattingEnabled = True
Me.cbparam4.Location = New System.Drawing.Point(73, 131)
Me.cbparam4.Name = "cbparam4"
Me.cbparam4.Size = New System.Drawing.Size(128, 21)
Me.cbparam4.TabIndex = 15
'
'cbparam5
'
Me.cbparam5.FormattingEnabled = True
Me.cbparam5.Location = New System.Drawing.Point(73, 158)
Me.cbparam5.Name = "cbparam5"
Me.cbparam5.Size = New System.Drawing.Size(128, 21)
Me.cbparam5.TabIndex = 20
'
'cboxor2
'
Me.cboxor2.AutoSize = True
Me.cboxor2.Location = New System.Drawing.Point(39, 107)
Me.cboxor2.Name = "cboxor2"
Me.cboxor2.Size = New System.Drawing.Size(15, 14)
Me.cboxor2.TabIndex = 9
Me.cboxor2.UseVisualStyleBackColor = True
'
'cboxand2
'
Me.cboxand2.AutoSize = True
Me.cboxand2.Location = New System.Drawing.Point(12, 107)
Me.cboxand2.Name = "cboxand2"
Me.cboxand2.Size = New System.Drawing.Size(15, 14)
Me.cboxand2.TabIndex = 8
Me.cboxand2.UseVisualStyleBackColor = True
'
'cboxor3
'
Me.cboxor3.AutoSize = True
Me.cboxor3.Location = New System.Drawing.Point(39, 134)
Me.cboxor3.Name = "cboxor3"
Me.cboxor3.Size = New System.Drawing.Size(15, 14)
Me.cboxor3.TabIndex = 14
Me.cboxor3.UseVisualStyleBackColor = True
'
'cboxand3
'
Me.cboxand3.AutoSize = True
Me.cboxand3.Location = New System.Drawing.Point(12, 134)
Me.cboxand3.Name = "cboxand3"
Me.cboxand3.Size = New System.Drawing.Size(15, 14)
Me.cboxand3.TabIndex = 13
Me.cboxand3.UseVisualStyleBackColor = True
'
'cboxor4
'
Me.cboxor4.AutoSize = True
Me.cboxor4.Location = New System.Drawing.Point(39, 162)
Me.cboxor4.Name = "cboxor4"
Me.cboxor4.Size = New System.Drawing.Size(15, 14)
Me.cboxor4.TabIndex = 19
Me.cboxor4.UseVisualStyleBackColor = True
'
'cboxand4
'
Me.cboxand4.AutoSize = True
Me.cboxand4.Location = New System.Drawing.Point(12, 162)
Me.cboxand4.Name = "cboxand4"
Me.cboxand4.Size = New System.Drawing.Size(15, 14)
Me.cboxand4.TabIndex = 18
Me.cboxand4.UseVisualStyleBackColor = True
'
'btnAufbereiten
'
Me.btnAufbereiten.Location = New System.Drawing.Point(318, 200)
Me.btnAufbereiten.Name = "btnAufbereiten"
Me.btnAufbereiten.Size = New System.Drawing.Size(75, 23)
Me.btnAufbereiten.TabIndex = 23
Me.btnAufbereiten.Text = "Aufbereiten"
Me.btnAufbereiten.UseVisualStyleBackColor = True
'
'btnInitParams
'
Me.btnInitParams.Location = New System.Drawing.Point(12, 200)
Me.btnInitParams.Name = "btnInitParams"
Me.btnInitParams.Size = New System.Drawing.Size(75, 23)
Me.btnInitParams.TabIndex = 24
Me.btnInitParams.Text = "Parameter initialisieren"
Me.btnInitParams.UseVisualStyleBackColor = True
'
'frmAuswertungsParameter
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(405, 234)
Me.Controls.Add(Me.btnInitParams)
Me.Controls.Add(Me.btnAufbereiten)
Me.Controls.Add(Me.cboxor4)
Me.Controls.Add(Me.cboxand4)
Me.Controls.Add(Me.cboxor3)
Me.Controls.Add(Me.cboxand3)
Me.Controls.Add(Me.cboxor2)
Me.Controls.Add(Me.cboxand2)
Me.Controls.Add(Me.cbparam5)
Me.Controls.Add(Me.cbparam4)
Me.Controls.Add(Me.cbparam3)
Me.Controls.Add(Me.cbparam2)
Me.Controls.Add(Me.cbparam1)
Me.Controls.Add(Me.cboxor1)
Me.Controls.Add(Me.cboxand1)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.cbvalue5)
Me.Controls.Add(Me.cbop5)
Me.Controls.Add(Me.cbvalue4)
Me.Controls.Add(Me.cbop4)
Me.Controls.Add(Me.cbvalue3)
Me.Controls.Add(Me.cbop3)
Me.Controls.Add(Me.cbvalue2)
Me.Controls.Add(Me.cbop2)
Me.Controls.Add(Me.lblTitelWert)
Me.Controls.Add(Me.lblTitelOperator)
Me.Controls.Add(Me.lblParamTitel)
Me.Controls.Add(Me.cbvalue1)
Me.Controls.Add(Me.cbop1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmAuswertungsParameter"
Me.Text = "Auswertungsparameter"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Plattformen: 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