_ 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() Me.components = New System.ComponentModel.Container() 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.調料單_dgv = New System.Windows.Forms.DataGridView() Me.Label26 = New System.Windows.Forms.Label() Me.供應商_cb = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.供應商編碼_cb = New System.Windows.Forms.ComboBox() Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker() Me.Label7 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.ComboBox3 = New System.Windows.Forms.ComboBox() Me.ComboBox4 = New System.Windows.Forms.ComboBox() Me.Label9 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.ComboBox5 = New System.Windows.Forms.ComboBox() Me.ComboBox6 = New System.Windows.Forms.ComboBox() Me.Label11 = New System.Windows.Forms.Label() Me.ComboBox7 = New System.Windows.Forms.ComboBox() Me.TextBox5 = New System.Windows.Forms.TextBox() Me.Label12 = New System.Windows.Forms.Label() Me.Button5 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Label62 = New System.Windows.Forms.Label() Me.TextBox6 = New System.Windows.Forms.TextBox() Me.Label28 = New System.Windows.Forms.Label() Me.Label27 = New System.Windows.Forms.Label() Me.Button15 = New System.Windows.Forms.Button() Me.Button6 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.DataGridView2 = New System.Windows.Forms.DataGridView() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.TextBox7 = New System.Windows.Forms.TextBox() Me.Label13 = New System.Windows.Forms.Label() Me.Button7 = New System.Windows.Forms.Button() Me.廠商類別_cb = New System.Windows.Forms.ComboBox() Me.Label33 = New System.Windows.Forms.Label() CType(Me.調料單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '調料單_dgv ' Me.調料單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.調料單_dgv.Location = New System.Drawing.Point(12, 34) Me.調料單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.調料單_dgv.Name = "調料單_dgv" Me.調料單_dgv.RowHeadersWidth = 5 Me.調料單_dgv.RowTemplate.Height = 24 Me.調料單_dgv.Size = New System.Drawing.Size(535, 931) Me.調料單_dgv.TabIndex = 749 ' 'Label26 ' Me.Label26.AutoSize = True Me.Label26.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label26.Location = New System.Drawing.Point(14, 7) Me.Label26.Name = "Label26" Me.Label26.Size = New System.Drawing.Size(162, 24) Me.Label26.TabIndex = 750 Me.Label26.Text = "未核准調料單清單" ' '供應商_cb ' Me.供應商_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.供應商_cb.FormattingEnabled = True Me.供應商_cb.Location = New System.Drawing.Point(788, 41) Me.供應商_cb.Name = "供應商_cb" Me.供應商_cb.Size = New System.Drawing.Size(186, 24) Me.供應商_cb.TabIndex = 762 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(553, 15) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(116, 16) Me.Label1.TabIndex = 781 Me.Label1.Text = "樣品物料調料單單號" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(675, 12) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(186, 23) Me.TextBox1.TabIndex = 780 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(738, 43) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(44, 16) Me.Label2.TabIndex = 782 Me.Label2.Text = "供應商" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(976, 44) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(68, 16) Me.Label3.TabIndex = 784 Me.Label3.Text = "供應商編碼" ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(675, 100) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(478, 23) Me.TextBox2.TabIndex = 783 ' '供應商編碼_cb ' Me.供應商編碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.供應商編碼_cb.FormattingEnabled = True Me.供應商編碼_cb.Location = New System.Drawing.Point(1050, 41) Me.供應商編碼_cb.Name = "供應商編碼_cb" Me.供應商編碼_cb.Size = New System.Drawing.Size(103, 24) Me.供應商編碼_cb.TabIndex = 785 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(553, 103) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(92, 16) Me.Label4.TabIndex = 786 Me.Label4.Text = "供應商公司全稱" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(553, 74) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(80, 16) Me.Label5.TabIndex = 788 Me.Label5.Text = "供應商聯繫人" ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(675, 71) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(186, 23) Me.TextBox3.TabIndex = 787 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(874, 74) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(92, 16) Me.Label6.TabIndex = 790 Me.Label6.Text = "供應商公司電話" ' 'TextBox4 ' Me.TextBox4.Location = New System.Drawing.Point(972, 71) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(181, 23) Me.TextBox4.TabIndex = 789 ' 'DateTimePicker1 ' Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker1.Location = New System.Drawing.Point(972, 12) Me.DateTimePicker1.Name = "DateTimePicker1" Me.DateTimePicker1.Size = New System.Drawing.Size(181, 23) Me.DateTimePicker1.TabIndex = 791 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(874, 15) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(32, 16) Me.Label7.TabIndex = 792 Me.Label7.Text = "日期" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(1159, 74) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(44, 16) Me.Label8.TabIndex = 793 Me.Label8.Text = "發件人" ' 'ComboBox3 ' Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox3.FormattingEnabled = True Me.ComboBox3.Location = New System.Drawing.Point(1209, 69) Me.ComboBox3.Name = "ComboBox3" Me.ComboBox3.Size = New System.Drawing.Size(229, 24) Me.ComboBox3.TabIndex = 794 ' 'ComboBox4 ' Me.ComboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox4.FormattingEnabled = True Me.ComboBox4.Location = New System.Drawing.Point(1209, 99) Me.ComboBox4.Name = "ComboBox4" Me.ComboBox4.Size = New System.Drawing.Size(229, 24) Me.ComboBox4.TabIndex = 796 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(1159, 102) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(44, 16) Me.Label9.TabIndex = 795 Me.Label9.Text = "提取人" ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(1159, 131) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(32, 16) Me.Label10.TabIndex = 797 Me.Label10.Text = "FOR" ' 'ComboBox5 ' Me.ComboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox5.FormattingEnabled = True Me.ComboBox5.Location = New System.Drawing.Point(1487, 128) Me.ComboBox5.Name = "ComboBox5" Me.ComboBox5.Size = New System.Drawing.Size(70, 24) Me.ComboBox5.TabIndex = 799 ' 'ComboBox6 ' Me.ComboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox6.FormattingEnabled = True Me.ComboBox6.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"}) Me.ComboBox6.Location = New System.Drawing.Point(1563, 128) Me.ComboBox6.Name = "ComboBox6" Me.ComboBox6.Size = New System.Drawing.Size(48, 24) Me.ComboBox6.TabIndex = 800 ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(1617, 131) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(46, 16) Me.Label11.TabIndex = 801 Me.Label11.Text = "SHOW" ' 'ComboBox7 ' Me.ComboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox7.FormattingEnabled = True Me.ComboBox7.Location = New System.Drawing.Point(1209, 128) Me.ComboBox7.Name = "ComboBox7" Me.ComboBox7.Size = New System.Drawing.Size(272, 24) Me.ComboBox7.TabIndex = 802 ' 'TextBox5 ' Me.TextBox5.Location = New System.Drawing.Point(1494, 99) Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(169, 23) Me.TextBox5.TabIndex = 816 ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Location = New System.Drawing.Point(1444, 102) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(44, 16) Me.Label12.TabIndex = 815 Me.Label12.Text = "總金額" ' 'Button5 ' Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button5.ForeColor = System.Drawing.Color.Red Me.Button5.Location = New System.Drawing.Point(1750, 12) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(145, 53) Me.Button5.TabIndex = 814 Me.Button5.Text = "刪除" Me.Button5.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button4.ForeColor = System.Drawing.Color.Green Me.Button4.Location = New System.Drawing.Point(1603, 12) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(145, 53) Me.Button4.TabIndex = 813 Me.Button4.Text = "修改存檔" Me.Button4.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button3.ForeColor = System.Drawing.Color.Green Me.Button3.Location = New System.Drawing.Point(1456, 12) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(145, 53) Me.Button3.TabIndex = 812 Me.Button3.Text = "修改" Me.Button3.UseVisualStyleBackColor = True ' 'Label62 ' Me.Label62.AutoSize = True Me.Label62.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label62.ForeColor = System.Drawing.Color.Red Me.Label62.Location = New System.Drawing.Point(937, 132) Me.Label62.Name = "Label62" Me.Label62.Size = New System.Drawing.Size(116, 17) Me.Label62.TabIndex = 811 Me.Label62.Text = "資 料 尚 未 存 檔" Me.Label62.Visible = False ' 'TextBox6 ' Me.TextBox6.Location = New System.Drawing.Point(753, 129) Me.TextBox6.Name = "TextBox6" Me.TextBox6.Size = New System.Drawing.Size(50, 23) Me.TextBox6.TabIndex = 810 ' 'Label28 ' Me.Label28.AutoSize = True Me.Label28.Location = New System.Drawing.Point(809, 132) Me.Label28.Name = "Label28" Me.Label28.Size = New System.Drawing.Size(32, 16) Me.Label28.TabIndex = 809 Me.Label28.Text = "項次" ' 'Label27 ' Me.Label27.AutoSize = True Me.Label27.Location = New System.Drawing.Point(715, 132) Me.Label27.Name = "Label27" Me.Label27.Size = New System.Drawing.Size(32, 16) Me.Label27.TabIndex = 808 Me.Label27.Text = "選擇" ' 'Button15 ' Me.Button15.ForeColor = System.Drawing.Color.Red Me.Button15.Location = New System.Drawing.Point(634, 129) Me.Button15.Name = "Button15" Me.Button15.Size = New System.Drawing.Size(75, 23) Me.Button15.TabIndex = 807 Me.Button15.Text = "刪除" Me.Button15.UseVisualStyleBackColor = True ' 'Button6 ' Me.Button6.Location = New System.Drawing.Point(553, 129) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(75, 23) Me.Button6.TabIndex = 806 Me.Button6.Text = "新增" Me.Button6.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button2.Location = New System.Drawing.Point(1309, 12) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(145, 53) Me.Button2.TabIndex = 805 Me.Button2.Text = "申請完成" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) Me.Button2.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.Location = New System.Drawing.Point(1162, 12) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(145, 53) Me.Button1.TabIndex = 804 Me.Button1.Text = "開立樣品物料調料單" Me.Button1.UseVisualStyleBackColor = True ' '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(553, 158) Me.DataGridView2.Name = "DataGridView2" Me.DataGridView2.RowHeadersWidth = 5 DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DataGridView2.RowsDefaultCellStyle = DataGridViewCellStyle2 Me.DataGridView2.RowTemplate.Height = 24 Me.DataGridView2.Size = New System.Drawing.Size(1349, 807) Me.DataGridView2.TabIndex = 803 ' 'Timer1 ' Me.Timer1.Interval = 500 ' 'TextBox7 ' Me.TextBox7.Location = New System.Drawing.Point(1494, 69) Me.TextBox7.Name = "TextBox7" Me.TextBox7.Size = New System.Drawing.Size(169, 23) Me.TextBox7.TabIndex = 818 ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Location = New System.Drawing.Point(1444, 72) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(44, 16) Me.Label13.TabIndex = 817 Me.Label13.Text = "制表人" ' 'Button7 ' Me.Button7.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button7.ForeColor = System.Drawing.Color.Green Me.Button7.Location = New System.Drawing.Point(1669, 69) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(226, 83) Me.Button7.TabIndex = 892 Me.Button7.Text = "列印" Me.Button7.UseVisualStyleBackColor = True ' '廠商類別_cb ' Me.廠商類別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.廠商類別_cb.FormattingEnabled = True Me.廠商類別_cb.Location = New System.Drawing.Point(615, 40) Me.廠商類別_cb.Name = "廠商類別_cb" Me.廠商類別_cb.Size = New System.Drawing.Size(114, 24) Me.廠商類別_cb.TabIndex = 893 ' 'Label33 ' Me.Label33.AutoSize = True Me.Label33.Location = New System.Drawing.Point(553, 44) Me.Label33.Name = "Label33" Me.Label33.Size = New System.Drawing.Size(56, 16) Me.Label33.TabIndex = 894 Me.Label33.Text = "廠商類別" ' '樣品物料調料單申請 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1914, 971) Me.Controls.Add(Me.廠商類別_cb) Me.Controls.Add(Me.Label33) Me.Controls.Add(Me.Button7) Me.Controls.Add(Me.TextBox7) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.TextBox5) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Label62) Me.Controls.Add(Me.TextBox6) Me.Controls.Add(Me.Label28) Me.Controls.Add(Me.Label27) Me.Controls.Add(Me.Button15) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.DataGridView2) Me.Controls.Add(Me.ComboBox7) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.ComboBox6) Me.Controls.Add(Me.ComboBox5) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.ComboBox4) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.ComboBox3) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.DateTimePicker1) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.供應商編碼_cb) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.供應商_cb) Me.Controls.Add(Me.調料單_dgv) Me.Controls.Add(Me.Label26) 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.Text = "樣品物料調料單申請" CType(Me.調料單_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 調料單_dgv As DataGridView Friend WithEvents Label26 As Label Friend WithEvents 供應商_cb As ComboBox Friend WithEvents Label1 As Label Friend WithEvents TextBox1 As TextBox Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label Friend WithEvents TextBox2 As TextBox Friend WithEvents 供應商編碼_cb As ComboBox Friend WithEvents Label4 As Label Friend WithEvents Label5 As Label Friend WithEvents TextBox3 As TextBox Friend WithEvents Label6 As Label Friend WithEvents TextBox4 As TextBox Friend WithEvents DateTimePicker1 As DateTimePicker Friend WithEvents Label7 As Label Friend WithEvents Label8 As Label Friend WithEvents ComboBox3 As ComboBox Friend WithEvents ComboBox4 As ComboBox Friend WithEvents Label9 As Label Friend WithEvents Label10 As Label Friend WithEvents ComboBox5 As ComboBox Friend WithEvents ComboBox6 As ComboBox Friend WithEvents Label11 As Label Friend WithEvents ComboBox7 As ComboBox Friend WithEvents TextBox5 As TextBox Friend WithEvents Label12 As Label Friend WithEvents Button5 As Button Friend WithEvents Button4 As Button Friend WithEvents Button3 As Button Friend WithEvents Label62 As Label Friend WithEvents TextBox6 As TextBox Friend WithEvents Label28 As Label Friend WithEvents Label27 As Label Friend WithEvents Button15 As Button Friend WithEvents Button6 As Button Friend WithEvents Button2 As Button Friend WithEvents Button1 As Button Friend WithEvents DataGridView2 As DataGridView Friend WithEvents Timer1 As Timer Friend WithEvents TextBox7 As TextBox Friend WithEvents Label13 As Label Friend WithEvents Button7 As Button Friend WithEvents 廠商類別_cb As ComboBox Friend WithEvents Label33 As Label End Class