📄 bulkcopy.designer.vb
字号:
Partial Public Class BulkCopy
Inherits System.Windows.Forms.Form
<System.Diagnostics.DebuggerNonUserCode()> _
Public Sub New()
MyBase.New()
'This call is required by the Windows Form Designer.
InitializeComponent()
End Sub
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.btnShowStats = New System.Windows.Forms.Button
Me.lblProdRows = New System.Windows.Forms.Label
Me.txtProdRows = New System.Windows.Forms.TextBox
Me.txtTime = New System.Windows.Forms.TextBox
Me.lblBatchSize = New System.Windows.Forms.Label
Me.nudBatchSize = New System.Windows.Forms.NumericUpDown
Me.lblCustRows = New System.Windows.Forms.Label
Me.txtCustRows = New System.Windows.Forms.TextBox
Me.chkKeepIdentity = New System.Windows.Forms.CheckBox
Me.btnCopyProds = New System.Windows.Forms.Button
Me.lstProds = New System.Windows.Forms.ListBox
Me.lstCusts = New System.Windows.Forms.ListBox
Me.btnCopyCusts = New System.Windows.Forms.Button
Me.lblTime = New System.Windows.Forms.Label
CType(Me.nudBatchSize, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'btnShowStats
'
Me.btnShowStats.Location = New System.Drawing.Point(131, 248)
Me.btnShowStats.Name = "btnShowStats"
Me.btnShowStats.Size = New System.Drawing.Size(148, 23)
Me.btnShowStats.TabIndex = 27
Me.btnShowStats.Text = "&Show Connection Statistics"
'
'lblProdRows
'
Me.lblProdRows.Location = New System.Drawing.Point(263, 188)
Me.lblProdRows.Margin = New System.Windows.Forms.Padding(3, 3, 1, 0)
Me.lblProdRows.Name = "lblProdRows"
Me.lblProdRows.Size = New System.Drawing.Size(71, 17)
Me.lblProdRows.TabIndex = 22
Me.lblProdRows.Text = "Rows Added:"
'
'txtProdRows
'
Me.txtProdRows.Location = New System.Drawing.Point(342, 185)
Me.txtProdRows.Margin = New System.Windows.Forms.Padding(2, 3, 3, 3)
Me.txtProdRows.Name = "txtProdRows"
Me.txtProdRows.Size = New System.Drawing.Size(27, 20)
Me.txtProdRows.TabIndex = 21
Me.txtProdRows.Text = "0"
Me.txtProdRows.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'txtTime
'
Me.txtTime.Location = New System.Drawing.Point(192, 212)
Me.txtTime.Name = "txtTime"
Me.txtTime.Size = New System.Drawing.Size(38, 20)
Me.txtTime.TabIndex = 25
Me.txtTime.Text = "0.000"
Me.txtTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'lblBatchSize
'
Me.lblBatchSize.Location = New System.Drawing.Point(36, 161)
Me.lblBatchSize.Margin = New System.Windows.Forms.Padding(3, 3, 1, 0)
Me.lblBatchSize.Name = "lblBatchSize"
Me.lblBatchSize.Size = New System.Drawing.Size(61, 17)
Me.lblBatchSize.TabIndex = 24
Me.lblBatchSize.Text = "Batch Size:"
'
'nudBatchSize
'
Me.nudBatchSize.Location = New System.Drawing.Point(105, 158)
Me.nudBatchSize.Maximum = New Decimal(New Integer() {10, 0, 0, 0})
Me.nudBatchSize.Name = "nudBatchSize"
Me.nudBatchSize.Size = New System.Drawing.Size(37, 20)
Me.nudBatchSize.TabIndex = 23
Me.nudBatchSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'lblCustRows
'
Me.lblCustRows.Location = New System.Drawing.Point(36, 188)
Me.lblCustRows.Margin = New System.Windows.Forms.Padding(3, 3, 1, 0)
Me.lblCustRows.Name = "lblCustRows"
Me.lblCustRows.Size = New System.Drawing.Size(71, 17)
Me.lblCustRows.TabIndex = 20
Me.lblCustRows.Text = "Rows Added:"
'
'txtCustRows
'
Me.txtCustRows.Location = New System.Drawing.Point(115, 185)
Me.txtCustRows.Margin = New System.Windows.Forms.Padding(2, 3, 3, 3)
Me.txtCustRows.Name = "txtCustRows"
Me.txtCustRows.Size = New System.Drawing.Size(27, 20)
Me.txtCustRows.TabIndex = 19
Me.txtCustRows.Text = "0"
Me.txtCustRows.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'chkKeepIdentity
'
Me.chkKeepIdentity.Checked = True
Me.chkKeepIdentity.CheckState = System.Windows.Forms.CheckState.Checked
Me.chkKeepIdentity.Location = New System.Drawing.Point(239, 157)
Me.chkKeepIdentity.Name = "chkKeepIdentity"
Me.chkKeepIdentity.Size = New System.Drawing.Size(158, 16)
Me.chkKeepIdentity.TabIndex = 18
Me.chkKeepIdentity.Text = "&Keep Source Identity Values"
'
'btnCopyProds
'
Me.btnCopyProds.Location = New System.Drawing.Point(263, 212)
Me.btnCopyProds.Name = "btnCopyProds"
Me.btnCopyProds.Size = New System.Drawing.Size(106, 23)
Me.btnCopyProds.TabIndex = 15
Me.btnCopyProds.Text = "Copy &Products"
'
'lstProds
'
Me.lstProds.FormattingEnabled = True
Me.lstProds.Location = New System.Drawing.Point(216, 12)
Me.lstProds.Name = "lstProds"
Me.lstProds.Size = New System.Drawing.Size(203, 134)
Me.lstProds.TabIndex = 17
'
'lstCusts
'
Me.lstCusts.FormattingEnabled = True
Me.lstCusts.Location = New System.Drawing.Point(12, 12)
Me.lstCusts.Name = "lstCusts"
Me.lstCusts.Size = New System.Drawing.Size(186, 134)
Me.lstCusts.TabIndex = 16
'
'btnCopyCusts
'
Me.btnCopyCusts.Location = New System.Drawing.Point(36, 212)
Me.btnCopyCusts.Margin = New System.Windows.Forms.Padding(3, 1, 3, 3)
Me.btnCopyCusts.Name = "btnCopyCusts"
Me.btnCopyCusts.Size = New System.Drawing.Size(106, 23)
Me.btnCopyCusts.TabIndex = 14
Me.btnCopyCusts.Text = "Copy &Customers"
'
'lblTime
'
Me.lblTime.Location = New System.Drawing.Point(159, 215)
Me.lblTime.Margin = New System.Windows.Forms.Padding(3, 3, 1, 0)
Me.lblTime.Name = "lblTime"
Me.lblTime.Size = New System.Drawing.Size(34, 17)
Me.lblTime.TabIndex = 26
Me.lblTime.Text = "Time:"
'
'BulkCopy
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(434, 283)
Me.Controls.Add(Me.btnShowStats)
Me.Controls.Add(Me.lblProdRows)
Me.Controls.Add(Me.txtProdRows)
Me.Controls.Add(Me.txtTime)
Me.Controls.Add(Me.lblBatchSize)
Me.Controls.Add(Me.nudBatchSize)
Me.Controls.Add(Me.lblCustRows)
Me.Controls.Add(Me.txtCustRows)
Me.Controls.Add(Me.chkKeepIdentity)
Me.Controls.Add(Me.btnCopyProds)
Me.Controls.Add(Me.lstProds)
Me.Controls.Add(Me.lstCusts)
Me.Controls.Add(Me.btnCopyCusts)
Me.Controls.Add(Me.lblTime)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.Name = "BulkCopy"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Bulk Copy with Reader Using the Same Schemas"
CType(Me.nudBatchSize, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents btnShowStats As System.Windows.Forms.Button
Friend WithEvents lblProdRows As System.Windows.Forms.Label
Friend WithEvents txtProdRows As System.Windows.Forms.TextBox
Friend WithEvents txtTime As System.Windows.Forms.TextBox
Friend WithEvents lblBatchSize As System.Windows.Forms.Label
Friend WithEvents nudBatchSize As System.Windows.Forms.NumericUpDown
Friend WithEvents lblCustRows As System.Windows.Forms.Label
Friend WithEvents txtCustRows As System.Windows.Forms.TextBox
Friend WithEvents chkKeepIdentity As System.Windows.Forms.CheckBox
Friend WithEvents btnCopyProds As System.Windows.Forms.Button
Friend WithEvents lstProds As System.Windows.Forms.ListBox
Friend WithEvents lstCusts As System.Windows.Forms.ListBox
Friend WithEvents btnCopyCusts As System.Windows.Forms.Button
Friend WithEvents lblTime As System.Windows.Forms.Label
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -