📄 qg_neibei_feilei.vb
字号:
Public Class qg_neibei_feilei
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 Button2 As System.Windows.Forms.Button
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents ListBox2 As System.Windows.Forms.ListBox
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
Friend WithEvents TextBox1 As System.Windows.Forms.ComboBox
Friend WithEvents Button3 As System.Windows.Forms.Button
Friend WithEvents Button4 As System.Windows.Forms.Button
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents TextBox4 As System.Windows.Forms.TextBox
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents TextBox5 As System.Windows.Forms.TextBox
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents TextBox6 As System.Windows.Forms.TextBox
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents DateTimePicker1 As System.Windows.Forms.DateTimePicker
Friend WithEvents RadioButton1 As System.Windows.Forms.RadioButton
Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
Friend WithEvents RadioButton2 As System.Windows.Forms.RadioButton
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.RadioButton2 = New System.Windows.Forms.RadioButton
Me.ComboBox1 = New System.Windows.Forms.ComboBox
Me.RadioButton1 = New System.Windows.Forms.RadioButton
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker
Me.Label9 = New System.Windows.Forms.Label
Me.Label8 = New System.Windows.Forms.Label
Me.TextBox6 = New System.Windows.Forms.TextBox
Me.Label7 = New System.Windows.Forms.Label
Me.TextBox5 = New System.Windows.Forms.TextBox
Me.Label6 = New System.Windows.Forms.Label
Me.TextBox4 = New System.Windows.Forms.TextBox
Me.Label5 = New System.Windows.Forms.Label
Me.TextBox3 = New System.Windows.Forms.TextBox
Me.TextBox2 = New System.Windows.Forms.TextBox
Me.Label4 = New System.Windows.Forms.Label
Me.TextBox1 = New System.Windows.Forms.ComboBox
Me.Button2 = New System.Windows.Forms.Button
Me.Button1 = New System.Windows.Forms.Button
Me.Label2 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.ListBox2 = New System.Windows.Forms.ListBox
Me.ListBox1 = New System.Windows.Forms.ListBox
Me.Button3 = New System.Windows.Forms.Button
Me.Button4 = New System.Windows.Forms.Button
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.RadioButton2)
Me.GroupBox1.Controls.Add(Me.ComboBox1)
Me.GroupBox1.Controls.Add(Me.RadioButton1)
Me.GroupBox1.Controls.Add(Me.DateTimePicker1)
Me.GroupBox1.Controls.Add(Me.Label9)
Me.GroupBox1.Controls.Add(Me.Label8)
Me.GroupBox1.Controls.Add(Me.TextBox6)
Me.GroupBox1.Controls.Add(Me.Label7)
Me.GroupBox1.Controls.Add(Me.TextBox5)
Me.GroupBox1.Controls.Add(Me.Label6)
Me.GroupBox1.Controls.Add(Me.TextBox4)
Me.GroupBox1.Controls.Add(Me.Label5)
Me.GroupBox1.Controls.Add(Me.TextBox3)
Me.GroupBox1.Controls.Add(Me.TextBox2)
Me.GroupBox1.Controls.Add(Me.Label4)
Me.GroupBox1.Controls.Add(Me.TextBox1)
Me.GroupBox1.Controls.Add(Me.Button2)
Me.GroupBox1.Controls.Add(Me.Button1)
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Controls.Add(Me.ListBox2)
Me.GroupBox1.Controls.Add(Me.ListBox1)
Me.GroupBox1.Location = New System.Drawing.Point(16, 8)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(744, 424)
Me.GroupBox1.TabIndex = 9
Me.GroupBox1.TabStop = False
'
'RadioButton2
'
Me.RadioButton2.ForeColor = System.Drawing.Color.Red
Me.RadioButton2.Location = New System.Drawing.Point(8, 288)
Me.RadioButton2.Name = "RadioButton2"
Me.RadioButton2.Size = New System.Drawing.Size(112, 24)
Me.RadioButton2.TabIndex = 32
Me.RadioButton2.Text = "已有请购单号:"
'
'ComboBox1
'
Me.ComboBox1.Location = New System.Drawing.Point(504, 394)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(216, 20)
Me.ComboBox1.TabIndex = 31
Me.ComboBox1.Text = "已有订购单号"
'
'RadioButton1
'
Me.RadioButton1.Location = New System.Drawing.Point(416, 391)
Me.RadioButton1.Name = "RadioButton1"
Me.RadioButton1.Size = New System.Drawing.Size(88, 24)
Me.RadioButton1.TabIndex = 30
Me.RadioButton1.Text = "订购单浏览"
'
'DateTimePicker1
'
Me.DateTimePicker1.Location = New System.Drawing.Point(120, 393)
Me.DateTimePicker1.Name = "DateTimePicker1"
Me.DateTimePicker1.Size = New System.Drawing.Size(208, 21)
Me.DateTimePicker1.TabIndex = 29
'
'Label9
'
Me.Label9.Location = New System.Drawing.Point(24, 391)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(96, 23)
Me.Label9.TabIndex = 28
Me.Label9.Text = "需货日期"
'
'Label8
'
Me.Label8.Location = New System.Drawing.Point(424, 357)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(72, 23)
Me.Label8.TabIndex = 27
Me.Label8.Text = "付款期限"
'
'TextBox6
'
Me.TextBox6.Location = New System.Drawing.Point(504, 359)
Me.TextBox6.Name = "TextBox6"
Me.TextBox6.Size = New System.Drawing.Size(216, 21)
Me.TextBox6.TabIndex = 26
Me.TextBox6.Text = "TextBox6"
'
'Label7
'
Me.Label7.Location = New System.Drawing.Point(24, 357)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(96, 23)
Me.Label7.TabIndex = 25
Me.Label7.Text = "送货地点"
'
'TextBox5
'
Me.TextBox5.Location = New System.Drawing.Point(120, 359)
Me.TextBox5.Name = "TextBox5"
Me.TextBox5.Size = New System.Drawing.Size(208, 21)
Me.TextBox5.TabIndex = 24
Me.TextBox5.Text = "TextBox5"
'
'Label6
'
Me.Label6.Location = New System.Drawing.Point(428, 323)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(64, 23)
Me.Label6.TabIndex = 23
Me.Label6.Text = "工程名称"
'
'TextBox4
'
Me.TextBox4.BackColor = System.Drawing.Color.White
Me.TextBox4.ForeColor = System.Drawing.SystemColors.WindowText
Me.TextBox4.Location = New System.Drawing.Point(504, 325)
Me.TextBox4.Name = "TextBox4"
Me.TextBox4.ReadOnly = True
Me.TextBox4.Size = New System.Drawing.Size(216, 21)
Me.TextBox4.TabIndex = 22
Me.TextBox4.Text = "TextBox4"
'
'Label5
'
Me.Label5.Location = New System.Drawing.Point(24, 323)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(96, 23)
Me.Label5.TabIndex = 21
Me.Label5.Text = "工程编号"
'
'TextBox3
'
Me.TextBox3.BackColor = System.Drawing.Color.White
Me.TextBox3.ForeColor = System.Drawing.SystemColors.WindowText
Me.TextBox3.Location = New System.Drawing.Point(120, 325)
Me.TextBox3.Name = "TextBox3"
Me.TextBox3.ReadOnly = True
Me.TextBox3.Size = New System.Drawing.Size(208, 21)
Me.TextBox3.TabIndex = 20
Me.TextBox3.Text = "TextBox3"
'
'TextBox2
'
Me.TextBox2.Location = New System.Drawing.Point(504, 288)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(216, 21)
Me.TextBox2.TabIndex = 19
Me.TextBox2.Text = ""
'
'Label4
'
Me.Label4.ForeColor = System.Drawing.Color.Red
Me.Label4.Location = New System.Drawing.Point(412, 288)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(96, 24)
Me.Label4.TabIndex = 18
Me.Label4.Text = "输入订购单号:"
Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(120, 292)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(208, 20)
Me.TextBox1.TabIndex = 17
Me.TextBox1.Text = "已有请购单号"
'
'Button2
'
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button2.ForeColor = System.Drawing.Color.Navy
Me.Button2.Location = New System.Drawing.Point(336, 208)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(64, 24)
Me.Button2.TabIndex = 5
Me.Button2.Text = "<<"
'
'Button1
'
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.ForeColor = System.Drawing.Color.Navy
Me.Button1.Location = New System.Drawing.Point(336, 160)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(64, 24)
Me.Button1.TabIndex = 4
Me.Button1.Text = ">>"
'
'Label2
'
Me.Label2.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label2.Location = New System.Drawing.Point(416, 24)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(112, 16)
Me.Label2.TabIndex = 3
Me.Label2.Text = "采购单物品清单:"
'
'Label1
'
Me.Label1.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label1.Location = New System.Drawing.Point(24, 24)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(104, 16)
Me.Label1.TabIndex = 2
Me.Label1.Text = "请购单物品清单:"
'
'ListBox2
'
Me.ListBox2.ItemHeight = 12
Me.ListBox2.Items.AddRange(New Object() {" 确认无误后再生成订购单!"})
Me.ListBox2.Location = New System.Drawing.Point(416, 48)
Me.ListBox2.Name = "ListBox2"
Me.ListBox2.Size = New System.Drawing.Size(304, 220)
Me.ListBox2.TabIndex = 1
'
'ListBox1
'
Me.ListBox1.ItemHeight = 12
Me.ListBox1.Items.AddRange(New Object() {" 请先选择""已有的请购单""编号,", "下面用红色字体显示的选项!"})
Me.ListBox1.Location = New System.Drawing.Point(24, 48)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -