Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

物料資料庫.Designer.vb 52KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 物料資料庫
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Me.物料清單_dgv = New System.Windows.Forms.DataGridView()
  28. Me.頁碼_cb = New System.Windows.Forms.ComboBox()
  29. Me.Label27 = New System.Windows.Forms.Label()
  30. Me.Label1 = New System.Windows.Forms.Label()
  31. Me.料號_tb = New System.Windows.Forms.TextBox()
  32. Me.Label2 = New System.Windows.Forms.Label()
  33. Me.頁碼_tb = New System.Windows.Forms.TextBox()
  34. Me.Label3 = New System.Windows.Forms.Label()
  35. Me.品名_tb = New System.Windows.Forms.TextBox()
  36. Me.Label4 = New System.Windows.Forms.Label()
  37. Me.尺寸_tb = New System.Windows.Forms.TextBox()
  38. Me.Label5 = New System.Windows.Forms.Label()
  39. Me.材質_tb = New System.Windows.Forms.TextBox()
  40. Me.Label6 = New System.Windows.Forms.Label()
  41. Me.Label7 = New System.Windows.Forms.Label()
  42. Me.Label8 = New System.Windows.Forms.Label()
  43. Me.成本_nud = New System.Windows.Forms.NumericUpDown()
  44. Me.售價_nud = New System.Windows.Forms.NumericUpDown()
  45. Me.件數_nud = New System.Windows.Forms.NumericUpDown()
  46. Me.單筆存檔_bt = New System.Windows.Forms.Button()
  47. Me.關鍵字查詢_bt = New System.Windows.Forms.Button()
  48. Me.新增物料資料 = New System.Windows.Forms.Button()
  49. Me.物料圖_pb = New System.Windows.Forms.PictureBox()
  50. Me.圖片編碼_tb = New System.Windows.Forms.TextBox()
  51. Me.Label9 = New System.Windows.Forms.Label()
  52. Me.備註_tb = New System.Windows.Forms.TextBox()
  53. Me.停用料號_ch = New System.Windows.Forms.CheckBox()
  54. Me.檔名讀取_tb = New System.Windows.Forms.TextBox()
  55. Me.Label10 = New System.Windows.Forms.Label()
  56. Me.檔案名稱_tb = New System.Windows.Forms.TextBox()
  57. Me.Label11 = New System.Windows.Forms.Label()
  58. Me.Label12 = New System.Windows.Forms.Label()
  59. Me.Label13 = New System.Windows.Forms.Label()
  60. Me.讀取資料夾路徑_bt = New System.Windows.Forms.Button()
  61. Me.本機資料夾_wb = New System.Windows.Forms.WebBrowser()
  62. Me.FTP資料夾_wb = New System.Windows.Forms.WebBrowser()
  63. Me.無圖料號_dgv = New System.Windows.Forms.DataGridView()
  64. Me.Label14 = New System.Windows.Forms.Label()
  65. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  66. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  67. Me.修改圖片_bt = New System.Windows.Forms.Button()
  68. Me.刪除圖檔_bt = New System.Windows.Forms.Button()
  69. Me.圖檔入系統_bt = New System.Windows.Forms.Button()
  70. Me.下載圖檔_bt = New System.Windows.Forms.Button()
  71. Me.圖片用料號_tb = New System.Windows.Forms.TextBox()
  72. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  73. Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  74. Me.關鍵字查詢ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  75. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  76. Me.新增物料資料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  77. Me.資料存檔ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  78. Me.下載圖片ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  79. Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  80. Me.讀取料夾路徑ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  81. Me.圖檔入系統ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  82. Me.圖片修改ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  83. Me.刪除圖檔ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  84. Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
  85. Me.資料刪除ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  86. Me.批量修改_ch = New System.Windows.Forms.CheckBox()
  87. Me.批量存檔_bt = New System.Windows.Forms.Button()
  88. Me.下載檔名_tb = New System.Windows.Forms.TextBox()
  89. Me.Label15 = New System.Windows.Forms.Label()
  90. Me.最低庫存量_nud = New System.Windows.Forms.NumericUpDown()
  91. Me.Label16 = New System.Windows.Forms.Label()
  92. Me.導入EXCEL_bt = New System.Windows.Forms.Button()
  93. Me.導出EXCEL_bt = New System.Windows.Forms.Button()
  94. Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
  95. CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  96. CType(Me.成本_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  97. CType(Me.售價_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  98. CType(Me.件數_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  99. CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  100. CType(Me.無圖料號_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  101. Me.ContextMenuStrip1.SuspendLayout()
  102. CType(Me.最低庫存量_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  103. Me.SuspendLayout()
  104. '
  105. '物料清單_dgv
  106. '
  107. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  108. Me.物料清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  109. Me.物料清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  110. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  111. Me.物料清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  112. Me.物料清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  113. Me.物料清單_dgv.Location = New System.Drawing.Point(6, 137)
  114. Me.物料清單_dgv.Name = "物料清單_dgv"
  115. Me.物料清單_dgv.RowHeadersWidth = 5
  116. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  117. Me.物料清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  118. Me.物料清單_dgv.RowTemplate.Height = 24
  119. Me.物料清單_dgv.Size = New System.Drawing.Size(924, 470)
  120. Me.物料清單_dgv.TabIndex = 667
  121. '
  122. '頁碼_cb
  123. '
  124. Me.頁碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  125. Me.頁碼_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  126. Me.頁碼_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  127. Me.頁碼_cb.FormattingEnabled = True
  128. Me.頁碼_cb.Items.AddRange(New Object() {"男", "女", "NA"})
  129. Me.頁碼_cb.Location = New System.Drawing.Point(286, 54)
  130. Me.頁碼_cb.Name = "頁碼_cb"
  131. Me.頁碼_cb.Size = New System.Drawing.Size(90, 24)
  132. Me.頁碼_cb.TabIndex = 951
  133. '
  134. 'Label27
  135. '
  136. Me.Label27.AutoSize = True
  137. Me.Label27.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  138. Me.Label27.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  139. Me.Label27.Location = New System.Drawing.Point(254, 59)
  140. Me.Label27.Name = "Label27"
  141. Me.Label27.Size = New System.Drawing.Size(32, 16)
  142. Me.Label27.TabIndex = 950
  143. Me.Label27.Text = "頁碼"
  144. '
  145. 'Label1
  146. '
  147. Me.Label1.AutoSize = True
  148. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  149. Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  150. Me.Label1.Location = New System.Drawing.Point(6, 6)
  151. Me.Label1.Name = "Label1"
  152. Me.Label1.Size = New System.Drawing.Size(32, 16)
  153. Me.Label1.TabIndex = 953
  154. Me.Label1.Text = "料號"
  155. '
  156. '料號_tb
  157. '
  158. Me.料號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  159. Me.料號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  160. Me.料號_tb.Location = New System.Drawing.Point(37, 3)
  161. Me.料號_tb.Name = "料號_tb"
  162. Me.料號_tb.Size = New System.Drawing.Size(121, 23)
  163. Me.料號_tb.TabIndex = 952
  164. Me.料號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  165. '
  166. 'Label2
  167. '
  168. Me.Label2.AutoSize = True
  169. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  170. Me.Label2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  171. Me.Label2.Location = New System.Drawing.Point(6, 32)
  172. Me.Label2.Name = "Label2"
  173. Me.Label2.Size = New System.Drawing.Size(32, 16)
  174. Me.Label2.TabIndex = 955
  175. Me.Label2.Text = "頁碼"
  176. '
  177. '頁碼_tb
  178. '
  179. Me.頁碼_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  180. Me.頁碼_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  181. Me.頁碼_tb.ImeMode = System.Windows.Forms.ImeMode.Disable
  182. Me.頁碼_tb.Location = New System.Drawing.Point(37, 29)
  183. Me.頁碼_tb.Name = "頁碼_tb"
  184. Me.頁碼_tb.Size = New System.Drawing.Size(90, 23)
  185. Me.頁碼_tb.TabIndex = 954
  186. Me.頁碼_tb.Text = "0"
  187. Me.頁碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  188. '
  189. 'Label3
  190. '
  191. Me.Label3.AutoSize = True
  192. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  193. Me.Label3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  194. Me.Label3.Location = New System.Drawing.Point(159, 6)
  195. Me.Label3.Name = "Label3"
  196. Me.Label3.Size = New System.Drawing.Size(32, 16)
  197. Me.Label3.TabIndex = 957
  198. Me.Label3.Text = "品名"
  199. '
  200. '品名_tb
  201. '
  202. Me.品名_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  203. Me.品名_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  204. Me.品名_tb.Location = New System.Drawing.Point(197, 3)
  205. Me.品名_tb.Name = "品名_tb"
  206. Me.品名_tb.Size = New System.Drawing.Size(414, 23)
  207. Me.品名_tb.TabIndex = 956
  208. '
  209. 'Label4
  210. '
  211. Me.Label4.AutoSize = True
  212. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  213. Me.Label4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  214. Me.Label4.Location = New System.Drawing.Point(6, 58)
  215. Me.Label4.Name = "Label4"
  216. Me.Label4.Size = New System.Drawing.Size(32, 16)
  217. Me.Label4.TabIndex = 959
  218. Me.Label4.Text = "成本"
  219. '
  220. '尺寸_tb
  221. '
  222. Me.尺寸_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  223. Me.尺寸_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  224. Me.尺寸_tb.Location = New System.Drawing.Point(162, 29)
  225. Me.尺寸_tb.Name = "尺寸_tb"
  226. Me.尺寸_tb.Size = New System.Drawing.Size(214, 23)
  227. Me.尺寸_tb.TabIndex = 958
  228. '
  229. 'Label5
  230. '
  231. Me.Label5.AutoSize = True
  232. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  233. Me.Label5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  234. Me.Label5.Location = New System.Drawing.Point(128, 58)
  235. Me.Label5.Name = "Label5"
  236. Me.Label5.Size = New System.Drawing.Size(32, 16)
  237. Me.Label5.TabIndex = 961
  238. Me.Label5.Text = "售價"
  239. '
  240. '材質_tb
  241. '
  242. Me.材質_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  243. Me.材質_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  244. Me.材質_tb.Location = New System.Drawing.Point(410, 29)
  245. Me.材質_tb.Name = "材質_tb"
  246. Me.材質_tb.Size = New System.Drawing.Size(201, 23)
  247. Me.材質_tb.TabIndex = 960
  248. '
  249. 'Label6
  250. '
  251. Me.Label6.AutoSize = True
  252. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  253. Me.Label6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  254. Me.Label6.Location = New System.Drawing.Point(622, 32)
  255. Me.Label6.Name = "Label6"
  256. Me.Label6.Size = New System.Drawing.Size(32, 16)
  257. Me.Label6.TabIndex = 963
  258. Me.Label6.Text = "件數"
  259. '
  260. 'Label7
  261. '
  262. Me.Label7.AutoSize = True
  263. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  264. Me.Label7.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  265. Me.Label7.Location = New System.Drawing.Point(127, 32)
  266. Me.Label7.Name = "Label7"
  267. Me.Label7.Size = New System.Drawing.Size(32, 16)
  268. Me.Label7.TabIndex = 965
  269. Me.Label7.Text = "尺寸"
  270. '
  271. 'Label8
  272. '
  273. Me.Label8.AutoSize = True
  274. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  275. Me.Label8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  276. Me.Label8.Location = New System.Drawing.Point(378, 32)
  277. Me.Label8.Name = "Label8"
  278. Me.Label8.Size = New System.Drawing.Size(32, 16)
  279. Me.Label8.TabIndex = 967
  280. Me.Label8.Text = "材質"
  281. '
  282. '成本_nud
  283. '
  284. Me.成本_nud.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  285. Me.成本_nud.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  286. Me.成本_nud.Location = New System.Drawing.Point(37, 55)
  287. Me.成本_nud.Maximum = New Decimal(New Integer() {100000, 0, 0, 0})
  288. Me.成本_nud.Name = "成本_nud"
  289. Me.成本_nud.Size = New System.Drawing.Size(90, 23)
  290. Me.成本_nud.TabIndex = 968
  291. Me.成本_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  292. '
  293. '售價_nud
  294. '
  295. Me.售價_nud.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  296. Me.售價_nud.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  297. Me.售價_nud.Location = New System.Drawing.Point(163, 55)
  298. Me.售價_nud.Maximum = New Decimal(New Integer() {100000, 0, 0, 0})
  299. Me.售價_nud.Name = "售價_nud"
  300. Me.售價_nud.Size = New System.Drawing.Size(90, 23)
  301. Me.售價_nud.TabIndex = 969
  302. Me.售價_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  303. '
  304. '件數_nud
  305. '
  306. Me.件數_nud.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  307. Me.件數_nud.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  308. Me.件數_nud.Location = New System.Drawing.Point(654, 29)
  309. Me.件數_nud.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  310. Me.件數_nud.Name = "件數_nud"
  311. Me.件數_nud.Size = New System.Drawing.Size(47, 23)
  312. Me.件數_nud.TabIndex = 970
  313. Me.件數_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  314. '
  315. '單筆存檔_bt
  316. '
  317. Me.單筆存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  318. Me.單筆存檔_bt.ForeColor = System.Drawing.Color.Green
  319. Me.單筆存檔_bt.Location = New System.Drawing.Point(258, 79)
  320. Me.單筆存檔_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  321. Me.單筆存檔_bt.Name = "單筆存檔_bt"
  322. Me.單筆存檔_bt.Size = New System.Drawing.Size(120, 25)
  323. Me.單筆存檔_bt.TabIndex = 996
  324. Me.單筆存檔_bt.Text = "資料存檔"
  325. Me.單筆存檔_bt.UseVisualStyleBackColor = True
  326. '
  327. '關鍵字查詢_bt
  328. '
  329. Me.關鍵字查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  330. Me.關鍵字查詢_bt.ForeColor = System.Drawing.Color.Black
  331. Me.關鍵字查詢_bt.Location = New System.Drawing.Point(7, 79)
  332. Me.關鍵字查詢_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  333. Me.關鍵字查詢_bt.Name = "關鍵字查詢_bt"
  334. Me.關鍵字查詢_bt.Size = New System.Drawing.Size(120, 25)
  335. Me.關鍵字查詢_bt.TabIndex = 995
  336. Me.關鍵字查詢_bt.Text = "關鍵字查詢"
  337. Me.關鍵字查詢_bt.UseVisualStyleBackColor = True
  338. '
  339. '新增物料資料
  340. '
  341. Me.新增物料資料.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  342. Me.新增物料資料.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  343. Me.新增物料資料.Location = New System.Drawing.Point(133, 79)
  344. Me.新增物料資料.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  345. Me.新增物料資料.Name = "新增物料資料"
  346. Me.新增物料資料.Size = New System.Drawing.Size(120, 25)
  347. Me.新增物料資料.TabIndex = 994
  348. Me.新增物料資料.Text = "新增物料資料"
  349. Me.新增物料資料.UseVisualStyleBackColor = True
  350. '
  351. '物料圖_pb
  352. '
  353. Me.物料圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  354. Me.物料圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  355. Me.物料圖_pb.Location = New System.Drawing.Point(706, 4)
  356. Me.物料圖_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  357. Me.物料圖_pb.Name = "物料圖_pb"
  358. Me.物料圖_pb.Size = New System.Drawing.Size(109, 130)
  359. Me.物料圖_pb.TabIndex = 997
  360. Me.物料圖_pb.TabStop = False
  361. '
  362. '圖片編碼_tb
  363. '
  364. Me.圖片編碼_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  365. Me.圖片編碼_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  366. Me.圖片編碼_tb.Location = New System.Drawing.Point(175, 471)
  367. Me.圖片編碼_tb.Name = "圖片編碼_tb"
  368. Me.圖片編碼_tb.Size = New System.Drawing.Size(40, 23)
  369. Me.圖片編碼_tb.TabIndex = 998
  370. Me.圖片編碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  371. '
  372. 'Label9
  373. '
  374. Me.Label9.AutoSize = True
  375. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  376. Me.Label9.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  377. Me.Label9.Location = New System.Drawing.Point(378, 58)
  378. Me.Label9.Name = "Label9"
  379. Me.Label9.Size = New System.Drawing.Size(32, 16)
  380. Me.Label9.TabIndex = 1000
  381. Me.Label9.Text = "備註"
  382. '
  383. '備註_tb
  384. '
  385. Me.備註_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  386. Me.備註_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  387. Me.備註_tb.Location = New System.Drawing.Point(410, 55)
  388. Me.備註_tb.Name = "備註_tb"
  389. Me.備註_tb.Size = New System.Drawing.Size(201, 23)
  390. Me.備註_tb.TabIndex = 999
  391. '
  392. '停用料號_ch
  393. '
  394. Me.停用料號_ch.AutoSize = True
  395. Me.停用料號_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  396. Me.停用料號_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  397. Me.停用料號_ch.Location = New System.Drawing.Point(626, 5)
  398. Me.停用料號_ch.Name = "停用料號_ch"
  399. Me.停用料號_ch.Size = New System.Drawing.Size(75, 20)
  400. Me.停用料號_ch.TabIndex = 1001
  401. Me.停用料號_ch.Text = "停用料號"
  402. Me.停用料號_ch.UseVisualStyleBackColor = True
  403. '
  404. '檔名讀取_tb
  405. '
  406. Me.檔名讀取_tb.AllowDrop = True
  407. Me.檔名讀取_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  408. Me.檔名讀取_tb.ForeColor = System.Drawing.Color.Black
  409. Me.檔名讀取_tb.Location = New System.Drawing.Point(144, 471)
  410. Me.檔名讀取_tb.Multiline = True
  411. Me.檔名讀取_tb.Name = "檔名讀取_tb"
  412. Me.檔名讀取_tb.Size = New System.Drawing.Size(25, 23)
  413. Me.檔名讀取_tb.TabIndex = 1010
  414. '
  415. 'Label10
  416. '
  417. Me.Label10.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  418. Me.Label10.AutoSize = True
  419. Me.Label10.Location = New System.Drawing.Point(929, 365)
  420. Me.Label10.Name = "Label10"
  421. Me.Label10.Size = New System.Drawing.Size(56, 16)
  422. Me.Label10.TabIndex = 1009
  423. Me.Label10.Text = "檔案名稱"
  424. '
  425. '檔案名稱_tb
  426. '
  427. Me.檔案名稱_tb.AllowDrop = True
  428. Me.檔案名稱_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  429. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  430. Me.檔案名稱_tb.ForeColor = System.Drawing.Color.Black
  431. Me.檔案名稱_tb.Location = New System.Drawing.Point(983, 362)
  432. Me.檔案名稱_tb.Name = "檔案名稱_tb"
  433. Me.檔案名稱_tb.Size = New System.Drawing.Size(253, 23)
  434. Me.檔案名稱_tb.TabIndex = 1008
  435. '
  436. 'Label11
  437. '
  438. Me.Label11.AutoSize = True
  439. Me.Label11.ForeColor = System.Drawing.Color.Red
  440. Me.Label11.Location = New System.Drawing.Point(933, 27)
  441. Me.Label11.Name = "Label11"
  442. Me.Label11.Size = New System.Drawing.Size(244, 32)
  443. Me.Label11.TabIndex = 1007
  444. Me.Label11.Text = "如檔案無法拖曳至伺服器FTP文件夾,請修改" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "檔案名稱不要帶有中文字或是符號"
  445. '
  446. 'Label12
  447. '
  448. Me.Label12.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  449. Me.Label12.AutoSize = True
  450. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  451. Me.Label12.Location = New System.Drawing.Point(936, 388)
  452. Me.Label12.Name = "Label12"
  453. Me.Label12.Size = New System.Drawing.Size(108, 17)
  454. Me.Label12.TabIndex = 1006
  455. Me.Label12.Text = "伺服器FTP文件夾"
  456. '
  457. 'Label13
  458. '
  459. Me.Label13.AutoSize = True
  460. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  461. Me.Label13.Location = New System.Drawing.Point(933, 6)
  462. Me.Label13.Name = "Label13"
  463. Me.Label13.Size = New System.Drawing.Size(56, 16)
  464. Me.Label13.TabIndex = 1005
  465. Me.Label13.Text = "我的電腦"
  466. '
  467. '讀取資料夾路徑_bt
  468. '
  469. Me.讀取資料夾路徑_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  470. Me.讀取資料夾路徑_bt.ForeColor = System.Drawing.Color.Blue
  471. Me.讀取資料夾路徑_bt.Location = New System.Drawing.Point(989, 2)
  472. Me.讀取資料夾路徑_bt.Name = "讀取資料夾路徑_bt"
  473. Me.讀取資料夾路徑_bt.Size = New System.Drawing.Size(90, 25)
  474. Me.讀取資料夾路徑_bt.TabIndex = 1004
  475. Me.讀取資料夾路徑_bt.Text = "讀取料夾路徑"
  476. Me.讀取資料夾路徑_bt.UseVisualStyleBackColor = True
  477. '
  478. '本機資料夾_wb
  479. '
  480. Me.本機資料夾_wb.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  481. Or System.Windows.Forms.AnchorStyles.Left) _
  482. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  483. Me.本機資料夾_wb.Location = New System.Drawing.Point(936, 62)
  484. Me.本機資料夾_wb.MinimumSize = New System.Drawing.Size(20, 20)
  485. Me.本機資料夾_wb.Name = "本機資料夾_wb"
  486. Me.本機資料夾_wb.Size = New System.Drawing.Size(301, 294)
  487. Me.本機資料夾_wb.TabIndex = 1003
  488. Me.本機資料夾_wb.Url = New System.Uri("", System.UriKind.Relative)
  489. '
  490. 'FTP資料夾_wb
  491. '
  492. Me.FTP資料夾_wb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  493. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  494. Me.FTP資料夾_wb.Location = New System.Drawing.Point(936, 408)
  495. Me.FTP資料夾_wb.MinimumSize = New System.Drawing.Size(20, 20)
  496. Me.FTP資料夾_wb.Name = "FTP資料夾_wb"
  497. Me.FTP資料夾_wb.Size = New System.Drawing.Size(301, 198)
  498. Me.FTP資料夾_wb.TabIndex = 1002
  499. Me.FTP資料夾_wb.Url = New System.Uri("", System.UriKind.Relative)
  500. '
  501. '無圖料號_dgv
  502. '
  503. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  504. Me.無圖料號_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  505. Me.無圖料號_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  506. Me.無圖料號_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  507. Me.無圖料號_dgv.Location = New System.Drawing.Point(821, 45)
  508. Me.無圖料號_dgv.Name = "無圖料號_dgv"
  509. Me.無圖料號_dgv.RowHeadersWidth = 5
  510. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  511. Me.無圖料號_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  512. Me.無圖料號_dgv.RowTemplate.Height = 24
  513. Me.無圖料號_dgv.Size = New System.Drawing.Size(109, 89)
  514. Me.無圖料號_dgv.TabIndex = 1011
  515. '
  516. 'Label14
  517. '
  518. Me.Label14.AutoSize = True
  519. Me.Label14.Location = New System.Drawing.Point(825, 4)
  520. Me.Label14.Name = "Label14"
  521. Me.Label14.Size = New System.Drawing.Size(104, 16)
  522. Me.Label14.TabIndex = 1012
  523. Me.Label14.Text = "未指定圖片的料號"
  524. '
  525. 'SaveFileDialog1
  526. '
  527. Me.SaveFileDialog1.DefaultExt = "jpg"
  528. Me.SaveFileDialog1.SupportMultiDottedExtensions = True
  529. Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑"
  530. '
  531. '修改圖片_bt
  532. '
  533. Me.修改圖片_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  534. Me.修改圖片_bt.ForeColor = System.Drawing.Color.Green
  535. Me.修改圖片_bt.Location = New System.Drawing.Point(1161, 2)
  536. Me.修改圖片_bt.Name = "修改圖片_bt"
  537. Me.修改圖片_bt.Size = New System.Drawing.Size(77, 25)
  538. Me.修改圖片_bt.TabIndex = 1015
  539. Me.修改圖片_bt.Text = "圖片修改"
  540. Me.修改圖片_bt.UseVisualStyleBackColor = True
  541. '
  542. '刪除圖檔_bt
  543. '
  544. Me.刪除圖檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  545. Me.刪除圖檔_bt.ForeColor = System.Drawing.Color.Red
  546. Me.刪除圖檔_bt.Location = New System.Drawing.Point(610, 84)
  547. Me.刪除圖檔_bt.Name = "刪除圖檔_bt"
  548. Me.刪除圖檔_bt.Size = New System.Drawing.Size(91, 25)
  549. Me.刪除圖檔_bt.TabIndex = 1014
  550. Me.刪除圖檔_bt.Text = "刪除圖檔"
  551. Me.刪除圖檔_bt.UseVisualStyleBackColor = True
  552. '
  553. '圖檔入系統_bt
  554. '
  555. Me.圖檔入系統_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  556. Me.圖檔入系統_bt.ForeColor = System.Drawing.Color.Green
  557. Me.圖檔入系統_bt.Location = New System.Drawing.Point(1082, 2)
  558. Me.圖檔入系統_bt.Name = "圖檔入系統_bt"
  559. Me.圖檔入系統_bt.Size = New System.Drawing.Size(77, 25)
  560. Me.圖檔入系統_bt.TabIndex = 1013
  561. Me.圖檔入系統_bt.Text = "圖檔入系統"
  562. Me.圖檔入系統_bt.UseVisualStyleBackColor = True
  563. '
  564. '下載圖檔_bt
  565. '
  566. Me.下載圖檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  567. Me.下載圖檔_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  568. Me.下載圖檔_bt.Location = New System.Drawing.Point(1174, 32)
  569. Me.下載圖檔_bt.Name = "下載圖檔_bt"
  570. Me.下載圖檔_bt.Size = New System.Drawing.Size(64, 25)
  571. Me.下載圖檔_bt.TabIndex = 1111
  572. Me.下載圖檔_bt.Text = "下載圖片"
  573. Me.下載圖檔_bt.UseVisualStyleBackColor = True
  574. '
  575. '圖片用料號_tb
  576. '
  577. Me.圖片用料號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  578. Me.圖片用料號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  579. Me.圖片用料號_tb.Location = New System.Drawing.Point(821, 21)
  580. Me.圖片用料號_tb.Name = "圖片用料號_tb"
  581. Me.圖片用料號_tb.Size = New System.Drawing.Size(109, 23)
  582. Me.圖片用料號_tb.TabIndex = 1112
  583. Me.圖片用料號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  584. '
  585. 'ContextMenuStrip1
  586. '
  587. 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})
  588. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  589. Me.ContextMenuStrip1.Size = New System.Drawing.Size(147, 242)
  590. '
  591. '重新整理ToolStripMenuItem
  592. '
  593. Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem"
  594. Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(146, 22)
  595. Me.重新整理ToolStripMenuItem.Text = "重新整理"
  596. '
  597. '關鍵字查詢ToolStripMenuItem
  598. '
  599. Me.關鍵字查詢ToolStripMenuItem.Name = "關鍵字查詢ToolStripMenuItem"
  600. Me.關鍵字查詢ToolStripMenuItem.Size = New System.Drawing.Size(146, 22)
  601. Me.關鍵字查詢ToolStripMenuItem.Text = "關鍵字查詢"
  602. '
  603. 'ToolStripSeparator1
  604. '
  605. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  606. Me.ToolStripSeparator1.Size = New System.Drawing.Size(143, 6)
  607. '
  608. '新增物料資料ToolStripMenuItem
  609. '
  610. Me.新增物料資料ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  611. Me.新增物料資料ToolStripMenuItem.Name = "新增物料資料ToolStripMenuItem"
  612. Me.新增物料資料ToolStripMenuItem.Size = New System.Drawing.Size(146, 22)
  613. Me.新增物料資料ToolStripMenuItem.Text = "新增物料資料"
  614. '
  615. '資料存檔ToolStripMenuItem
  616. '
  617. Me.資料存檔ToolStripMenuItem.ForeColor = System.Drawing.Color.Green
  618. Me.資料存檔ToolStripMenuItem.Name = "資料存檔ToolStripMenuItem"
  619. Me.資料存檔ToolStripMenuItem.Size = New System.Drawing.Size(146, 22)
  620. Me.資料存檔ToolStripMenuItem.Text = "資料存檔"
  621. '
  622. '下載圖片ToolStripMenuItem
  623. '
  624. Me.下載圖片ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  625. Me.下載圖片ToolStripMenuItem.Name = "下載圖片ToolStripMenuItem"
  626. Me.下載圖片ToolStripMenuItem.Size = New System.Drawing.Size(146, 22)
  627. Me.下載圖片ToolStripMenuItem.Text = "下載圖片"
  628. '
  629. 'ToolStripSeparator2
  630. '
  631. Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
  632. Me.ToolStripSeparator2.Size = New System.Drawing.Size(143, 6)
  633. '
  634. '讀取料夾路徑ToolStripMenuItem
  635. '
  636. Me.讀取料夾路徑ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  637. Me.讀取料夾路徑ToolStripMenuItem.Name = "讀取料夾路徑ToolStripMenuItem"
  638. Me.讀取料夾路徑ToolStripMenuItem.Size = New System.Drawing.Size(146, 22)
  639. Me.讀取料夾路徑ToolStripMenuItem.Text = "讀取料夾路徑"
  640. '
  641. '圖檔入系統ToolStripMenuItem
  642. '
  643. Me.圖檔入系統ToolStripMenuItem.ForeColor = System.Drawing.Color.Green
  644. Me.圖檔入系統ToolStripMenuItem.Name = "圖檔入系統ToolStripMenuItem"
  645. Me.圖檔入系統ToolStripMenuItem.Size = New System.Drawing.Size(146, 22)
  646. Me.圖檔入系統ToolStripMenuItem.Text = "圖檔入系統"
  647. '
  648. '圖片修改ToolStripMenuItem
  649. '
  650. Me.圖片修改ToolStripMenuItem.ForeColor = System.Drawing.Color.Green
  651. Me.圖片修改ToolStripMenuItem.Name = "圖片修改ToolStripMenuItem"
  652. Me.圖片修改ToolStripMenuItem.Size = New System.Drawing.Size(146, 22)
  653. Me.圖片修改ToolStripMenuItem.Text = "圖片修改"
  654. '
  655. '刪除圖檔ToolStripMenuItem
  656. '
  657. Me.刪除圖檔ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
  658. Me.刪除圖檔ToolStripMenuItem.Name = "刪除圖檔ToolStripMenuItem"
  659. Me.刪除圖檔ToolStripMenuItem.Size = New System.Drawing.Size(146, 22)
  660. Me.刪除圖檔ToolStripMenuItem.Text = "刪除圖檔"
  661. '
  662. 'ToolStripSeparator3
  663. '
  664. Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
  665. Me.ToolStripSeparator3.Size = New System.Drawing.Size(143, 6)
  666. '
  667. '資料刪除ToolStripMenuItem
  668. '
  669. Me.資料刪除ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
  670. Me.資料刪除ToolStripMenuItem.Name = "資料刪除ToolStripMenuItem"
  671. Me.資料刪除ToolStripMenuItem.Size = New System.Drawing.Size(146, 22)
  672. Me.資料刪除ToolStripMenuItem.Text = "刪除物料"
  673. '
  674. '批量修改_ch
  675. '
  676. Me.批量修改_ch.AutoSize = True
  677. Me.批量修改_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  678. Me.批量修改_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  679. Me.批量修改_ch.Location = New System.Drawing.Point(384, 84)
  680. Me.批量修改_ch.Name = "批量修改_ch"
  681. Me.批量修改_ch.Size = New System.Drawing.Size(75, 20)
  682. Me.批量修改_ch.TabIndex = 1113
  683. Me.批量修改_ch.Text = "批量修改"
  684. Me.批量修改_ch.UseVisualStyleBackColor = True
  685. '
  686. '批量存檔_bt
  687. '
  688. Me.批量存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  689. Me.批量存檔_bt.ForeColor = System.Drawing.Color.Green
  690. Me.批量存檔_bt.Location = New System.Drawing.Point(455, 79)
  691. Me.批量存檔_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  692. Me.批量存檔_bt.Name = "批量存檔_bt"
  693. Me.批量存檔_bt.Size = New System.Drawing.Size(102, 25)
  694. Me.批量存檔_bt.TabIndex = 1114
  695. Me.批量存檔_bt.Text = "批量修改存檔"
  696. Me.批量存檔_bt.UseVisualStyleBackColor = True
  697. '
  698. '下載檔名_tb
  699. '
  700. Me.下載檔名_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  701. Me.下載檔名_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  702. Me.下載檔名_tb.Location = New System.Drawing.Point(221, 471)
  703. Me.下載檔名_tb.Name = "下載檔名_tb"
  704. Me.下載檔名_tb.Size = New System.Drawing.Size(40, 23)
  705. Me.下載檔名_tb.TabIndex = 1115
  706. Me.下載檔名_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  707. '
  708. 'Label15
  709. '
  710. Me.Label15.AutoSize = True
  711. Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  712. Me.Label15.ForeColor = System.Drawing.Color.Red
  713. Me.Label15.Location = New System.Drawing.Point(251, 107)
  714. Me.Label15.Name = "Label15"
  715. Me.Label15.Size = New System.Drawing.Size(459, 24)
  716. Me.Label15.TabIndex = 1116
  717. Me.Label15.Text = "新增物料時,如果物料 屬於零件頁碼 請用 ""000"" 開頭"
  718. '
  719. '最低庫存量_nud
  720. '
  721. Me.最低庫存量_nud.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  722. Me.最低庫存量_nud.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  723. Me.最低庫存量_nud.Location = New System.Drawing.Point(655, 54)
  724. Me.最低庫存量_nud.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  725. Me.最低庫存量_nud.Name = "最低庫存量_nud"
  726. Me.最低庫存量_nud.Size = New System.Drawing.Size(47, 23)
  727. Me.最低庫存量_nud.TabIndex = 1118
  728. Me.最低庫存量_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  729. '
  730. 'Label16
  731. '
  732. Me.Label16.AutoSize = True
  733. Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  734. Me.Label16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  735. Me.Label16.Location = New System.Drawing.Point(623, 57)
  736. Me.Label16.Name = "Label16"
  737. Me.Label16.Size = New System.Drawing.Size(32, 16)
  738. Me.Label16.TabIndex = 1117
  739. Me.Label16.Text = "最低"
  740. '
  741. '導入EXCEL_bt
  742. '
  743. Me.導入EXCEL_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  744. Me.導入EXCEL_bt.ForeColor = System.Drawing.Color.Black
  745. Me.導入EXCEL_bt.Location = New System.Drawing.Point(7, 107)
  746. Me.導入EXCEL_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  747. Me.導入EXCEL_bt.Name = "導入EXCEL_bt"
  748. Me.導入EXCEL_bt.Size = New System.Drawing.Size(120, 25)
  749. Me.導入EXCEL_bt.TabIndex = 1119
  750. Me.導入EXCEL_bt.Text = "導入EXCEL"
  751. Me.導入EXCEL_bt.UseVisualStyleBackColor = True
  752. '
  753. '導出EXCEL_bt
  754. '
  755. Me.導出EXCEL_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  756. Me.導出EXCEL_bt.ForeColor = System.Drawing.Color.Black
  757. Me.導出EXCEL_bt.Location = New System.Drawing.Point(133, 107)
  758. Me.導出EXCEL_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  759. Me.導出EXCEL_bt.Name = "導出EXCEL_bt"
  760. Me.導出EXCEL_bt.Size = New System.Drawing.Size(120, 25)
  761. Me.導出EXCEL_bt.TabIndex = 1120
  762. Me.導出EXCEL_bt.Text = "導出EXCEL"
  763. Me.導出EXCEL_bt.UseVisualStyleBackColor = True
  764. '
  765. 'OpenFileDialog1
  766. '
  767. Me.OpenFileDialog1.FileName = "OpenFileDialog1"
  768. '
  769. '物料資料庫
  770. '
  771. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  772. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  773. Me.ClientSize = New System.Drawing.Size(1249, 611)
  774. Me.ContextMenuStrip = Me.ContextMenuStrip1
  775. Me.Controls.Add(Me.導出EXCEL_bt)
  776. Me.Controls.Add(Me.導入EXCEL_bt)
  777. Me.Controls.Add(Me.最低庫存量_nud)
  778. Me.Controls.Add(Me.Label16)
  779. Me.Controls.Add(Me.下載檔名_tb)
  780. Me.Controls.Add(Me.批量存檔_bt)
  781. Me.Controls.Add(Me.批量修改_ch)
  782. Me.Controls.Add(Me.圖片用料號_tb)
  783. Me.Controls.Add(Me.下載圖檔_bt)
  784. Me.Controls.Add(Me.修改圖片_bt)
  785. Me.Controls.Add(Me.刪除圖檔_bt)
  786. Me.Controls.Add(Me.圖檔入系統_bt)
  787. Me.Controls.Add(Me.Label14)
  788. Me.Controls.Add(Me.檔名讀取_tb)
  789. Me.Controls.Add(Me.檔案名稱_tb)
  790. Me.Controls.Add(Me.Label12)
  791. Me.Controls.Add(Me.Label13)
  792. Me.Controls.Add(Me.讀取資料夾路徑_bt)
  793. Me.Controls.Add(Me.本機資料夾_wb)
  794. Me.Controls.Add(Me.FTP資料夾_wb)
  795. Me.Controls.Add(Me.備註_tb)
  796. Me.Controls.Add(Me.圖片編碼_tb)
  797. Me.Controls.Add(Me.單筆存檔_bt)
  798. Me.Controls.Add(Me.關鍵字查詢_bt)
  799. Me.Controls.Add(Me.新增物料資料)
  800. Me.Controls.Add(Me.件數_nud)
  801. Me.Controls.Add(Me.售價_nud)
  802. Me.Controls.Add(Me.成本_nud)
  803. Me.Controls.Add(Me.Label6)
  804. Me.Controls.Add(Me.Label5)
  805. Me.Controls.Add(Me.材質_tb)
  806. Me.Controls.Add(Me.Label4)
  807. Me.Controls.Add(Me.尺寸_tb)
  808. Me.Controls.Add(Me.Label3)
  809. Me.Controls.Add(Me.品名_tb)
  810. Me.Controls.Add(Me.頁碼_tb)
  811. Me.Controls.Add(Me.料號_tb)
  812. Me.Controls.Add(Me.頁碼_cb)
  813. Me.Controls.Add(Me.Label27)
  814. Me.Controls.Add(Me.Label9)
  815. Me.Controls.Add(Me.Label8)
  816. Me.Controls.Add(Me.Label7)
  817. Me.Controls.Add(Me.Label11)
  818. Me.Controls.Add(Me.Label2)
  819. Me.Controls.Add(Me.Label1)
  820. Me.Controls.Add(Me.停用料號_ch)
  821. Me.Controls.Add(Me.物料清單_dgv)
  822. Me.Controls.Add(Me.無圖料號_dgv)
  823. Me.Controls.Add(Me.物料圖_pb)
  824. Me.Controls.Add(Me.Label10)
  825. Me.Controls.Add(Me.Label15)
  826. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  827. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  828. Me.Name = "物料資料庫"
  829. Me.Text = "物料資料庫"
  830. CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  831. CType(Me.成本_nud, System.ComponentModel.ISupportInitialize).EndInit()
  832. CType(Me.售價_nud, System.ComponentModel.ISupportInitialize).EndInit()
  833. CType(Me.件數_nud, System.ComponentModel.ISupportInitialize).EndInit()
  834. CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).EndInit()
  835. CType(Me.無圖料號_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  836. Me.ContextMenuStrip1.ResumeLayout(False)
  837. CType(Me.最低庫存量_nud, System.ComponentModel.ISupportInitialize).EndInit()
  838. Me.ResumeLayout(False)
  839. Me.PerformLayout()
  840. End Sub
  841. Friend WithEvents 物料清單_dgv As DataGridView
  842. Friend WithEvents 頁碼_cb As ComboBox
  843. Friend WithEvents Label27 As Label
  844. Friend WithEvents Label1 As Label
  845. Friend WithEvents 料號_tb As TextBox
  846. Friend WithEvents Label2 As Label
  847. Friend WithEvents 頁碼_tb As TextBox
  848. Friend WithEvents Label3 As Label
  849. Friend WithEvents 品名_tb As TextBox
  850. Friend WithEvents Label4 As Label
  851. Friend WithEvents 尺寸_tb As TextBox
  852. Friend WithEvents Label5 As Label
  853. Friend WithEvents 材質_tb As TextBox
  854. Friend WithEvents Label6 As Label
  855. Friend WithEvents Label7 As Label
  856. Friend WithEvents Label8 As Label
  857. Friend WithEvents 成本_nud As NumericUpDown
  858. Friend WithEvents 售價_nud As NumericUpDown
  859. Friend WithEvents 件數_nud As NumericUpDown
  860. Friend WithEvents 單筆存檔_bt As Button
  861. Friend WithEvents 關鍵字查詢_bt As Button
  862. Friend WithEvents 新增物料資料 As Button
  863. Friend WithEvents 物料圖_pb As PictureBox
  864. Friend WithEvents 圖片編碼_tb As TextBox
  865. Friend WithEvents Label9 As Label
  866. Friend WithEvents 備註_tb As TextBox
  867. Friend WithEvents 停用料號_ch As CheckBox
  868. Friend WithEvents 檔名讀取_tb As TextBox
  869. Friend WithEvents Label10 As Label
  870. Friend WithEvents 檔案名稱_tb As TextBox
  871. Friend WithEvents Label11 As Label
  872. Friend WithEvents Label12 As Label
  873. Friend WithEvents Label13 As Label
  874. Friend WithEvents 讀取資料夾路徑_bt As Button
  875. Friend WithEvents 本機資料夾_wb As WebBrowser
  876. Friend WithEvents FTP資料夾_wb As WebBrowser
  877. Friend WithEvents 無圖料號_dgv As DataGridView
  878. Friend WithEvents Label14 As Label
  879. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  880. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  881. Friend WithEvents 修改圖片_bt As Button
  882. Friend WithEvents 刪除圖檔_bt As Button
  883. Friend WithEvents 圖檔入系統_bt As Button
  884. Friend WithEvents 下載圖檔_bt As Button
  885. Friend WithEvents 圖片用料號_tb As TextBox
  886. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  887. Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem
  888. Friend WithEvents 關鍵字查詢ToolStripMenuItem As ToolStripMenuItem
  889. Friend WithEvents 新增物料資料ToolStripMenuItem As ToolStripMenuItem
  890. Friend WithEvents 資料存檔ToolStripMenuItem As ToolStripMenuItem
  891. Friend WithEvents 下載圖片ToolStripMenuItem As ToolStripMenuItem
  892. Friend WithEvents 讀取料夾路徑ToolStripMenuItem As ToolStripMenuItem
  893. Friend WithEvents 圖檔入系統ToolStripMenuItem As ToolStripMenuItem
  894. Friend WithEvents 圖片修改ToolStripMenuItem As ToolStripMenuItem
  895. Friend WithEvents 刪除圖檔ToolStripMenuItem As ToolStripMenuItem
  896. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  897. Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
  898. Friend WithEvents ToolStripSeparator3 As ToolStripSeparator
  899. Friend WithEvents 資料刪除ToolStripMenuItem As ToolStripMenuItem
  900. Friend WithEvents 批量修改_ch As CheckBox
  901. Friend WithEvents 批量存檔_bt As Button
  902. Friend WithEvents 下載檔名_tb As TextBox
  903. Friend WithEvents Label15 As Label
  904. Friend WithEvents 最低庫存量_nud As NumericUpDown
  905. Friend WithEvents Label16 As Label
  906. Friend WithEvents 導入EXCEL_bt As Button
  907. Friend WithEvents 導出EXCEL_bt As Button
  908. Friend WithEvents OpenFileDialog1 As OpenFileDialog
  909. End Class