_ 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() 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.列印退貨單_bt = New System.Windows.Forms.Button() Me.非當天日期_ch = New System.Windows.Forms.CheckBox() Me.供應商交期_dtp = New System.Windows.Forms.DateTimePicker() Me.Label14 = New System.Windows.Forms.Label() Me.總金額_tb = New System.Windows.Forms.TextBox() Me.Label21 = New System.Windows.Forms.Label() Me.採購下單_dtp = New System.Windows.Forms.DateTimePicker() Me.Label19 = New System.Windows.Forms.Label() Me.選擇_tb = New System.Windows.Forms.TextBox() Me.單據編號_tb = New System.Windows.Forms.TextBox() Me.Label16 = New System.Windows.Forms.Label() Me.供應商編號_cb = New System.Windows.Forms.ComboBox() Me.供應商_cb = New System.Windows.Forms.ComboBox() Me.Label9 = New System.Windows.Forms.Label() Me.付款方式_tb = New System.Windows.Forms.TextBox() Me.公司電話2_tb = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.統編_tb = New System.Windows.Forms.TextBox() Me.Label26 = New System.Windows.Forms.Label() Me.郵號2_tb = New System.Windows.Forms.TextBox() Me.Label12 = New System.Windows.Forms.Label() Me.地址2_tb = New System.Windows.Forms.TextBox() Me.郵號1_tb = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.地址1_tb = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.傳真1_tb = New System.Windows.Forms.TextBox() Me.公司電話1_tb = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.供應商_tb = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label20 = New System.Windows.Forms.Label() Me.明細_dgv = New System.Windows.Forms.DataGridView() Me.彙總_dgv = New System.Windows.Forms.DataGridView() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.列印退貨單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.列印產品標籤ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.列印產品標籤_bt = New System.Windows.Forms.Button() Me.單號查詢_bt = New System.Windows.Forms.Button() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() Me.SuspendLayout() ' '列印退貨單_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.Green Me.列印退貨單_bt.Location = New System.Drawing.Point(177, 5) Me.列印退貨單_bt.Name = "列印退貨單_bt" Me.列印退貨單_bt.Size = New System.Drawing.Size(102, 35) Me.列印退貨單_bt.TabIndex = 1187 Me.列印退貨單_bt.Text = "列印退貨單" Me.列印退貨單_bt.UseVisualStyleBackColor = True ' '非當天日期_ch ' Me.非當天日期_ch.AutoSize = True Me.非當天日期_ch.Checked = True Me.非當天日期_ch.CheckState = System.Windows.Forms.CheckState.Checked Me.非當天日期_ch.Location = New System.Drawing.Point(1094, 4) Me.非當天日期_ch.Name = "非當天日期_ch" Me.非當天日期_ch.Size = New System.Drawing.Size(39, 20) Me.非當天日期_ch.TabIndex = 1186 Me.非當天日期_ch.Text = "補" Me.非當天日期_ch.UseVisualStyleBackColor = True ' '供應商交期_dtp ' Me.供應商交期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.供應商交期_dtp.Location = New System.Drawing.Point(998, 29) Me.供應商交期_dtp.Name = "供應商交期_dtp" Me.供應商交期_dtp.Size = New System.Drawing.Size(94, 23) Me.供應商交期_dtp.TabIndex = 1184 ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label14.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label14.Location = New System.Drawing.Point(933, 32) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(68, 16) Me.Label14.TabIndex = 1185 Me.Label14.Text = "供應商交期" ' '總金額_tb ' Me.總金額_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.總金額_tb.ForeColor = System.Drawing.Color.Green Me.總金額_tb.Location = New System.Drawing.Point(822, 105) Me.總金額_tb.Name = "總金額_tb" Me.總金額_tb.Size = New System.Drawing.Size(108, 23) Me.總金額_tb.TabIndex = 1183 Me.總金額_tb.Text = "0" Me.總金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label21 ' Me.Label21.AutoSize = True Me.Label21.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label21.ForeColor = System.Drawing.Color.Green Me.Label21.Location = New System.Drawing.Point(764, 108) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(44, 16) Me.Label21.TabIndex = 1182 Me.Label21.Text = "總金額" ' '採購下單_dtp ' Me.採購下單_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.採購下單_dtp.Location = New System.Drawing.Point(998, 3) Me.採購下單_dtp.Name = "採購下單_dtp" Me.採購下單_dtp.Size = New System.Drawing.Size(94, 23) Me.採購下單_dtp.TabIndex = 1180 ' 'Label19 ' Me.Label19.AutoSize = True Me.Label19.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label19.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label19.Location = New System.Drawing.Point(396, 108) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(56, 16) Me.Label19.TabIndex = 1179 Me.Label19.Text = "選擇資料" ' '選擇_tb ' Me.選擇_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.選擇_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.選擇_tb.Location = New System.Drawing.Point(457, 105) Me.選擇_tb.Name = "選擇_tb" Me.選擇_tb.Size = New System.Drawing.Size(103, 23) Me.選擇_tb.TabIndex = 1178 ' '單據編號_tb ' Me.單據編號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.單據編號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.單據編號_tb.Location = New System.Drawing.Point(456, 3) Me.單據編號_tb.Name = "單據編號_tb" Me.單據編號_tb.Size = New System.Drawing.Size(152, 25) Me.單據編號_tb.TabIndex = 1176 ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label16.Location = New System.Drawing.Point(396, 7) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(56, 16) Me.Label16.TabIndex = 1175 Me.Label16.Text = "單據編號" ' '供應商編號_cb ' Me.供應商編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.供應商編號_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.供應商編號_cb.ForeColor = System.Drawing.Color.Green Me.供應商編號_cb.FormattingEnabled = True Me.供應商編號_cb.Items.AddRange(New Object() {"男", "女", "NA"}) Me.供應商編號_cb.Location = New System.Drawing.Point(778, 3) Me.供應商編號_cb.Name = "供應商編號_cb" Me.供應商編號_cb.Size = New System.Drawing.Size(98, 24) Me.供應商編號_cb.TabIndex = 1174 ' '供應商_cb ' Me.供應商_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.供應商_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.供應商_cb.ForeColor = System.Drawing.Color.Green Me.供應商_cb.FormattingEnabled = True Me.供應商_cb.Items.AddRange(New Object() {"NA", "女", "男"}) Me.供應商_cb.Location = New System.Drawing.Point(683, 3) Me.供應商_cb.Name = "供應商_cb" Me.供應商_cb.Size = New System.Drawing.Size(90, 24) Me.供應商_cb.TabIndex = 1173 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label9.ForeColor = System.Drawing.Color.Green Me.Label9.Location = New System.Drawing.Point(614, 7) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(68, 16) Me.Label9.TabIndex = 1172 Me.Label9.Text = "供應商簡稱" ' '付款方式_tb ' Me.付款方式_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.付款方式_tb.ForeColor = System.Drawing.Color.Green Me.付款方式_tb.Location = New System.Drawing.Point(617, 105) Me.付款方式_tb.Name = "付款方式_tb" Me.付款方式_tb.Size = New System.Drawing.Size(141, 23) Me.付款方式_tb.TabIndex = 1171 Me.付款方式_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '公司電話2_tb ' Me.公司電話2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.公司電話2_tb.ForeColor = System.Drawing.Color.Green Me.公司電話2_tb.Location = New System.Drawing.Point(998, 80) Me.公司電話2_tb.Name = "公司電話2_tb" Me.公司電話2_tb.Size = New System.Drawing.Size(165, 23) Me.公司電話2_tb.TabIndex = 1170 Me.公司電話2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label2.ForeColor = System.Drawing.Color.Green Me.Label2.Location = New System.Drawing.Point(559, 108) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(56, 16) Me.Label2.TabIndex = 1169 Me.Label2.Text = "付款方式" ' '統編_tb ' Me.統編_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.統編_tb.ForeColor = System.Drawing.Color.Green Me.統編_tb.Location = New System.Drawing.Point(837, 30) Me.統編_tb.Name = "統編_tb" Me.統編_tb.Size = New System.Drawing.Size(90, 23) Me.統編_tb.TabIndex = 1167 Me.統編_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label26 ' Me.Label26.AutoSize = True Me.Label26.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label26.ForeColor = System.Drawing.Color.Green Me.Label26.Location = New System.Drawing.Point(772, 32) Me.Label26.Name = "Label26" Me.Label26.Size = New System.Drawing.Size(56, 16) Me.Label26.TabIndex = 1168 Me.Label26.Text = "統一編號" ' '郵號2_tb ' Me.郵號2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.郵號2_tb.ForeColor = System.Drawing.Color.Green Me.郵號2_tb.Location = New System.Drawing.Point(457, 80) Me.郵號2_tb.Name = "郵號2_tb" Me.郵號2_tb.Size = New System.Drawing.Size(45, 23) Me.郵號2_tb.TabIndex = 1165 Me.郵號2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label12.ForeColor = System.Drawing.Color.Green Me.Label12.Location = New System.Drawing.Point(504, 83) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(39, 16) Me.Label12.TabIndex = 1164 Me.Label12.Text = "地址2" ' '地址2_tb ' Me.地址2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.地址2_tb.ForeColor = System.Drawing.Color.Green Me.地址2_tb.Location = New System.Drawing.Point(544, 80) Me.地址2_tb.Name = "地址2_tb" Me.地址2_tb.Size = New System.Drawing.Size(386, 23) Me.地址2_tb.TabIndex = 1163 ' '郵號1_tb ' Me.郵號1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.郵號1_tb.ForeColor = System.Drawing.Color.Green Me.郵號1_tb.Location = New System.Drawing.Point(456, 55) Me.郵號1_tb.Name = "郵號1_tb" Me.郵號1_tb.Size = New System.Drawing.Size(45, 23) Me.郵號1_tb.TabIndex = 1161 Me.郵號1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label10.ForeColor = System.Drawing.Color.Green Me.Label10.Location = New System.Drawing.Point(504, 58) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(39, 16) Me.Label10.TabIndex = 1160 Me.Label10.Text = "地址1" ' '地址1_tb ' Me.地址1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.地址1_tb.ForeColor = System.Drawing.Color.Green Me.地址1_tb.Location = New System.Drawing.Point(544, 55) Me.地址1_tb.Name = "地址1_tb" Me.地址1_tb.Size = New System.Drawing.Size(386, 23) Me.地址1_tb.TabIndex = 1159 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label8.ForeColor = System.Drawing.Color.Green Me.Label8.Location = New System.Drawing.Point(932, 108) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(63, 16) Me.Label8.TabIndex = 1158 Me.Label8.Text = "傳 真1" ' '傳真1_tb ' Me.傳真1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.傳真1_tb.ForeColor = System.Drawing.Color.Green Me.傳真1_tb.Location = New System.Drawing.Point(998, 105) Me.傳真1_tb.Name = "傳真1_tb" Me.傳真1_tb.Size = New System.Drawing.Size(165, 23) Me.傳真1_tb.TabIndex = 1157 Me.傳真1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '公司電話1_tb ' Me.公司電話1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.公司電話1_tb.ForeColor = System.Drawing.Color.Green Me.公司電話1_tb.Location = New System.Drawing.Point(998, 54) Me.公司電話1_tb.Name = "公司電話1_tb" Me.公司電話1_tb.Size = New System.Drawing.Size(165, 23) Me.公司電話1_tb.TabIndex = 1154 Me.公司電話1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label5.ForeColor = System.Drawing.Color.Green Me.Label5.Location = New System.Drawing.Point(396, 33) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(44, 16) Me.Label5.TabIndex = 1153 Me.Label5.Text = "供應商" ' '供應商_tb ' Me.供應商_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.供應商_tb.ForeColor = System.Drawing.Color.Green Me.供應商_tb.Location = New System.Drawing.Point(456, 30) Me.供應商_tb.Name = "供應商_tb" Me.供應商_tb.Size = New System.Drawing.Size(316, 23) Me.供應商_tb.TabIndex = 1152 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label7.ForeColor = System.Drawing.Color.Green Me.Label7.Location = New System.Drawing.Point(932, 83) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(63, 16) Me.Label7.TabIndex = 1156 Me.Label7.Text = "公司電話2" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label6.ForeColor = System.Drawing.Color.Green Me.Label6.Location = New System.Drawing.Point(932, 57) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(63, 16) Me.Label6.TabIndex = 1155 Me.Label6.Text = "公司電話1" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label4.ForeColor = System.Drawing.Color.Green Me.Label4.Location = New System.Drawing.Point(393, 58) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(63, 16) Me.Label4.TabIndex = 1162 Me.Label4.Text = "郵遞區號1" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label3.ForeColor = System.Drawing.Color.Green Me.Label3.Location = New System.Drawing.Point(392, 83) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(63, 16) Me.Label3.TabIndex = 1166 Me.Label3.Text = "郵遞區號2" ' 'Label20 ' Me.Label20.AutoSize = True Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label20.Location = New System.Drawing.Point(933, 6) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(68, 16) Me.Label20.TabIndex = 1181 Me.Label20.Text = "採購下單日" ' '明細_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.明細_dgv.Location = New System.Drawing.Point(393, 130) Me.明細_dgv.Name = "明細_dgv" Me.明細_dgv.RowHeadersWidth = 5 DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2 Me.明細_dgv.RowTemplate.Height = 24 Me.明細_dgv.Size = New System.Drawing.Size(849, 475) Me.明細_dgv.TabIndex = 1177 ' '彙總_dgv ' DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) Me.彙總_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3 Me.彙總_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.彙總_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.彙總_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.彙總_dgv.Location = New System.Drawing.Point(6, 42) Me.彙總_dgv.Name = "彙總_dgv" Me.彙總_dgv.RowHeadersWidth = 5 DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.彙總_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4 Me.彙總_dgv.RowTemplate.Height = 24 Me.彙總_dgv.Size = New System.Drawing.Size(381, 563) Me.彙總_dgv.TabIndex = 1151 ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.ToolStripSeparator1, Me.列印退貨單ToolStripMenuItem, Me.列印產品標籤ToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(147, 76) ' '重新整理ToolStripMenuItem ' Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem" Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(146, 22) Me.重新整理ToolStripMenuItem.Text = "重新整理" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(143, 6) ' '列印退貨單ToolStripMenuItem ' Me.列印退貨單ToolStripMenuItem.ForeColor = System.Drawing.Color.Green Me.列印退貨單ToolStripMenuItem.Name = "列印退貨單ToolStripMenuItem" Me.列印退貨單ToolStripMenuItem.Size = New System.Drawing.Size(146, 22) Me.列印退貨單ToolStripMenuItem.Text = "列印退貨單" ' '列印產品標籤ToolStripMenuItem ' Me.列印產品標籤ToolStripMenuItem.ForeColor = System.Drawing.Color.Green Me.列印產品標籤ToolStripMenuItem.Name = "列印產品標籤ToolStripMenuItem" Me.列印產品標籤ToolStripMenuItem.Size = New System.Drawing.Size(146, 22) Me.列印產品標籤ToolStripMenuItem.Text = "列印產品標籤" ' '列印產品標籤_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.Green Me.列印產品標籤_bt.Location = New System.Drawing.Point(285, 5) Me.列印產品標籤_bt.Name = "列印產品標籤_bt" Me.列印產品標籤_bt.Size = New System.Drawing.Size(102, 35) Me.列印產品標籤_bt.TabIndex = 1188 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.Green Me.單號查詢_bt.Location = New System.Drawing.Point(6, 5) Me.單號查詢_bt.Name = "單號查詢_bt" Me.單號查詢_bt.Size = New System.Drawing.Size(102, 35) Me.單號查詢_bt.TabIndex = 1244 Me.單號查詢_bt.Text = "單號查詢" Me.單號查詢_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(1249, 611) Me.ContextMenuStrip = Me.ContextMenuStrip1 Me.Controls.Add(Me.單號查詢_bt) Me.Controls.Add(Me.列印產品標籤_bt) Me.Controls.Add(Me.列印退貨單_bt) Me.Controls.Add(Me.非當天日期_ch) Me.Controls.Add(Me.供應商交期_dtp) Me.Controls.Add(Me.Label14) Me.Controls.Add(Me.總金額_tb) Me.Controls.Add(Me.Label21) Me.Controls.Add(Me.採購下單_dtp) Me.Controls.Add(Me.Label19) Me.Controls.Add(Me.選擇_tb) Me.Controls.Add(Me.單據編號_tb) Me.Controls.Add(Me.Label16) Me.Controls.Add(Me.供應商編號_cb) Me.Controls.Add(Me.供應商_cb) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.付款方式_tb) Me.Controls.Add(Me.公司電話2_tb) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.統編_tb) Me.Controls.Add(Me.Label26) Me.Controls.Add(Me.郵號2_tb) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.地址2_tb) Me.Controls.Add(Me.郵號1_tb) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.地址1_tb) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.傳真1_tb) Me.Controls.Add(Me.公司電話1_tb) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.供應商_tb) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label20) Me.Controls.Add(Me.明細_dgv) Me.Controls.Add(Me.彙總_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.Text = "採購退貨清單" CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 列印退貨單_bt As Button Friend WithEvents 非當天日期_ch As CheckBox Friend WithEvents 供應商交期_dtp As DateTimePicker Friend WithEvents Label14 As Label Friend WithEvents 總金額_tb As TextBox Friend WithEvents Label21 As Label Friend WithEvents 採購下單_dtp As DateTimePicker Friend WithEvents Label19 As Label Friend WithEvents 選擇_tb As TextBox Friend WithEvents 單據編號_tb As TextBox Friend WithEvents Label16 As Label Friend WithEvents 供應商編號_cb As ComboBox Friend WithEvents 供應商_cb As ComboBox Friend WithEvents Label9 As Label Friend WithEvents 付款方式_tb As TextBox Friend WithEvents 公司電話2_tb As TextBox Friend WithEvents Label2 As Label Friend WithEvents 統編_tb As TextBox Friend WithEvents Label26 As Label Friend WithEvents 郵號2_tb As TextBox Friend WithEvents Label12 As Label Friend WithEvents 地址2_tb As TextBox Friend WithEvents 郵號1_tb As TextBox Friend WithEvents Label10 As Label Friend WithEvents 地址1_tb As TextBox Friend WithEvents Label8 As Label Friend WithEvents 傳真1_tb As TextBox Friend WithEvents 公司電話1_tb As TextBox Friend WithEvents Label5 As Label Friend WithEvents 供應商_tb As TextBox Friend WithEvents Label7 As Label Friend WithEvents Label6 As Label Friend WithEvents Label4 As Label Friend WithEvents Label3 As Label Friend WithEvents Label20 As Label Friend WithEvents 明細_dgv As DataGridView Friend WithEvents 彙總_dgv As DataGridView Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator1 As ToolStripSeparator Friend WithEvents 列印退貨單ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 列印產品標籤_bt As Button Friend WithEvents 單號查詢_bt As Button Friend WithEvents 列印產品標籤ToolStripMenuItem As ToolStripMenuItem End Class