_ 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.標籤2_dgv = New System.Windows.Forms.DataGridView() Me.取消列印_bt = New System.Windows.Forms.Button() Me.確認列印_bt = New System.Windows.Forms.Button() Me.標籤1_dgv = New System.Windows.Forms.DataGridView() Me.ShoeName_lb = New System.Windows.Forms.Label() Me.ShoeName_tb = New System.Windows.Forms.TextBox() Me.StyleNo_tb = New System.Windows.Forms.TextBox() Me.StyleNo_lb = New System.Windows.Forms.Label() Me.Color_lb = New System.Windows.Forms.Label() Me.Season_tb = New System.Windows.Forms.TextBox() Me.Season_lb = New System.Windows.Forms.Label() Me.Size_tb = New System.Windows.Forms.TextBox() Me.Size_lb = New System.Windows.Forms.Label() Me.Date_tb = New System.Windows.Forms.TextBox() Me.Date_lb = New System.Windows.Forms.Label() Me.SO_tb = New System.Windows.Forms.TextBox() Me.SO_lb = New System.Windows.Forms.Label() Me.Customer_tb = New System.Windows.Forms.TextBox() Me.Customer_lb = New System.Windows.Forms.Label() Me.Color_cb = New System.Windows.Forms.ComboBox() Me.Upper_lb = New System.Windows.Forms.Label() Me.Lining_lb = New System.Windows.Forms.Label() Me.SockLining_lb = New System.Windows.Forms.Label() Me.Bottom_lb = New System.Windows.Forms.Label() Me.Upper_tb = New System.Windows.Forms.TextBox() Me.Lining_tb = New System.Windows.Forms.TextBox() Me.SockLining_tb = New System.Windows.Forms.TextBox() Me.Bottom_tb = New System.Windows.Forms.TextBox() Me.大項_cb = New System.Windows.Forms.ComboBox() Me.大項_lb = New System.Windows.Forms.Label() Me.流水號_tb = New System.Windows.Forms.TextBox() Me.資料生成_bt = New System.Windows.Forms.Button() Me.清除1_bt = New System.Windows.Forms.Button() Me.清除2_bt = New System.Windows.Forms.Button() Me.清除3_bt = New System.Windows.Forms.Button() Me.清除4_bt = New System.Windows.Forms.Button() CType(Me.標籤2_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.標籤1_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '標籤2_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.標籤2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.標籤2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.標籤2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.標籤2_dgv.Location = New System.Drawing.Point(9, 386) Me.標籤2_dgv.Name = "標籤2_dgv" Me.標籤2_dgv.RowHeadersWidth = 5 Me.標籤2_dgv.RowTemplate.Height = 24 Me.標籤2_dgv.Size = New System.Drawing.Size(535, 162) Me.標籤2_dgv.TabIndex = 715 ' '取消列印_bt ' Me.取消列印_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.取消列印_bt.ForeColor = System.Drawing.Color.Red Me.取消列印_bt.Location = New System.Drawing.Point(434, 554) Me.取消列印_bt.Name = "取消列印_bt" Me.取消列印_bt.Size = New System.Drawing.Size(110, 54) Me.取消列印_bt.TabIndex = 714 Me.取消列印_bt.Text = "取消列印" Me.取消列印_bt.UseVisualStyleBackColor = True ' '確認列印_bt ' Me.確認列印_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.確認列印_bt.ForeColor = System.Drawing.Color.Blue Me.確認列印_bt.Location = New System.Drawing.Point(9, 555) Me.確認列印_bt.Name = "確認列印_bt" Me.確認列印_bt.Size = New System.Drawing.Size(110, 54) Me.確認列印_bt.TabIndex = 713 Me.確認列印_bt.Text = "確認列印" Me.確認列印_bt.UseVisualStyleBackColor = True ' '標籤1_dgv ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.標籤1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 Me.標籤1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.標籤1_dgv.Location = New System.Drawing.Point(241, 555) Me.標籤1_dgv.Name = "標籤1_dgv" Me.標籤1_dgv.RowHeadersWidth = 5 Me.標籤1_dgv.RowTemplate.Height = 24 Me.標籤1_dgv.Size = New System.Drawing.Size(28, 54) Me.標籤1_dgv.TabIndex = 712 ' 'ShoeName_lb ' Me.ShoeName_lb.AutoSize = True Me.ShoeName_lb.Location = New System.Drawing.Point(10, 9) Me.ShoeName_lb.Name = "ShoeName_lb" Me.ShoeName_lb.Size = New System.Drawing.Size(75, 16) Me.ShoeName_lb.TabIndex = 719 Me.ShoeName_lb.Text = "Shoe Name" ' 'ShoeName_tb ' Me.ShoeName_tb.Location = New System.Drawing.Point(91, 6) Me.ShoeName_tb.Name = "ShoeName_tb" Me.ShoeName_tb.Size = New System.Drawing.Size(179, 23) Me.ShoeName_tb.TabIndex = 720 ' 'StyleNo_tb ' Me.StyleNo_tb.Location = New System.Drawing.Point(91, 35) Me.StyleNo_tb.Name = "StyleNo_tb" Me.StyleNo_tb.Size = New System.Drawing.Size(179, 23) Me.StyleNo_tb.TabIndex = 722 ' 'StyleNo_lb ' Me.StyleNo_lb.AutoSize = True Me.StyleNo_lb.Location = New System.Drawing.Point(10, 38) Me.StyleNo_lb.Name = "StyleNo_lb" Me.StyleNo_lb.Size = New System.Drawing.Size(56, 16) Me.StyleNo_lb.TabIndex = 721 Me.StyleNo_lb.Text = "Style No" ' 'Color_lb ' Me.Color_lb.AutoSize = True Me.Color_lb.Location = New System.Drawing.Point(330, 9) Me.Color_lb.Name = "Color_lb" Me.Color_lb.Size = New System.Drawing.Size(39, 16) Me.Color_lb.TabIndex = 723 Me.Color_lb.Text = "Color" ' 'Season_tb ' Me.Season_tb.Location = New System.Drawing.Point(91, 268) Me.Season_tb.Name = "Season_tb" Me.Season_tb.Size = New System.Drawing.Size(100, 23) Me.Season_tb.TabIndex = 726 ' 'Season_lb ' Me.Season_lb.AutoSize = True Me.Season_lb.Location = New System.Drawing.Point(10, 271) Me.Season_lb.Name = "Season_lb" Me.Season_lb.Size = New System.Drawing.Size(49, 16) Me.Season_lb.TabIndex = 725 Me.Season_lb.Text = "Season" ' 'Size_tb ' Me.Size_tb.Location = New System.Drawing.Point(244, 268) Me.Size_tb.Name = "Size_tb" Me.Size_tb.Size = New System.Drawing.Size(100, 23) Me.Size_tb.TabIndex = 728 ' 'Size_lb ' Me.Size_lb.AutoSize = True Me.Size_lb.Location = New System.Drawing.Point(197, 271) Me.Size_lb.Name = "Size_lb" Me.Size_lb.Size = New System.Drawing.Size(31, 16) Me.Size_lb.TabIndex = 727 Me.Size_lb.Text = "Size" ' 'Date_tb ' Me.Date_tb.Location = New System.Drawing.Point(391, 268) Me.Date_tb.Name = "Date_tb" Me.Date_tb.Size = New System.Drawing.Size(154, 23) Me.Date_tb.TabIndex = 730 ' 'Date_lb ' Me.Date_lb.AutoSize = True Me.Date_lb.Location = New System.Drawing.Point(350, 271) Me.Date_lb.Name = "Date_lb" Me.Date_lb.Size = New System.Drawing.Size(35, 16) Me.Date_lb.TabIndex = 729 Me.Date_lb.Text = "Date" ' 'SO_tb ' Me.SO_tb.Location = New System.Drawing.Point(391, 297) Me.SO_tb.Name = "SO_tb" Me.SO_tb.Size = New System.Drawing.Size(154, 23) Me.SO_tb.TabIndex = 732 ' 'SO_lb ' Me.SO_lb.AutoSize = True Me.SO_lb.Location = New System.Drawing.Point(350, 300) Me.SO_lb.Name = "SO_lb" Me.SO_lb.Size = New System.Drawing.Size(38, 16) Me.SO_lb.TabIndex = 731 Me.SO_lb.Text = "S/O#" ' 'Customer_tb ' Me.Customer_tb.Location = New System.Drawing.Point(90, 297) Me.Customer_tb.Name = "Customer_tb" Me.Customer_tb.Size = New System.Drawing.Size(254, 23) Me.Customer_tb.TabIndex = 734 ' 'Customer_lb ' Me.Customer_lb.AutoSize = True Me.Customer_lb.Location = New System.Drawing.Point(9, 300) Me.Customer_lb.Name = "Customer_lb" Me.Customer_lb.Size = New System.Drawing.Size(62, 16) Me.Customer_lb.TabIndex = 733 Me.Customer_lb.Text = "Customer" ' 'Color_cb ' Me.Color_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.Color_cb.FormattingEnabled = True Me.Color_cb.Location = New System.Drawing.Point(375, 6) Me.Color_cb.Name = "Color_cb" Me.Color_cb.Size = New System.Drawing.Size(170, 24) Me.Color_cb.TabIndex = 735 ' 'Upper_lb ' Me.Upper_lb.AutoSize = True Me.Upper_lb.Location = New System.Drawing.Point(10, 67) Me.Upper_lb.Name = "Upper_lb" Me.Upper_lb.Size = New System.Drawing.Size(44, 16) Me.Upper_lb.TabIndex = 736 Me.Upper_lb.Text = "Upper" ' 'Lining_lb ' Me.Lining_lb.AutoSize = True Me.Lining_lb.Location = New System.Drawing.Point(9, 118) Me.Lining_lb.Name = "Lining_lb" Me.Lining_lb.Size = New System.Drawing.Size(42, 16) Me.Lining_lb.TabIndex = 737 Me.Lining_lb.Text = "Lining" ' 'SockLining_lb ' Me.SockLining_lb.AutoSize = True Me.SockLining_lb.Location = New System.Drawing.Point(9, 169) Me.SockLining_lb.Name = "SockLining_lb" Me.SockLining_lb.Size = New System.Drawing.Size(72, 16) Me.SockLining_lb.TabIndex = 738 Me.SockLining_lb.Text = "Sock Lining" ' 'Bottom_lb ' Me.Bottom_lb.AutoSize = True Me.Bottom_lb.Location = New System.Drawing.Point(9, 218) Me.Bottom_lb.Name = "Bottom_lb" Me.Bottom_lb.Size = New System.Drawing.Size(50, 16) Me.Bottom_lb.TabIndex = 739 Me.Bottom_lb.Text = "Bottom" ' 'Upper_tb ' Me.Upper_tb.Location = New System.Drawing.Point(90, 64) Me.Upper_tb.Multiline = True Me.Upper_tb.Name = "Upper_tb" Me.Upper_tb.Size = New System.Drawing.Size(455, 45) Me.Upper_tb.TabIndex = 740 ' 'Lining_tb ' Me.Lining_tb.Location = New System.Drawing.Point(90, 115) Me.Lining_tb.Multiline = True Me.Lining_tb.Name = "Lining_tb" Me.Lining_tb.Size = New System.Drawing.Size(455, 45) Me.Lining_tb.TabIndex = 741 ' 'SockLining_tb ' Me.SockLining_tb.Location = New System.Drawing.Point(90, 166) Me.SockLining_tb.Multiline = True Me.SockLining_tb.Name = "SockLining_tb" Me.SockLining_tb.Size = New System.Drawing.Size(455, 45) Me.SockLining_tb.TabIndex = 742 ' 'Bottom_tb ' Me.Bottom_tb.Location = New System.Drawing.Point(90, 217) Me.Bottom_tb.Multiline = True Me.Bottom_tb.Name = "Bottom_tb" Me.Bottom_tb.Size = New System.Drawing.Size(455, 45) Me.Bottom_tb.TabIndex = 743 ' '大項_cb ' Me.大項_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.大項_cb.FormattingEnabled = True Me.大項_cb.Location = New System.Drawing.Point(51, 356) Me.大項_cb.Name = "大項_cb" Me.大項_cb.Size = New System.Drawing.Size(140, 24) Me.大項_cb.TabIndex = 745 ' '大項_lb ' Me.大項_lb.AutoSize = True Me.大項_lb.Location = New System.Drawing.Point(6, 359) Me.大項_lb.Name = "大項_lb" Me.大項_lb.Size = New System.Drawing.Size(32, 16) Me.大項_lb.TabIndex = 744 Me.大項_lb.Text = "大項" ' '流水號_tb ' Me.流水號_tb.Location = New System.Drawing.Point(275, 555) Me.流水號_tb.Name = "流水號_tb" Me.流水號_tb.Size = New System.Drawing.Size(146, 23) Me.流水號_tb.TabIndex = 746 ' '資料生成_bt ' Me.資料生成_bt.Location = New System.Drawing.Point(271, 357) Me.資料生成_bt.Name = "資料生成_bt" Me.資料生成_bt.Size = New System.Drawing.Size(73, 23) Me.資料生成_bt.TabIndex = 747 Me.資料生成_bt.Text = "資料生成" Me.資料生成_bt.UseVisualStyleBackColor = True ' '清除1_bt ' Me.清除1_bt.Location = New System.Drawing.Point(11, 86) Me.清除1_bt.Name = "清除1_bt" Me.清除1_bt.Size = New System.Drawing.Size(74, 23) Me.清除1_bt.TabIndex = 748 Me.清除1_bt.Text = "清除" Me.清除1_bt.UseVisualStyleBackColor = True ' '清除2_bt ' Me.清除2_bt.Location = New System.Drawing.Point(11, 137) Me.清除2_bt.Name = "清除2_bt" Me.清除2_bt.Size = New System.Drawing.Size(74, 23) Me.清除2_bt.TabIndex = 749 Me.清除2_bt.Text = "清除" Me.清除2_bt.UseVisualStyleBackColor = True ' '清除3_bt ' Me.清除3_bt.Location = New System.Drawing.Point(11, 188) Me.清除3_bt.Name = "清除3_bt" Me.清除3_bt.Size = New System.Drawing.Size(74, 23) Me.清除3_bt.TabIndex = 750 Me.清除3_bt.Text = "清除" Me.清除3_bt.UseVisualStyleBackColor = True ' '清除4_bt ' Me.清除4_bt.Location = New System.Drawing.Point(11, 237) Me.清除4_bt.Name = "清除4_bt" Me.清除4_bt.Size = New System.Drawing.Size(74, 23) Me.清除4_bt.TabIndex = 751 Me.清除4_bt.Text = "清除" Me.清除4_bt.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.清除4_bt) Me.Controls.Add(Me.清除3_bt) Me.Controls.Add(Me.清除2_bt) Me.Controls.Add(Me.清除1_bt) Me.Controls.Add(Me.資料生成_bt) Me.Controls.Add(Me.流水號_tb) Me.Controls.Add(Me.大項_cb) Me.Controls.Add(Me.大項_lb) Me.Controls.Add(Me.Bottom_tb) Me.Controls.Add(Me.SockLining_tb) Me.Controls.Add(Me.Lining_tb) Me.Controls.Add(Me.Upper_tb) Me.Controls.Add(Me.Bottom_lb) Me.Controls.Add(Me.SockLining_lb) Me.Controls.Add(Me.Lining_lb) Me.Controls.Add(Me.Upper_lb) Me.Controls.Add(Me.Color_cb) Me.Controls.Add(Me.Customer_tb) Me.Controls.Add(Me.Customer_lb) Me.Controls.Add(Me.SO_tb) Me.Controls.Add(Me.SO_lb) Me.Controls.Add(Me.Date_tb) Me.Controls.Add(Me.Date_lb) Me.Controls.Add(Me.Size_tb) Me.Controls.Add(Me.Size_lb) Me.Controls.Add(Me.Season_tb) Me.Controls.Add(Me.Season_lb) Me.Controls.Add(Me.Color_lb) Me.Controls.Add(Me.StyleNo_tb) Me.Controls.Add(Me.StyleNo_lb) Me.Controls.Add(Me.ShoeName_tb) Me.Controls.Add(Me.ShoeName_lb) Me.Controls.Add(Me.標籤2_dgv) Me.Controls.Add(Me.取消列印_bt) Me.Controls.Add(Me.確認列印_bt) Me.Controls.Add(Me.標籤1_dgv) 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.標籤2_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.標籤1_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 標籤2_dgv As DataGridView Friend WithEvents 取消列印_bt As Button Friend WithEvents 確認列印_bt As Button Friend WithEvents 標籤1_dgv As DataGridView Friend WithEvents ShoeName_lb As Label Friend WithEvents ShoeName_tb As TextBox Friend WithEvents StyleNo_tb As TextBox Friend WithEvents StyleNo_lb As Label Friend WithEvents Color_lb As Label Friend WithEvents Season_tb As TextBox Friend WithEvents Season_lb As Label Friend WithEvents Size_tb As TextBox Friend WithEvents Size_lb As Label Friend WithEvents Date_tb As TextBox Friend WithEvents Date_lb As Label Friend WithEvents SO_tb As TextBox Friend WithEvents SO_lb As Label Friend WithEvents Customer_tb As TextBox Friend WithEvents Customer_lb As Label Friend WithEvents Color_cb As ComboBox Friend WithEvents Upper_lb As Label Friend WithEvents Lining_lb As Label Friend WithEvents SockLining_lb As Label Friend WithEvents Bottom_lb As Label Friend WithEvents Upper_tb As TextBox Friend WithEvents Lining_tb As TextBox Friend WithEvents SockLining_tb As TextBox Friend WithEvents Bottom_tb As TextBox Friend WithEvents 大項_cb As ComboBox Friend WithEvents 大項_lb As Label Friend WithEvents 流水號_tb As TextBox Friend WithEvents 資料生成_bt As Button Friend WithEvents 清除1_bt As Button Friend WithEvents 清除2_bt As Button Friend WithEvents 清除3_bt As Button Friend WithEvents 清除4_bt As Button End Class