123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class Frm_CHEM_OUT
- 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()
- Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.DGV1 = New System.Windows.Forms.DataGridView()
- Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
- Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
- Me.TextBox1 = New System.Windows.Forms.TextBox()
- Me.DGV2 = New System.Windows.Forms.DataGridView()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.DGV3 = New System.Windows.Forms.DataGridView()
- Me.DGV4 = New System.Windows.Forms.DataGridView()
- Me.dgv5 = New System.Windows.Forms.DataGridView()
- Me.Button2 = New System.Windows.Forms.Button()
- CType(Me.DGV1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.DGV2, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.DGV3, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.DGV4, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv5, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'DGV1
- '
- Me.DGV1.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.DGV1.DefaultCellStyle = DataGridViewCellStyle1
- Me.DGV1.Location = New System.Drawing.Point(30, 68)
- Me.DGV1.Name = "DGV1"
- Me.DGV1.RowTemplate.Height = 23
- Me.DGV1.Size = New System.Drawing.Size(718, 345)
- Me.DGV1.TabIndex = 0
- '
- '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(30, 30)
- Me.DateTimePicker1.Name = "DateTimePicker1"
- Me.DateTimePicker1.Size = New System.Drawing.Size(213, 29)
- Me.DateTimePicker1.TabIndex = 1
- '
- '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(278, 30)
- Me.DateTimePicker2.Name = "DateTimePicker2"
- Me.DateTimePicker2.Size = New System.Drawing.Size(213, 29)
- Me.DateTimePicker2.TabIndex = 1
- '
- 'TextBox1
- '
- Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox1.Location = New System.Drawing.Point(542, 28)
- Me.TextBox1.Name = "TextBox1"
- Me.TextBox1.Size = New System.Drawing.Size(106, 29)
- Me.TextBox1.TabIndex = 2
- '
- 'DGV2
- '
- Me.DGV2.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("微軟正黑體", 12.0!, 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.DGV2.DefaultCellStyle = DataGridViewCellStyle2
- Me.DGV2.Location = New System.Drawing.Point(754, 68)
- Me.DGV2.Name = "DGV2"
- Me.DGV2.RowTemplate.Height = 23
- Me.DGV2.Size = New System.Drawing.Size(787, 878)
- Me.DGV2.TabIndex = 0
- '
- 'Button1
- '
- Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button1.Location = New System.Drawing.Point(655, 28)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(80, 30)
- Me.Button1.TabIndex = 3
- Me.Button1.Text = "查詢"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'DGV3
- '
- Me.DGV3.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("微軟正黑體", 12.0!, 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.DGV3.DefaultCellStyle = DataGridViewCellStyle3
- Me.DGV3.Location = New System.Drawing.Point(1567, 68)
- Me.DGV3.Name = "DGV3"
- Me.DGV3.RowTemplate.Height = 23
- Me.DGV3.Size = New System.Drawing.Size(474, 878)
- Me.DGV3.TabIndex = 4
- '
- 'DGV4
- '
- Me.DGV4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window
- DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText
- DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.DGV4.DefaultCellStyle = DataGridViewCellStyle4
- Me.DGV4.Location = New System.Drawing.Point(30, 435)
- Me.DGV4.Name = "DGV4"
- Me.DGV4.RowTemplate.Height = 23
- Me.DGV4.Size = New System.Drawing.Size(718, 204)
- Me.DGV4.TabIndex = 5
- '
- 'dgv5
- '
- Me.dgv5.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window
- DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText
- DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.dgv5.DefaultCellStyle = DataGridViewCellStyle5
- Me.dgv5.Location = New System.Drawing.Point(30, 680)
- Me.dgv5.Name = "dgv5"
- Me.dgv5.RowTemplate.Height = 23
- Me.dgv5.Size = New System.Drawing.Size(718, 204)
- Me.dgv5.TabIndex = 6
- '
- 'Button2
- '
- Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button2.Location = New System.Drawing.Point(787, 25)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(80, 30)
- Me.Button2.TabIndex = 3
- Me.Button2.Text = "查詢"
- Me.Button2.UseVisualStyleBackColor = True
- '
- 'Frm_CHEM_OUT
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
- Me.AutoScroll = True
- Me.ClientSize = New System.Drawing.Size(2051, 1048)
- Me.Controls.Add(Me.dgv5)
- Me.Controls.Add(Me.DGV4)
- Me.Controls.Add(Me.DGV3)
- Me.Controls.Add(Me.Button2)
- Me.Controls.Add(Me.Button1)
- Me.Controls.Add(Me.TextBox1)
- Me.Controls.Add(Me.DateTimePicker2)
- Me.Controls.Add(Me.DateTimePicker1)
- Me.Controls.Add(Me.DGV2)
- Me.Controls.Add(Me.DGV1)
- Me.Name = "Frm_CHEM_OUT"
- Me.Text = "Frm_CHEM_OUT"
- CType(Me.DGV1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.DGV2, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.DGV3, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.DGV4, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv5, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents DGV1 As DataGridView
- Friend WithEvents DateTimePicker1 As DateTimePicker
- Friend WithEvents DateTimePicker2 As DateTimePicker
- Friend WithEvents TextBox1 As TextBox
- Friend WithEvents DGV2 As DataGridView
- Friend WithEvents Button1 As Button
- Friend WithEvents DGV3 As DataGridView
- Friend WithEvents DGV4 As DataGridView
- Friend WithEvents dgv5 As DataGridView
- Friend WithEvents Button2 As Button
- End Class
|