123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 樣品進度表FOR_METOO_PAG導入
- 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.CUST_cb = New System.Windows.Forms.ComboBox()
- Me.CUST_lb = New System.Windows.Forms.Label()
- Me.SEASON_cb = New System.Windows.Forms.ComboBox()
- Me.SEASON_lb = New System.Windows.Forms.Label()
- Me.重新讀取_bt = New System.Windows.Forms.Button()
- Me.主表單_dgv = New System.Windows.Forms.DataGridView()
- CType(Me.主表單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'CUST_cb
- '
- Me.CUST_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.CUST_cb.FormattingEnabled = True
- Me.CUST_cb.Location = New System.Drawing.Point(256, 6)
- Me.CUST_cb.Name = "CUST_cb"
- Me.CUST_cb.Size = New System.Drawing.Size(209, 24)
- Me.CUST_cb.TabIndex = 690
- '
- 'CUST_lb
- '
- Me.CUST_lb.AutoSize = True
- Me.CUST_lb.ForeColor = System.Drawing.Color.Red
- Me.CUST_lb.Location = New System.Drawing.Point(211, 9)
- Me.CUST_lb.Name = "CUST_lb"
- Me.CUST_lb.Size = New System.Drawing.Size(39, 16)
- Me.CUST_lb.TabIndex = 691
- Me.CUST_lb.Text = "CUST"
- '
- 'SEASON_cb
- '
- Me.SEASON_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.SEASON_cb.FormattingEnabled = True
- Me.SEASON_cb.Location = New System.Drawing.Point(75, 6)
- Me.SEASON_cb.Name = "SEASON_cb"
- Me.SEASON_cb.Size = New System.Drawing.Size(130, 24)
- Me.SEASON_cb.TabIndex = 688
- '
- 'SEASON_lb
- '
- Me.SEASON_lb.AutoSize = True
- Me.SEASON_lb.ForeColor = System.Drawing.Color.Red
- Me.SEASON_lb.Location = New System.Drawing.Point(12, 9)
- Me.SEASON_lb.Name = "SEASON_lb"
- Me.SEASON_lb.Size = New System.Drawing.Size(57, 16)
- Me.SEASON_lb.TabIndex = 689
- Me.SEASON_lb.Text = "SEASON"
- '
- '重新讀取_bt
- '
- Me.重新讀取_bt.Location = New System.Drawing.Point(471, 6)
- Me.重新讀取_bt.Name = "重新讀取_bt"
- Me.重新讀取_bt.Size = New System.Drawing.Size(137, 24)
- Me.重新讀取_bt.TabIndex = 692
- Me.重新讀取_bt.Text = "重新讀取"
- Me.重新讀取_bt.UseVisualStyleBackColor = True
- '
- '主表單_dgv
- '
- Me.主表單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.主表單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.主表單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.主表單_dgv.Location = New System.Drawing.Point(12, 37)
- Me.主表單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.主表單_dgv.Name = "主表單_dgv"
- Me.主表單_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.主表單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
- Me.主表單_dgv.RowTemplate.Height = 24
- Me.主表單_dgv.Size = New System.Drawing.Size(1887, 921)
- Me.主表單_dgv.TabIndex = 693
- '
- '樣品進度表FOR_METOO_PAG導入
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1914, 971)
- Me.Controls.Add(Me.主表單_dgv)
- Me.Controls.Add(Me.重新讀取_bt)
- Me.Controls.Add(Me.CUST_cb)
- Me.Controls.Add(Me.CUST_lb)
- Me.Controls.Add(Me.SEASON_cb)
- Me.Controls.Add(Me.SEASON_lb)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.Name = "樣品進度表FOR_METOO_PAG導入"
- Me.Text = "樣品進度表FOR_METOO_PAG導入"
- CType(Me.主表單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents CUST_cb As ComboBox
- Friend WithEvents CUST_lb As Label
- Friend WithEvents SEASON_cb As ComboBox
- Friend WithEvents SEASON_lb As Label
- Friend WithEvents 重新讀取_bt As Button
- Friend WithEvents 主表單_dgv As DataGridView
- End Class
|