📄 frmretreattable.vb
字号:
Imports System.Data
Imports System.Data.SqlClient
Public Class frmRetreatTable
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeComponent()
'在 InitializeComponent() 调用之后添加任何初始化
End Sub
'窗体重写 dispose 以清理组件列表。
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing Then
If Not (components Is Nothing) Then
components.Dispose()
End If
End If
MyBase.Dispose(disposing)
End Sub
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改此过程。
'不要使用代码编辑器修改它。
Friend WithEvents txtDay As System.Windows.Forms.TextBox
Friend WithEvents txtMonth As System.Windows.Forms.TextBox
Friend WithEvents txtYear As System.Windows.Forms.TextBox
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents txtRCount As System.Windows.Forms.TextBox
Friend WithEvents txtOId As System.Windows.Forms.TextBox
Friend WithEvents txtRId As System.Windows.Forms.TextBox
Friend WithEvents bunDelete As System.Windows.Forms.Button
Friend WithEvents bunSave As System.Windows.Forms.Button
Friend WithEvents bunSearch As System.Windows.Forms.Button
Friend WithEvents bunAdd As System.Windows.Forms.Button
Friend WithEvents bunCancel As System.Windows.Forms.Button
Friend WithEvents bunUpdate As System.Windows.Forms.Button
Friend WithEvents bunNext As System.Windows.Forms.Button
Friend WithEvents bunPrevious As System.Windows.Forms.Button
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.txtDay = New System.Windows.Forms.TextBox
Me.txtMonth = New System.Windows.Forms.TextBox
Me.txtYear = New System.Windows.Forms.TextBox
Me.txtRCount = New System.Windows.Forms.TextBox
Me.txtOId = New System.Windows.Forms.TextBox
Me.txtRId = New System.Windows.Forms.TextBox
Me.Label8 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Label7 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.Label9 = New System.Windows.Forms.Label
Me.bunPrevious = New System.Windows.Forms.Button
Me.bunDelete = New System.Windows.Forms.Button
Me.bunSave = New System.Windows.Forms.Button
Me.bunSearch = New System.Windows.Forms.Button
Me.bunAdd = New System.Windows.Forms.Button
Me.bunUpdate = New System.Windows.Forms.Button
Me.bunNext = New System.Windows.Forms.Button
Me.bunCancel = New System.Windows.Forms.Button
Me.SuspendLayout()
'
'txtDay
'
Me.txtDay.BackColor = System.Drawing.SystemColors.Window
Me.txtDay.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtDay.Location = New System.Drawing.Point(272, 112)
Me.txtDay.Name = "txtDay"
Me.txtDay.Size = New System.Drawing.Size(40, 21)
Me.txtDay.TabIndex = 90
Me.txtDay.Text = ""
'
'txtMonth
'
Me.txtMonth.BackColor = System.Drawing.SystemColors.Window
Me.txtMonth.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtMonth.Location = New System.Drawing.Point(216, 112)
Me.txtMonth.Name = "txtMonth"
Me.txtMonth.Size = New System.Drawing.Size(40, 21)
Me.txtMonth.TabIndex = 89
Me.txtMonth.Text = ""
'
'txtYear
'
Me.txtYear.BackColor = System.Drawing.SystemColors.Window
Me.txtYear.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtYear.Location = New System.Drawing.Point(104, 112)
Me.txtYear.Name = "txtYear"
Me.txtYear.Size = New System.Drawing.Size(88, 21)
Me.txtYear.TabIndex = 85
Me.txtYear.Text = ""
'
'txtRCount
'
Me.txtRCount.BackColor = System.Drawing.SystemColors.Window
Me.txtRCount.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtRCount.Location = New System.Drawing.Point(104, 80)
Me.txtRCount.Name = "txtRCount"
Me.txtRCount.Size = New System.Drawing.Size(136, 21)
Me.txtRCount.TabIndex = 84
Me.txtRCount.Text = ""
'
'txtOId
'
Me.txtOId.BackColor = System.Drawing.SystemColors.Window
Me.txtOId.Enabled = False
Me.txtOId.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtOId.Location = New System.Drawing.Point(104, 48)
Me.txtOId.Name = "txtOId"
Me.txtOId.Size = New System.Drawing.Size(136, 21)
Me.txtOId.TabIndex = 83
Me.txtOId.Text = ""
'
'txtRId
'
Me.txtRId.BackColor = System.Drawing.SystemColors.Window
Me.txtRId.Enabled = False
Me.txtRId.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtRId.Location = New System.Drawing.Point(104, 16)
Me.txtRId.Name = "txtRId"
Me.txtRId.Size = New System.Drawing.Size(136, 21)
Me.txtRId.TabIndex = 82
Me.txtRId.Text = ""
'
'Label8
'
Me.Label8.Location = New System.Drawing.Point(312, 120)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(16, 16)
Me.Label8.TabIndex = 88
Me.Label8.Text = "日"
'
'Label6
'
Me.Label6.Location = New System.Drawing.Point(256, 120)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(16, 16)
Me.Label6.TabIndex = 87
Me.Label6.Text = "月"
'
'Label1
'
Me.Label1.Location = New System.Drawing.Point(200, 120)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(16, 16)
Me.Label1.TabIndex = 86
Me.Label1.Text = "年"
'
'Label3
'
Me.Label3.ForeColor = System.Drawing.Color.Red
Me.Label3.Location = New System.Drawing.Point(16, 120)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(80, 24)
Me.Label3.TabIndex = 81
Me.Label3.Text = "※退货日期:"
'
'Label7
'
Me.Label7.ForeColor = System.Drawing.Color.Red
Me.Label7.Location = New System.Drawing.Point(16, 88)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(80, 24)
Me.Label7.TabIndex = 80
Me.Label7.Text = "※退货数量:"
'
'Label5
'
Me.Label5.ForeColor = System.Drawing.Color.Red
Me.Label5.Location = New System.Drawing.Point(16, 56)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(80, 24)
Me.Label5.TabIndex = 79
Me.Label5.Text = "※销售编号:"
'
'Label2
'
Me.Label2.ForeColor = System.Drawing.Color.Red
Me.Label2.Location = New System.Drawing.Point(16, 24)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(80, 24)
Me.Label2.TabIndex = 78
Me.Label2.Text = "※退货编号:"
'
'Label9
'
Me.Label9.ForeColor = System.Drawing.Color.Red
Me.Label9.Location = New System.Drawing.Point(264, 16)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(400, 24)
Me.Label9.TabIndex = 91
Me.Label9.Text = "前面带※的必须填写!"
'
'bunPrevious
'
Me.bunPrevious.Location = New System.Drawing.Point(8, 152)
Me.bunPrevious.Name = "bunPrevious"
Me.bunPrevious.Size = New System.Drawing.Size(32, 24)
Me.bunPrevious.TabIndex = 93
Me.bunPrevious.Text = "<<"
'
'bunDelete
'
Me.bunDelete.Location = New System.Drawing.Point(96, 152)
Me.bunDelete.Name = "bunDelete"
Me.bunDelete.Size = New System.Drawing.Size(40, 24)
Me.bunDelete.TabIndex = 95
Me.bunDelete.Text = "删除"
'
'bunSave
'
Me.bunSave.Location = New System.Drawing.Point(192, 152)
Me.bunSave.Name = "bunSave"
Me.bunSave.Size = New System.Drawing.Size(40, 24)
Me.bunSave.TabIndex = 97
Me.bunSave.Text = "保存"
'
'bunSearch
'
Me.bunSearch.Location = New System.Drawing.Point(144, 152)
Me.bunSearch.Name = "bunSearch"
Me.bunSearch.Size = New System.Drawing.Size(40, 24)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -