_ Partial Class 列印_生產進度表 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ 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 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ 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.CheckBox7 = New System.Windows.Forms.CheckBox() Me.CheckBox6 = New System.Windows.Forms.CheckBox() Me.CheckBox5 = New System.Windows.Forms.CheckBox() Me.CheckBox4 = New System.Windows.Forms.CheckBox() Me.CheckBox3 = New System.Windows.Forms.CheckBox() Me.CheckBox2 = New System.Windows.Forms.CheckBox() Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.Button1 = New System.Windows.Forms.Button() Me.Button11 = New System.Windows.Forms.Button() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.工廠_DGV = New System.Windows.Forms.DataGridView() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.工廠_DGV, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'CheckBox7 ' Me.CheckBox7.AutoSize = True Me.CheckBox7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.CheckBox7.Location = New System.Drawing.Point(579, 15) Me.CheckBox7.Name = "CheckBox7" Me.CheckBox7.Size = New System.Drawing.Size(15, 14) Me.CheckBox7.TabIndex = 336 Me.CheckBox7.UseVisualStyleBackColor = True ' 'CheckBox6 ' Me.CheckBox6.AutoSize = True Me.CheckBox6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.CheckBox6.Location = New System.Drawing.Point(422, 38) Me.CheckBox6.Name = "CheckBox6" Me.CheckBox6.Size = New System.Drawing.Size(73, 20) Me.CheckBox6.TabIndex = 335 Me.CheckBox6.Text = "NJ-QVC" Me.CheckBox6.UseVisualStyleBackColor = True ' 'CheckBox5 ' Me.CheckBox5.AutoSize = True Me.CheckBox5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.CheckBox5.Location = New System.Drawing.Point(501, 38) Me.CheckBox5.Name = "CheckBox5" Me.CheckBox5.Size = New System.Drawing.Size(72, 20) Me.CheckBox5.TabIndex = 334 Me.CheckBox5.Text = "SK-QVC" Me.CheckBox5.UseVisualStyleBackColor = True ' 'CheckBox4 ' Me.CheckBox4.AutoSize = True Me.CheckBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.CheckBox4.Location = New System.Drawing.Point(579, 38) Me.CheckBox4.Name = "CheckBox4" Me.CheckBox4.Size = New System.Drawing.Size(72, 20) Me.CheckBox4.TabIndex = 333 Me.CheckBox4.Text = "JH-QVC" Me.CheckBox4.UseVisualStyleBackColor = True ' 'CheckBox3 ' Me.CheckBox3.AutoSize = True Me.CheckBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.CheckBox3.Location = New System.Drawing.Point(375, 38) Me.CheckBox3.Name = "CheckBox3" Me.CheckBox3.Size = New System.Drawing.Size(41, 20) Me.CheckBox3.TabIndex = 332 Me.CheckBox3.Text = "JH" Me.CheckBox3.UseVisualStyleBackColor = True ' 'CheckBox2 ' Me.CheckBox2.AutoSize = True Me.CheckBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.CheckBox2.Location = New System.Drawing.Point(327, 12) Me.CheckBox2.Name = "CheckBox2" Me.CheckBox2.Size = New System.Drawing.Size(41, 20) Me.CheckBox2.TabIndex = 331 Me.CheckBox2.Text = "SK" Me.CheckBox2.UseVisualStyleBackColor = True ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.CheckBox1.Location = New System.Drawing.Point(327, 38) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(42, 20) Me.CheckBox1.TabIndex = 330 Me.CheckBox1.Text = "NJ" Me.CheckBox1.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button1.ForeColor = System.Drawing.Color.Red Me.Button1.Location = New System.Drawing.Point(189, 64) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(110, 54) Me.Button1.TabIndex = 329 Me.Button1.Text = "取消列印" Me.Button1.UseVisualStyleBackColor = True ' 'Button11 ' Me.Button11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button11.ForeColor = System.Drawing.Color.Blue Me.Button11.Location = New System.Drawing.Point(189, 4) Me.Button11.Name = "Button11" Me.Button11.Size = New System.Drawing.Size(110, 54) Me.Button11.TabIndex = 328 Me.Button11.Text = "確認列印" Me.Button11.UseVisualStyleBackColor = True ' 'DataGridView1 ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(325, 138) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 5 Me.DataGridView1.RowTemplate.Height = 24 Me.DataGridView1.Size = New System.Drawing.Size(775, 143) Me.DataGridView1.TabIndex = 327 ' '工廠_DGV ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.工廠_DGV.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 Me.工廠_DGV.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.工廠_DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.工廠_DGV.Location = New System.Drawing.Point(6, 4) Me.工廠_DGV.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.工廠_DGV.Name = "工廠_DGV" Me.工廠_DGV.RowHeadersWidth = 5 DataGridViewCellStyle3.ForeColor = System.Drawing.Color.Black DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.工廠_DGV.RowsDefaultCellStyle = DataGridViewCellStyle3 Me.工廠_DGV.RowTemplate.Height = 24 Me.工廠_DGV.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect Me.工廠_DGV.Size = New System.Drawing.Size(177, 160) Me.工廠_DGV.TabIndex = 917 ' '列印_生產進度表 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(302, 168) Me.Controls.Add(Me.工廠_DGV) Me.Controls.Add(Me.CheckBox7) Me.Controls.Add(Me.CheckBox6) Me.Controls.Add(Me.CheckBox5) Me.Controls.Add(Me.CheckBox4) Me.Controls.Add(Me.CheckBox3) Me.Controls.Add(Me.CheckBox2) Me.Controls.Add(Me.CheckBox1) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Button11) Me.Controls.Add(Me.DataGridView1) Me.Name = "列印_生產進度表" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "列印_生產進度表" CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.工廠_DGV, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents CheckBox7 As CheckBox Friend WithEvents CheckBox6 As CheckBox Friend WithEvents CheckBox5 As CheckBox Friend WithEvents CheckBox4 As CheckBox Friend WithEvents CheckBox3 As CheckBox Friend WithEvents CheckBox2 As CheckBox Friend WithEvents CheckBox1 As CheckBox Friend WithEvents Button1 As Button Friend WithEvents Button11 As Button Friend WithEvents DataGridView1 As DataGridView Friend WithEvents 工廠_DGV As DataGridView End Class