123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 鞋樣素描控制表
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()> _
- 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 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- 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.楦頭控制表清單_lb = New System.Windows.Forms.Label()
- Me.查詢_bt = New System.Windows.Forms.Button()
- Me.清單1_dgv = New System.Windows.Forms.DataGridView()
- Me.模具控制表清單_lb = New System.Windows.Forms.Label()
- Me.清單2_dgv = New System.Windows.Forms.DataGridView()
- Me.清單3_dgv = New System.Windows.Forms.DataGridView()
- Me.品牌_cb = New System.Windows.Forms.ComboBox()
- Me.品牌_lb = New System.Windows.Forms.Label()
- Me.清單4_dgv = New System.Windows.Forms.DataGridView()
- Me.PictureBox1 = New System.Windows.Forms.PictureBox()
- 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.型體編號_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.模具編號_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.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.Label15 = New System.Windows.Forms.Label()
- Me.檔案名稱_tb = New System.Windows.Forms.TextBox()
- Me.鞋樣素描圖清單_lb = New System.Windows.Forms.Label()
- Me.查詢1_bt = New System.Windows.Forms.Button()
- Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
- Me.檔案名稱_lb = New System.Windows.Forms.Label()
- CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.清單2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.清單3_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.清單4_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '楦頭控制表清單_lb
- '
- Me.楦頭控制表清單_lb.AutoSize = True
- Me.楦頭控制表清單_lb.Location = New System.Drawing.Point(12, 9)
- Me.楦頭控制表清單_lb.Name = "楦頭控制表清單_lb"
- Me.楦頭控制表清單_lb.Size = New System.Drawing.Size(91, 16)
- Me.楦頭控制表清單_lb.TabIndex = 649
- Me.楦頭控制表清單_lb.Text = "楦頭控制表清單"
- '
- '查詢_bt
- '
- Me.查詢_bt.ForeColor = System.Drawing.Color.Green
- Me.查詢_bt.Location = New System.Drawing.Point(176, 4)
- Me.查詢_bt.Name = "查詢_bt"
- Me.查詢_bt.Size = New System.Drawing.Size(145, 24)
- Me.查詢_bt.TabIndex = 648
- Me.查詢_bt.Text = "查詢"
- Me.查詢_bt.UseVisualStyleBackColor = True
- '
- '清單1_dgv
- '
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.清單1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
- Me.清單1_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.清單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.清單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.清單1_dgv.Location = New System.Drawing.Point(12, 31)
- Me.清單1_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.清單1_dgv.Name = "清單1_dgv"
- Me.清單1_dgv.RowHeadersWidth = 5
- Me.清單1_dgv.RowTemplate.Height = 24
- Me.清單1_dgv.Size = New System.Drawing.Size(309, 934)
- Me.清單1_dgv.TabIndex = 647
- '
- '模具控制表清單_lb
- '
- Me.模具控制表清單_lb.AutoSize = True
- Me.模具控制表清單_lb.Location = New System.Drawing.Point(327, 9)
- Me.模具控制表清單_lb.Name = "模具控制表清單_lb"
- Me.模具控制表清單_lb.Size = New System.Drawing.Size(91, 16)
- Me.模具控制表清單_lb.TabIndex = 652
- Me.模具控制表清單_lb.Text = "模具控制表清單"
- '
- '清單2_dgv
- '
- DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.清單2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
- Me.清單2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.清單2_dgv.BackgroundColor = System.Drawing.Color.White
- Me.清單2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.清單2_dgv.Location = New System.Drawing.Point(327, 31)
- Me.清單2_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.清單2_dgv.Name = "清單2_dgv"
- Me.清單2_dgv.RowHeadersWidth = 5
- Me.清單2_dgv.RowTemplate.Height = 24
- Me.清單2_dgv.Size = New System.Drawing.Size(385, 300)
- Me.清單2_dgv.TabIndex = 650
- '
- '清單3_dgv
- '
- DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.清單3_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
- Me.清單3_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.清單3_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.清單3_dgv.BackgroundColor = System.Drawing.Color.White
- Me.清單3_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.清單3_dgv.Location = New System.Drawing.Point(327, 369)
- Me.清單3_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.清單3_dgv.Name = "清單3_dgv"
- Me.清單3_dgv.RowHeadersWidth = 5
- Me.清單3_dgv.RowTemplate.Height = 24
- Me.清單3_dgv.Size = New System.Drawing.Size(385, 596)
- Me.清單3_dgv.TabIndex = 653
- '
- '品牌_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(365, 338)
- Me.品牌_cb.Name = "品牌_cb"
- Me.品牌_cb.Size = New System.Drawing.Size(347, 24)
- Me.品牌_cb.TabIndex = 654
- '
- '品牌_lb
- '
- Me.品牌_lb.AutoSize = True
- Me.品牌_lb.Location = New System.Drawing.Point(327, 341)
- Me.品牌_lb.Name = "品牌_lb"
- Me.品牌_lb.Size = New System.Drawing.Size(31, 16)
- Me.品牌_lb.TabIndex = 655
- Me.品牌_lb.Text = "品牌"
- '
- '清單4_dgv
- '
- DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.清單4_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
- Me.清單4_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.清單4_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.清單4_dgv.BackgroundColor = System.Drawing.Color.White
- Me.清單4_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.清單4_dgv.Location = New System.Drawing.Point(718, 31)
- Me.清單4_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.清單4_dgv.Name = "清單4_dgv"
- Me.清單4_dgv.RowHeadersWidth = 5
- Me.清單4_dgv.RowTemplate.Height = 24
- Me.清單4_dgv.Size = New System.Drawing.Size(1184, 389)
- Me.清單4_dgv.TabIndex = 656
- '
- '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(718, 501)
- Me.PictureBox1.Name = "PictureBox1"
- Me.PictureBox1.Size = New System.Drawing.Size(715, 464)
- Me.PictureBox1.TabIndex = 781
- Me.PictureBox1.TabStop = False
- '
- '鞋樣素描圖編號_lb
- '
- Me.鞋樣素描圖編號_lb.AutoSize = True
- Me.鞋樣素描圖編號_lb.Location = New System.Drawing.Point(718, 428)
- Me.鞋樣素描圖編號_lb.Name = "鞋樣素描圖編號_lb"
- Me.鞋樣素描圖編號_lb.Size = New System.Drawing.Size(91, 16)
- Me.鞋樣素描圖編號_lb.TabIndex = 783
- Me.鞋樣素描圖編號_lb.Text = "鞋樣素描圖編號"
- '
- '鞋樣素描圖編號_tb
- '
- Me.鞋樣素描圖編號_tb.Location = New System.Drawing.Point(816, 424)
- Me.鞋樣素描圖編號_tb.Name = "鞋樣素描圖編號_tb"
- Me.鞋樣素描圖編號_tb.Size = New System.Drawing.Size(257, 23)
- Me.鞋樣素描圖編號_tb.TabIndex = 782
- '
- '楦頭編號_lb
- '
- Me.楦頭編號_lb.AutoSize = True
- Me.楦頭編號_lb.Location = New System.Drawing.Point(718, 453)
- Me.楦頭編號_lb.Name = "楦頭編號_lb"
- Me.楦頭編號_lb.Size = New System.Drawing.Size(55, 16)
- Me.楦頭編號_lb.TabIndex = 785
- Me.楦頭編號_lb.Text = "楦頭編號"
- '
- '楦頭編號_tb
- '
- Me.楦頭編號_tb.Location = New System.Drawing.Point(789, 449)
- Me.楦頭編號_tb.Name = "楦頭編號_tb"
- Me.楦頭編號_tb.Size = New System.Drawing.Size(284, 23)
- Me.楦頭編號_tb.TabIndex = 784
- '
- '型體編號_lb
- '
- Me.型體編號_lb.AutoSize = True
- Me.型體編號_lb.Location = New System.Drawing.Point(1078, 454)
- Me.型體編號_lb.Name = "型體編號_lb"
- Me.型體編號_lb.Size = New System.Drawing.Size(55, 16)
- Me.型體編號_lb.TabIndex = 787
- Me.型體編號_lb.Text = "型體編號"
- '
- '型體編號_tb
- '
- Me.型體編號_tb.Location = New System.Drawing.Point(1149, 450)
- Me.型體編號_tb.Name = "型體編號_tb"
- Me.型體編號_tb.Size = New System.Drawing.Size(284, 23)
- Me.型體編號_tb.TabIndex = 786
- '
- '型體名稱_lb
- '
- Me.型體名稱_lb.AutoSize = True
- Me.型體名稱_lb.Location = New System.Drawing.Point(1078, 479)
- Me.型體名稱_lb.Name = "型體名稱_lb"
- Me.型體名稱_lb.Size = New System.Drawing.Size(55, 16)
- Me.型體名稱_lb.TabIndex = 789
- Me.型體名稱_lb.Text = "型體名稱"
- '
- '型體名稱_tb
- '
- Me.型體名稱_tb.Location = New System.Drawing.Point(1149, 475)
- Me.型體名稱_tb.Name = "型體名稱_tb"
- Me.型體名稱_tb.Size = New System.Drawing.Size(284, 23)
- Me.型體名稱_tb.TabIndex = 788
- '
- '模具編號_lb
- '
- Me.模具編號_lb.AutoSize = True
- Me.模具編號_lb.Location = New System.Drawing.Point(718, 478)
- Me.模具編號_lb.Name = "模具編號_lb"
- Me.模具編號_lb.Size = New System.Drawing.Size(55, 16)
- Me.模具編號_lb.TabIndex = 791
- Me.模具編號_lb.Text = "模具編號"
- '
- '模具編號_tb
- '
- Me.模具編號_tb.Location = New System.Drawing.Point(789, 474)
- Me.模具編號_tb.Name = "模具編號_tb"
- Me.模具編號_tb.Size = New System.Drawing.Size(284, 23)
- Me.模具編號_tb.TabIndex = 790
- '
- '儲存修改_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(1789, 426)
- Me.儲存修改_bt.Name = "儲存修改_bt"
- Me.儲存修改_bt.Size = New System.Drawing.Size(113, 40)
- Me.儲存修改_bt.TabIndex = 805
- Me.儲存修改_bt.Text = "儲存修改" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(未包含圖片修改)"
- 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(1672, 426)
- Me.修改_bt.Name = "修改_bt"
- Me.修改_bt.Size = New System.Drawing.Size(113, 40)
- Me.修改_bt.TabIndex = 804
- Me.修改_bt.Text = "修改" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(未包含圖片修改)"
- 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(1555, 426)
- Me.儲存新增_bt.Name = "儲存新增_bt"
- Me.儲存新增_bt.Size = New System.Drawing.Size(113, 40)
- Me.儲存新增_bt.TabIndex = 803
- 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(1438, 426)
- Me.新增_bt.Name = "新增_bt"
- Me.新增_bt.Size = New System.Drawing.Size(113, 40)
- Me.新增_bt.TabIndex = 802
- Me.新增_bt.Text = "新增"
- Me.新增_bt.UseVisualStyleBackColor = True
- '
- '圖片修改存檔_bt
- '
- Me.圖片修改存檔_bt.ForeColor = System.Drawing.Color.Green
- Me.圖片修改存檔_bt.Location = New System.Drawing.Point(1775, 472)
- Me.圖片修改存檔_bt.Name = "圖片修改存檔_bt"
- Me.圖片修改存檔_bt.Size = New System.Drawing.Size(127, 22)
- Me.圖片修改存檔_bt.TabIndex = 800
- 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, 501)
- Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20)
- Me.WebBrowser2.Name = "WebBrowser2"
- Me.WebBrowser2.Size = New System.Drawing.Size(463, 434)
- Me.WebBrowser2.TabIndex = 797
- 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, 472)
- Me.TextBox7.Multiline = True
- Me.TextBox7.Name = "TextBox7"
- Me.TextBox7.Size = New System.Drawing.Size(99, 23)
- Me.TextBox7.TabIndex = 796
- '
- '我的電腦_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, 472)
- Me.我的電腦_lb.Name = "我的電腦_lb"
- Me.我的電腦_lb.Size = New System.Drawing.Size(86, 24)
- Me.我的電腦_lb.TabIndex = 795
- 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, 472)
- Me.讀取料夾路徑_bt.Name = "讀取料夾路徑_bt"
- Me.讀取料夾路徑_bt.Size = New System.Drawing.Size(119, 24)
- Me.讀取料夾路徑_bt.TabIndex = 794
- Me.讀取料夾路徑_bt.Text = "讀取料夾路徑"
- Me.讀取料夾路徑_bt.UseVisualStyleBackColor = True
- '
- 'Label15
- '
- Me.Label15.AutoSize = True
- Me.Label15.Location = New System.Drawing.Point(1440, 675)
- Me.Label15.Name = "Label15"
- Me.Label15.Size = New System.Drawing.Size(55, 16)
- Me.Label15.TabIndex = 793
- Me.Label15.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.Location = New System.Drawing.Point(1502, 942)
- 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 = 792
- '
- '鞋樣素描圖清單_lb
- '
- Me.鞋樣素描圖清單_lb.AutoSize = True
- Me.鞋樣素描圖清單_lb.Location = New System.Drawing.Point(715, 8)
- Me.鞋樣素描圖清單_lb.Name = "鞋樣素描圖清單_lb"
- Me.鞋樣素描圖清單_lb.Size = New System.Drawing.Size(91, 16)
- Me.鞋樣素描圖清單_lb.TabIndex = 806
- Me.鞋樣素描圖清單_lb.Text = "鞋樣素描圖清單"
- '
- '查詢1_bt
- '
- Me.查詢1_bt.ForeColor = System.Drawing.Color.Green
- Me.查詢1_bt.Location = New System.Drawing.Point(813, 5)
- Me.查詢1_bt.Name = "查詢1_bt"
- Me.查詢1_bt.Size = New System.Drawing.Size(145, 24)
- Me.查詢1_bt.TabIndex = 807
- Me.查詢1_bt.Text = "查詢"
- Me.查詢1_bt.UseVisualStyleBackColor = True
- '
- '檔案名稱_lb
- '
- Me.檔案名稱_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.檔案名稱_lb.AutoSize = True
- Me.檔案名稱_lb.Location = New System.Drawing.Point(1441, 946)
- Me.檔案名稱_lb.Name = "檔案名稱_lb"
- Me.檔案名稱_lb.Size = New System.Drawing.Size(55, 16)
- Me.檔案名稱_lb.TabIndex = 808
- Me.檔案名稱_lb.Text = "檔案名稱"
- '
- '鞋樣素描控制表
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1914, 971)
- Me.Controls.Add(Me.檔案名稱_lb)
- Me.Controls.Add(Me.查詢1_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.WebBrowser2)
- Me.Controls.Add(Me.TextBox7)
- Me.Controls.Add(Me.我的電腦_lb)
- Me.Controls.Add(Me.讀取料夾路徑_bt)
- Me.Controls.Add(Me.Label15)
- Me.Controls.Add(Me.檔案名稱_tb)
- Me.Controls.Add(Me.模具編號_lb)
- Me.Controls.Add(Me.模具編號_tb)
- Me.Controls.Add(Me.型體名稱_lb)
- Me.Controls.Add(Me.型體名稱_tb)
- Me.Controls.Add(Me.型體編號_lb)
- Me.Controls.Add(Me.型體編號_tb)
- Me.Controls.Add(Me.楦頭編號_lb)
- Me.Controls.Add(Me.楦頭編號_tb)
- Me.Controls.Add(Me.鞋樣素描圖編號_lb)
- Me.Controls.Add(Me.鞋樣素描圖編號_tb)
- Me.Controls.Add(Me.PictureBox1)
- Me.Controls.Add(Me.清單4_dgv)
- Me.Controls.Add(Me.品牌_lb)
- Me.Controls.Add(Me.品牌_cb)
- Me.Controls.Add(Me.清單3_dgv)
- Me.Controls.Add(Me.模具控制表清單_lb)
- Me.Controls.Add(Me.清單2_dgv)
- Me.Controls.Add(Me.楦頭控制表清單_lb)
- Me.Controls.Add(Me.查詢_bt)
- Me.Controls.Add(Me.清單1_dgv)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.Name = "鞋樣素描控制表"
- Me.Text = "鞋樣素描控制表"
- CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.清單2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.清單3_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.清單4_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 楦頭控制表清單_lb As Label
- Friend WithEvents 查詢_bt As Button
- Friend WithEvents 清單1_dgv As DataGridView
- Friend WithEvents 模具控制表清單_lb As Label
- Friend WithEvents 清單2_dgv As DataGridView
- Friend WithEvents 清單3_dgv As DataGridView
- Friend WithEvents 品牌_cb As ComboBox
- Friend WithEvents 品牌_lb As Label
- Friend WithEvents 清單4_dgv As DataGridView
- Friend WithEvents PictureBox1 As PictureBox
- Friend WithEvents 鞋樣素描圖編號_lb As Label
- Friend WithEvents 鞋樣素描圖編號_tb As TextBox
- Friend WithEvents 楦頭編號_lb As Label
- Friend WithEvents 楦頭編號_tb As TextBox
- Friend WithEvents 型體編號_lb As Label
- Friend WithEvents 型體編號_tb As TextBox
- Friend WithEvents 型體名稱_lb As Label
- Friend WithEvents 型體名稱_tb As TextBox
- 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 WebBrowser2 As WebBrowser
- Friend WithEvents TextBox7 As TextBox
- Friend WithEvents 我的電腦_lb As Label
- Friend WithEvents 讀取料夾路徑_bt As Button
- Friend WithEvents Label15 As Label
- Friend WithEvents 檔案名稱_tb As TextBox
- Friend WithEvents 鞋樣素描圖清單_lb As Label
- Friend WithEvents 查詢1_bt As Button
- Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
- Friend WithEvents 檔案名稱_lb As Label
- End Class
|