123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752 |
- <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()
- Me.components = New System.ComponentModel.Container()
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.物料清單_dgv = New System.Windows.Forms.DataGridView()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.資料筆數_tb = New System.Windows.Forms.TextBox()
- Me.Label4 = 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.地區編碼_cb = New System.Windows.Forms.ComboBox()
- Me.Label1 = 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.Label6 = New System.Windows.Forms.Label()
- Me.Label29 = New System.Windows.Forms.Label()
- Me.查詢_tb = New System.Windows.Forms.TextBox()
- Me.料號_tb = New System.Windows.Forms.TextBox()
- Me.Label7 = New System.Windows.Forms.Label()
- Me.品名_tb = New System.Windows.Forms.TextBox()
- Me.Label8 = New System.Windows.Forms.Label()
- 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.狀態_lb = New System.Windows.Forms.Label()
- Me.刪除_bt = New System.Windows.Forms.Button()
- Me.存檔_bt = New System.Windows.Forms.Button()
- Me.新增準備_bt = New System.Windows.Forms.Button()
- Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
- Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem()
- 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.下載圖檔_bt = New System.Windows.Forms.Button()
- Me.圖檔入系統_bt = New System.Windows.Forms.Button()
- Me.檔案名稱_tb = New System.Windows.Forms.TextBox()
- 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.Label11 = New System.Windows.Forms.Label()
- Me.Label10 = New System.Windows.Forms.Label()
- Me.下載檔名_tb = New System.Windows.Forms.TextBox()
- Me.檔名讀取_tb = New System.Windows.Forms.TextBox()
- Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
- Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
- Me.批量存檔_bt = New System.Windows.Forms.Button()
- Me.啟用批改_ch = New System.Windows.Forms.CheckBox()
- Me.批輛停用選擇_ch = New System.Windows.Forms.CheckBox()
- Me.批量刪除選擇_ch = New System.Windows.Forms.CheckBox()
- Me.批量刪除_bt = New System.Windows.Forms.Button()
- Me.物料圖_pb = New System.Windows.Forms.PictureBox()
- Me.低量_nud = New System.Windows.Forms.NumericUpDown()
- Me.Label9 = New System.Windows.Forms.Label()
- Me.精準查詢_ch = New System.Windows.Forms.CheckBox()
- CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.成本_nud, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.ContextMenuStrip1.SuspendLayout()
- CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.低量_nud, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '物料清單_dgv
- '
- 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(12, 83)
- 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(570, 572)
- Me.物料清單_dgv.TabIndex = 668
- '
- 'Label3
- '
- Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.Label3.AutoSize = True
- Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label3.Location = New System.Drawing.Point(538, 664)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(44, 16)
- Me.Label3.TabIndex = 1017
- Me.Label3.Text = "筆資料"
- '
- '資料筆數_tb
- '
- Me.資料筆數_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.資料筆數_tb.Location = New System.Drawing.Point(437, 661)
- Me.資料筆數_tb.Name = "資料筆數_tb"
- Me.資料筆數_tb.Size = New System.Drawing.Size(96, 23)
- Me.資料筆數_tb.TabIndex = 1016
- Me.資料筆數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label4
- '
- Me.Label4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.Label4.AutoSize = True
- Me.Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label4.Location = New System.Drawing.Point(411, 664)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(20, 16)
- Me.Label4.TabIndex = 1015
- Me.Label4.Text = "共"
- '
- '清空_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(120, 5)
- Me.清空_bt.Name = "清空_bt"
- Me.清空_bt.Size = New System.Drawing.Size(46, 24)
- Me.清空_bt.TabIndex = 1081
- Me.清空_bt.Text = "清"
- Me.清空_bt.UseVisualStyleBackColor = True
- '
- '地區_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(60, 5)
- Me.地區_cb.Name = "地區_cb"
- Me.地區_cb.Size = New System.Drawing.Size(56, 24)
- Me.地區_cb.TabIndex = 1080
- '
- '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(50, 16)
- Me.Label2.TabIndex = 1079
- Me.Label2.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(202, 5)
- Me.地區編碼_cb.Name = "地區編碼_cb"
- Me.地區編碼_cb.Size = New System.Drawing.Size(40, 24)
- Me.地區編碼_cb.TabIndex = 1083
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Location = New System.Drawing.Point(170, 9)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(32, 16)
- Me.Label1.TabIndex = 1082
- Me.Label1.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 = 1085
- '
- '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(50, 16)
- Me.Label5.TabIndex = 1084
- Me.Label5.Text = "供 應 商"
- '
- '供應商編碼_cb
- '
- Me.供應商編碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.供應商編碼_cb.FormattingEnabled = True
- Me.供應商編碼_cb.Location = New System.Drawing.Point(383, 31)
- Me.供應商編碼_cb.Name = "供應商編碼_cb"
- Me.供應商編碼_cb.Size = New System.Drawing.Size(76, 24)
- Me.供應商編碼_cb.TabIndex = 1087
- '
- 'Label6
- '
- Me.Label6.AutoSize = True
- Me.Label6.ForeColor = System.Drawing.Color.Red
- Me.Label6.Location = New System.Drawing.Point(328, 35)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(56, 16)
- Me.Label6.TabIndex = 1086
- Me.Label6.Text = "廠商編碼"
- '
- 'Label29
- '
- Me.Label29.AutoSize = True
- Me.Label29.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label29.Location = New System.Drawing.Point(248, 9)
- Me.Label29.Name = "Label29"
- Me.Label29.Size = New System.Drawing.Size(68, 16)
- Me.Label29.TabIndex = 1089
- Me.Label29.Text = "關鍵字查詢"
- '
- '查詢_tb
- '
- Me.查詢_tb.Location = New System.Drawing.Point(316, 6)
- Me.查詢_tb.Name = "查詢_tb"
- Me.查詢_tb.Size = New System.Drawing.Size(144, 23)
- Me.查詢_tb.TabIndex = 1088
- '
- '料號_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 = 1091
- '
- '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(50, 16)
- Me.Label7.TabIndex = 1090
- Me.Label7.Text = "料 號"
- '
- '品名_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 = 1093
- '
- '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(32, 16)
- Me.Label8.TabIndex = 1092
- Me.Label8.Text = "品名"
- '
- '成本_nud
- '
- Me.成本_nud.Location = New System.Drawing.Point(505, 58)
- Me.成本_nud.Maximum = New Decimal(New Integer() {10000000, 0, 0, 0})
- Me.成本_nud.Name = "成本_nud"
- Me.成本_nud.Size = New System.Drawing.Size(77, 23)
- Me.成本_nud.TabIndex = 1094
- Me.成本_nud.ThousandsSeparator = True
- '
- 'Label25
- '
- Me.Label25.AutoSize = True
- Me.Label25.Location = New System.Drawing.Point(463, 60)
- Me.Label25.Name = "Label25"
- Me.Label25.Size = New System.Drawing.Size(32, 16)
- Me.Label25.TabIndex = 1095
- 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(123, 20)
- Me.停用_ch.TabIndex = 1096
- Me.停用_ch.Text = "此料號為停用狀態"
- Me.停用_ch.UseVisualStyleBackColor = True
- '
- '供應商編碼_tb
- '
- Me.供應商編碼_tb.Location = New System.Drawing.Point(133, 111)
- Me.供應商編碼_tb.Name = "供應商編碼_tb"
- Me.供應商編碼_tb.Size = New System.Drawing.Size(67, 23)
- Me.供應商編碼_tb.TabIndex = 1097
- '
- '狀態_lb
- '
- Me.狀態_lb.AutoSize = True
- Me.狀態_lb.Font = New System.Drawing.Font("微軟正黑體", 24.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(864, 9)
- Me.狀態_lb.Name = "狀態_lb"
- Me.狀態_lb.Size = New System.Drawing.Size(145, 40)
- Me.狀態_lb.TabIndex = 1102
- Me.狀態_lb.Text = "編輯狀態"
- '
- '刪除_bt
- '
- 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 = 1101
- Me.刪除_bt.Text = "刪除"
- Me.刪除_bt.UseVisualStyleBackColor = True
- '
- '存檔_bt
- '
- 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 = 1100
- Me.存檔_bt.Text = "存檔"
- Me.存檔_bt.UseVisualStyleBackColor = True
- '
- '新增準備_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(588, 4)
- Me.新增準備_bt.Name = "新增準備_bt"
- Me.新增準備_bt.Size = New System.Drawing.Size(64, 51)
- Me.新增準備_bt.TabIndex = 1099
- Me.新增準備_bt.Text = "新增準備"
- Me.新增準備_bt.UseVisualStyleBackColor = True
- '
- '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)
- '
- '重新整理_tsm
- '
- Me.重新整理_tsm.Name = "重新整理_tsm"
- Me.重新整理_tsm.Size = New System.Drawing.Size(122, 22)
- Me.重新整理_tsm.Text = "重新整理"
- '
- 'ToolStripSeparator3
- '
- Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
- Me.ToolStripSeparator3.Size = New System.Drawing.Size(119, 6)
- '
- '新增準備_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 = "新增準備"
- '
- '存檔_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 = "刪除"
- '
- '下載圖檔_bt
- '
- Me.下載圖檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- 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(1206, 4)
- Me.下載圖檔_bt.Name = "下載圖檔_bt"
- Me.下載圖檔_bt.Size = New System.Drawing.Size(94, 51)
- Me.下載圖檔_bt.TabIndex = 1123
- Me.下載圖檔_bt.Text = "下載圖片"
- 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.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(1111, 4)
- Me.圖檔入系統_bt.Name = "圖檔入系統_bt"
- Me.圖檔入系統_bt.Size = New System.Drawing.Size(94, 51)
- Me.圖檔入系統_bt.TabIndex = 1121
- Me.圖檔入系統_bt.Text = "圖檔入系統 或 圖片修改存檔"
- Me.圖檔入系統_bt.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(1069, 439)
- Me.檔案名稱_tb.Name = "檔案名稱_tb"
- Me.檔案名稱_tb.Size = New System.Drawing.Size(231, 23)
- Me.檔案名稱_tb.TabIndex = 1119
- '
- 'Label12
- '
- Me.Label12.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), 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(1017, 465)
- Me.Label12.Name = "Label12"
- Me.Label12.Size = New System.Drawing.Size(108, 17)
- Me.Label12.TabIndex = 1117
- Me.Label12.Text = "伺服器FTP文件夾"
- '
- '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(1020, 56)
- Me.Label13.Name = "Label13"
- Me.Label13.Size = New System.Drawing.Size(56, 16)
- Me.Label13.TabIndex = 1116
- Me.Label13.Text = "我的電腦"
- '
- '讀取資料夾路徑_bt
- '
- Me.讀取資料夾路徑_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- 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(1015, 4)
- Me.讀取資料夾路徑_bt.Name = "讀取資料夾路徑_bt"
- Me.讀取資料夾路徑_bt.Size = New System.Drawing.Size(94, 51)
- Me.讀取資料夾路徑_bt.TabIndex = 1115
- 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.Right), System.Windows.Forms.AnchorStyles)
- Me.本機資料夾_wb.Location = New System.Drawing.Point(1015, 112)
- Me.本機資料夾_wb.MinimumSize = New System.Drawing.Size(20, 20)
- Me.本機資料夾_wb.Name = "本機資料夾_wb"
- Me.本機資料夾_wb.Size = New System.Drawing.Size(285, 321)
- Me.本機資料夾_wb.TabIndex = 1114
- 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.Right), System.Windows.Forms.AnchorStyles)
- Me.FTP資料夾_wb.Location = New System.Drawing.Point(1015, 485)
- Me.FTP資料夾_wb.MinimumSize = New System.Drawing.Size(20, 20)
- Me.FTP資料夾_wb.Name = "FTP資料夾_wb"
- Me.FTP資料夾_wb.Size = New System.Drawing.Size(285, 198)
- Me.FTP資料夾_wb.TabIndex = 1113
- Me.FTP資料夾_wb.Url = New System.Uri("", System.UriKind.Relative)
- '
- 'Label11
- '
- Me.Label11.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label11.AutoSize = True
- Me.Label11.ForeColor = System.Drawing.Color.Red
- Me.Label11.Location = New System.Drawing.Point(1018, 77)
- Me.Label11.Name = "Label11"
- Me.Label11.Size = New System.Drawing.Size(244, 32)
- Me.Label11.TabIndex = 1118
- Me.Label11.Text = "如檔案無法拖曳至伺服器FTP文件夾,請修改" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "檔案名稱不要帶有中文字或是符號"
- '
- '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(1015, 442)
- Me.Label10.Name = "Label10"
- Me.Label10.Size = New System.Drawing.Size(56, 16)
- Me.Label10.TabIndex = 1120
- Me.Label10.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(60, 111)
- Me.下載檔名_tb.Name = "下載檔名_tb"
- Me.下載檔名_tb.Size = New System.Drawing.Size(67, 23)
- Me.下載檔名_tb.TabIndex = 1125
- 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(60, 138)
- Me.檔名讀取_tb.Multiline = True
- Me.檔名讀取_tb.Name = "檔名讀取_tb"
- Me.檔名讀取_tb.Size = New System.Drawing.Size(67, 23)
- Me.檔名讀取_tb.TabIndex = 1124
- '
- 'SaveFileDialog1
- '
- Me.SaveFileDialog1.DefaultExt = "jpg"
- Me.SaveFileDialog1.SupportMultiDottedExtensions = True
- Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑"
- '
- '批量存檔_bt
- '
- Me.批量存檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.批量存檔_bt.ForeColor = System.Drawing.Color.Green
- Me.批量存檔_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.批量存檔_bt.Location = New System.Drawing.Point(13, 657)
- Me.批量存檔_bt.Name = "批量存檔_bt"
- Me.批量存檔_bt.Size = New System.Drawing.Size(386, 30)
- Me.批量存檔_bt.TabIndex = 1126
- Me.批量存檔_bt.Text = "批量存檔"
- Me.批量存檔_bt.UseVisualStyleBackColor = True
- '
- '啟用批改_ch
- '
- Me.啟用批改_ch.AutoSize = True
- Me.啟用批改_ch.Location = New System.Drawing.Point(588, 59)
- Me.啟用批改_ch.Name = "啟用批改_ch"
- Me.啟用批改_ch.Size = New System.Drawing.Size(75, 20)
- Me.啟用批改_ch.TabIndex = 1127
- Me.啟用批改_ch.Text = "啟用批改"
- Me.啟用批改_ch.UseVisualStyleBackColor = True
- '
- '批輛停用選擇_ch
- '
- Me.批輛停用選擇_ch.AutoSize = True
- Me.批輛停用選擇_ch.Location = New System.Drawing.Point(669, 59)
- Me.批輛停用選擇_ch.Name = "批輛停用選擇_ch"
- Me.批輛停用選擇_ch.Size = New System.Drawing.Size(99, 20)
- Me.批輛停用選擇_ch.TabIndex = 1128
- Me.批輛停用選擇_ch.Text = "批量停用選擇"
- Me.批輛停用選擇_ch.UseVisualStyleBackColor = True
- '
- '批量刪除選擇_ch
- '
- Me.批量刪除選擇_ch.AutoSize = True
- Me.批量刪除選擇_ch.Location = New System.Drawing.Point(774, 59)
- Me.批量刪除選擇_ch.Name = "批量刪除選擇_ch"
- Me.批量刪除選擇_ch.Size = New System.Drawing.Size(99, 20)
- Me.批量刪除選擇_ch.TabIndex = 1129
- Me.批量刪除選擇_ch.Text = "批量刪除選擇"
- Me.批量刪除選擇_ch.UseVisualStyleBackColor = True
- '
- '批量刪除_bt
- '
- Me.批量刪除_bt.ForeColor = System.Drawing.Color.Red
- Me.批量刪除_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.批量刪除_bt.Location = New System.Drawing.Point(784, 4)
- Me.批量刪除_bt.Name = "批量刪除_bt"
- Me.批量刪除_bt.Size = New System.Drawing.Size(64, 51)
- Me.批量刪除_bt.TabIndex = 1130
- Me.批量刪除_bt.Text = "批量刪除"
- Me.批量刪除_bt.UseVisualStyleBackColor = True
- '
- '物料圖_pb
- '
- Me.物料圖_pb.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.物料圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.物料圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.物料圖_pb.Location = New System.Drawing.Point(588, 84)
- Me.物料圖_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.物料圖_pb.Name = "物料圖_pb"
- Me.物料圖_pb.Size = New System.Drawing.Size(421, 599)
- Me.物料圖_pb.TabIndex = 1112
- Me.物料圖_pb.TabStop = False
- '
- '低量_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 = 1131
- 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(68, 16)
- Me.Label9.TabIndex = 1132
- Me.Label9.Text = "最低庫存量"
- '
- '精準查詢_ch
- '
- Me.精準查詢_ch.AutoSize = True
- Me.精準查詢_ch.Checked = True
- Me.精準查詢_ch.CheckState = System.Windows.Forms.CheckState.Checked
- 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(247, 33)
- Me.精準查詢_ch.Name = "精準查詢_ch"
- Me.精準查詢_ch.Size = New System.Drawing.Size(75, 20)
- Me.精準查詢_ch.TabIndex = 1133
- Me.精準查詢_ch.Text = "精準查詢"
- Me.精準查詢_ch.UseVisualStyleBackColor = True
- '
- '物料檔案
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1312, 691)
- Me.ContextMenuStrip = Me.ContextMenuStrip1
- Me.Controls.Add(Me.精準查詢_ch)
- 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.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.Label11)
- Me.Controls.Add(Me.Label10)
- 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.Controls.Add(Me.物料圖_pb)
- 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()
- Me.ContextMenuStrip1.ResumeLayout(False)
- CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.低量_nud, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 物料清單_dgv As Windows.Forms.DataGridView
- Friend WithEvents Label3 As Windows.Forms.Label
- Friend WithEvents 資料筆數_tb As Windows.Forms.TextBox
- Friend WithEvents Label4 As Windows.Forms.Label
- Friend WithEvents 清空_bt As Windows.Forms.Button
- Friend WithEvents 地區_cb As Windows.Forms.ComboBox
- Friend WithEvents Label2 As Windows.Forms.Label
- Friend WithEvents 地區編碼_cb As Windows.Forms.ComboBox
- Friend WithEvents Label1 As Windows.Forms.Label
- Friend WithEvents 供應商_cb As Windows.Forms.ComboBox
- Friend WithEvents Label5 As Windows.Forms.Label
- Friend WithEvents 供應商編碼_cb As Windows.Forms.ComboBox
- Friend WithEvents Label6 As Windows.Forms.Label
- Friend WithEvents Label29 As Windows.Forms.Label
- Friend WithEvents 查詢_tb As Windows.Forms.TextBox
- Friend WithEvents 料號_tb As Windows.Forms.TextBox
- Friend WithEvents Label7 As Windows.Forms.Label
- Friend WithEvents 品名_tb As Windows.Forms.TextBox
- Friend WithEvents Label8 As Windows.Forms.Label
- Friend WithEvents 成本_nud As Windows.Forms.NumericUpDown
- Friend WithEvents Label25 As Windows.Forms.Label
- Friend WithEvents 停用_ch As Windows.Forms.CheckBox
- Friend WithEvents 供應商編碼_tb As Windows.Forms.TextBox
- Friend WithEvents 狀態_lb As Windows.Forms.Label
- Friend WithEvents 刪除_bt As Windows.Forms.Button
- Friend WithEvents 存檔_bt As Windows.Forms.Button
- Friend WithEvents 新增準備_bt As Windows.Forms.Button
- Friend WithEvents ContextMenuStrip1 As Windows.Forms.ContextMenuStrip
- Friend WithEvents 重新整理_tsm As Windows.Forms.ToolStripMenuItem
- Friend WithEvents ToolStripSeparator3 As Windows.Forms.ToolStripSeparator
- Friend WithEvents 新增準備_tsm As Windows.Forms.ToolStripMenuItem
- Friend WithEvents 存檔_tsm As Windows.Forms.ToolStripMenuItem
- Friend WithEvents 刪除_tsm As Windows.Forms.ToolStripMenuItem
- Friend WithEvents 下載圖檔_bt As Windows.Forms.Button
- Friend WithEvents 圖檔入系統_bt As Windows.Forms.Button
- Friend WithEvents 檔案名稱_tb As Windows.Forms.TextBox
- Friend WithEvents Label12 As Windows.Forms.Label
- Friend WithEvents Label13 As Windows.Forms.Label
- Friend WithEvents 讀取資料夾路徑_bt As Windows.Forms.Button
- Friend WithEvents 本機資料夾_wb As Windows.Forms.WebBrowser
- Friend WithEvents FTP資料夾_wb As Windows.Forms.WebBrowser
- Friend WithEvents Label11 As Windows.Forms.Label
- Friend WithEvents 物料圖_pb As Windows.Forms.PictureBox
- Friend WithEvents Label10 As Windows.Forms.Label
- Friend WithEvents 下載檔名_tb As Windows.Forms.TextBox
- Friend WithEvents 檔名讀取_tb As Windows.Forms.TextBox
- Friend WithEvents FolderBrowserDialog1 As Windows.Forms.FolderBrowserDialog
- Friend WithEvents SaveFileDialog1 As Windows.Forms.SaveFileDialog
- Friend WithEvents 批量存檔_bt As Windows.Forms.Button
- Friend WithEvents 啟用批改_ch As Windows.Forms.CheckBox
- Friend WithEvents 批輛停用選擇_ch As Windows.Forms.CheckBox
- Friend WithEvents 批量刪除選擇_ch As Windows.Forms.CheckBox
- Friend WithEvents 批量刪除_bt As Windows.Forms.Button
- Friend WithEvents 低量_nud As Windows.Forms.NumericUpDown
- Friend WithEvents Label9 As Windows.Forms.Label
- Friend WithEvents 精準查詢_ch As Windows.Forms.CheckBox
- End Class
|