123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class Frm_BG_IN_SUM
- Inherits System.Windows.Forms.Form
-
- 'Form 重写 Dispose,以清理组件列表。
- <System.Diagnostics.DebuggerNonUserCode()> _
- 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 窗体设计器修改它。
- '不要使用代码编辑器修改它。
- <System.Diagnostics.DebuggerStepThrough()> _
- 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()
- Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.dgv_XNO = New System.Windows.Forms.DataGridView()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.dtp2 = New System.Windows.Forms.DateTimePicker()
- Me.dtp1 = New System.Windows.Forms.DateTimePicker()
- Me.Button3 = New System.Windows.Forms.Button()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.TextBox3 = New System.Windows.Forms.TextBox()
- Me.TextBox2 = New System.Windows.Forms.TextBox()
- Me.TextBox1 = New System.Windows.Forms.TextBox()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.ListBox2 = New System.Windows.Forms.ListBox()
- Me.ListBox1 = New System.Windows.Forms.ListBox()
- Me.dtp3 = New System.Windows.Forms.DateTimePicker()
- Me.dgv1 = New System.Windows.Forms.DataGridView()
- Me.dgv_matl = New System.Windows.Forms.DataGridView()
- Me.GroupBox1 = New System.Windows.Forms.GroupBox()
- Me.rb1 = New System.Windows.Forms.RadioButton()
- Me.RB2 = New System.Windows.Forms.RadioButton()
- CType(Me.dgv_XNO, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv_matl, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.GroupBox1.SuspendLayout()
- Me.SuspendLayout()
- '
- 'dgv_XNO
- '
- Me.dgv_XNO.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("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, 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_XNO.DefaultCellStyle = DataGridViewCellStyle1
- Me.dgv_XNO.Location = New System.Drawing.Point(12, 68)
- Me.dgv_XNO.Name = "dgv_XNO"
- Me.dgv_XNO.RowTemplate.Height = 23
- Me.dgv_XNO.Size = New System.Drawing.Size(494, 402)
- Me.dgv_XNO.TabIndex = 15
- '
- '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.Black
- Me.Label1.Location = New System.Drawing.Point(165, 36)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(31, 25)
- Me.Label1.TabIndex = 14
- Me.Label1.Text = "至"
- '
- 'dtp2
- '
- Me.dtp2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.dtp2.Location = New System.Drawing.Point(199, 33)
- Me.dtp2.Name = "dtp2"
- Me.dtp2.Size = New System.Drawing.Size(147, 29)
- Me.dtp2.TabIndex = 13
- '
- 'dtp1
- '
- Me.dtp1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.dtp1.Location = New System.Drawing.Point(12, 33)
- Me.dtp1.Name = "dtp1"
- Me.dtp1.Size = New System.Drawing.Size(147, 29)
- Me.dtp1.TabIndex = 12
- '
- 'Button3
- '
- Me.Button3.Location = New System.Drawing.Point(497, 29)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(61, 29)
- Me.Button3.TabIndex = 11
- Me.Button3.Text = "查询"
- Me.Button3.UseVisualStyleBackColor = True
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.Label4.ForeColor = System.Drawing.Color.Red
- Me.Label4.Location = New System.Drawing.Point(840, 844)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(50, 25)
- Me.Label4.TabIndex = 33
- Me.Label4.Text = "重量"
- Me.Label4.Visible = False
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.Label3.ForeColor = System.Drawing.Color.Red
- Me.Label3.Location = New System.Drawing.Point(840, 794)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(50, 25)
- Me.Label3.TabIndex = 32
- Me.Label3.Text = "尺数"
- Me.Label3.Visible = False
- '
- '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(840, 746)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(50, 25)
- Me.Label2.TabIndex = 31
- Me.Label2.Text = "笔数"
- Me.Label2.Visible = False
- '
- 'TextBox3
- '
- Me.TextBox3.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.TextBox3.Location = New System.Drawing.Point(892, 842)
- Me.TextBox3.Name = "TextBox3"
- Me.TextBox3.Size = New System.Drawing.Size(100, 29)
- Me.TextBox3.TabIndex = 30
- Me.TextBox3.Visible = False
- '
- '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(892, 792)
- Me.TextBox2.Name = "TextBox2"
- Me.TextBox2.Size = New System.Drawing.Size(100, 29)
- Me.TextBox2.TabIndex = 29
- Me.TextBox2.Visible = False
- '
- '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(892, 744)
- Me.TextBox1.Name = "TextBox1"
- Me.TextBox1.Size = New System.Drawing.Size(100, 29)
- Me.TextBox1.TabIndex = 28
- Me.TextBox1.Visible = False
- '
- 'Button1
- '
- Me.Button1.Location = New System.Drawing.Point(1266, 580)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(61, 29)
- Me.Button1.TabIndex = 27
- Me.Button1.Text = "出口报关"
- Me.Button1.UseVisualStyleBackColor = True
- Me.Button1.Visible = False
- '
- 'ListBox2
- '
- Me.ListBox2.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.ListBox2.FormattingEnabled = True
- Me.ListBox2.ItemHeight = 19
- Me.ListBox2.Location = New System.Drawing.Point(1093, 635)
- Me.ListBox2.Name = "ListBox2"
- Me.ListBox2.Size = New System.Drawing.Size(147, 99)
- Me.ListBox2.TabIndex = 26
- Me.ListBox2.Visible = False
- '
- 'ListBox1
- '
- Me.ListBox1.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.ListBox1.FormattingEnabled = True
- Me.ListBox1.ItemHeight = 19
- Me.ListBox1.Location = New System.Drawing.Point(1093, 740)
- Me.ListBox1.Name = "ListBox1"
- Me.ListBox1.Size = New System.Drawing.Size(147, 137)
- Me.ListBox1.TabIndex = 25
- Me.ListBox1.Visible = False
- '
- 'dtp3
- '
- Me.dtp3.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.dtp3.Location = New System.Drawing.Point(1093, 580)
- Me.dtp3.Name = "dtp3"
- Me.dtp3.Size = New System.Drawing.Size(147, 29)
- Me.dtp3.TabIndex = 24
- Me.dtp3.Visible = False
- '
- 'dgv1
- '
- Me.dgv1.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("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, 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.dgv1.DefaultCellStyle = DataGridViewCellStyle2
- Me.dgv1.Location = New System.Drawing.Point(528, 68)
- Me.dgv1.Name = "dgv1"
- Me.dgv1.RowTemplate.Height = 23
- Me.dgv1.Size = New System.Drawing.Size(1047, 822)
- Me.dgv1.TabIndex = 34
- '
- 'dgv_matl
- '
- Me.dgv_matl.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
- DataGridViewCellStyle3.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
- DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.dgv_matl.DefaultCellStyle = DataGridViewCellStyle3
- Me.dgv_matl.Location = New System.Drawing.Point(12, 488)
- Me.dgv_matl.Name = "dgv_matl"
- Me.dgv_matl.RowTemplate.Height = 23
- Me.dgv_matl.Size = New System.Drawing.Size(494, 402)
- Me.dgv_matl.TabIndex = 35
- '
- 'GroupBox1
- '
- Me.GroupBox1.Controls.Add(Me.rb1)
- Me.GroupBox1.Controls.Add(Me.RB2)
- Me.GroupBox1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.GroupBox1.Location = New System.Drawing.Point(352, 18)
- Me.GroupBox1.Name = "GroupBox1"
- Me.GroupBox1.Size = New System.Drawing.Size(126, 44)
- Me.GroupBox1.TabIndex = 36
- Me.GroupBox1.TabStop = False
- '
- 'rb1
- '
- Me.rb1.AutoSize = True
- Me.rb1.Checked = True
- Me.rb1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.rb1.Location = New System.Drawing.Point(6, 16)
- Me.rb1.Name = "rb1"
- Me.rb1.Size = New System.Drawing.Size(57, 23)
- Me.rb1.TabIndex = 3
- Me.rb1.TabStop = True
- Me.rb1.Text = "报关"
- Me.rb1.UseVisualStyleBackColor = True
- '
- 'RB2
- '
- Me.RB2.AutoSize = True
- Me.RB2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.RB2.Location = New System.Drawing.Point(69, 14)
- Me.RB2.Name = "RB2"
- Me.RB2.Size = New System.Drawing.Size(54, 26)
- Me.RB2.TabIndex = 2
- Me.RB2.Text = "进厂"
- Me.RB2.UseCompatibleTextRendering = True
- Me.RB2.UseVisualStyleBackColor = True
- '
- 'Frm_BG_IN_SUM
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1603, 969)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.TextBox3)
- Me.Controls.Add(Me.TextBox2)
- Me.Controls.Add(Me.TextBox1)
- Me.Controls.Add(Me.Button1)
- Me.Controls.Add(Me.ListBox2)
- Me.Controls.Add(Me.ListBox1)
- Me.Controls.Add(Me.dtp3)
- Me.Controls.Add(Me.GroupBox1)
- Me.Controls.Add(Me.dgv_matl)
- Me.Controls.Add(Me.dgv1)
- Me.Controls.Add(Me.dgv_XNO)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.dtp2)
- Me.Controls.Add(Me.dtp1)
- Me.Controls.Add(Me.Button3)
- Me.Name = "Frm_BG_IN_SUM"
- Me.Text = "进口查询"
- CType(Me.dgv_XNO, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv_matl, System.ComponentModel.ISupportInitialize).EndInit()
- Me.GroupBox1.ResumeLayout(False)
- Me.GroupBox1.PerformLayout()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents dgv_XNO As DataGridView
- Friend WithEvents Label1 As Label
- Friend WithEvents dtp2 As DateTimePicker
- Friend WithEvents dtp1 As DateTimePicker
- Friend WithEvents Button3 As Button
- Friend WithEvents Label4 As Label
- Friend WithEvents Label3 As Label
- Friend WithEvents Label2 As Label
- Friend WithEvents TextBox3 As TextBox
- Friend WithEvents TextBox2 As TextBox
- Friend WithEvents TextBox1 As TextBox
- Friend WithEvents Button1 As Button
- Friend WithEvents ListBox2 As ListBox
- Friend WithEvents ListBox1 As ListBox
- Friend WithEvents dtp3 As DateTimePicker
- Friend WithEvents dgv1 As DataGridView
- Friend WithEvents dgv_matl As DataGridView
- Friend WithEvents GroupBox1 As GroupBox
- Friend WithEvents rb1 As RadioButton
- Friend WithEvents RB2 As RadioButton
- End Class
|