123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class frm_Chem_cert
- 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()
- Me.dgv1 = New System.Windows.Forms.DataGridView()
- Me.dgv2 = New System.Windows.Forms.DataGridView()
- Me.DataGridView3 = New System.Windows.Forms.DataGridView()
- Me.TextBox1 = New System.Windows.Forms.TextBox()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.chkb1 = New System.Windows.Forms.CheckedListBox()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.chkb2 = New System.Windows.Forms.CheckedListBox()
- Me.ListBox1 = New System.Windows.Forms.ListBox()
- Me.Label5 = New System.Windows.Forms.Label()
- 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.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
- Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
- CType(Me.dgv1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv2, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.DataGridView3, 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(36, 52)
- Me.dgv1.Name = "dgv1"
- Me.dgv1.RowHeadersWidth = 51
- Me.dgv1.RowTemplate.Height = 27
- Me.dgv1.Size = New System.Drawing.Size(146, 398)
- Me.dgv1.TabIndex = 0
- '
- 'dgv2
- '
- Me.dgv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.dgv2.Location = New System.Drawing.Point(214, 52)
- Me.dgv2.Name = "dgv2"
- Me.dgv2.RowHeadersWidth = 51
- Me.dgv2.RowTemplate.Height = 27
- Me.dgv2.Size = New System.Drawing.Size(769, 398)
- Me.dgv2.TabIndex = 1
- '
- 'DataGridView3
- '
- Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.DataGridView3.Location = New System.Drawing.Point(1222, 52)
- Me.DataGridView3.Name = "DataGridView3"
- Me.DataGridView3.RowHeadersWidth = 51
- Me.DataGridView3.RowTemplate.Height = 27
- Me.DataGridView3.Size = New System.Drawing.Size(101, 238)
- Me.DataGridView3.TabIndex = 2
- '
- 'TextBox1
- '
- Me.TextBox1.Location = New System.Drawing.Point(1047, 708)
- Me.TextBox1.Name = "TextBox1"
- Me.TextBox1.Size = New System.Drawing.Size(100, 25)
- Me.TextBox1.TabIndex = 3
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label1.ForeColor = System.Drawing.Color.Red
- Me.Label1.Location = New System.Drawing.Point(33, 19)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(92, 25)
- Me.Label1.TabIndex = 4
- Me.Label1.Text = "庫存日期"
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label2.ForeColor = System.Drawing.Color.Red
- Me.Label2.Location = New System.Drawing.Point(926, 708)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(92, 25)
- Me.Label2.TabIndex = 5
- Me.Label2.Text = "庫存日期"
- '
- 'chkb1
- '
- Me.chkb1.CheckOnClick = True
- Me.chkb1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.chkb1.FormattingEnabled = True
- Me.chkb1.Location = New System.Drawing.Point(338, 513)
- Me.chkb1.Margin = New System.Windows.Forms.Padding(4)
- Me.chkb1.Name = "chkb1"
- Me.chkb1.Size = New System.Drawing.Size(207, 355)
- Me.chkb1.TabIndex = 50
- '
- '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(1157, 650)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(217, 53)
- Me.Button1.TabIndex = 51
- Me.Button1.Text = "全部導出"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label3.ForeColor = System.Drawing.Color.Red
- Me.Label3.Location = New System.Drawing.Point(344, 473)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(92, 25)
- Me.Label3.TabIndex = 52
- Me.Label3.Text = "國內採購"
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label4.ForeColor = System.Drawing.Color.Red
- Me.Label4.Location = New System.Drawing.Point(632, 484)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(92, 25)
- Me.Label4.TabIndex = 53
- Me.Label4.Text = "美金进口"
- '
- 'chkb2
- '
- Me.chkb2.CheckOnClick = True
- Me.chkb2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.chkb2.FormattingEnabled = True
- Me.chkb2.Location = New System.Drawing.Point(637, 513)
- Me.chkb2.Margin = New System.Windows.Forms.Padding(4)
- Me.chkb2.Name = "chkb2"
- Me.chkb2.Size = New System.Drawing.Size(207, 355)
- Me.chkb2.TabIndex = 54
- '
- '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 = 25
- Me.ListBox1.Location = New System.Drawing.Point(38, 513)
- Me.ListBox1.Name = "ListBox1"
- Me.ListBox1.Size = New System.Drawing.Size(120, 379)
- Me.ListBox1.TabIndex = 55
- '
- 'Label5
- '
- Me.Label5.AutoSize = True
- Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label5.ForeColor = System.Drawing.Color.Red
- Me.Label5.Location = New System.Drawing.Point(33, 485)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(92, 25)
- Me.Label5.TabIndex = 56
- Me.Label5.Text = "月份区间"
- '
- '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(1157, 732)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(217, 53)
- Me.Button2.TabIndex = 57
- Me.Button2.Text = "BHive導出"
- Me.Button2.UseVisualStyleBackColor = True
- '
- 'Button3
- '
- Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button3.Location = New System.Drawing.Point(1157, 562)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(217, 53)
- Me.Button3.TabIndex = 58
- Me.Button3.Text = "全部導出Incheck"
- Me.Button3.UseVisualStyleBackColor = True
- '
- 'Button4
- '
- Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button4.Location = New System.Drawing.Point(1157, 484)
- Me.Button4.Name = "Button4"
- Me.Button4.Size = New System.Drawing.Size(217, 53)
- Me.Button4.TabIndex = 59
- Me.Button4.Text = "Higg"
- Me.Button4.UseVisualStyleBackColor = True
- '
- 'Button5
- '
- Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button5.Location = New System.Drawing.Point(1157, 397)
- Me.Button5.Name = "Button5"
- Me.Button5.Size = New System.Drawing.Size(217, 53)
- Me.Button5.TabIndex = 60
- Me.Button5.Text = "环安用化工"
- Me.Button5.UseVisualStyleBackColor = True
- '
- 'DateTimePicker1
- '
- Me.DateTimePicker1.CalendarFont = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.DateTimePicker1.Location = New System.Drawing.Point(1083, 348)
- Me.DateTimePicker1.Name = "DateTimePicker1"
- Me.DateTimePicker1.Size = New System.Drawing.Size(134, 25)
- Me.DateTimePicker1.TabIndex = 61
- '
- 'DateTimePicker2
- '
- Me.DateTimePicker2.CalendarFont = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.DateTimePicker2.Location = New System.Drawing.Point(1233, 348)
- Me.DateTimePicker2.Name = "DateTimePicker2"
- Me.DateTimePicker2.Size = New System.Drawing.Size(134, 25)
- Me.DateTimePicker2.TabIndex = 62
- '
- 'frm_Chem_cert
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 15.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1456, 925)
- Me.Controls.Add(Me.DateTimePicker2)
- Me.Controls.Add(Me.DateTimePicker1)
- Me.Controls.Add(Me.Button5)
- Me.Controls.Add(Me.Button4)
- Me.Controls.Add(Me.Button3)
- Me.Controls.Add(Me.Button2)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.ListBox1)
- Me.Controls.Add(Me.chkb2)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.Button1)
- Me.Controls.Add(Me.chkb1)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.TextBox1)
- Me.Controls.Add(Me.DataGridView3)
- Me.Controls.Add(Me.dgv2)
- Me.Controls.Add(Me.dgv1)
- Me.Name = "frm_Chem_cert"
- Me.Text = "frm_Chem_cert"
- CType(Me.dgv1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv2, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents dgv1 As DataGridView
- Friend WithEvents dgv2 As DataGridView
- Friend WithEvents DataGridView3 As DataGridView
- Friend WithEvents TextBox1 As TextBox
- Friend WithEvents Label1 As Label
- Friend WithEvents Label2 As Label
- Friend WithEvents chkb1 As CheckedListBox
- Friend WithEvents Button1 As Button
- Friend WithEvents Label3 As Label
- Friend WithEvents Label4 As Label
- Friend WithEvents chkb2 As CheckedListBox
- Friend WithEvents ListBox1 As ListBox
- Friend WithEvents Label5 As Label
- Friend WithEvents Button2 As Button
- Friend WithEvents Button3 As Button
- Friend WithEvents Button4 As Button
- Friend WithEvents Button5 As Button
- Friend WithEvents DateTimePicker1 As DateTimePicker
- Friend WithEvents DateTimePicker2 As DateTimePicker
- End Class
|