cspregression.designer.vb

来自「wrox出版社的另一套经典的VB2005数据库编程学习书籍,收集了书中源码,郑重」· VB 代码 · 共 756 行 · 第 1/3 页

VB
756
字号
		Me.txtRecords.Size = New System.Drawing.Size(63, 20)
		Me.txtRecords.TabIndex = 76
		Me.txtRecords.TabStop = False
		Me.txtRecords.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
		'
		'lblRecords
		'
		Me.lblRecords.AutoSize = True
		Me.lblRecords.Location = New System.Drawing.Point(294, 385)
		Me.lblRecords.Margin = New System.Windows.Forms.Padding(3, 3, 2, 3)
		Me.lblRecords.Name = "lblRecords"
		Me.lblRecords.Size = New System.Drawing.Size(99, 14)
		Me.lblRecords.TabIndex = 75
		Me.lblRecords.Text = "Records Analyzed:"
		'
		'txtUnitPrice
		'
		Me.txtUnitPrice.Location = New System.Drawing.Point(528, 354)
		Me.txtUnitPrice.Margin = New System.Windows.Forms.Padding(0, 3, 3, 3)
		Me.txtUnitPrice.Name = "txtUnitPrice"
		Me.txtUnitPrice.Size = New System.Drawing.Size(53, 20)
		Me.txtUnitPrice.TabIndex = 78
		Me.txtUnitPrice.TabStop = False
		Me.txtUnitPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
		Me.ttRegr.SetToolTip(Me.txtUnitPrice, "Average UnitPrice with applicable quantity discounts")
		'
		'lblUnitPrice
		'
		Me.lblUnitPrice.AutoSize = True
		Me.lblUnitPrice.Location = New System.Drawing.Point(471, 357)
		Me.lblUnitPrice.Margin = New System.Windows.Forms.Padding(3, 3, 1, 3)
		Me.lblUnitPrice.Name = "lblUnitPrice"
		Me.lblUnitPrice.Size = New System.Drawing.Size(56, 14)
		Me.lblUnitPrice.TabIndex = 77
		Me.lblUnitPrice.Text = "Unit Price:"
		'
		'txtListPrice
		'
		Me.txtListPrice.Location = New System.Drawing.Point(529, 382)
		Me.txtListPrice.Margin = New System.Windows.Forms.Padding(0, 3, 3, 3)
		Me.txtListPrice.Name = "txtListPrice"
		Me.txtListPrice.Size = New System.Drawing.Size(53, 20)
		Me.txtListPrice.TabIndex = 80
		Me.txtListPrice.TabStop = False
		Me.txtListPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
		Me.ttRegr.SetToolTip(Me.txtListPrice, "UnitPrice from Products table")
		'
		'lblListPrice
		'
		Me.lblListPrice.AutoSize = True
		Me.lblListPrice.Location = New System.Drawing.Point(475, 385)
		Me.lblListPrice.Margin = New System.Windows.Forms.Padding(3, 3, 1, 3)
		Me.lblListPrice.Name = "lblListPrice"
		Me.lblListPrice.Size = New System.Drawing.Size(54, 14)
		Me.lblListPrice.TabIndex = 79
		Me.lblListPrice.Text = "List Price:"
		'
		'txtDiscount
		'
		Me.txtDiscount.Location = New System.Drawing.Point(529, 411)
		Me.txtDiscount.Margin = New System.Windows.Forms.Padding(0, 3, 3, 3)
		Me.txtDiscount.Name = "txtDiscount"
		Me.txtDiscount.Size = New System.Drawing.Size(53, 20)
		Me.txtDiscount.TabIndex = 82
		Me.txtDiscount.TabStop = False
		Me.txtDiscount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
		'
		'lblDiscount
		'
		Me.lblDiscount.AutoSize = True
		Me.lblDiscount.Location = New System.Drawing.Point(435, 414)
		Me.lblDiscount.Margin = New System.Windows.Forms.Padding(3, 3, 1, 3)
		Me.lblDiscount.Name = "lblDiscount"
		Me.lblDiscount.Size = New System.Drawing.Size(97, 14)
		Me.lblDiscount.TabIndex = 81
		Me.lblDiscount.Text = "Average Discount:"
		'
		'chkDescending
		'
		Me.chkDescending.AutoSize = True
		Me.chkDescending.Location = New System.Drawing.Point(361, 41)
		Me.chkDescending.Name = "chkDescending"
		Me.chkDescending.Size = New System.Drawing.Size(110, 17)
		Me.chkDescending.TabIndex = 3
		Me.chkDescending.Text = "&Change Sort Order"
		Me.ttRegr.SetToolTip(Me.chkDescending, "Descending order for product data; ProductID order for product statistics")
		'
		'txtInventory
		'
		Me.txtInventory.Location = New System.Drawing.Point(89, 411)
		Me.txtInventory.Margin = New System.Windows.Forms.Padding(1, 3, 2, 3)
		Me.txtInventory.Name = "txtInventory"
		Me.txtInventory.Size = New System.Drawing.Size(42, 20)
		Me.txtInventory.TabIndex = 84
		Me.txtInventory.TabStop = False
		Me.txtInventory.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
		Me.ttRegr.SetToolTip(Me.txtInventory, "UnitsInStock plus UnitsOnOrder")
		'
		'txtDays
		'
		Me.txtDays.Location = New System.Drawing.Point(172, 411)
		Me.txtDays.Margin = New System.Windows.Forms.Padding(1, 3, 2, 3)
		Me.txtDays.Name = "txtDays"
		Me.txtDays.Size = New System.Drawing.Size(34, 20)
		Me.txtDays.TabIndex = 86
		Me.txtDays.TabStop = False
		Me.txtDays.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
		Me.ttRegr.SetToolTip(Me.txtDays, "Days of inventory based on this month's sales")
		'
		'lblInventory
		'
		Me.lblInventory.AutoSize = True
		Me.lblInventory.Location = New System.Drawing.Point(10, 414)
		Me.lblInventory.Margin = New System.Windows.Forms.Padding(3, 3, 1, 3)
		Me.lblInventory.Name = "lblInventory"
		Me.lblInventory.Size = New System.Drawing.Size(83, 14)
		Me.lblInventory.TabIndex = 83
		Me.lblInventory.Text = "Inventory Units:"
		'
		'lblDays
		'
		Me.lblDays.AutoSize = True
		Me.lblDays.Location = New System.Drawing.Point(139, 414)
		Me.lblDays.Margin = New System.Windows.Forms.Padding(3, 3, 1, 3)
		Me.lblDays.Name = "lblDays"
		Me.lblDays.Size = New System.Drawing.Size(33, 14)
		Me.lblDays.TabIndex = 85
		Me.lblDays.Text = "Days:"
		'
		'CSPRegression
		'
        Me.AutoScaleDimensions = New System.Drawing.SizeF(5.0!, 13.0!)
		Me.ClientSize = New System.Drawing.Size(596, 442)
		Me.Controls.Add(Me.txtDays)
		Me.Controls.Add(Me.lblDays)
		Me.Controls.Add(Me.txtInventory)
		Me.Controls.Add(Me.lblInventory)
		Me.Controls.Add(Me.chkDescending)
		Me.Controls.Add(Me.txtDiscount)
		Me.Controls.Add(Me.lblDiscount)
		Me.Controls.Add(Me.txtListPrice)
		Me.Controls.Add(Me.lblListPrice)
		Me.Controls.Add(Me.txtUnitPrice)
		Me.Controls.Add(Me.lblUnitPrice)
		Me.Controls.Add(Me.txtRecords)
		Me.Controls.Add(Me.lblRecords)
		Me.Controls.Add(Me.txtGetRegression)
		Me.Controls.Add(Me.lblGetRegression)
		Me.Controls.Add(Me.txtGetData)
		Me.Controls.Add(Me.lblGetData)
		Me.Controls.Add(Me.btnAllProducts)
		Me.Controls.Add(Me.txtNextQuarterSales)
		Me.Controls.Add(Me.lblNextQuarterSales)
		Me.Controls.Add(Me.txtNextMonthSales)
		Me.Controls.Add(Me.lblNextMonthSales)
		Me.Controls.Add(Me.txtAverageSales)
		Me.Controls.Add(Me.lblAverageSales)
		Me.Controls.Add(Me.lblHeader)
		Me.Controls.Add(Me.txtConfidence)
		Me.Controls.Add(Me.txtEndDate)
		Me.Controls.Add(Me.txtStartDate)
		Me.Controls.Add(Me.btnCSPClient)
		Me.Controls.Add(Me.lblProduct)
		Me.Controls.Add(Me.lblMonths)
		Me.Controls.Add(Me.lblConfidence)
		Me.Controls.Add(Me.txtSignificance)
		Me.Controls.Add(Me.lblStudentsT)
		Me.Controls.Add(Me.txtNextQuarterUnits)
		Me.Controls.Add(Me.lblNextQuarter)
		Me.Controls.Add(Me.txtNextMonthUnits)
		Me.Controls.Add(Me.lblNextMonth)
		Me.Controls.Add(Me.txtAverageUnits)
		Me.Controls.Add(Me.lblAverage)
		Me.Controls.Add(Me.txtCorrelation)
		Me.Controls.Add(Me.txtSlope)
		Me.Controls.Add(Me.txtIntercept)
		Me.Controls.Add(Me.lblCorrelation)
		Me.Controls.Add(Me.lblSlope)
		Me.Controls.Add(Me.lblIntercept)
		Me.Controls.Add(Me.chkUseSalesOrders)
		Me.Controls.Add(Me.lstData)
		Me.Controls.Add(Me.cboMonths)
		Me.Controls.Add(Me.btnGetData)
		Me.Controls.Add(Me.cboProduct)
		Me.Controls.Add(Me.lblEndDate)
		Me.Controls.Add(Me.lblStartDate)
		Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
		Me.MaximizeBox = False
		Me.MinimizeBox = False
		Me.Name = "CSPRegression"
		Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
		Me.Text = "StoredProceduresCLR Test Client - csp_LinearRegression"
		Me.ResumeLayout(False)
		Me.PerformLayout()

	End Sub
	Friend WithEvents lblProduct As System.Windows.Forms.Label
	Friend WithEvents lblMonths As System.Windows.Forms.Label
	Friend WithEvents lblConfidence As System.Windows.Forms.Label
	Friend WithEvents txtSignificance As System.Windows.Forms.TextBox
	Friend WithEvents lblStudentsT As System.Windows.Forms.Label
	Friend WithEvents txtNextQuarterUnits As System.Windows.Forms.TextBox
	Friend WithEvents lblNextQuarter As System.Windows.Forms.Label
	Friend WithEvents txtNextMonthUnits As System.Windows.Forms.TextBox
	Friend WithEvents lblNextMonth As System.Windows.Forms.Label
	Friend WithEvents txtAverageUnits As System.Windows.Forms.TextBox
	Friend WithEvents lblAverage As System.Windows.Forms.Label
	Friend WithEvents txtCorrelation As System.Windows.Forms.TextBox
	Friend WithEvents txtSlope As System.Windows.Forms.TextBox
	Friend WithEvents txtIntercept As System.Windows.Forms.TextBox
	Friend WithEvents lblCorrelation As System.Windows.Forms.Label
	Friend WithEvents lblSlope As System.Windows.Forms.Label
	Friend WithEvents lblIntercept As System.Windows.Forms.Label
	Friend WithEvents chkUseSalesOrders As System.Windows.Forms.CheckBox
	Friend WithEvents lstData As System.Windows.Forms.ListBox
	Friend WithEvents cboMonths As System.Windows.Forms.ComboBox
	Friend WithEvents btnGetData As System.Windows.Forms.Button
	Friend WithEvents cboProduct As System.Windows.Forms.ComboBox
	Friend WithEvents btnCSPClient As System.Windows.Forms.Button
	Friend WithEvents txtStartDate As System.Windows.Forms.TextBox
	Friend WithEvents lblStartDate As System.Windows.Forms.Label
	Friend WithEvents txtEndDate As System.Windows.Forms.TextBox
	Friend WithEvents lblEndDate As System.Windows.Forms.Label
	Friend WithEvents txtConfidence As System.Windows.Forms.TextBox
	Friend WithEvents lblHeader As System.Windows.Forms.Label
	Friend WithEvents txtNextQuarterSales As System.Windows.Forms.TextBox
	Friend WithEvents lblNextQuarterSales As System.Windows.Forms.Label
	Friend WithEvents txtNextMonthSales As System.Windows.Forms.TextBox
	Friend WithEvents lblNextMonthSales As System.Windows.Forms.Label
	Friend WithEvents txtAverageSales As System.Windows.Forms.TextBox
	Friend WithEvents lblAverageSales As System.Windows.Forms.Label
	Friend WithEvents btnAllProducts As System.Windows.Forms.Button
	Friend WithEvents txtGetRegression As System.Windows.Forms.TextBox
	Friend WithEvents lblGetRegression As System.Windows.Forms.Label
	Friend WithEvents txtGetData As System.Windows.Forms.TextBox
	Friend WithEvents lblGetData As System.Windows.Forms.Label
	Friend WithEvents txtRecords As System.Windows.Forms.TextBox
	Friend WithEvents lblRecords As System.Windows.Forms.Label
	Friend WithEvents txtUnitPrice As System.Windows.Forms.TextBox
	Friend WithEvents lblUnitPrice As System.Windows.Forms.Label
	Friend WithEvents txtListPrice As System.Windows.Forms.TextBox
	Friend WithEvents lblListPrice As System.Windows.Forms.Label
	Friend WithEvents txtDiscount As System.Windows.Forms.TextBox
	Friend WithEvents lblDiscount As System.Windows.Forms.Label
	Friend WithEvents chkDescending As System.Windows.Forms.CheckBox
	Friend WithEvents ttRegr As System.Windows.Forms.ToolTip
	Friend WithEvents txtInventory As System.Windows.Forms.TextBox
	Friend WithEvents lblInventory As System.Windows.Forms.Label
	Friend WithEvents txtDays As System.Windows.Forms.TextBox
	Friend WithEvents lblDays As System.Windows.Forms.Label
End Class

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?