_ Partial Class Frm_01hf_finish Inherits System.Windows.Forms.Form 'Form 重写 Dispose,以清理组件列表。 _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Windows 窗体设计器所必需的 Private components As System.ComponentModel.IContainer '注意: 以下过程是 Windows 窗体设计器所必需的 '可以使用 Windows 窗体设计器修改它。 '不要使用代码编辑器修改它。 _ Private Sub InitializeComponent() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker() Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker() Me.Label2 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.DataGridView2 = New System.Windows.Forms.DataGridView() Me.DataGridView3 = New System.Windows.Forms.DataGridView() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Button3 = New System.Windows.Forms.Button() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.Button4 = New System.Windows.Forms.Button() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.Button5 = New System.Windows.Forms.Button() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'DataGridView1 ' Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells Me.DataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(25, 50) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 82 Me.DataGridView1.RowTemplate.Height = 30 Me.DataGridView1.Size = New System.Drawing.Size(564, 191) Me.DataGridView1.TabIndex = 0 ' 'DateTimePicker1 ' Me.DateTimePicker1.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.DateTimePicker1.Location = New System.Drawing.Point(52, 12) Me.DateTimePicker1.Name = "DateTimePicker1" Me.DateTimePicker1.Size = New System.Drawing.Size(157, 30) Me.DateTimePicker1.TabIndex = 2 ' 'DateTimePicker2 ' Me.DateTimePicker2.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.DateTimePicker2.Location = New System.Drawing.Point(240, 12) Me.DateTimePicker2.Name = "DateTimePicker2" Me.DateTimePicker2.Size = New System.Drawing.Size(164, 30) Me.DateTimePicker2.TabIndex = 3 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label2.ForeColor = System.Drawing.Color.Red Me.Label2.Location = New System.Drawing.Point(22, 15) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(29, 20) Me.Label2.TabIndex = 5 Me.Label2.Text = "自" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Label1.ForeColor = System.Drawing.Color.Red Me.Label1.Location = New System.Drawing.Point(212, 16) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(29, 20) Me.Label1.TabIndex = 6 Me.Label1.Text = "至" ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(418, 6) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(95, 32) Me.Button1.TabIndex = 7 Me.Button1.Text = "日期查询" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(270, 1233) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(304, 63) Me.Button2.TabIndex = 8 Me.Button2.Text = "调料单号查询" Me.Button2.UseVisualStyleBackColor = True ' 'DataGridView2 ' Me.DataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells Me.DataGridView2.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView2.Location = New System.Drawing.Point(25, 257) Me.DataGridView2.Name = "DataGridView2" Me.DataGridView2.RowHeadersWidth = 82 Me.DataGridView2.RowTemplate.Height = 30 Me.DataGridView2.Size = New System.Drawing.Size(1135, 212) Me.DataGridView2.TabIndex = 9 ' 'DataGridView3 ' Me.DataGridView3.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells Me.DataGridView3.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView3.Location = New System.Drawing.Point(25, 475) Me.DataGridView3.Name = "DataGridView3" Me.DataGridView3.RowHeadersWidth = 82 Me.DataGridView3.RowTemplate.Height = 30 Me.DataGridView3.Size = New System.Drawing.Size(1135, 343) Me.DataGridView3.TabIndex = 10 ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(61, 1233) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(196, 21) Me.TextBox1.TabIndex = 11 ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(61, 1309) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(196, 21) Me.TextBox2.TabIndex = 13 ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(270, 1309) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(304, 63) Me.Button3.TabIndex = 12 Me.Button3.Text = "流程卡号查询" Me.Button3.UseVisualStyleBackColor = True ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(61, 1462) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(196, 21) Me.TextBox3.TabIndex = 17 ' 'Button4 ' Me.Button4.Location = New System.Drawing.Point(270, 1462) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(304, 63) Me.Button4.TabIndex = 16 Me.Button4.Text = "流程卡号查询" Me.Button4.UseVisualStyleBackColor = True ' 'TextBox4 ' Me.TextBox4.Location = New System.Drawing.Point(61, 1386) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(196, 21) Me.TextBox4.TabIndex = 15 ' 'Button5 ' Me.Button5.Location = New System.Drawing.Point(270, 1386) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(304, 63) Me.Button5.TabIndex = 14 Me.Button5.Text = "产品查询" Me.Button5.UseVisualStyleBackColor = True ' 'Frm_01hf_finish ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoScroll = True Me.ClientSize = New System.Drawing.Size(1782, 853) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.DataGridView3) Me.Controls.Add(Me.DataGridView2) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.DateTimePicker2) Me.Controls.Add(Me.DateTimePicker1) Me.Controls.Add(Me.DataGridView1) Me.Name = "Frm_01hf_finish" Me.Text = "Frm_finish" CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents DataGridView1 As DataGridView Friend WithEvents DateTimePicker1 As DateTimePicker Friend WithEvents DateTimePicker2 As DateTimePicker Friend WithEvents Label2 As Label Friend WithEvents Label1 As Label Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button Friend WithEvents DataGridView2 As DataGridView Friend WithEvents DataGridView3 As DataGridView Friend WithEvents TextBox1 As TextBox Friend WithEvents TextBox2 As TextBox Friend WithEvents Button3 As Button Friend WithEvents TextBox3 As TextBox Friend WithEvents Button4 As Button Friend WithEvents TextBox4 As TextBox Friend WithEvents Button5 As Button End Class