_ 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.物料清單_dgv = New System.Windows.Forms.DataGridView() Me.頁碼_cb = New System.Windows.Forms.ComboBox() Me.Label27 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.料號_tb = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.頁碼_tb = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.品名_tb = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.尺寸_tb = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.材質_tb = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.成本_nud = New System.Windows.Forms.NumericUpDown() Me.售價_nud = New System.Windows.Forms.NumericUpDown() Me.件數_nud = New System.Windows.Forms.NumericUpDown() Me.單筆存檔_bt = New System.Windows.Forms.Button() Me.關鍵字查詢_bt = New System.Windows.Forms.Button() Me.新增物料資料 = New System.Windows.Forms.Button() Me.物料圖_pb = New System.Windows.Forms.PictureBox() Me.圖片編碼_tb = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.備註_tb = New System.Windows.Forms.TextBox() Me.停用料號_ch = New System.Windows.Forms.CheckBox() Me.檔名讀取_tb = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.檔案名稱_tb = New System.Windows.Forms.TextBox() Me.Label11 = New System.Windows.Forms.Label() Me.Label12 = New System.Windows.Forms.Label() Me.Label13 = New System.Windows.Forms.Label() Me.讀取資料夾路徑_bt = New System.Windows.Forms.Button() Me.本機資料夾_wb = New System.Windows.Forms.WebBrowser() Me.FTP資料夾_wb = New System.Windows.Forms.WebBrowser() Me.無圖料號_dgv = New System.Windows.Forms.DataGridView() Me.Label14 = New System.Windows.Forms.Label() Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog() 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.圖片用料號_tb = New System.Windows.Forms.TextBox() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() 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.下載圖片ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.讀取料夾路徑ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.圖檔入系統ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.圖片修改ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.刪除圖檔ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator() Me.資料刪除ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.批量修改_ch = New System.Windows.Forms.CheckBox() Me.批量存檔_bt = New System.Windows.Forms.Button() Me.下載檔名_tb = New System.Windows.Forms.TextBox() Me.Label15 = New System.Windows.Forms.Label() Me.最低庫存量_nud = New System.Windows.Forms.NumericUpDown() Me.Label16 = New System.Windows.Forms.Label() Me.導入EXCEL_bt = New System.Windows.Forms.Button() Me.導出EXCEL_bt = New System.Windows.Forms.Button() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.成本_nud, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.售價_nud, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.件數_nud, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.無圖料號_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() CType(Me.最低庫存量_nud, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '物料清單_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, 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), 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, 137) 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(924, 470) Me.物料清單_dgv.TabIndex = 667 ' '頁碼_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.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.頁碼_cb.FormattingEnabled = True Me.頁碼_cb.Items.AddRange(New Object() {"男", "女", "NA"}) Me.頁碼_cb.Location = New System.Drawing.Point(286, 54) Me.頁碼_cb.Name = "頁碼_cb" Me.頁碼_cb.Size = New System.Drawing.Size(90, 24) Me.頁碼_cb.TabIndex = 951 ' 'Label27 ' Me.Label27.AutoSize = True Me.Label27.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label27.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label27.Location = New System.Drawing.Point(254, 59) Me.Label27.Name = "Label27" Me.Label27.Size = New System.Drawing.Size(32, 16) Me.Label27.TabIndex = 950 Me.Label27.Text = "頁碼" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label1.Location = New System.Drawing.Point(6, 6) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(32, 16) Me.Label1.TabIndex = 953 Me.Label1.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(37, 3) Me.料號_tb.Name = "料號_tb" Me.料號_tb.Size = New System.Drawing.Size(121, 23) Me.料號_tb.TabIndex = 952 Me.料號_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.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label2.Location = New System.Drawing.Point(6, 32) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(32, 16) Me.Label2.TabIndex = 955 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.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.頁碼_tb.ImeMode = System.Windows.Forms.ImeMode.Disable Me.頁碼_tb.Location = New System.Drawing.Point(37, 29) Me.頁碼_tb.Name = "頁碼_tb" Me.頁碼_tb.Size = New System.Drawing.Size(90, 23) Me.頁碼_tb.TabIndex = 954 Me.頁碼_tb.Text = "0" Me.頁碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '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.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label3.Location = New System.Drawing.Point(159, 6) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(32, 16) Me.Label3.TabIndex = 957 Me.Label3.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(197, 3) Me.品名_tb.Name = "品名_tb" Me.品名_tb.Size = New System.Drawing.Size(414, 23) Me.品名_tb.TabIndex = 956 ' '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.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label4.Location = New System.Drawing.Point(6, 58) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(32, 16) Me.Label4.TabIndex = 959 Me.Label4.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(162, 29) Me.尺寸_tb.Name = "尺寸_tb" Me.尺寸_tb.Size = New System.Drawing.Size(214, 23) Me.尺寸_tb.TabIndex = 958 ' '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.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label5.Location = New System.Drawing.Point(128, 58) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(32, 16) Me.Label5.TabIndex = 961 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.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.材質_tb.Location = New System.Drawing.Point(410, 29) Me.材質_tb.Name = "材質_tb" Me.材質_tb.Size = New System.Drawing.Size(201, 23) Me.材質_tb.TabIndex = 960 ' '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.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label6.Location = New System.Drawing.Point(622, 32) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(32, 16) Me.Label6.TabIndex = 963 Me.Label6.Text = "件數" ' '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.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label7.Location = New System.Drawing.Point(127, 32) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(32, 16) Me.Label7.TabIndex = 965 Me.Label7.Text = "尺寸" ' '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.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label8.Location = New System.Drawing.Point(378, 32) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(32, 16) Me.Label8.TabIndex = 967 Me.Label8.Text = "材質" ' '成本_nud ' Me.成本_nud.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.成本_nud.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.成本_nud.Location = New System.Drawing.Point(37, 55) Me.成本_nud.Maximum = New Decimal(New Integer() {100000, 0, 0, 0}) Me.成本_nud.Name = "成本_nud" Me.成本_nud.Size = New System.Drawing.Size(90, 23) Me.成本_nud.TabIndex = 968 Me.成本_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '售價_nud ' Me.售價_nud.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.售價_nud.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.售價_nud.Location = New System.Drawing.Point(163, 55) Me.售價_nud.Maximum = New Decimal(New Integer() {100000, 0, 0, 0}) Me.售價_nud.Name = "售價_nud" Me.售價_nud.Size = New System.Drawing.Size(90, 23) Me.售價_nud.TabIndex = 969 Me.售價_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '件數_nud ' Me.件數_nud.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.件數_nud.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.件數_nud.Location = New System.Drawing.Point(654, 29) Me.件數_nud.Maximum = New Decimal(New Integer() {10000, 0, 0, 0}) Me.件數_nud.Name = "件數_nud" Me.件數_nud.Size = New System.Drawing.Size(47, 23) Me.件數_nud.TabIndex = 970 Me.件數_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '單筆存檔_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(258, 79) Me.單筆存檔_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.單筆存檔_bt.Name = "單筆存檔_bt" Me.單筆存檔_bt.Size = New System.Drawing.Size(120, 25) Me.單筆存檔_bt.TabIndex = 996 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.Black Me.關鍵字查詢_bt.Location = New System.Drawing.Point(7, 79) Me.關鍵字查詢_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.關鍵字查詢_bt.Name = "關鍵字查詢_bt" Me.關鍵字查詢_bt.Size = New System.Drawing.Size(120, 25) Me.關鍵字查詢_bt.TabIndex = 995 Me.關鍵字查詢_bt.Text = "關鍵字查詢" Me.關鍵字查詢_bt.UseVisualStyleBackColor = True ' '新增物料資料 ' Me.新增物料資料.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.新增物料資料.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.新增物料資料.Location = New System.Drawing.Point(133, 79) Me.新增物料資料.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.新增物料資料.Name = "新增物料資料" Me.新增物料資料.Size = New System.Drawing.Size(120, 25) Me.新增物料資料.TabIndex = 994 Me.新增物料資料.Text = "新增物料資料" Me.新增物料資料.UseVisualStyleBackColor = True ' '物料圖_pb ' Me.物料圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.物料圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.物料圖_pb.Location = New System.Drawing.Point(706, 4) Me.物料圖_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.物料圖_pb.Name = "物料圖_pb" Me.物料圖_pb.Size = New System.Drawing.Size(109, 130) Me.物料圖_pb.TabIndex = 997 Me.物料圖_pb.TabStop = False ' '圖片編碼_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(175, 471) Me.圖片編碼_tb.Name = "圖片編碼_tb" Me.圖片編碼_tb.Size = New System.Drawing.Size(40, 23) Me.圖片編碼_tb.TabIndex = 998 Me.圖片編碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '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.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label9.Location = New System.Drawing.Point(378, 58) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(32, 16) Me.Label9.TabIndex = 1000 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.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.備註_tb.Location = New System.Drawing.Point(410, 55) Me.備註_tb.Name = "備註_tb" Me.備註_tb.Size = New System.Drawing.Size(201, 23) Me.備註_tb.TabIndex = 999 ' '停用料號_ch ' Me.停用料號_ch.AutoSize = True Me.停用料號_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) 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(626, 5) Me.停用料號_ch.Name = "停用料號_ch" Me.停用料號_ch.Size = New System.Drawing.Size(75, 20) Me.停用料號_ch.TabIndex = 1001 Me.停用料號_ch.Text = "停用料號" Me.停用料號_ch.UseVisualStyleBackColor = True ' '檔名讀取_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(144, 471) Me.檔名讀取_tb.Multiline = True Me.檔名讀取_tb.Name = "檔名讀取_tb" Me.檔名讀取_tb.Size = New System.Drawing.Size(25, 23) Me.檔名讀取_tb.TabIndex = 1010 ' 'Label10 ' Me.Label10.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(929, 365) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(56, 16) Me.Label10.TabIndex = 1009 Me.Label10.Text = "檔案名稱" ' '檔案名稱_tb ' Me.檔案名稱_tb.AllowDrop = True Me.檔案名稱_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.檔案名稱_tb.ForeColor = System.Drawing.Color.Black Me.檔案名稱_tb.Location = New System.Drawing.Point(983, 362) Me.檔案名稱_tb.Name = "檔案名稱_tb" Me.檔案名稱_tb.Size = New System.Drawing.Size(253, 23) Me.檔案名稱_tb.TabIndex = 1008 ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.ForeColor = System.Drawing.Color.Red Me.Label11.Location = New System.Drawing.Point(933, 27) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(244, 32) Me.Label11.TabIndex = 1007 Me.Label11.Text = "如檔案無法拖曳至伺服器FTP文件夾,請修改" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "檔案名稱不要帶有中文字或是符號" ' 'Label12 ' Me.Label12.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label12.AutoSize = True Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label12.Location = New System.Drawing.Point(936, 388) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(108, 17) Me.Label12.TabIndex = 1006 Me.Label12.Text = "伺服器FTP文件夾" ' 'Label13 ' 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(933, 6) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(56, 16) Me.Label13.TabIndex = 1005 Me.Label13.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.Blue Me.讀取資料夾路徑_bt.Location = New System.Drawing.Point(989, 2) Me.讀取資料夾路徑_bt.Name = "讀取資料夾路徑_bt" Me.讀取資料夾路徑_bt.Size = New System.Drawing.Size(90, 25) Me.讀取資料夾路徑_bt.TabIndex = 1004 Me.讀取資料夾路徑_bt.Text = "讀取料夾路徑" Me.讀取資料夾路徑_bt.UseVisualStyleBackColor = True ' '本機資料夾_wb ' Me.本機資料夾_wb.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.本機資料夾_wb.Location = New System.Drawing.Point(936, 62) Me.本機資料夾_wb.MinimumSize = New System.Drawing.Size(20, 20) Me.本機資料夾_wb.Name = "本機資料夾_wb" Me.本機資料夾_wb.Size = New System.Drawing.Size(301, 294) Me.本機資料夾_wb.TabIndex = 1003 Me.本機資料夾_wb.Url = New System.Uri("", System.UriKind.Relative) ' 'FTP資料夾_wb ' Me.FTP資料夾_wb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.FTP資料夾_wb.Location = New System.Drawing.Point(936, 408) Me.FTP資料夾_wb.MinimumSize = New System.Drawing.Size(20, 20) Me.FTP資料夾_wb.Name = "FTP資料夾_wb" Me.FTP資料夾_wb.Size = New System.Drawing.Size(301, 198) Me.FTP資料夾_wb.TabIndex = 1002 Me.FTP資料夾_wb.Url = New System.Uri("", System.UriKind.Relative) ' '無圖料號_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.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.無圖料號_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.無圖料號_dgv.Location = New System.Drawing.Point(821, 45) 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(109, 89) Me.無圖料號_dgv.TabIndex = 1011 ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Location = New System.Drawing.Point(825, 4) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(104, 16) Me.Label14.TabIndex = 1012 Me.Label14.Text = "未指定圖片的料號" ' 'SaveFileDialog1 ' Me.SaveFileDialog1.DefaultExt = "jpg" Me.SaveFileDialog1.SupportMultiDottedExtensions = True Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑" ' '修改圖片_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(1161, 2) Me.修改圖片_bt.Name = "修改圖片_bt" Me.修改圖片_bt.Size = New System.Drawing.Size(77, 25) Me.修改圖片_bt.TabIndex = 1015 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.Red Me.刪除圖檔_bt.Location = New System.Drawing.Point(610, 84) Me.刪除圖檔_bt.Name = "刪除圖檔_bt" Me.刪除圖檔_bt.Size = New System.Drawing.Size(91, 25) Me.刪除圖檔_bt.TabIndex = 1014 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(1082, 2) Me.圖檔入系統_bt.Name = "圖檔入系統_bt" Me.圖檔入系統_bt.Size = New System.Drawing.Size(77, 25) Me.圖檔入系統_bt.TabIndex = 1013 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.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.下載圖檔_bt.Location = New System.Drawing.Point(1174, 32) Me.下載圖檔_bt.Name = "下載圖檔_bt" Me.下載圖檔_bt.Size = New System.Drawing.Size(64, 25) Me.下載圖檔_bt.TabIndex = 1111 Me.下載圖檔_bt.Text = "下載圖片" Me.下載圖檔_bt.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(821, 21) Me.圖片用料號_tb.Name = "圖片用料號_tb" Me.圖片用料號_tb.Size = New System.Drawing.Size(109, 23) Me.圖片用料號_tb.TabIndex = 1112 Me.圖片用料號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.關鍵字查詢ToolStripMenuItem, Me.ToolStripSeparator1, Me.新增物料資料ToolStripMenuItem, Me.資料存檔ToolStripMenuItem, Me.下載圖片ToolStripMenuItem, Me.ToolStripSeparator2, Me.讀取料夾路徑ToolStripMenuItem, Me.圖檔入系統ToolStripMenuItem, Me.圖片修改ToolStripMenuItem, Me.刪除圖檔ToolStripMenuItem, Me.ToolStripSeparator3, Me.資料刪除ToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(147, 242) ' '重新整理ToolStripMenuItem ' Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem" Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(146, 22) Me.重新整理ToolStripMenuItem.Text = "重新整理" ' '關鍵字查詢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.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) 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 = "資料存檔" ' '下載圖片ToolStripMenuItem ' Me.下載圖片ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.下載圖片ToolStripMenuItem.Name = "下載圖片ToolStripMenuItem" Me.下載圖片ToolStripMenuItem.Size = New System.Drawing.Size(146, 22) Me.下載圖片ToolStripMenuItem.Text = "下載圖片" ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(143, 6) ' '讀取料夾路徑ToolStripMenuItem ' Me.讀取料夾路徑ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) 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 = "圖檔入系統" ' '圖片修改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.Red Me.刪除圖檔ToolStripMenuItem.Name = "刪除圖檔ToolStripMenuItem" Me.刪除圖檔ToolStripMenuItem.Size = New System.Drawing.Size(146, 22) Me.刪除圖檔ToolStripMenuItem.Text = "刪除圖檔" ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" Me.ToolStripSeparator3.Size = New System.Drawing.Size(143, 6) ' '資料刪除ToolStripMenuItem ' Me.資料刪除ToolStripMenuItem.ForeColor = System.Drawing.Color.Red Me.資料刪除ToolStripMenuItem.Name = "資料刪除ToolStripMenuItem" Me.資料刪除ToolStripMenuItem.Size = New System.Drawing.Size(146, 22) Me.資料刪除ToolStripMenuItem.Text = "刪除物料" ' '批量修改_ch ' Me.批量修改_ch.AutoSize = True Me.批量修改_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) 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(384, 84) Me.批量修改_ch.Name = "批量修改_ch" Me.批量修改_ch.Size = New System.Drawing.Size(75, 20) Me.批量修改_ch.TabIndex = 1113 Me.批量修改_ch.Text = "批量修改" Me.批量修改_ch.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(455, 79) Me.批量存檔_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.批量存檔_bt.Name = "批量存檔_bt" Me.批量存檔_bt.Size = New System.Drawing.Size(102, 25) Me.批量存檔_bt.TabIndex = 1114 Me.批量存檔_bt.Text = "批量修改存檔" Me.批量存檔_bt.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(221, 471) Me.下載檔名_tb.Name = "下載檔名_tb" Me.下載檔名_tb.Size = New System.Drawing.Size(40, 23) Me.下載檔名_tb.TabIndex = 1115 Me.下載檔名_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label15.ForeColor = System.Drawing.Color.Red Me.Label15.Location = New System.Drawing.Point(251, 107) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(459, 24) Me.Label15.TabIndex = 1116 Me.Label15.Text = "新增物料時,如果物料 屬於零件頁碼 請用 ""000"" 開頭" ' '最低庫存量_nud ' Me.最低庫存量_nud.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.最低庫存量_nud.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.最低庫存量_nud.Location = New System.Drawing.Point(655, 54) Me.最低庫存量_nud.Maximum = New Decimal(New Integer() {10000, 0, 0, 0}) Me.最低庫存量_nud.Name = "最低庫存量_nud" Me.最低庫存量_nud.Size = New System.Drawing.Size(47, 23) Me.最低庫存量_nud.TabIndex = 1118 Me.最低庫存量_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '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(623, 57) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(32, 16) Me.Label16.TabIndex = 1117 Me.Label16.Text = "最低" ' '導入EXCEL_bt ' Me.導入EXCEL_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.導入EXCEL_bt.ForeColor = System.Drawing.Color.Black Me.導入EXCEL_bt.Location = New System.Drawing.Point(7, 107) Me.導入EXCEL_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.導入EXCEL_bt.Name = "導入EXCEL_bt" Me.導入EXCEL_bt.Size = New System.Drawing.Size(120, 25) Me.導入EXCEL_bt.TabIndex = 1119 Me.導入EXCEL_bt.Text = "導入EXCEL" Me.導入EXCEL_bt.UseVisualStyleBackColor = True ' '導出EXCEL_bt ' Me.導出EXCEL_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.導出EXCEL_bt.ForeColor = System.Drawing.Color.Black Me.導出EXCEL_bt.Location = New System.Drawing.Point(133, 107) Me.導出EXCEL_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.導出EXCEL_bt.Name = "導出EXCEL_bt" Me.導出EXCEL_bt.Size = New System.Drawing.Size(120, 25) Me.導出EXCEL_bt.TabIndex = 1120 Me.導出EXCEL_bt.Text = "導出EXCEL" Me.導出EXCEL_bt.UseVisualStyleBackColor = True ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" ' '物料資料庫 ' 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.導出EXCEL_bt) Me.Controls.Add(Me.導入EXCEL_bt) Me.Controls.Add(Me.最低庫存量_nud) Me.Controls.Add(Me.Label16) Me.Controls.Add(Me.下載檔名_tb) Me.Controls.Add(Me.批量存檔_bt) Me.Controls.Add(Me.批量修改_ch) Me.Controls.Add(Me.圖片用料號_tb) Me.Controls.Add(Me.下載圖檔_bt) Me.Controls.Add(Me.修改圖片_bt) Me.Controls.Add(Me.刪除圖檔_bt) Me.Controls.Add(Me.圖檔入系統_bt) Me.Controls.Add(Me.Label14) Me.Controls.Add(Me.檔名讀取_tb) Me.Controls.Add(Me.檔案名稱_tb) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.讀取資料夾路徑_bt) Me.Controls.Add(Me.本機資料夾_wb) Me.Controls.Add(Me.FTP資料夾_wb) Me.Controls.Add(Me.備註_tb) Me.Controls.Add(Me.圖片編碼_tb) Me.Controls.Add(Me.單筆存檔_bt) Me.Controls.Add(Me.關鍵字查詢_bt) Me.Controls.Add(Me.新增物料資料) Me.Controls.Add(Me.件數_nud) Me.Controls.Add(Me.售價_nud) Me.Controls.Add(Me.成本_nud) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.材質_tb) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.尺寸_tb) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.品名_tb) Me.Controls.Add(Me.頁碼_tb) Me.Controls.Add(Me.料號_tb) Me.Controls.Add(Me.頁碼_cb) Me.Controls.Add(Me.Label27) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.停用料號_ch) Me.Controls.Add(Me.物料清單_dgv) Me.Controls.Add(Me.無圖料號_dgv) Me.Controls.Add(Me.物料圖_pb) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.Label15) 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.成本_nud, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.售價_nud, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.件數_nud, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.無圖料號_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) CType(Me.最低庫存量_nud, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 物料清單_dgv As DataGridView Friend WithEvents 頁碼_cb As ComboBox Friend WithEvents Label27 As Label Friend WithEvents Label1 As Label Friend WithEvents 料號_tb As TextBox Friend WithEvents Label2 As Label Friend WithEvents 頁碼_tb As TextBox Friend WithEvents Label3 As Label Friend WithEvents 品名_tb As TextBox Friend WithEvents Label4 As Label Friend WithEvents 尺寸_tb As TextBox Friend WithEvents Label5 As Label Friend WithEvents 材質_tb As TextBox Friend WithEvents Label6 As Label Friend WithEvents Label7 As Label Friend WithEvents Label8 As Label Friend WithEvents 成本_nud As NumericUpDown Friend WithEvents 售價_nud As NumericUpDown Friend WithEvents 件數_nud As NumericUpDown Friend WithEvents 單筆存檔_bt As Button Friend WithEvents 關鍵字查詢_bt As Button Friend WithEvents 新增物料資料 As Button Friend WithEvents 物料圖_pb As PictureBox Friend WithEvents 圖片編碼_tb As TextBox Friend WithEvents Label9 As Label Friend WithEvents 備註_tb As TextBox Friend WithEvents 停用料號_ch As CheckBox Friend WithEvents 檔名讀取_tb As TextBox Friend WithEvents Label10 As Label Friend WithEvents 檔案名稱_tb As TextBox Friend WithEvents Label11 As Label Friend WithEvents Label12 As Label Friend WithEvents Label13 As Label Friend WithEvents 讀取資料夾路徑_bt As Button Friend WithEvents 本機資料夾_wb As WebBrowser Friend WithEvents FTP資料夾_wb As WebBrowser Friend WithEvents 無圖料號_dgv As DataGridView Friend WithEvents Label14 As Label Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog Friend WithEvents SaveFileDialog1 As SaveFileDialog Friend WithEvents 修改圖片_bt As Button Friend WithEvents 刪除圖檔_bt As Button Friend WithEvents 圖檔入系統_bt As Button Friend WithEvents 下載圖檔_bt As Button Friend WithEvents 圖片用料號_tb As TextBox Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 關鍵字查詢ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 新增物料資料ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 資料存檔ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 下載圖片ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 讀取料夾路徑ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 圖檔入系統ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 圖片修改ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 刪除圖檔ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator1 As ToolStripSeparator Friend WithEvents ToolStripSeparator2 As ToolStripSeparator Friend WithEvents ToolStripSeparator3 As ToolStripSeparator Friend WithEvents 資料刪除ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 批量修改_ch As CheckBox Friend WithEvents 批量存檔_bt As Button Friend WithEvents 下載檔名_tb As TextBox Friend WithEvents Label15 As Label Friend WithEvents 最低庫存量_nud As NumericUpDown Friend WithEvents Label16 As Label Friend WithEvents 導入EXCEL_bt As Button Friend WithEvents 導出EXCEL_bt As Button Friend WithEvents OpenFileDialog1 As OpenFileDialog End Class