_ Partial Class 模具開發控制表 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub '為 Windows Form 設計工具的必要項 Private components As System.ComponentModel.IContainer '注意: 以下為 Windows Form 設計工具所需的程序 '可以使用 Windows Form 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.結構_lb = New System.Windows.Forms.Label() Me.模具廠_lb = New System.Windows.Forms.Label() Me.模具廠_cb = New System.Windows.Forms.ComboBox() Me.結構_cb = New System.Windows.Forms.ComboBox() Me.材質_cb = New System.Windows.Forms.ComboBox() Me.材質_lb = New System.Windows.Forms.Label() Me.楦頭編號_cb = New System.Windows.Forms.ComboBox() Me.楦頭編號_lb = New System.Windows.Forms.Label() Me.參考漾鞋編號_tb = New System.Windows.Forms.TextBox() Me.參考漾鞋編號_lb = New System.Windows.Forms.Label() Me.品牌_cb = New System.Windows.Forms.ComboBox() Me.品牌_lb = New System.Windows.Forms.Label() Me.大底廠_cb = New System.Windows.Forms.ComboBox() Me.大底廠_lb = New System.Windows.Forms.Label() Me.尺寸_lb = New System.Windows.Forms.Label() Me.尺寸_tb = New System.Windows.Forms.TextBox() Me.季節_lb = New System.Windows.Forms.Label() Me.季節_cb = New System.Windows.Forms.ComboBox() Me.備註_lb = 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.PictureBox1 = New System.Windows.Forms.PictureBox() Me.圖片修改存檔_bt = New System.Windows.Forms.Button() Me.WebBrowser2 = New System.Windows.Forms.WebBrowser() Me.TextBox7 = New System.Windows.Forms.TextBox() Me.我的電腦_lb = New System.Windows.Forms.Label() Me.讀取料夾路徑_bt = New System.Windows.Forms.Button() Me.檔案名稱_lb = New System.Windows.Forms.Label() Me.檔案名稱_tb = New System.Windows.Forms.TextBox() Me.清單_dgv = New System.Windows.Forms.DataGridView() Me.模具編號_lb = New System.Windows.Forms.Label() Me.模具編號_tb = New System.Windows.Forms.TextBox() 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.模具開發控制表清單_lb = New System.Windows.Forms.Label() Me.列印_bt = New System.Windows.Forms.Button() Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() 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.TextBox8 = New System.Windows.Forms.TextBox() Me.TextBox9 = New System.Windows.Forms.TextBox() Me.C_N_lb = New System.Windows.Forms.Label() Me.CN_tb = New System.Windows.Forms.TextBox() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '結構_lb ' Me.結構_lb.AutoSize = True Me.結構_lb.Location = New System.Drawing.Point(327, 64) Me.結構_lb.Name = "結構_lb" Me.結構_lb.Size = New System.Drawing.Size(40, 16) Me.結構_lb.TabIndex = 0 Me.結構_lb.Text = "結構 : " ' '模具廠_lb ' Me.模具廠_lb.AutoSize = True Me.模具廠_lb.Location = New System.Drawing.Point(327, 37) Me.模具廠_lb.Name = "模具廠_lb" Me.模具廠_lb.Size = New System.Drawing.Size(52, 16) Me.模具廠_lb.TabIndex = 2 Me.模具廠_lb.Text = "模具廠 : " ' '模具廠_cb ' Me.模具廠_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.模具廠_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer)) Me.模具廠_cb.FormattingEnabled = True Me.模具廠_cb.Location = New System.Drawing.Point(398, 33) Me.模具廠_cb.Name = "模具廠_cb" Me.模具廠_cb.Size = New System.Drawing.Size(321, 24) Me.模具廠_cb.TabIndex = 605 ' '結構_cb ' Me.結構_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.結構_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer)) Me.結構_cb.FormattingEnabled = True Me.結構_cb.Location = New System.Drawing.Point(398, 60) Me.結構_cb.Name = "結構_cb" Me.結構_cb.Size = New System.Drawing.Size(321, 24) Me.結構_cb.TabIndex = 606 ' '材質_cb ' Me.材質_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.材質_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer)) Me.材質_cb.FormattingEnabled = True Me.材質_cb.Location = New System.Drawing.Point(398, 87) Me.材質_cb.Name = "材質_cb" Me.材質_cb.Size = New System.Drawing.Size(321, 24) Me.材質_cb.TabIndex = 608 ' '材質_lb ' Me.材質_lb.AutoSize = True Me.材質_lb.Location = New System.Drawing.Point(327, 91) Me.材質_lb.Name = "材質_lb" Me.材質_lb.Size = New System.Drawing.Size(40, 16) Me.材質_lb.TabIndex = 607 Me.材質_lb.Text = "材質 : " ' '楦頭編號_cb ' Me.楦頭編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.楦頭編號_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer)) Me.楦頭編號_cb.FormattingEnabled = True Me.楦頭編號_cb.Location = New System.Drawing.Point(398, 114) Me.楦頭編號_cb.Name = "楦頭編號_cb" Me.楦頭編號_cb.Size = New System.Drawing.Size(321, 24) Me.楦頭編號_cb.TabIndex = 610 ' '楦頭編號_lb ' Me.楦頭編號_lb.AutoSize = True Me.楦頭編號_lb.Location = New System.Drawing.Point(327, 118) Me.楦頭編號_lb.Name = "楦頭編號_lb" Me.楦頭編號_lb.Size = New System.Drawing.Size(64, 16) Me.楦頭編號_lb.TabIndex = 609 Me.楦頭編號_lb.Text = "楦頭編號 : " ' '參考漾鞋編號_tb ' Me.參考漾鞋編號_tb.Location = New System.Drawing.Point(832, 34) Me.參考漾鞋編號_tb.Name = "參考漾鞋編號_tb" Me.參考漾鞋編號_tb.Size = New System.Drawing.Size(157, 23) Me.參考漾鞋編號_tb.TabIndex = 611 ' '參考漾鞋編號_lb ' Me.參考漾鞋編號_lb.AutoSize = True Me.參考漾鞋編號_lb.Location = New System.Drawing.Point(725, 37) Me.參考漾鞋編號_lb.Name = "參考漾鞋編號_lb" Me.參考漾鞋編號_lb.Size = New System.Drawing.Size(88, 16) Me.參考漾鞋編號_lb.TabIndex = 612 Me.參考漾鞋編號_lb.Text = "參考漾鞋編號 : " ' '品牌_cb ' Me.品牌_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.品牌_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer)) Me.品牌_cb.FormattingEnabled = True Me.品牌_cb.Location = New System.Drawing.Point(784, 59) Me.品牌_cb.Name = "品牌_cb" Me.品牌_cb.Size = New System.Drawing.Size(205, 24) Me.品牌_cb.TabIndex = 614 ' '品牌_lb ' Me.品牌_lb.AutoSize = True Me.品牌_lb.Location = New System.Drawing.Point(725, 63) Me.品牌_lb.Name = "品牌_lb" Me.品牌_lb.Size = New System.Drawing.Size(40, 16) Me.品牌_lb.TabIndex = 613 Me.品牌_lb.Text = "品牌 : " ' '大底廠_cb ' Me.大底廠_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.大底廠_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer)) Me.大底廠_cb.FormattingEnabled = True Me.大底廠_cb.Location = New System.Drawing.Point(784, 86) Me.大底廠_cb.Name = "大底廠_cb" Me.大底廠_cb.Size = New System.Drawing.Size(205, 24) Me.大底廠_cb.TabIndex = 616 ' '大底廠_lb ' Me.大底廠_lb.AutoSize = True Me.大底廠_lb.Location = New System.Drawing.Point(725, 90) Me.大底廠_lb.Name = "大底廠_lb" Me.大底廠_lb.Size = New System.Drawing.Size(52, 16) Me.大底廠_lb.TabIndex = 615 Me.大底廠_lb.Text = "大底廠 : " ' '尺寸_lb ' Me.尺寸_lb.AutoSize = True Me.尺寸_lb.Location = New System.Drawing.Point(725, 117) Me.尺寸_lb.Name = "尺寸_lb" Me.尺寸_lb.Size = New System.Drawing.Size(40, 16) Me.尺寸_lb.TabIndex = 618 Me.尺寸_lb.Text = "尺寸 : " ' '尺寸_tb ' Me.尺寸_tb.Location = New System.Drawing.Point(784, 113) Me.尺寸_tb.Name = "尺寸_tb" Me.尺寸_tb.Size = New System.Drawing.Size(205, 23) Me.尺寸_tb.TabIndex = 617 ' '季節_lb ' Me.季節_lb.AutoSize = True Me.季節_lb.Location = New System.Drawing.Point(725, 143) Me.季節_lb.Name = "季節_lb" Me.季節_lb.Size = New System.Drawing.Size(40, 16) Me.季節_lb.TabIndex = 620 Me.季節_lb.Text = "季節 : " ' '季節_cb ' Me.季節_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.季節_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer)) Me.季節_cb.FormattingEnabled = True Me.季節_cb.Location = New System.Drawing.Point(784, 139) Me.季節_cb.Name = "季節_cb" Me.季節_cb.Size = New System.Drawing.Size(205, 24) Me.季節_cb.TabIndex = 621 ' '備註_lb ' Me.備註_lb.AutoSize = True Me.備註_lb.Location = New System.Drawing.Point(948, 10) Me.備註_lb.Name = "備註_lb" Me.備註_lb.Size = New System.Drawing.Size(40, 16) Me.備註_lb.TabIndex = 623 Me.備註_lb.Text = "備註 : " ' '備註_tb ' Me.備註_tb.AcceptsReturn = True Me.備註_tb.AcceptsTab = True Me.備註_tb.Location = New System.Drawing.Point(995, 7) Me.備註_tb.Multiline = True Me.備註_tb.Name = "備註_tb" Me.備註_tb.Size = New System.Drawing.Size(438, 158) Me.備註_tb.TabIndex = 622 ' '模具開發單編碼_lb ' Me.模具開發單編碼_lb.AutoSize = True Me.模具開發單編碼_lb.Location = New System.Drawing.Point(327, 11) Me.模具開發單編碼_lb.Name = "模具開發單編碼_lb" Me.模具開發單編碼_lb.Size = New System.Drawing.Size(100, 16) Me.模具開發單編碼_lb.TabIndex = 625 Me.模具開發單編碼_lb.Text = "模具開發單編碼 : " ' '模具開發單編碼_tb ' Me.模具開發單編碼_tb.Location = New System.Drawing.Point(434, 7) Me.模具開發單編碼_tb.Name = "模具開發單編碼_tb" Me.模具開發單編碼_tb.Size = New System.Drawing.Size(205, 23) Me.模具開發單編碼_tb.TabIndex = 624 ' 'PictureBox1 ' Me.PictureBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PictureBox1.Location = New System.Drawing.Point(330, 194) Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(1103, 768) Me.PictureBox1.TabIndex = 626 Me.PictureBox1.TabStop = False ' '圖片修改存檔_bt ' Me.圖片修改存檔_bt.ForeColor = System.Drawing.Color.Green Me.圖片修改存檔_bt.Location = New System.Drawing.Point(1775, 164) Me.圖片修改存檔_bt.Name = "圖片修改存檔_bt" Me.圖片修改存檔_bt.Size = New System.Drawing.Size(127, 22) Me.圖片修改存檔_bt.TabIndex = 635 Me.圖片修改存檔_bt.Text = "圖片修改存檔" Me.圖片修改存檔_bt.UseVisualStyleBackColor = True ' 'WebBrowser2 ' Me.WebBrowser2.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.WebBrowser2.Location = New System.Drawing.Point(1439, 194) Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20) Me.WebBrowser2.Name = "WebBrowser2" Me.WebBrowser2.Size = New System.Drawing.Size(463, 738) Me.WebBrowser2.TabIndex = 632 Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative) ' 'TextBox7 ' Me.TextBox7.AllowDrop = True Me.TextBox7.ForeColor = System.Drawing.Color.Black Me.TextBox7.Location = New System.Drawing.Point(1656, 164) Me.TextBox7.Multiline = True Me.TextBox7.Name = "TextBox7" Me.TextBox7.Size = New System.Drawing.Size(99, 23) Me.TextBox7.TabIndex = 631 ' '我的電腦_lb ' Me.我的電腦_lb.AutoSize = True Me.我的電腦_lb.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.我的電腦_lb.Location = New System.Drawing.Point(1439, 164) Me.我的電腦_lb.Name = "我的電腦_lb" Me.我的電腦_lb.Size = New System.Drawing.Size(86, 24) Me.我的電腦_lb.TabIndex = 630 Me.我的電腦_lb.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(1531, 164) Me.讀取料夾路徑_bt.Name = "讀取料夾路徑_bt" Me.讀取料夾路徑_bt.Size = New System.Drawing.Size(119, 24) Me.讀取料夾路徑_bt.TabIndex = 629 Me.讀取料夾路徑_bt.Text = "讀取料夾路徑" Me.讀取料夾路徑_bt.UseVisualStyleBackColor = True ' '檔案名稱_lb ' Me.檔案名稱_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.檔案名稱_lb.AutoSize = True Me.檔案名稱_lb.Location = New System.Drawing.Point(1440, 942) Me.檔案名稱_lb.Name = "檔案名稱_lb" Me.檔案名稱_lb.Size = New System.Drawing.Size(55, 16) Me.檔案名稱_lb.TabIndex = 628 Me.檔案名稱_lb.Text = "檔案名稱" ' '檔案名稱_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.Location = New System.Drawing.Point(1502, 939) Me.檔案名稱_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.檔案名稱_tb.Multiline = True Me.檔案名稱_tb.Name = "檔案名稱_tb" Me.檔案名稱_tb.Size = New System.Drawing.Size(400, 23) Me.檔案名稱_tb.TabIndex = 627 ' '清單_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, 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), System.Windows.Forms.AnchorStyles) Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.清單_dgv.Location = New System.Drawing.Point(12, 32) Me.清單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.清單_dgv.Name = "清單_dgv" Me.清單_dgv.RowHeadersWidth = 5 Me.清單_dgv.RowTemplate.Height = 24 Me.清單_dgv.Size = New System.Drawing.Size(309, 930) Me.清單_dgv.TabIndex = 637 ' '模具編號_lb ' Me.模具編號_lb.AutoSize = True Me.模具編號_lb.Location = New System.Drawing.Point(327, 145) Me.模具編號_lb.Name = "模具編號_lb" Me.模具編號_lb.Size = New System.Drawing.Size(64, 16) Me.模具編號_lb.TabIndex = 639 Me.模具編號_lb.Text = "模具編號 : " ' '模具編號_tb ' Me.模具編號_tb.Location = New System.Drawing.Point(398, 141) Me.模具編號_tb.Name = "模具編號_tb" Me.模具編號_tb.Size = New System.Drawing.Size(321, 23) Me.模具編號_tb.TabIndex = 638 ' '新增_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(1543, 5) Me.新增_bt.Name = "新增_bt" Me.新增_bt.Size = New System.Drawing.Size(110, 75) Me.新增_bt.TabIndex = 641 Me.新增_bt.Text = "新增" Me.新增_bt.UseVisualStyleBackColor = True ' '儲存新增_bt ' Me.儲存新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.儲存新增_bt.ForeColor = System.Drawing.Color.Blue Me.儲存新增_bt.Location = New System.Drawing.Point(1543, 83) Me.儲存新增_bt.Name = "儲存新增_bt" Me.儲存新增_bt.Size = New System.Drawing.Size(110, 75) Me.儲存新增_bt.TabIndex = 642 Me.儲存新增_bt.Text = "儲存新增" Me.儲存新增_bt.UseVisualStyleBackColor = True ' '修改_bt ' Me.修改_bt.ForeColor = System.Drawing.Color.Green Me.修改_bt.Location = New System.Drawing.Point(1659, 5) Me.修改_bt.Name = "修改_bt" Me.修改_bt.Size = New System.Drawing.Size(110, 75) Me.修改_bt.TabIndex = 643 Me.修改_bt.Text = "修改" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(未包含圖片修改)" Me.修改_bt.UseVisualStyleBackColor = True ' '儲存修改_bt ' Me.儲存修改_bt.ForeColor = System.Drawing.Color.Green Me.儲存修改_bt.Location = New System.Drawing.Point(1659, 83) Me.儲存修改_bt.Name = "儲存修改_bt" Me.儲存修改_bt.Size = New System.Drawing.Size(110, 75) Me.儲存修改_bt.TabIndex = 644 Me.儲存修改_bt.Text = "儲存修改" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(未包含圖片修改)" Me.儲存修改_bt.UseVisualStyleBackColor = True ' '查詢_bt ' Me.查詢_bt.ForeColor = System.Drawing.Color.Green Me.查詢_bt.Location = New System.Drawing.Point(176, 5) Me.查詢_bt.Name = "查詢_bt" Me.查詢_bt.Size = New System.Drawing.Size(145, 24) Me.查詢_bt.TabIndex = 645 Me.查詢_bt.Text = "查詢" Me.查詢_bt.UseVisualStyleBackColor = True ' '模具開發控制表清單_lb ' Me.模具開發控制表清單_lb.AutoSize = True Me.模具開發控制表清單_lb.Location = New System.Drawing.Point(12, 10) Me.模具開發控制表清單_lb.Name = "模具開發控制表清單_lb" Me.模具開發控制表清單_lb.Size = New System.Drawing.Size(115, 16) Me.模具開發控制表清單_lb.TabIndex = 646 Me.模具開發控制表清單_lb.Text = "模具開發控制表清單" ' '列印_bt ' Me.列印_bt.Location = New System.Drawing.Point(1775, 5) Me.列印_bt.Name = "列印_bt" Me.列印_bt.Size = New System.Drawing.Size(127, 153) Me.列印_bt.TabIndex = 647 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.Olive Me.新增結構清單_bt.Location = New System.Drawing.Point(1439, 33) Me.新增結構清單_bt.Name = "新增結構清單_bt" Me.新增結構清單_bt.Size = New System.Drawing.Size(98, 25) Me.新增結構清單_bt.TabIndex = 737 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.Olive Me.新增材質清單_bt.Location = New System.Drawing.Point(1439, 59) Me.新增材質清單_bt.Name = "新增材質清單_bt" Me.新增材質清單_bt.Size = New System.Drawing.Size(98, 25) Me.新增材質清單_bt.TabIndex = 738 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.Olive Me.新增季節清單_bt.Location = New System.Drawing.Point(1439, 137) Me.新增季節清單_bt.Name = "新增季節清單_bt" Me.新增季節清單_bt.Size = New System.Drawing.Size(98, 25) Me.新增季節清單_bt.TabIndex = 739 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.Olive Me.新增模具廠_bt.Location = New System.Drawing.Point(1439, 7) Me.新增模具廠_bt.Name = "新增模具廠_bt" Me.新增模具廠_bt.Size = New System.Drawing.Size(98, 25) Me.新增模具廠_bt.TabIndex = 740 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.Olive Me.新增楦頭編號_bt.Location = New System.Drawing.Point(1439, 85) Me.新增楦頭編號_bt.Name = "新增楦頭編號_bt" Me.新增楦頭編號_bt.Size = New System.Drawing.Size(98, 25) Me.新增楦頭編號_bt.TabIndex = 741 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.Olive Me.新增大底廠_bt.Location = New System.Drawing.Point(1439, 111) Me.新增大底廠_bt.Name = "新增大底廠_bt" Me.新增大底廠_bt.Size = New System.Drawing.Size(98, 25) Me.新增大底廠_bt.TabIndex = 742 Me.新增大底廠_bt.Text = "新增大底廠" Me.新增大底廠_bt.UseVisualStyleBackColor = True ' 'TextBox8 ' Me.TextBox8.Location = New System.Drawing.Point(561, 268) Me.TextBox8.Name = "TextBox8" Me.TextBox8.Size = New System.Drawing.Size(157, 23) Me.TextBox8.TabIndex = 743 ' 'TextBox9 ' Me.TextBox9.Location = New System.Drawing.Point(398, 268) Me.TextBox9.Name = "TextBox9" Me.TextBox9.Size = New System.Drawing.Size(157, 23) Me.TextBox9.TabIndex = 744 ' 'C_N_lb ' Me.C_N_lb.AutoSize = True Me.C_N_lb.Location = New System.Drawing.Point(329, 170) Me.C_N_lb.Name = "C_N_lb" Me.C_N_lb.Size = New System.Drawing.Size(44, 16) Me.C_N_lb.TabIndex = 745 Me.C_N_lb.Text = "C_N_ : " ' 'CN_tb ' Me.CN_tb.Location = New System.Drawing.Point(398, 167) Me.CN_tb.Name = "CN_tb" Me.CN_tb.Size = New System.Drawing.Size(321, 23) Me.CN_tb.TabIndex = 746 ' '模具開發控制表 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1914, 971) Me.Controls.Add(Me.CN_tb) Me.Controls.Add(Me.C_N_lb) Me.Controls.Add(Me.TextBox9) Me.Controls.Add(Me.TextBox8) Me.Controls.Add(Me.新增大底廠_bt) Me.Controls.Add(Me.新增楦頭編號_bt) Me.Controls.Add(Me.新增模具廠_bt) Me.Controls.Add(Me.新增季節清單_bt) Me.Controls.Add(Me.新增材質清單_bt) Me.Controls.Add(Me.新增結構清單_bt) Me.Controls.Add(Me.列印_bt) Me.Controls.Add(Me.模具開發控制表清單_lb) Me.Controls.Add(Me.查詢_bt) Me.Controls.Add(Me.儲存修改_bt) Me.Controls.Add(Me.修改_bt) Me.Controls.Add(Me.儲存新增_bt) Me.Controls.Add(Me.新增_bt) Me.Controls.Add(Me.模具編號_lb) Me.Controls.Add(Me.模具編號_tb) Me.Controls.Add(Me.清單_dgv) Me.Controls.Add(Me.圖片修改存檔_bt) Me.Controls.Add(Me.WebBrowser2) Me.Controls.Add(Me.TextBox7) Me.Controls.Add(Me.我的電腦_lb) Me.Controls.Add(Me.讀取料夾路徑_bt) Me.Controls.Add(Me.檔案名稱_lb) Me.Controls.Add(Me.檔案名稱_tb) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.模具開發單編碼_tb) Me.Controls.Add(Me.備註_lb) Me.Controls.Add(Me.備註_tb) Me.Controls.Add(Me.季節_cb) Me.Controls.Add(Me.季節_lb) Me.Controls.Add(Me.尺寸_lb) Me.Controls.Add(Me.尺寸_tb) Me.Controls.Add(Me.大底廠_cb) Me.Controls.Add(Me.大底廠_lb) Me.Controls.Add(Me.品牌_cb) Me.Controls.Add(Me.品牌_lb) Me.Controls.Add(Me.參考漾鞋編號_lb) Me.Controls.Add(Me.參考漾鞋編號_tb) Me.Controls.Add(Me.楦頭編號_cb) Me.Controls.Add(Me.楦頭編號_lb) Me.Controls.Add(Me.材質_cb) Me.Controls.Add(Me.材質_lb) Me.Controls.Add(Me.結構_cb) Me.Controls.Add(Me.模具廠_cb) Me.Controls.Add(Me.模具廠_lb) Me.Controls.Add(Me.結構_lb) Me.Controls.Add(Me.模具開發單編碼_lb) 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.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 結構_lb As Label Friend WithEvents 模具廠_lb As Label Friend WithEvents 模具廠_cb As ComboBox Friend WithEvents 結構_cb As ComboBox Friend WithEvents 材質_cb As ComboBox Friend WithEvents 材質_lb As Label Friend WithEvents 楦頭編號_cb As ComboBox Friend WithEvents 楦頭編號_lb As Label Friend WithEvents 參考漾鞋編號_tb As TextBox Friend WithEvents 參考漾鞋編號_lb As Label Friend WithEvents 品牌_cb As ComboBox Friend WithEvents 品牌_lb As Label Friend WithEvents 大底廠_cb As ComboBox Friend WithEvents 大底廠_lb As Label Friend WithEvents 尺寸_lb As Label Friend WithEvents 尺寸_tb As TextBox Friend WithEvents 季節_lb As Label Friend WithEvents 季節_cb As ComboBox Friend WithEvents 備註_lb As Label Friend WithEvents 備註_tb As TextBox Friend WithEvents 模具開發單編碼_lb As Label Friend WithEvents 模具開發單編碼_tb As TextBox Friend WithEvents PictureBox1 As PictureBox Friend WithEvents 圖片修改存檔_bt As Button Friend WithEvents WebBrowser2 As WebBrowser Friend WithEvents TextBox7 As TextBox Friend WithEvents 我的電腦_lb As Label Friend WithEvents 讀取料夾路徑_bt As Button Friend WithEvents 檔案名稱_lb As Label Friend WithEvents 檔案名稱_tb As TextBox Friend WithEvents 清單_dgv As DataGridView Friend WithEvents 模具編號_lb As Label Friend WithEvents 模具編號_tb As TextBox Friend WithEvents 新增_bt As Button Friend WithEvents 儲存新增_bt As Button Friend WithEvents 修改_bt As Button Friend WithEvents 儲存修改_bt As Button Friend WithEvents 查詢_bt As Button Friend WithEvents 模具開發控制表清單_lb As Label Friend WithEvents 列印_bt As Button Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog Friend WithEvents 新增結構清單_bt As Button Friend WithEvents 新增材質清單_bt As Button Friend WithEvents 新增季節清單_bt As Button Friend WithEvents 新增模具廠_bt As Button Friend WithEvents 新增楦頭編號_bt As Button Friend WithEvents 新增大底廠_bt As Button Friend WithEvents TextBox8 As TextBox Friend WithEvents TextBox9 As TextBox Friend WithEvents C_N_lb As Label Friend WithEvents CN_tb As TextBox End Class