_ 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() Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.DataGridView2 = New System.Windows.Forms.DataGridView() Me.Button1 = New System.Windows.Forms.Button() Me.Button11 = New System.Windows.Forms.Button() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.DataGridView3 = New System.Windows.Forms.DataGridView() Me.DataGridView4 = New System.Windows.Forms.DataGridView() Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.CheckBox2 = New System.Windows.Forms.CheckBox() Me.CheckBox3 = New System.Windows.Forms.CheckBox() Me.Label1 = New System.Windows.Forms.Label() Me.PictureBox1 = New System.Windows.Forms.PictureBox() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'DataGridView2 ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView2.Location = New System.Drawing.Point(13, 161) Me.DataGridView2.Name = "DataGridView2" Me.DataGridView2.RowHeadersWidth = 5 Me.DataGridView2.RowTemplate.Height = 24 Me.DataGridView2.Size = New System.Drawing.Size(775, 143) Me.DataGridView2.TabIndex = 327 ' '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(128, 27) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(110, 54) Me.Button1.TabIndex = 326 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(12, 27) Me.Button11.Name = "Button11" Me.Button11.Size = New System.Drawing.Size(110, 54) Me.Button11.TabIndex = 325 Me.Button11.Text = "確認列印" Me.Button11.UseVisualStyleBackColor = True ' 'DataGridView1 ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(12, 12) 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 = 324 ' 'DataGridView3 ' DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView3.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3 Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView3.Location = New System.Drawing.Point(13, 310) Me.DataGridView3.Name = "DataGridView3" Me.DataGridView3.RowHeadersWidth = 5 Me.DataGridView3.RowTemplate.Height = 24 Me.DataGridView3.Size = New System.Drawing.Size(177, 143) Me.DataGridView3.TabIndex = 328 ' 'DataGridView4 ' DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView4.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4 Me.DataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView4.Location = New System.Drawing.Point(196, 310) Me.DataGridView4.Name = "DataGridView4" Me.DataGridView4.RowHeadersWidth = 5 Me.DataGridView4.RowTemplate.Height = 24 Me.DataGridView4.Size = New System.Drawing.Size(592, 143) Me.DataGridView4.TabIndex = 711 ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Location = New System.Drawing.Point(88, 5) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(72, 16) Me.CheckBox1.TabIndex = 712 Me.CheckBox1.Text = "三色一頁" Me.CheckBox1.UseVisualStyleBackColor = True ' 'CheckBox2 ' Me.CheckBox2.AutoSize = True Me.CheckBox2.Location = New System.Drawing.Point(166, 5) Me.CheckBox2.Name = "CheckBox2" Me.CheckBox2.Size = New System.Drawing.Size(72, 16) Me.CheckBox2.TabIndex = 713 Me.CheckBox2.Text = "二色一頁" Me.CheckBox2.UseVisualStyleBackColor = True ' 'CheckBox3 ' Me.CheckBox3.AutoSize = True Me.CheckBox3.Location = New System.Drawing.Point(10, 5) Me.CheckBox3.Name = "CheckBox3" Me.CheckBox3.Size = New System.Drawing.Size(72, 16) Me.CheckBox3.TabIndex = 714 Me.CheckBox3.Text = "四色一頁" Me.CheckBox3.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.ForeColor = System.Drawing.Color.Red Me.Label1.Location = New System.Drawing.Point(8, 85) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(233, 36) Me.Label1.TabIndex = 715 Me.Label1.Text = "目前系統設定單一型體樣品單最高一次12種" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "顏色,如果需要列印的樣品中超過請通知開" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "發人員" ' 'PictureBox1 ' Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PictureBox1.Location = New System.Drawing.Point(793, 12) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(231, 204) Me.PictureBox1.TabIndex = 710 Me.PictureBox1.TabStop = False ' '列印_樣品單 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(249, 128) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.CheckBox3) Me.Controls.Add(Me.CheckBox2) Me.Controls.Add(Me.CheckBox1) Me.Controls.Add(Me.DataGridView4) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.DataGridView3) Me.Controls.Add(Me.DataGridView2) 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.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents DataGridView2 As DataGridView Friend WithEvents Button1 As Button Friend WithEvents Button11 As Button Friend WithEvents DataGridView1 As DataGridView Friend WithEvents DataGridView3 As DataGridView Friend WithEvents PictureBox1 As PictureBox Friend WithEvents DataGridView4 As DataGridView Friend WithEvents CheckBox1 As CheckBox Friend WithEvents CheckBox2 As CheckBox Friend WithEvents CheckBox3 As CheckBox Friend WithEvents Label1 As Label End Class