_ Partial Class Frm_BG_Record 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() Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Button1 = New System.Windows.Forms.Button() Me.dgv_in = New System.Windows.Forms.DataGridView() Me.Button2 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.Button6 = New System.Windows.Forms.Button() Me.Button7 = New System.Windows.Forms.Button() Me.Button8 = New System.Windows.Forms.Button() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.dgv_out = New System.Windows.Forms.DataGridView() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() CType(Me.dgv_in, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgv_out, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'TextBox1 ' Me.TextBox1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.TextBox1.Location = New System.Drawing.Point(169, 36) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(169, 29) Me.TextBox1.TabIndex = 0 ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button1.Location = New System.Drawing.Point(363, 35) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(123, 29) Me.Button1.TabIndex = 1 Me.Button1.Text = "报关单号查询" Me.Button1.UseVisualStyleBackColor = True ' 'dgv_in ' Me.dgv_in.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgv_in.DefaultCellStyle = DataGridViewCellStyle1 Me.dgv_in.Location = New System.Drawing.Point(80, 83) Me.dgv_in.Name = "dgv_in" Me.dgv_in.RowTemplate.Height = 23 Me.dgv_in.Size = New System.Drawing.Size(1051, 288) Me.dgv_in.TabIndex = 2 ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button2.Location = New System.Drawing.Point(517, 35) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(101, 29) Me.Button2.TabIndex = 3 Me.Button2.Text = "重量查询" Me.Button2.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button3.Location = New System.Drawing.Point(649, 35) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(101, 29) Me.Button3.TabIndex = 4 Me.Button3.Text = "品名查询" Me.Button3.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button4.Location = New System.Drawing.Point(781, 35) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(101, 29) Me.Button4.TabIndex = 5 Me.Button4.Text = "供应商查询" Me.Button4.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button5.Location = New System.Drawing.Point(781, 392) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(101, 29) Me.Button5.TabIndex = 11 Me.Button5.Text = "客户查询" Me.Button5.UseVisualStyleBackColor = True ' 'Button6 ' Me.Button6.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button6.Location = New System.Drawing.Point(649, 392) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(101, 29) Me.Button6.TabIndex = 10 Me.Button6.Text = "品名查询" Me.Button6.UseVisualStyleBackColor = True ' 'Button7 ' Me.Button7.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button7.Location = New System.Drawing.Point(517, 392) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(101, 29) Me.Button7.TabIndex = 9 Me.Button7.Text = "重量查询" Me.Button7.UseVisualStyleBackColor = True ' 'Button8 ' Me.Button8.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Button8.Location = New System.Drawing.Point(372, 392) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(114, 29) Me.Button8.TabIndex = 7 Me.Button8.Text = "报关单号查询" Me.Button8.UseVisualStyleBackColor = True ' 'TextBox2 ' Me.TextBox2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.TextBox2.Location = New System.Drawing.Point(178, 393) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(169, 29) Me.TextBox2.TabIndex = 6 ' 'dgv_out ' Me.dgv_out.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgv_out.DefaultCellStyle = DataGridViewCellStyle2 Me.dgv_out.Location = New System.Drawing.Point(80, 443) Me.dgv_out.Name = "dgv_out" Me.dgv_out.RowTemplate.Height = 23 Me.dgv_out.Size = New System.Drawing.Size(1051, 288) Me.dgv_out.TabIndex = 12 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("微软雅黑", 14.25!, 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(75, 40) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(88, 25) Me.Label1.TabIndex = 13 Me.Label1.Text = "进口查询" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("微软雅黑", 14.25!, 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(84, 397) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(88, 25) Me.Label2.TabIndex = 14 Me.Label2.Text = "出口查询" ' 'Frm_BG_Record ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1262, 836) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.dgv_out) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Button7) Me.Controls.Add(Me.Button8) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.dgv_in) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.TextBox1) Me.Name = "Frm_BG_Record" Me.Text = "报关查询" CType(Me.dgv_in, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgv_out, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents TextBox1 As TextBox Friend WithEvents Button1 As Button Friend WithEvents dgv_in As DataGridView Friend WithEvents Button2 As Button Friend WithEvents Button3 As Button Friend WithEvents Button4 As Button Friend WithEvents Button5 As Button Friend WithEvents Button6 As Button Friend WithEvents Button7 As Button Friend WithEvents Button8 As Button Friend WithEvents TextBox2 As TextBox Friend WithEvents dgv_out As DataGridView Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label End Class