_ 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() 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.Label1 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.TextBox5 = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.TextBox6 = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.TextBox7 = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.TextBox8 = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Label9 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.Label12 = New System.Windows.Forms.Label() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.TextBox9 = New System.Windows.Forms.TextBox() Me.TextBox10 = New System.Windows.Forms.TextBox() Me.TextBox11 = New System.Windows.Forms.TextBox() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.Label13 = New System.Windows.Forms.Label() Me.TextBox12 = New System.Windows.Forms.TextBox() 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.Button6 = New System.Windows.Forms.Button() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView1, 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(9, 386) Me.DataGridView2.Name = "DataGridView2" Me.DataGridView2.RowHeadersWidth = 5 Me.DataGridView2.RowTemplate.Height = 24 Me.DataGridView2.Size = New System.Drawing.Size(535, 162) Me.DataGridView2.TabIndex = 715 ' '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(434, 554) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(110, 54) Me.Button1.TabIndex = 714 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(9, 555) Me.Button11.Name = "Button11" Me.Button11.Size = New System.Drawing.Size(110, 54) Me.Button11.TabIndex = 713 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(241, 555) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 5 Me.DataGridView1.RowTemplate.Height = 24 Me.DataGridView1.Size = New System.Drawing.Size(28, 54) Me.DataGridView1.TabIndex = 712 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(10, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(75, 16) Me.Label1.TabIndex = 719 Me.Label1.Text = "Shoe Name" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(91, 6) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(179, 23) Me.TextBox1.TabIndex = 720 ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(91, 35) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(179, 23) Me.TextBox2.TabIndex = 722 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(10, 38) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(56, 16) Me.Label2.TabIndex = 721 Me.Label2.Text = "Style No" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(330, 9) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(39, 16) Me.Label3.TabIndex = 723 Me.Label3.Text = "Color" ' 'TextBox4 ' Me.TextBox4.Location = New System.Drawing.Point(91, 268) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(100, 23) Me.TextBox4.TabIndex = 726 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(10, 271) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(49, 16) Me.Label4.TabIndex = 725 Me.Label4.Text = "Season" ' 'TextBox5 ' Me.TextBox5.Location = New System.Drawing.Point(244, 268) Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(100, 23) Me.TextBox5.TabIndex = 728 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(197, 271) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(31, 16) Me.Label5.TabIndex = 727 Me.Label5.Text = "Size" ' 'TextBox6 ' Me.TextBox6.Location = New System.Drawing.Point(391, 268) Me.TextBox6.Name = "TextBox6" Me.TextBox6.Size = New System.Drawing.Size(154, 23) Me.TextBox6.TabIndex = 730 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(350, 271) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(35, 16) Me.Label6.TabIndex = 729 Me.Label6.Text = "Date" ' 'TextBox7 ' Me.TextBox7.Location = New System.Drawing.Point(391, 297) Me.TextBox7.Name = "TextBox7" Me.TextBox7.Size = New System.Drawing.Size(154, 23) Me.TextBox7.TabIndex = 732 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(350, 300) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(38, 16) Me.Label7.TabIndex = 731 Me.Label7.Text = "S/O#" ' 'TextBox8 ' Me.TextBox8.Location = New System.Drawing.Point(90, 297) Me.TextBox8.Name = "TextBox8" Me.TextBox8.Size = New System.Drawing.Size(254, 23) Me.TextBox8.TabIndex = 734 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(9, 300) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(62, 16) Me.Label8.TabIndex = 733 Me.Label8.Text = "Customer" ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(375, 6) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(170, 24) Me.ComboBox1.TabIndex = 735 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(10, 67) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(44, 16) Me.Label9.TabIndex = 736 Me.Label9.Text = "Upper" ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(9, 118) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(42, 16) Me.Label10.TabIndex = 737 Me.Label10.Text = "Lining" ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(9, 169) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(72, 16) Me.Label11.TabIndex = 738 Me.Label11.Text = "Sock Lining" ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Location = New System.Drawing.Point(9, 218) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(50, 16) Me.Label12.TabIndex = 739 Me.Label12.Text = "Bottom" ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(90, 64) Me.TextBox3.Multiline = True Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(455, 45) Me.TextBox3.TabIndex = 740 ' 'TextBox9 ' Me.TextBox9.Location = New System.Drawing.Point(90, 115) Me.TextBox9.Multiline = True Me.TextBox9.Name = "TextBox9" Me.TextBox9.Size = New System.Drawing.Size(455, 45) Me.TextBox9.TabIndex = 741 ' 'TextBox10 ' Me.TextBox10.Location = New System.Drawing.Point(90, 166) Me.TextBox10.Multiline = True Me.TextBox10.Name = "TextBox10" Me.TextBox10.Size = New System.Drawing.Size(455, 45) Me.TextBox10.TabIndex = 742 ' 'TextBox11 ' Me.TextBox11.Location = New System.Drawing.Point(90, 217) Me.TextBox11.Multiline = True Me.TextBox11.Name = "TextBox11" Me.TextBox11.Size = New System.Drawing.Size(455, 45) Me.TextBox11.TabIndex = 743 ' 'ComboBox2 ' Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Location = New System.Drawing.Point(51, 356) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(140, 24) Me.ComboBox2.TabIndex = 745 ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Location = New System.Drawing.Point(6, 359) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(32, 16) Me.Label13.TabIndex = 744 Me.Label13.Text = "大項" ' 'TextBox12 ' Me.TextBox12.Location = New System.Drawing.Point(275, 555) Me.TextBox12.Name = "TextBox12" Me.TextBox12.Size = New System.Drawing.Size(146, 23) Me.TextBox12.TabIndex = 746 ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(271, 357) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(73, 23) Me.Button2.TabIndex = 747 Me.Button2.Text = "資料生成" Me.Button2.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(11, 86) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(74, 23) Me.Button3.TabIndex = 748 Me.Button3.Text = "清除" Me.Button3.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.Location = New System.Drawing.Point(11, 137) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(74, 23) Me.Button4.TabIndex = 749 Me.Button4.Text = "清除" Me.Button4.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.Location = New System.Drawing.Point(11, 188) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(74, 23) Me.Button5.TabIndex = 750 Me.Button5.Text = "清除" Me.Button5.UseVisualStyleBackColor = True ' 'Button6 ' Me.Button6.Location = New System.Drawing.Point(11, 237) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(74, 23) Me.Button6.TabIndex = 751 Me.Button6.Text = "清除" Me.Button6.UseVisualStyleBackColor = True ' '列印_樣品貼標 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(557, 618) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.TextBox12) Me.Controls.Add(Me.ComboBox2) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.TextBox11) Me.Controls.Add(Me.TextBox10) Me.Controls.Add(Me.TextBox9) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.TextBox8) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.TextBox7) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.TextBox6) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.TextBox5) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.DataGridView2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Button11) Me.Controls.Add(Me.DataGridView1) 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 = "列印_樣品貼標" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "列印_樣品貼標" CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView1, 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 Label1 As Label Friend WithEvents TextBox1 As TextBox Friend WithEvents TextBox2 As TextBox Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label Friend WithEvents TextBox4 As TextBox Friend WithEvents Label4 As Label Friend WithEvents TextBox5 As TextBox Friend WithEvents Label5 As Label Friend WithEvents TextBox6 As TextBox Friend WithEvents Label6 As Label Friend WithEvents TextBox7 As TextBox Friend WithEvents Label7 As Label Friend WithEvents TextBox8 As TextBox Friend WithEvents Label8 As Label Friend WithEvents ComboBox1 As ComboBox Friend WithEvents Label9 As Label Friend WithEvents Label10 As Label Friend WithEvents Label11 As Label Friend WithEvents Label12 As Label Friend WithEvents TextBox3 As TextBox Friend WithEvents TextBox9 As TextBox Friend WithEvents TextBox10 As TextBox Friend WithEvents TextBox11 As TextBox Friend WithEvents ComboBox2 As ComboBox Friend WithEvents Label13 As Label Friend WithEvents TextBox12 As TextBox Friend WithEvents Button2 As Button Friend WithEvents Button3 As Button Friend WithEvents Button4 As Button Friend WithEvents Button5 As Button Friend WithEvents Button6 As Button End Class