_ 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() Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator() Me.存檔_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.刪除_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.新增準備_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog() Me.字體_NUD = New System.Windows.Forms.NumericUpDown() Me.低量_nud = New System.Windows.Forms.NumericUpDown() Me.Label9 = New System.Windows.Forms.Label() Me.批量刪除選擇_ch = New System.Windows.Forms.CheckBox() Me.批輛停用選擇_ch = New System.Windows.Forms.CheckBox() Me.啟用批改_ch = New System.Windows.Forms.CheckBox() Me.下載檔名_tb = New System.Windows.Forms.TextBox() Me.檔名讀取_tb = New System.Windows.Forms.TextBox() Me.檔案名稱_tb = New System.Windows.Forms.TextBox() Me.Label13 = New System.Windows.Forms.Label() Me.本機資料夾_wb = New System.Windows.Forms.WebBrowser() Me.Label10 = New System.Windows.Forms.Label() Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.字體大小調整_lb = New System.Windows.Forms.Label() Me.狀態_lb = New System.Windows.Forms.Label() Me.供應商編碼_tb = New System.Windows.Forms.TextBox() Me.成本_nud = New System.Windows.Forms.NumericUpDown() Me.Label25 = New System.Windows.Forms.Label() Me.停用_ch = New System.Windows.Forms.CheckBox() Me.品名_tb = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.料號_tb = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.Label29 = New System.Windows.Forms.Label() Me.查詢_tb = New System.Windows.Forms.TextBox() Me.供應商編碼_cb = New System.Windows.Forms.ComboBox() Me.Label6 = New System.Windows.Forms.Label() Me.供應商_cb = New System.Windows.Forms.ComboBox() Me.Label5 = New System.Windows.Forms.Label() Me.地區編碼_cb = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.清空_bt = New System.Windows.Forms.Button() Me.地區_cb = New System.Windows.Forms.ComboBox() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.資料筆數_tb = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.物料清單_dgv = New System.Windows.Forms.DataGridView() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.Panel1 = New System.Windows.Forms.Panel() Me.列印_bt = New System.Windows.Forms.Button() Me.批量刪除_bt = New System.Windows.Forms.Button() Me.批量存檔_bt = New System.Windows.Forms.Button() Me.下載圖檔_bt = New System.Windows.Forms.Button() Me.圖檔入系統_bt = New System.Windows.Forms.Button() Me.讀取資料夾路徑_bt = New System.Windows.Forms.Button() Me.物料圖_pb = New System.Windows.Forms.PictureBox() Me.刪除_bt = New System.Windows.Forms.Button() Me.存檔_bt = New System.Windows.Forms.Button() Me.新增準備_bt = New System.Windows.Forms.Button() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.車種年份_tb = New System.Windows.Forms.TextBox() Me.Label11 = New System.Windows.Forms.Label() Me.廠牌_tb = New System.Windows.Forms.TextBox() Me.Label12 = New System.Windows.Forms.Label() Me.單位_tb = New System.Windows.Forms.TextBox() Me.lb = New System.Windows.Forms.Label() Me.倉庫_tb = New System.Windows.Forms.TextBox() Me.Label14 = New System.Windows.Forms.Label() Me.Label15 = New System.Windows.Forms.Label() Me.狀態_cb = New System.Windows.Forms.ComboBox() Me.單位_cb = New System.Windows.Forms.ComboBox() CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.低量_nud, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.成本_nud, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() Me.Panel1.SuspendLayout() CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" Me.ToolStripSeparator3.Size = New System.Drawing.Size(119, 6) ' '存檔_tsm ' Me.存檔_tsm.ForeColor = System.Drawing.Color.Green Me.存檔_tsm.Name = "存檔_tsm" Me.存檔_tsm.Size = New System.Drawing.Size(122, 22) Me.存檔_tsm.Text = "存檔" ' '刪除_tsm ' Me.刪除_tsm.ForeColor = System.Drawing.Color.Red Me.刪除_tsm.Name = "刪除_tsm" Me.刪除_tsm.Size = New System.Drawing.Size(122, 22) Me.刪除_tsm.Text = "刪除" ' '新增準備_tsm ' Me.新增準備_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.新增準備_tsm.Name = "新增準備_tsm" Me.新增準備_tsm.Size = New System.Drawing.Size(122, 22) Me.新增準備_tsm.Text = "新增準備" ' 'SaveFileDialog1 ' Me.SaveFileDialog1.DefaultExt = "jpg" Me.SaveFileDialog1.SupportMultiDottedExtensions = True Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑" ' '字體_NUD ' Me.字體_NUD.DecimalPlaces = 1 Me.字體_NUD.Increment = New Decimal(New Integer() {1, 0, 0, 65536}) Me.字體_NUD.Location = New System.Drawing.Point(931, 29) Me.字體_NUD.Maximum = New Decimal(New Integer() {18, 0, 0, 0}) Me.字體_NUD.Minimum = New Decimal(New Integer() {6, 0, 0, 0}) Me.字體_NUD.Name = "字體_NUD" Me.字體_NUD.Size = New System.Drawing.Size(52, 23) Me.字體_NUD.TabIndex = 1534 Me.字體_NUD.Value = New Decimal(New Integer() {8, 0, 0, 0}) ' '低量_nud ' Me.低量_nud.Location = New System.Drawing.Point(535, 31) Me.低量_nud.Maximum = New Decimal(New Integer() {10000000, 0, 0, 0}) Me.低量_nud.Name = "低量_nud" Me.低量_nud.Size = New System.Drawing.Size(47, 23) Me.低量_nud.TabIndex = 1531 Me.低量_nud.ThousandsSeparator = True ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(461, 35) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(67, 16) Me.Label9.TabIndex = 1532 Me.Label9.Text = "最低庫存量" ' '批量刪除選擇_ch ' Me.批量刪除選擇_ch.AutoSize = True Me.批量刪除選擇_ch.Location = New System.Drawing.Point(893, 58) Me.批量刪除選擇_ch.Name = "批量刪除選擇_ch" Me.批量刪除選擇_ch.Size = New System.Drawing.Size(98, 20) Me.批量刪除選擇_ch.TabIndex = 1529 Me.批量刪除選擇_ch.Text = "批量刪除選擇" Me.批量刪除選擇_ch.UseVisualStyleBackColor = True ' '批輛停用選擇_ch ' Me.批輛停用選擇_ch.AutoSize = True Me.批輛停用選擇_ch.Location = New System.Drawing.Point(788, 58) Me.批輛停用選擇_ch.Name = "批輛停用選擇_ch" Me.批輛停用選擇_ch.Size = New System.Drawing.Size(98, 20) Me.批輛停用選擇_ch.TabIndex = 1528 Me.批輛停用選擇_ch.Text = "批量停用選擇" Me.批輛停用選擇_ch.UseVisualStyleBackColor = True ' '啟用批改_ch ' Me.啟用批改_ch.AutoSize = True Me.啟用批改_ch.Location = New System.Drawing.Point(707, 58) Me.啟用批改_ch.Name = "啟用批改_ch" Me.啟用批改_ch.Size = New System.Drawing.Size(74, 20) Me.啟用批改_ch.TabIndex = 1527 Me.啟用批改_ch.Text = "啟用批改" Me.啟用批改_ch.UseVisualStyleBackColor = True ' '下載檔名_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(38, 144) Me.下載檔名_tb.Name = "下載檔名_tb" Me.下載檔名_tb.Size = New System.Drawing.Size(67, 23) Me.下載檔名_tb.TabIndex = 1525 Me.下載檔名_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '檔名讀取_tb ' Me.檔名讀取_tb.AllowDrop = True Me.檔名讀取_tb.ForeColor = System.Drawing.Color.Black Me.檔名讀取_tb.Location = New System.Drawing.Point(38, 173) Me.檔名讀取_tb.Multiline = True Me.檔名讀取_tb.Name = "檔名讀取_tb" Me.檔名讀取_tb.Size = New System.Drawing.Size(67, 23) Me.檔名讀取_tb.TabIndex = 1524 ' '檔案名稱_tb ' Me.檔案名稱_tb.AllowDrop = True Me.檔案名稱_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.檔案名稱_tb.ForeColor = System.Drawing.Color.Black Me.檔案名稱_tb.Location = New System.Drawing.Point(1080, 382) Me.檔案名稱_tb.Name = "檔案名稱_tb" Me.檔案名稱_tb.Size = New System.Drawing.Size(231, 23) Me.檔案名稱_tb.TabIndex = 1520 ' 'Label13 ' Me.Label13.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label13.AutoSize = True Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label13.Location = New System.Drawing.Point(1142, 63) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(55, 16) Me.Label13.TabIndex = 1517 Me.Label13.Text = "我的電腦" ' '本機資料夾_wb ' Me.本機資料夾_wb.Dock = System.Windows.Forms.DockStyle.Fill Me.本機資料夾_wb.Location = New System.Drawing.Point(0, 0) Me.本機資料夾_wb.MinimumSize = New System.Drawing.Size(20, 20) Me.本機資料夾_wb.Name = "本機資料夾_wb" Me.本機資料夾_wb.Size = New System.Drawing.Size(284, 277) Me.本機資料夾_wb.TabIndex = 1515 Me.本機資料夾_wb.Url = New System.Uri("", System.UriKind.Relative) ' 'Label10 ' Me.Label10.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(1020, 385) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(55, 16) Me.Label10.TabIndex = 1521 Me.Label10.Text = "檔案名稱" ' '重新整理_tsm ' Me.重新整理_tsm.Name = "重新整理_tsm" Me.重新整理_tsm.Size = New System.Drawing.Size(122, 22) Me.重新整理_tsm.Text = "重新整理" ' '字體大小調整_lb ' Me.字體大小調整_lb.AutoSize = True Me.字體大小調整_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.字體大小調整_lb.ForeColor = System.Drawing.Color.Brown Me.字體大小調整_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.字體大小調整_lb.Location = New System.Drawing.Point(929, 7) Me.字體大小調整_lb.Name = "字體大小調整_lb" Me.字體大小調整_lb.Size = New System.Drawing.Size(60, 17) Me.字體大小調整_lb.TabIndex = 1535 Me.字體大小調整_lb.Text = "字體調整" ' '狀態_lb ' Me.狀態_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.狀態_lb.AutoSize = True Me.狀態_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.狀態_lb.ForeColor = System.Drawing.Color.Red Me.狀態_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.狀態_lb.Location = New System.Drawing.Point(1031, 63) Me.狀態_lb.Name = "狀態_lb" Me.狀態_lb.Size = New System.Drawing.Size(55, 16) Me.狀態_lb.TabIndex = 1512 Me.狀態_lb.Text = "編輯狀態" ' '供應商編碼_tb ' Me.供應商編碼_tb.Location = New System.Drawing.Point(108, 144) Me.供應商編碼_tb.Name = "供應商編碼_tb" Me.供應商編碼_tb.Size = New System.Drawing.Size(67, 23) Me.供應商編碼_tb.TabIndex = 1508 ' '成本_nud ' Me.成本_nud.DecimalPlaces = 1 Me.成本_nud.Location = New System.Drawing.Point(492, 58) Me.成本_nud.Maximum = New Decimal(New Integer() {10000000, 0, 0, 0}) Me.成本_nud.Name = "成本_nud" Me.成本_nud.Size = New System.Drawing.Size(90, 23) Me.成本_nud.TabIndex = 1505 Me.成本_nud.ThousandsSeparator = True ' 'Label25 ' Me.Label25.AutoSize = True Me.Label25.Location = New System.Drawing.Point(461, 58) Me.Label25.Name = "Label25" Me.Label25.Size = New System.Drawing.Size(31, 16) Me.Label25.TabIndex = 1506 Me.Label25.Text = "成本" ' '停用_ch ' Me.停用_ch.AutoSize = True Me.停用_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.停用_ch.Location = New System.Drawing.Point(466, 7) Me.停用_ch.Name = "停用_ch" Me.停用_ch.Size = New System.Drawing.Size(122, 20) Me.停用_ch.TabIndex = 1507 Me.停用_ch.Text = "此料號為停用狀態" Me.停用_ch.UseVisualStyleBackColor = True ' '品名_tb ' Me.品名_tb.Location = New System.Drawing.Point(175, 57) Me.品名_tb.Name = "品名_tb" Me.品名_tb.Size = New System.Drawing.Size(284, 23) Me.品名_tb.TabIndex = 1504 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label8.Location = New System.Drawing.Point(144, 60) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(31, 16) Me.Label8.TabIndex = 1503 Me.Label8.Text = "品名" ' '料號_tb ' Me.料號_tb.Location = New System.Drawing.Point(60, 57) Me.料號_tb.Name = "料號_tb" Me.料號_tb.Size = New System.Drawing.Size(82, 23) Me.料號_tb.TabIndex = 1502 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label7.Location = New System.Drawing.Point(10, 60) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(49, 16) Me.Label7.TabIndex = 1501 Me.Label7.Text = "料 號" ' 'Label29 ' Me.Label29.AutoSize = True Me.Label29.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label29.Location = New System.Drawing.Point(247, 8) Me.Label29.Name = "Label29" Me.Label29.Size = New System.Drawing.Size(67, 16) Me.Label29.TabIndex = 1500 Me.Label29.Text = "關鍵字查詢" ' '查詢_tb ' Me.查詢_tb.Location = New System.Drawing.Point(315, 5) Me.查詢_tb.Name = "查詢_tb" Me.查詢_tb.Size = New System.Drawing.Size(144, 23) Me.查詢_tb.TabIndex = 1499 ' '供應商編碼_cb ' Me.供應商編碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.供應商編碼_cb.FormattingEnabled = True Me.供應商編碼_cb.Location = New System.Drawing.Point(175, 5) Me.供應商編碼_cb.Name = "供應商編碼_cb" Me.供應商編碼_cb.Size = New System.Drawing.Size(67, 24) Me.供應商編碼_cb.TabIndex = 1498 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.ForeColor = System.Drawing.Color.Red Me.Label6.Location = New System.Drawing.Point(120, 9) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(55, 16) Me.Label6.TabIndex = 1497 Me.Label6.Text = "廠商編碼" ' '供應商_cb ' Me.供應商_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.供應商_cb.FormattingEnabled = True Me.供應商_cb.Location = New System.Drawing.Point(60, 31) Me.供應商_cb.Name = "供應商_cb" Me.供應商_cb.Size = New System.Drawing.Size(182, 24) Me.供應商_cb.TabIndex = 1496 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.ForeColor = System.Drawing.Color.Red Me.Label5.Location = New System.Drawing.Point(9, 35) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(49, 16) Me.Label5.TabIndex = 1495 Me.Label5.Text = "供 應 商" ' '地區編碼_cb ' Me.地區編碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.地區編碼_cb.FormattingEnabled = True Me.地區編碼_cb.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8", "9", "Y"}) Me.地區編碼_cb.Location = New System.Drawing.Point(472, 189) Me.地區編碼_cb.Name = "地區編碼_cb" Me.地區編碼_cb.Size = New System.Drawing.Size(76, 24) Me.地區編碼_cb.TabIndex = 1494 Me.地區編碼_cb.Visible = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(434, 192) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(31, 16) Me.Label1.TabIndex = 1493 Me.Label1.Text = "編碼" Me.Label1.Visible = False ' '清空_bt ' Me.清空_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.清空_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.清空_bt.Location = New System.Drawing.Point(251, 30) Me.清空_bt.Name = "清空_bt" Me.清空_bt.Size = New System.Drawing.Size(209, 24) Me.清空_bt.TabIndex = 1492 Me.清空_bt.Text = "清除查詢條件" Me.清空_bt.UseVisualStyleBackColor = True ' '地區_cb ' Me.地區_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.地區_cb.FormattingEnabled = True Me.地區_cb.Location = New System.Drawing.Point(60, 5) Me.地區_cb.Name = "地區_cb" Me.地區_cb.Size = New System.Drawing.Size(56, 24) Me.地區_cb.TabIndex = 1491 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.ForeColor = System.Drawing.Color.Red Me.Label2.Location = New System.Drawing.Point(9, 9) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(49, 16) Me.Label2.TabIndex = 1490 Me.Label2.Text = "類 別" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label3.Location = New System.Drawing.Point(940, 84) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(43, 16) Me.Label3.TabIndex = 1489 Me.Label3.Text = "筆資料" ' '資料筆數_tb ' Me.資料筆數_tb.Location = New System.Drawing.Point(877, 82) Me.資料筆數_tb.Name = "資料筆數_tb" Me.資料筆數_tb.Size = New System.Drawing.Size(54, 23) Me.資料筆數_tb.TabIndex = 1488 Me.資料筆數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label4.Location = New System.Drawing.Point(851, 85) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(19, 16) Me.Label4.TabIndex = 1487 Me.Label4.Text = "共" ' '物料清單_dgv ' 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(12, 111) Me.物料清單_dgv.Name = "物料清單_dgv" Me.物料清單_dgv.RowHeadersWidth = 5 DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.物料清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1 Me.物料清單_dgv.RowTemplate.Height = 24 Me.物料清單_dgv.Size = New System.Drawing.Size(1002, 533) Me.物料清單_dgv.TabIndex = 1486 ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理_tsm, Me.ToolStripSeparator3, Me.新增準備_tsm, Me.存檔_tsm, Me.刪除_tsm}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 98) ' 'Panel1 ' Me.Panel1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Panel1.Controls.Add(Me.本機資料夾_wb) Me.Panel1.Location = New System.Drawing.Point(1023, 85) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(288, 281) Me.Panel1.TabIndex = 1536 ' '列印_bt ' Me.列印_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.列印_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.print Me.列印_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.列印_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.列印_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.列印_bt.Location = New System.Drawing.Point(1047, 8) Me.列印_bt.Name = "列印_bt" Me.列印_bt.Size = New System.Drawing.Size(51, 51) Me.列印_bt.TabIndex = 1533 Me.列印_bt.UseVisualStyleBackColor = True Me.列印_bt.Visible = False ' '批量刪除_bt ' Me.批量刪除_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.FotoJet1 Me.批量刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.批量刪除_bt.ForeColor = System.Drawing.Color.Red Me.批量刪除_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.批量刪除_bt.Location = New System.Drawing.Point(858, 3) Me.批量刪除_bt.Name = "批量刪除_bt" Me.批量刪除_bt.Size = New System.Drawing.Size(64, 51) Me.批量刪除_bt.TabIndex = 1530 Me.批量刪除_bt.UseVisualStyleBackColor = True ' '批量存檔_bt ' Me.批量存檔_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.FotoJet__1_2 Me.批量存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.批量存檔_bt.ForeColor = System.Drawing.Color.Green Me.批量存檔_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.批量存檔_bt.Location = New System.Drawing.Point(788, 4) Me.批量存檔_bt.Name = "批量存檔_bt" Me.批量存檔_bt.Size = New System.Drawing.Size(64, 51) Me.批量存檔_bt.TabIndex = 1526 Me.批量存檔_bt.UseVisualStyleBackColor = True ' '下載圖檔_bt ' Me.下載圖檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.下載圖檔_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Download Me.下載圖檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom 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.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.下載圖檔_bt.Location = New System.Drawing.Point(1262, 10) Me.下載圖檔_bt.Name = "下載圖檔_bt" Me.下載圖檔_bt.Size = New System.Drawing.Size(51, 51) Me.下載圖檔_bt.TabIndex = 1523 Me.下載圖檔_bt.UseVisualStyleBackColor = True ' '圖檔入系統_bt ' Me.圖檔入系統_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.圖檔入系統_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Add_Image Me.圖檔入系統_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom 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(1160, 9) Me.圖檔入系統_bt.Name = "圖檔入系統_bt" Me.圖檔入系統_bt.Size = New System.Drawing.Size(102, 51) Me.圖檔入系統_bt.TabIndex = 1522 Me.圖檔入系統_bt.UseVisualStyleBackColor = True ' '讀取資料夾路徑_bt ' Me.讀取資料夾路徑_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.讀取資料夾路徑_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.PortableComputer Me.讀取資料夾路徑_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom 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(1106, 8) Me.讀取資料夾路徑_bt.Name = "讀取資料夾路徑_bt" Me.讀取資料夾路徑_bt.Size = New System.Drawing.Size(51, 51) Me.讀取資料夾路徑_bt.TabIndex = 1516 Me.讀取資料夾路徑_bt.UseVisualStyleBackColor = True ' '物料圖_pb ' Me.物料圖_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.物料圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.物料圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.物料圖_pb.Location = New System.Drawing.Point(1023, 412) Me.物料圖_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.物料圖_pb.Name = "物料圖_pb" Me.物料圖_pb.Size = New System.Drawing.Size(288, 237) Me.物料圖_pb.TabIndex = 1513 Me.物料圖_pb.TabStop = False ' '刪除_bt ' Me.刪除_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.GarbageEmpty Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.刪除_bt.ForeColor = System.Drawing.Color.Red Me.刪除_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.刪除_bt.Location = New System.Drawing.Point(718, 4) Me.刪除_bt.Name = "刪除_bt" Me.刪除_bt.Size = New System.Drawing.Size(64, 51) Me.刪除_bt.TabIndex = 1511 Me.刪除_bt.UseVisualStyleBackColor = True ' '存檔_bt ' Me.存檔_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.SAVER Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.存檔_bt.ForeColor = System.Drawing.Color.Green Me.存檔_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.存檔_bt.Location = New System.Drawing.Point(653, 4) Me.存檔_bt.Name = "存檔_bt" Me.存檔_bt.Size = New System.Drawing.Size(64, 51) Me.存檔_bt.TabIndex = 1510 Me.存檔_bt.UseVisualStyleBackColor = True ' '新增準備_bt ' Me.新增準備_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.New_Folder Me.新增準備_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.新增準備_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.新增準備_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.新增準備_bt.Location = New System.Drawing.Point(588, 4) Me.新增準備_bt.Name = "新增準備_bt" Me.新增準備_bt.Size = New System.Drawing.Size(64, 51) Me.新增準備_bt.TabIndex = 1509 Me.新增準備_bt.UseVisualStyleBackColor = True ' 'ToolTip1 ' Me.ToolTip1.IsBalloon = True Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info Me.ToolTip1.ToolTipTitle = "系統說明" ' '車種年份_tb ' Me.車種年份_tb.Location = New System.Drawing.Point(195, 82) Me.車種年份_tb.Name = "車種年份_tb" Me.車種年份_tb.Size = New System.Drawing.Size(264, 23) Me.車種年份_tb.TabIndex = 1540 ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label11.Location = New System.Drawing.Point(144, 85) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(55, 16) Me.Label11.TabIndex = 1539 Me.Label11.Text = "車種年份" ' '廠牌_tb ' Me.廠牌_tb.Location = New System.Drawing.Point(60, 82) Me.廠牌_tb.Name = "廠牌_tb" Me.廠牌_tb.Size = New System.Drawing.Size(82, 23) Me.廠牌_tb.TabIndex = 1538 ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label12.Location = New System.Drawing.Point(10, 85) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(49, 16) Me.Label12.TabIndex = 1537 Me.Label12.Text = "廠 牌" ' '單位_tb ' Me.單位_tb.Location = New System.Drawing.Point(492, 82) Me.單位_tb.Name = "單位_tb" Me.單位_tb.Size = New System.Drawing.Size(90, 23) Me.單位_tb.TabIndex = 1542 ' 'lb ' Me.lb.AutoSize = True Me.lb.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.lb.Location = New System.Drawing.Point(461, 85) Me.lb.Name = "lb" Me.lb.Size = New System.Drawing.Size(31, 16) Me.lb.TabIndex = 1541 Me.lb.Text = "單位" ' '倉庫_tb ' Me.倉庫_tb.Location = New System.Drawing.Point(619, 82) Me.倉庫_tb.Name = "倉庫_tb" Me.倉庫_tb.Size = New System.Drawing.Size(90, 23) Me.倉庫_tb.TabIndex = 1544 ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label14.Location = New System.Drawing.Point(588, 85) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(31, 16) Me.Label14.TabIndex = 1543 Me.Label14.Text = "倉庫" ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.Label15.Location = New System.Drawing.Point(715, 85) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(31, 16) Me.Label15.TabIndex = 1545 Me.Label15.Text = "狀態" ' '狀態_cb ' Me.狀態_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.狀態_cb.FormattingEnabled = True Me.狀態_cb.Items.AddRange(New Object() {"物料", "承修項目"}) Me.狀態_cb.Location = New System.Drawing.Point(752, 81) Me.狀態_cb.Name = "狀態_cb" Me.狀態_cb.Size = New System.Drawing.Size(93, 24) Me.狀態_cb.TabIndex = 1546 ' '單位_cb ' Me.單位_cb.FormattingEnabled = True Me.單位_cb.Items.AddRange(New Object() {"2019"}) Me.單位_cb.Location = New System.Drawing.Point(492, 84) Me.單位_cb.Name = "單位_cb" Me.單位_cb.Size = New System.Drawing.Size(90, 24) Me.單位_cb.TabIndex = 1668 ' '物料資料庫 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1319, 656) Me.Controls.Add(Me.單位_cb) Me.Controls.Add(Me.狀態_cb) Me.Controls.Add(Me.Label15) Me.Controls.Add(Me.倉庫_tb) Me.Controls.Add(Me.Label14) Me.Controls.Add(Me.單位_tb) Me.Controls.Add(Me.lb) Me.Controls.Add(Me.車種年份_tb) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.廠牌_tb) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.字體_NUD) Me.Controls.Add(Me.列印_bt) Me.Controls.Add(Me.低量_nud) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.批量刪除_bt) Me.Controls.Add(Me.批量刪除選擇_ch) Me.Controls.Add(Me.批輛停用選擇_ch) Me.Controls.Add(Me.啟用批改_ch) Me.Controls.Add(Me.批量存檔_bt) Me.Controls.Add(Me.下載檔名_tb) Me.Controls.Add(Me.檔名讀取_tb) Me.Controls.Add(Me.下載圖檔_bt) Me.Controls.Add(Me.圖檔入系統_bt) Me.Controls.Add(Me.檔案名稱_tb) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.讀取資料夾路徑_bt) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.物料圖_pb) Me.Controls.Add(Me.字體大小調整_lb) Me.Controls.Add(Me.狀態_lb) Me.Controls.Add(Me.刪除_bt) Me.Controls.Add(Me.存檔_bt) Me.Controls.Add(Me.新增準備_bt) Me.Controls.Add(Me.供應商編碼_tb) Me.Controls.Add(Me.成本_nud) Me.Controls.Add(Me.Label25) Me.Controls.Add(Me.停用_ch) Me.Controls.Add(Me.品名_tb) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.料號_tb) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label29) Me.Controls.Add(Me.查詢_tb) Me.Controls.Add(Me.供應商編碼_cb) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.供應商_cb) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.地區編碼_cb) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.清空_bt) Me.Controls.Add(Me.地區_cb) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.資料筆數_tb) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.物料清單_dgv) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "物料資料庫" Me.Text = "物料資料庫" CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.低量_nud, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.成本_nud, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) Me.Panel1.ResumeLayout(False) CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ToolStripSeparator3 As ToolStripSeparator Friend WithEvents 存檔_tsm As ToolStripMenuItem Friend WithEvents 刪除_tsm As ToolStripMenuItem Friend WithEvents 新增準備_tsm As ToolStripMenuItem Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog Friend WithEvents SaveFileDialog1 As SaveFileDialog Friend WithEvents 字體_NUD As NumericUpDown Friend WithEvents 列印_bt As Button Friend WithEvents 低量_nud As NumericUpDown Friend WithEvents Label9 As Label Friend WithEvents 批量刪除_bt As Button Friend WithEvents 批量刪除選擇_ch As CheckBox Friend WithEvents 批輛停用選擇_ch As CheckBox Friend WithEvents 啟用批改_ch As CheckBox Friend WithEvents 批量存檔_bt As Button Friend WithEvents 下載檔名_tb As TextBox Friend WithEvents 檔名讀取_tb As TextBox Friend WithEvents 下載圖檔_bt As Button Friend WithEvents 圖檔入系統_bt As Button Friend WithEvents 檔案名稱_tb As TextBox Friend WithEvents Label13 As Label Friend WithEvents 讀取資料夾路徑_bt As Button Friend WithEvents 本機資料夾_wb As WebBrowser Friend WithEvents Label10 As Label Friend WithEvents 物料圖_pb As PictureBox Friend WithEvents 重新整理_tsm As ToolStripMenuItem Friend WithEvents 字體大小調整_lb As Label Friend WithEvents 狀態_lb As Label Friend WithEvents 刪除_bt As Button Friend WithEvents 存檔_bt As Button Friend WithEvents 新增準備_bt As Button Friend WithEvents 供應商編碼_tb As TextBox Friend WithEvents 成本_nud As NumericUpDown Friend WithEvents Label25 As Label Friend WithEvents 停用_ch As CheckBox Friend WithEvents 品名_tb As TextBox Friend WithEvents Label8 As Label Friend WithEvents 料號_tb As TextBox Friend WithEvents Label7 As Label Friend WithEvents Label29 As Label Friend WithEvents 查詢_tb As TextBox Friend WithEvents 供應商編碼_cb As ComboBox Friend WithEvents Label6 As Label Friend WithEvents 供應商_cb As ComboBox Friend WithEvents Label5 As Label Friend WithEvents 地區編碼_cb As ComboBox Friend WithEvents Label1 As Label Friend WithEvents 清空_bt As Button Friend WithEvents 地區_cb As ComboBox Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label Friend WithEvents 資料筆數_tb As TextBox Friend WithEvents Label4 As Label Friend WithEvents 物料清單_dgv As DataGridView Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents Panel1 As Panel Friend WithEvents ToolTip1 As ToolTip Friend WithEvents 車種年份_tb As TextBox Friend WithEvents Label11 As Label Friend WithEvents 廠牌_tb As TextBox Friend WithEvents Label12 As Label Friend WithEvents 單位_tb As TextBox Friend WithEvents lb As Label Friend WithEvents 倉庫_tb As TextBox Friend WithEvents Label14 As Label Friend WithEvents Label15 As Label Friend WithEvents 狀態_cb As ComboBox Friend WithEvents 單位_cb As ComboBox End Class