123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class Frm_CHEM_container
- 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 Form 設計工具的必要項
- Private components As System.ComponentModel.IContainer
-
- '注意: 以下為 Windows Form 設計工具所需的程序
- '可以使用 Windows Form 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <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.ListBox1 = New System.Windows.Forms.ListBox()
- Me.txtChem = New System.Windows.Forms.TextBox()
- Me.Button3 = New System.Windows.Forms.Button()
- Me.Button2 = New System.Windows.Forms.Button()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.dgv_detail = New System.Windows.Forms.DataGridView()
- Me.dgv_main = New System.Windows.Forms.DataGridView()
- Me.Button4 = New System.Windows.Forms.Button()
- Me.Button5 = New System.Windows.Forms.Button()
- Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
- Me.dgv_pending = New System.Windows.Forms.DataGridView()
- Me.Button6 = New System.Windows.Forms.Button()
- Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
- Me.Button7 = New System.Windows.Forms.Button()
- Me.Button8 = New System.Windows.Forms.Button()
- Me.Button9 = New System.Windows.Forms.Button()
- Me.DateTimePicker3 = New System.Windows.Forms.DateTimePicker()
- Me.Label1 = New System.Windows.Forms.Label()
- CType(Me.dgv_detail, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv_main, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv_pending, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'ListBox1
- '
- Me.ListBox1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ListBox1.FormattingEnabled = True
- Me.ListBox1.ItemHeight = 20
- Me.ListBox1.Location = New System.Drawing.Point(1773, 61)
- Me.ListBox1.Name = "ListBox1"
- Me.ListBox1.Size = New System.Drawing.Size(206, 184)
- Me.ListBox1.TabIndex = 13
- Me.ListBox1.Visible = False
- '
- 'txtChem
- '
- Me.txtChem.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.txtChem.Location = New System.Drawing.Point(1806, 262)
- Me.txtChem.Name = "txtChem"
- Me.txtChem.Size = New System.Drawing.Size(130, 29)
- Me.txtChem.TabIndex = 12
- Me.txtChem.Visible = False
- '
- 'Button3
- '
- Me.Button3.Location = New System.Drawing.Point(1860, 624)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(112, 43)
- Me.Button3.TabIndex = 11
- Me.Button3.Text = "更新资料"
- Me.Button3.UseVisualStyleBackColor = True
- '
- 'Button2
- '
- Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button2.Location = New System.Drawing.Point(1773, 12)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(81, 43)
- Me.Button2.TabIndex = 10
- Me.Button2.Text = "+"
- Me.Button2.UseVisualStyleBackColor = True
- Me.Button2.Visible = False
- '
- 'Button1
- '
- Me.Button1.Location = New System.Drawing.Point(1860, 398)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(112, 43)
- Me.Button1.TabIndex = 9
- Me.Button1.Text = "新增合同"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'dgv_detail
- '
- Me.dgv_detail.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("微軟正黑體", 12.0!, 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_detail.DefaultCellStyle = DataGridViewCellStyle1
- Me.dgv_detail.Location = New System.Drawing.Point(276, 12)
- Me.dgv_detail.Name = "dgv_detail"
- Me.dgv_detail.RowHeadersWidth = 82
- Me.dgv_detail.RowTemplate.Height = 24
- Me.dgv_detail.Size = New System.Drawing.Size(1212, 115)
- Me.dgv_detail.TabIndex = 8
- '
- 'dgv_main
- '
- Me.dgv_main.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(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_main.DefaultCellStyle = DataGridViewCellStyle2
- Me.dgv_main.Location = New System.Drawing.Point(12, 12)
- Me.dgv_main.Name = "dgv_main"
- Me.dgv_main.RowHeadersWidth = 20
- Me.dgv_main.RowTemplate.Height = 24
- Me.dgv_main.Size = New System.Drawing.Size(248, 857)
- Me.dgv_main.TabIndex = 7
- '
- 'Button4
- '
- Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button4.Location = New System.Drawing.Point(1873, 12)
- Me.Button4.Name = "Button4"
- Me.Button4.Size = New System.Drawing.Size(81, 43)
- Me.Button4.TabIndex = 14
- Me.Button4.Text = "-"
- Me.Button4.UseVisualStyleBackColor = True
- Me.Button4.Visible = False
- '
- 'Button5
- '
- Me.Button5.Location = New System.Drawing.Point(1860, 575)
- Me.Button5.Name = "Button5"
- Me.Button5.Size = New System.Drawing.Size(112, 43)
- Me.Button5.TabIndex = 15
- Me.Button5.Text = "清空列表"
- Me.Button5.UseVisualStyleBackColor = True
- '
- 'DateTimePicker1
- '
- Me.DateTimePicker1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.DateTimePicker1.Location = New System.Drawing.Point(1860, 363)
- Me.DateTimePicker1.Name = "DateTimePicker1"
- Me.DateTimePicker1.Size = New System.Drawing.Size(144, 29)
- Me.DateTimePicker1.TabIndex = 16
- Me.DateTimePicker1.Visible = False
- '
- 'dgv_pending
- '
- Me.dgv_pending.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("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, 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_pending.DefaultCellStyle = DataGridViewCellStyle3
- Me.dgv_pending.Location = New System.Drawing.Point(276, 133)
- Me.dgv_pending.Name = "dgv_pending"
- Me.dgv_pending.RowHeadersWidth = 20
- Me.dgv_pending.RowTemplate.Height = 24
- Me.dgv_pending.Size = New System.Drawing.Size(1473, 819)
- Me.dgv_pending.TabIndex = 17
- '
- 'Button6
- '
- Me.Button6.Location = New System.Drawing.Point(1858, 740)
- Me.Button6.Name = "Button6"
- Me.Button6.Size = New System.Drawing.Size(112, 43)
- Me.Button6.TabIndex = 18
- Me.Button6.Text = "报关验收"
- Me.Button6.UseVisualStyleBackColor = True
- '
- 'DateTimePicker2
- '
- Me.DateTimePicker2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.DateTimePicker2.Location = New System.Drawing.Point(1858, 696)
- Me.DateTimePicker2.Name = "DateTimePicker2"
- Me.DateTimePicker2.Size = New System.Drawing.Size(158, 29)
- Me.DateTimePicker2.TabIndex = 19
- '
- 'Button7
- '
- Me.Button7.Location = New System.Drawing.Point(1904, 153)
- Me.Button7.Margin = New System.Windows.Forms.Padding(1, 2, 1, 2)
- Me.Button7.Name = "Button7"
- Me.Button7.Size = New System.Drawing.Size(112, 37)
- Me.Button7.TabIndex = 20
- Me.Button7.Text = "手册号"
- Me.Button7.UseVisualStyleBackColor = True
- Me.Button7.Visible = False
- '
- 'Button8
- '
- Me.Button8.Location = New System.Drawing.Point(1904, 199)
- Me.Button8.Margin = New System.Windows.Forms.Padding(1, 2, 1, 2)
- Me.Button8.Name = "Button8"
- Me.Button8.Size = New System.Drawing.Size(90, 58)
- Me.Button8.TabIndex = 21
- Me.Button8.Text = "Button8"
- Me.Button8.UseVisualStyleBackColor = True
- Me.Button8.Visible = False
- '
- 'Button9
- '
- Me.Button9.Location = New System.Drawing.Point(1860, 517)
- Me.Button9.Margin = New System.Windows.Forms.Padding(1, 2, 1, 2)
- Me.Button9.Name = "Button9"
- Me.Button9.Size = New System.Drawing.Size(112, 37)
- Me.Button9.TabIndex = 22
- Me.Button9.Text = "查询未到订单"
- Me.Button9.UseVisualStyleBackColor = True
- '
- 'DateTimePicker3
- '
- Me.DateTimePicker3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.DateTimePicker3.Location = New System.Drawing.Point(1886, 820)
- Me.DateTimePicker3.Name = "DateTimePicker3"
- Me.DateTimePicker3.Size = New System.Drawing.Size(144, 29)
- Me.DateTimePicker3.TabIndex = 23
- Me.DateTimePicker3.Visible = False
- '
- '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.Location = New System.Drawing.Point(1778, 701)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(74, 21)
- Me.Label1.TabIndex = 24
- Me.Label1.Text = "报关日期"
- '
- 'Frm_CHEM_container
- '
- 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(2034, 998)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.DateTimePicker3)
- Me.Controls.Add(Me.Button9)
- Me.Controls.Add(Me.Button8)
- Me.Controls.Add(Me.Button7)
- Me.Controls.Add(Me.DateTimePicker2)
- Me.Controls.Add(Me.Button6)
- Me.Controls.Add(Me.dgv_pending)
- Me.Controls.Add(Me.DateTimePicker1)
- Me.Controls.Add(Me.Button5)
- Me.Controls.Add(Me.Button4)
- Me.Controls.Add(Me.ListBox1)
- Me.Controls.Add(Me.txtChem)
- Me.Controls.Add(Me.Button3)
- Me.Controls.Add(Me.Button2)
- Me.Controls.Add(Me.Button1)
- Me.Controls.Add(Me.dgv_detail)
- Me.Controls.Add(Me.dgv_main)
- Me.Name = "Frm_CHEM_container"
- Me.Text = "化料货柜采购"
- CType(Me.dgv_detail, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv_main, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv_pending, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents ListBox1 As ListBox
- Friend WithEvents txtChem As TextBox
- Friend WithEvents Button3 As Button
- Friend WithEvents Button2 As Button
- Friend WithEvents Button1 As Button
- Friend WithEvents dgv_detail As DataGridView
- Friend WithEvents dgv_main As DataGridView
- Friend WithEvents Button4 As Button
- Friend WithEvents Button5 As Button
- Friend WithEvents DateTimePicker1 As DateTimePicker
- Friend WithEvents dgv_pending As DataGridView
- Friend WithEvents Button6 As Button
- Friend WithEvents DateTimePicker2 As DateTimePicker
- Friend WithEvents Button7 As Button
- Friend WithEvents Button8 As Button
- Friend WithEvents Button9 As Button
- Friend WithEvents DateTimePicker3 As DateTimePicker
- Friend WithEvents Label1 As Label
- End Class
|