Brak opisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

物料資料庫.Designer.vb 50KB

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