123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class FrmSPRAY
- 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.DGV_SPRAY = New System.Windows.Forms.DataGridView()
- Me.DGV_SUM = New System.Windows.Forms.DataGridView()
- Me.dgv_tech = New System.Windows.Forms.DataGridView()
- CType(Me.DGV_SPRAY, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.DGV_SUM, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv_tech, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'DGV_SPRAY
- '
- Me.DGV_SPRAY.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("微軟正黑體", 11.25!, 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_SPRAY.DefaultCellStyle = DataGridViewCellStyle1
- Me.DGV_SPRAY.Location = New System.Drawing.Point(29, 24)
- Me.DGV_SPRAY.Name = "DGV_SPRAY"
- Me.DGV_SPRAY.RowTemplate.Height = 23
- Me.DGV_SPRAY.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
- Me.DGV_SPRAY.Size = New System.Drawing.Size(876, 811)
- Me.DGV_SPRAY.TabIndex = 0
- '
- 'DGV_SUM
- '
- Me.DGV_SUM.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("微軟正黑體", 11.25!, 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_SUM.DefaultCellStyle = DataGridViewCellStyle2
- Me.DGV_SUM.Location = New System.Drawing.Point(1038, 24)
- Me.DGV_SUM.Name = "DGV_SUM"
- Me.DGV_SUM.RowTemplate.Height = 23
- Me.DGV_SUM.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
- Me.DGV_SUM.Size = New System.Drawing.Size(385, 325)
- Me.DGV_SUM.TabIndex = 1
- '
- 'dgv_tech
- '
- Me.dgv_tech.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_tech.DefaultCellStyle = DataGridViewCellStyle3
- Me.dgv_tech.Location = New System.Drawing.Point(1038, 386)
- Me.dgv_tech.Name = "dgv_tech"
- Me.dgv_tech.RowTemplate.Height = 23
- Me.dgv_tech.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
- Me.dgv_tech.Size = New System.Drawing.Size(385, 325)
- Me.dgv_tech.TabIndex = 2
- '
- 'FrmSPRAY
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1834, 982)
- Me.Controls.Add(Me.dgv_tech)
- Me.Controls.Add(Me.DGV_SUM)
- Me.Controls.Add(Me.DGV_SPRAY)
- Me.Name = "FrmSPRAY"
- Me.Text = "FrmSPRAY"
- CType(Me.DGV_SPRAY, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.DGV_SUM, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv_tech, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
-
- End Sub
-
- Friend WithEvents DGV_SPRAY As DataGridView
- Friend WithEvents DGV_SUM As DataGridView
- Friend WithEvents dgv_tech As DataGridView
- End Class
|