?? orderseek.vb
字號:
Imports System.Data.SqlClient
Public Class OrderSeek
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 GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents cbGoods As System.Windows.Forms.ComboBox
Friend WithEvents tbDate1 As System.Windows.Forms.TextBox
Friend WithEvents tbDate2 As System.Windows.Forms.TextBox
Friend WithEvents dtPicker1 As System.Windows.Forms.DateTimePicker
Friend WithEvents dtPicker2 As System.Windows.Forms.DateTimePicker
Friend WithEvents cbHandler As System.Windows.Forms.ComboBox
Friend WithEvents btOK As System.Windows.Forms.Button
Friend WithEvents dgOrder As System.Windows.Forms.DataGrid
Friend WithEvents btBack As System.Windows.Forms.Button
Friend WithEvents cbStatus As System.Windows.Forms.ComboBox
Friend WithEvents DataGridTableStyle1 As System.Windows.Forms.DataGridTableStyle
Friend WithEvents DataGridTextBoxColumn1 As System.Windows.Forms.DataGridTextBoxColumn
Friend WithEvents DataGridTextBoxColumn2 As System.Windows.Forms.DataGridTextBoxColumn
Friend WithEvents DataGridTextBoxColumn3 As System.Windows.Forms.DataGridTextBoxColumn
Friend WithEvents DataGridTextBoxColumn4 As System.Windows.Forms.DataGridTextBoxColumn
Friend WithEvents DataGridTextBoxColumn5 As System.Windows.Forms.DataGridTextBoxColumn
Friend WithEvents DataGridTextBoxColumn6 As System.Windows.Forms.DataGridTextBoxColumn
Friend WithEvents DataGridTextBoxColumn7 As System.Windows.Forms.DataGridTextBoxColumn
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.cbStatus = New System.Windows.Forms.ComboBox
Me.btBack = New System.Windows.Forms.Button
Me.btOK = New System.Windows.Forms.Button
Me.dtPicker2 = New System.Windows.Forms.DateTimePicker
Me.dtPicker1 = New System.Windows.Forms.DateTimePicker
Me.cbHandler = New System.Windows.Forms.ComboBox
Me.cbGoods = New System.Windows.Forms.ComboBox
Me.tbDate2 = New System.Windows.Forms.TextBox
Me.tbDate1 = New System.Windows.Forms.TextBox
Me.Label5 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.dgOrder = New System.Windows.Forms.DataGrid
Me.DataGridTableStyle1 = New System.Windows.Forms.DataGridTableStyle
Me.DataGridTextBoxColumn1 = New System.Windows.Forms.DataGridTextBoxColumn
Me.DataGridTextBoxColumn2 = New System.Windows.Forms.DataGridTextBoxColumn
Me.DataGridTextBoxColumn3 = New System.Windows.Forms.DataGridTextBoxColumn
Me.DataGridTextBoxColumn4 = New System.Windows.Forms.DataGridTextBoxColumn
Me.DataGridTextBoxColumn5 = New System.Windows.Forms.DataGridTextBoxColumn
Me.DataGridTextBoxColumn6 = New System.Windows.Forms.DataGridTextBoxColumn
Me.DataGridTextBoxColumn7 = New System.Windows.Forms.DataGridTextBoxColumn
Me.GroupBox1.SuspendLayout()
CType(Me.dgOrder, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.cbStatus)
Me.GroupBox1.Controls.Add(Me.btBack)
Me.GroupBox1.Controls.Add(Me.btOK)
Me.GroupBox1.Controls.Add(Me.dtPicker2)
Me.GroupBox1.Controls.Add(Me.dtPicker1)
Me.GroupBox1.Controls.Add(Me.cbHandler)
Me.GroupBox1.Controls.Add(Me.cbGoods)
Me.GroupBox1.Controls.Add(Me.tbDate2)
Me.GroupBox1.Controls.Add(Me.tbDate1)
Me.GroupBox1.Controls.Add(Me.Label5)
Me.GroupBox1.Controls.Add(Me.Label4)
Me.GroupBox1.Controls.Add(Me.Label3)
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Location = New System.Drawing.Point(10, 10)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(430, 110)
Me.GroupBox1.TabIndex = 0
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "查詢條件"
'
'cbStatus
'
Me.cbStatus.ItemHeight = 12
Me.cbStatus.Items.AddRange(New Object() {"等待處理", "接受訂單", "拒絕訂單"})
Me.cbStatus.Location = New System.Drawing.Point(344, 56)
Me.cbStatus.Name = "cbStatus"
Me.cbStatus.Size = New System.Drawing.Size(80, 20)
Me.cbStatus.TabIndex = 32
'
'btBack
'
Me.btBack.Location = New System.Drawing.Point(360, 80)
Me.btBack.Name = "btBack"
Me.btBack.Size = New System.Drawing.Size(56, 23)
Me.btBack.TabIndex = 31
Me.btBack.Text = "還原"
'
'btOK
'
Me.btOK.Location = New System.Drawing.Point(296, 80)
Me.btOK.Name = "btOK"
Me.btOK.Size = New System.Drawing.Size(56, 23)
Me.btOK.TabIndex = 29
Me.btOK.Text = "確定"
'
'dtPicker2
'
Me.dtPicker2.Location = New System.Drawing.Point(144, 80)
Me.dtPicker2.Name = "dtPicker2"
Me.dtPicker2.Size = New System.Drawing.Size(120, 21)
Me.dtPicker2.TabIndex = 12
'
'dtPicker1
'
Me.dtPicker1.Location = New System.Drawing.Point(16, 80)
Me.dtPicker1.Name = "dtPicker1"
Me.dtPicker1.Size = New System.Drawing.Size(120, 21)
Me.dtPicker1.TabIndex = 11
'
'cbHandler
'
Me.cbHandler.Location = New System.Drawing.Point(264, 56)
Me.cbHandler.Name = "cbHandler"
Me.cbHandler.Size = New System.Drawing.Size(72, 20)
Me.cbHandler.TabIndex = 9
'
'cbGoods
'
Me.cbGoods.Location = New System.Drawing.Point(176, 56)
Me.cbGoods.Name = "cbGoods"
Me.cbGoods.Size = New System.Drawing.Size(80, 20)
Me.cbGoods.TabIndex = 8
'
'tbDate2
'
Me.tbDate2.Location = New System.Drawing.Point(96, 56)
Me.tbDate2.Name = "tbDate2"
Me.tbDate2.ReadOnly = True
Me.tbDate2.Size = New System.Drawing.Size(64, 21)
Me.tbDate2.TabIndex = 6
Me.tbDate2.Text = ""
'
'tbDate1
'
Me.tbDate1.Location = New System.Drawing.Point(16, 56)
Me.tbDate1.Name = "tbDate1"
Me.tbDate1.ReadOnly = True
Me.tbDate1.Size = New System.Drawing.Size(64, 21)
Me.tbDate1.TabIndex = 5
Me.tbDate1.Text = ""
'
'Label5
'
Me.Label5.Location = New System.Drawing.Point(344, 24)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(72, 23)
Me.Label5.TabIndex = 4
Me.Label5.Text = "處理狀態"
Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label4
'
Me.Label4.Location = New System.Drawing.Point(272, 24)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(72, 23)
Me.Label4.TabIndex = 3
Me.Label4.Text = "處理者"
Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label3
'
Me.Label3.Location = New System.Drawing.Point(184, 24)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(72, 23)
Me.Label3.TabIndex = 2
Me.Label3.Text = "商品"
Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label2
'
Me.Label2.Location = New System.Drawing.Point(96, 24)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -