暫無描述
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 48KB

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 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.DataGridView1 = New System.Windows.Forms.DataGridView()
  28. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  29. Me.Label27 = New System.Windows.Forms.Label()
  30. Me.Label1 = New System.Windows.Forms.Label()
  31. Me.TextBox1 = New System.Windows.Forms.TextBox()
  32. Me.Label2 = New System.Windows.Forms.Label()
  33. Me.TextBox2 = New System.Windows.Forms.TextBox()
  34. Me.Label3 = New System.Windows.Forms.Label()
  35. Me.TextBox3 = New System.Windows.Forms.TextBox()
  36. Me.Label4 = New System.Windows.Forms.Label()
  37. Me.TextBox4 = New System.Windows.Forms.TextBox()
  38. Me.Label5 = New System.Windows.Forms.Label()
  39. Me.TextBox5 = 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.NumericUpDown1 = New System.Windows.Forms.NumericUpDown()
  44. Me.NumericUpDown2 = New System.Windows.Forms.NumericUpDown()
  45. Me.NumericUpDown3 = New System.Windows.Forms.NumericUpDown()
  46. Me.Button4 = New System.Windows.Forms.Button()
  47. Me.Button3 = New System.Windows.Forms.Button()
  48. Me.Button6 = New System.Windows.Forms.Button()
  49. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  50. Me.TextBox6 = New System.Windows.Forms.TextBox()
  51. Me.Label9 = New System.Windows.Forms.Label()
  52. Me.TextBox7 = New System.Windows.Forms.TextBox()
  53. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  54. Me.TextBox8 = New System.Windows.Forms.TextBox()
  55. Me.Label10 = New System.Windows.Forms.Label()
  56. Me.TextBox9 = 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.Button14 = New System.Windows.Forms.Button()
  61. Me.WebBrowser2 = New System.Windows.Forms.WebBrowser()
  62. Me.WebBrowser1 = New System.Windows.Forms.WebBrowser()
  63. Me.DataGridView2 = 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.Button1 = New System.Windows.Forms.Button()
  68. Me.Button2 = New System.Windows.Forms.Button()
  69. Me.Button5 = New System.Windows.Forms.Button()
  70. Me.Button7 = New System.Windows.Forms.Button()
  71. Me.TextBox10 = 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.CheckBox2 = New System.Windows.Forms.CheckBox()
  87. Me.Button8 = New System.Windows.Forms.Button()
  88. Me.TextBox11 = New System.Windows.Forms.TextBox()
  89. Me.Label15 = New System.Windows.Forms.Label()
  90. Me.NumericUpDown4 = New System.Windows.Forms.NumericUpDown()
  91. Me.Label16 = New System.Windows.Forms.Label()
  92. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  93. CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit()
  94. CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).BeginInit()
  95. CType(Me.NumericUpDown3, System.ComponentModel.ISupportInitialize).BeginInit()
  96. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  97. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  98. Me.ContextMenuStrip1.SuspendLayout()
  99. CType(Me.NumericUpDown4, System.ComponentModel.ISupportInitialize).BeginInit()
  100. Me.SuspendLayout()
  101. '
  102. 'DataGridView1
  103. '
  104. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  105. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  106. Me.DataGridView1.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.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  109. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  110. Me.DataGridView1.Location = New System.Drawing.Point(6, 137)
  111. Me.DataGridView1.Name = "DataGridView1"
  112. Me.DataGridView1.RowHeadersWidth = 5
  113. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  114. Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle2
  115. Me.DataGridView1.RowTemplate.Height = 24
  116. Me.DataGridView1.Size = New System.Drawing.Size(924, 470)
  117. Me.DataGridView1.TabIndex = 667
  118. '
  119. 'ComboBox1
  120. '
  121. Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  122. Me.ComboBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  123. Me.ComboBox1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  124. Me.ComboBox1.FormattingEnabled = True
  125. Me.ComboBox1.Items.AddRange(New Object() {"男", "女", "NA"})
  126. Me.ComboBox1.Location = New System.Drawing.Point(286, 54)
  127. Me.ComboBox1.Name = "ComboBox1"
  128. Me.ComboBox1.Size = New System.Drawing.Size(90, 24)
  129. Me.ComboBox1.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. 'TextBox1
  154. '
  155. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  156. Me.TextBox1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  157. Me.TextBox1.Location = New System.Drawing.Point(37, 3)
  158. Me.TextBox1.Name = "TextBox1"
  159. Me.TextBox1.Size = New System.Drawing.Size(121, 23)
  160. Me.TextBox1.TabIndex = 952
  161. Me.TextBox1.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. 'TextBox2
  175. '
  176. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  177. Me.TextBox2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  178. Me.TextBox2.ImeMode = System.Windows.Forms.ImeMode.Disable
  179. Me.TextBox2.Location = New System.Drawing.Point(37, 29)
  180. Me.TextBox2.Name = "TextBox2"
  181. Me.TextBox2.Size = New System.Drawing.Size(90, 23)
  182. Me.TextBox2.TabIndex = 954
  183. Me.TextBox2.Text = "0"
  184. Me.TextBox2.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. 'TextBox3
  198. '
  199. Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  200. Me.TextBox3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  201. Me.TextBox3.Location = New System.Drawing.Point(197, 3)
  202. Me.TextBox3.Name = "TextBox3"
  203. Me.TextBox3.Size = New System.Drawing.Size(414, 23)
  204. Me.TextBox3.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. 'TextBox4
  218. '
  219. Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  220. Me.TextBox4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  221. Me.TextBox4.Location = New System.Drawing.Point(162, 29)
  222. Me.TextBox4.Name = "TextBox4"
  223. Me.TextBox4.Size = New System.Drawing.Size(214, 23)
  224. Me.TextBox4.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. 'TextBox5
  238. '
  239. Me.TextBox5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  240. Me.TextBox5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  241. Me.TextBox5.Location = New System.Drawing.Point(410, 29)
  242. Me.TextBox5.Name = "TextBox5"
  243. Me.TextBox5.Size = New System.Drawing.Size(201, 23)
  244. Me.TextBox5.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. 'NumericUpDown1
  280. '
  281. Me.NumericUpDown1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  282. Me.NumericUpDown1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  283. Me.NumericUpDown1.Location = New System.Drawing.Point(37, 55)
  284. Me.NumericUpDown1.Maximum = New Decimal(New Integer() {100000, 0, 0, 0})
  285. Me.NumericUpDown1.Name = "NumericUpDown1"
  286. Me.NumericUpDown1.Size = New System.Drawing.Size(90, 23)
  287. Me.NumericUpDown1.TabIndex = 968
  288. Me.NumericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  289. '
  290. 'NumericUpDown2
  291. '
  292. Me.NumericUpDown2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  293. Me.NumericUpDown2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  294. Me.NumericUpDown2.Location = New System.Drawing.Point(163, 55)
  295. Me.NumericUpDown2.Maximum = New Decimal(New Integer() {100000, 0, 0, 0})
  296. Me.NumericUpDown2.Name = "NumericUpDown2"
  297. Me.NumericUpDown2.Size = New System.Drawing.Size(90, 23)
  298. Me.NumericUpDown2.TabIndex = 969
  299. Me.NumericUpDown2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  300. '
  301. 'NumericUpDown3
  302. '
  303. Me.NumericUpDown3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  304. Me.NumericUpDown3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  305. Me.NumericUpDown3.Location = New System.Drawing.Point(654, 29)
  306. Me.NumericUpDown3.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  307. Me.NumericUpDown3.Name = "NumericUpDown3"
  308. Me.NumericUpDown3.Size = New System.Drawing.Size(47, 23)
  309. Me.NumericUpDown3.TabIndex = 970
  310. Me.NumericUpDown3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  311. '
  312. 'Button4
  313. '
  314. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  315. Me.Button4.ForeColor = System.Drawing.Color.Green
  316. Me.Button4.Location = New System.Drawing.Point(258, 79)
  317. Me.Button4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  318. Me.Button4.Name = "Button4"
  319. Me.Button4.Size = New System.Drawing.Size(120, 25)
  320. Me.Button4.TabIndex = 996
  321. Me.Button4.Text = "資料存檔"
  322. Me.Button4.UseVisualStyleBackColor = True
  323. '
  324. 'Button3
  325. '
  326. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  327. Me.Button3.ForeColor = System.Drawing.Color.Black
  328. Me.Button3.Location = New System.Drawing.Point(7, 79)
  329. Me.Button3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  330. Me.Button3.Name = "Button3"
  331. Me.Button3.Size = New System.Drawing.Size(120, 25)
  332. Me.Button3.TabIndex = 995
  333. Me.Button3.Text = "關鍵字查詢"
  334. Me.Button3.UseVisualStyleBackColor = True
  335. '
  336. 'Button6
  337. '
  338. Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  339. Me.Button6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  340. Me.Button6.Location = New System.Drawing.Point(133, 79)
  341. Me.Button6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  342. Me.Button6.Name = "Button6"
  343. Me.Button6.Size = New System.Drawing.Size(120, 25)
  344. Me.Button6.TabIndex = 994
  345. Me.Button6.Text = "新增物料資料"
  346. Me.Button6.UseVisualStyleBackColor = True
  347. '
  348. 'PictureBox1
  349. '
  350. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  351. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  352. Me.PictureBox1.Location = New System.Drawing.Point(706, 4)
  353. Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  354. Me.PictureBox1.Name = "PictureBox1"
  355. Me.PictureBox1.Size = New System.Drawing.Size(109, 130)
  356. Me.PictureBox1.TabIndex = 997
  357. Me.PictureBox1.TabStop = False
  358. '
  359. 'TextBox6
  360. '
  361. Me.TextBox6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  362. Me.TextBox6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  363. Me.TextBox6.Location = New System.Drawing.Point(175, 471)
  364. Me.TextBox6.Name = "TextBox6"
  365. Me.TextBox6.Size = New System.Drawing.Size(40, 23)
  366. Me.TextBox6.TabIndex = 998
  367. Me.TextBox6.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. 'TextBox7
  381. '
  382. Me.TextBox7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  383. Me.TextBox7.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  384. Me.TextBox7.Location = New System.Drawing.Point(410, 55)
  385. Me.TextBox7.Name = "TextBox7"
  386. Me.TextBox7.Size = New System.Drawing.Size(201, 23)
  387. Me.TextBox7.TabIndex = 999
  388. '
  389. 'CheckBox1
  390. '
  391. Me.CheckBox1.AutoSize = True
  392. Me.CheckBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  393. Me.CheckBox1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  394. Me.CheckBox1.Location = New System.Drawing.Point(626, 5)
  395. Me.CheckBox1.Name = "CheckBox1"
  396. Me.CheckBox1.Size = New System.Drawing.Size(75, 20)
  397. Me.CheckBox1.TabIndex = 1001
  398. Me.CheckBox1.Text = "停用料號"
  399. Me.CheckBox1.UseVisualStyleBackColor = True
  400. '
  401. 'TextBox8
  402. '
  403. Me.TextBox8.AllowDrop = True
  404. Me.TextBox8.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  405. Me.TextBox8.ForeColor = System.Drawing.Color.Black
  406. Me.TextBox8.Location = New System.Drawing.Point(144, 471)
  407. Me.TextBox8.Multiline = True
  408. Me.TextBox8.Name = "TextBox8"
  409. Me.TextBox8.Size = New System.Drawing.Size(25, 23)
  410. Me.TextBox8.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. 'TextBox9
  423. '
  424. Me.TextBox9.AllowDrop = True
  425. Me.TextBox9.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.TextBox9.ForeColor = System.Drawing.Color.Black
  428. Me.TextBox9.Location = New System.Drawing.Point(983, 362)
  429. Me.TextBox9.Name = "TextBox9"
  430. Me.TextBox9.Size = New System.Drawing.Size(253, 23)
  431. Me.TextBox9.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. 'Button14
  465. '
  466. Me.Button14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  467. Me.Button14.ForeColor = System.Drawing.Color.Blue
  468. Me.Button14.Location = New System.Drawing.Point(989, 2)
  469. Me.Button14.Name = "Button14"
  470. Me.Button14.Size = New System.Drawing.Size(90, 25)
  471. Me.Button14.TabIndex = 1004
  472. Me.Button14.Text = "讀取料夾路徑"
  473. Me.Button14.UseVisualStyleBackColor = True
  474. '
  475. 'WebBrowser2
  476. '
  477. Me.WebBrowser2.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.WebBrowser2.Location = New System.Drawing.Point(936, 62)
  481. Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20)
  482. Me.WebBrowser2.Name = "WebBrowser2"
  483. Me.WebBrowser2.Size = New System.Drawing.Size(301, 294)
  484. Me.WebBrowser2.TabIndex = 1003
  485. Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative)
  486. '
  487. 'WebBrowser1
  488. '
  489. Me.WebBrowser1.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.WebBrowser1.Location = New System.Drawing.Point(936, 408)
  492. Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
  493. Me.WebBrowser1.Name = "WebBrowser1"
  494. Me.WebBrowser1.Size = New System.Drawing.Size(301, 198)
  495. Me.WebBrowser1.TabIndex = 1002
  496. Me.WebBrowser1.Url = New System.Uri("", System.UriKind.Relative)
  497. '
  498. 'DataGridView2
  499. '
  500. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  501. Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  502. Me.DataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  503. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  504. Me.DataGridView2.Location = New System.Drawing.Point(821, 45)
  505. Me.DataGridView2.Name = "DataGridView2"
  506. Me.DataGridView2.RowHeadersWidth = 5
  507. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  508. Me.DataGridView2.RowsDefaultCellStyle = DataGridViewCellStyle4
  509. Me.DataGridView2.RowTemplate.Height = 24
  510. Me.DataGridView2.Size = New System.Drawing.Size(109, 89)
  511. Me.DataGridView2.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. 'Button1
  529. '
  530. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  531. Me.Button1.ForeColor = System.Drawing.Color.Green
  532. Me.Button1.Location = New System.Drawing.Point(1161, 2)
  533. Me.Button1.Name = "Button1"
  534. Me.Button1.Size = New System.Drawing.Size(77, 25)
  535. Me.Button1.TabIndex = 1015
  536. Me.Button1.Text = "圖片修改"
  537. Me.Button1.UseVisualStyleBackColor = True
  538. '
  539. 'Button2
  540. '
  541. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  542. Me.Button2.ForeColor = System.Drawing.Color.Red
  543. Me.Button2.Location = New System.Drawing.Point(611, 79)
  544. Me.Button2.Name = "Button2"
  545. Me.Button2.Size = New System.Drawing.Size(91, 25)
  546. Me.Button2.TabIndex = 1014
  547. Me.Button2.Text = "刪除圖檔"
  548. Me.Button2.UseVisualStyleBackColor = True
  549. '
  550. 'Button5
  551. '
  552. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  553. Me.Button5.ForeColor = System.Drawing.Color.Green
  554. Me.Button5.Location = New System.Drawing.Point(1082, 2)
  555. Me.Button5.Name = "Button5"
  556. Me.Button5.Size = New System.Drawing.Size(77, 25)
  557. Me.Button5.TabIndex = 1013
  558. Me.Button5.Text = "圖檔入系統"
  559. Me.Button5.UseVisualStyleBackColor = True
  560. '
  561. 'Button7
  562. '
  563. Me.Button7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  564. Me.Button7.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  565. Me.Button7.Location = New System.Drawing.Point(1174, 32)
  566. Me.Button7.Name = "Button7"
  567. Me.Button7.Size = New System.Drawing.Size(64, 25)
  568. Me.Button7.TabIndex = 1111
  569. Me.Button7.Text = "下載圖片"
  570. Me.Button7.UseVisualStyleBackColor = True
  571. '
  572. 'TextBox10
  573. '
  574. Me.TextBox10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  575. Me.TextBox10.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  576. Me.TextBox10.Location = New System.Drawing.Point(821, 21)
  577. Me.TextBox10.Name = "TextBox10"
  578. Me.TextBox10.Size = New System.Drawing.Size(109, 23)
  579. Me.TextBox10.TabIndex = 1112
  580. Me.TextBox10.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. 'CheckBox2
  672. '
  673. Me.CheckBox2.AutoSize = True
  674. Me.CheckBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  675. Me.CheckBox2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  676. Me.CheckBox2.Location = New System.Drawing.Point(410, 82)
  677. Me.CheckBox2.Name = "CheckBox2"
  678. Me.CheckBox2.Size = New System.Drawing.Size(75, 20)
  679. Me.CheckBox2.TabIndex = 1113
  680. Me.CheckBox2.Text = "批量修改"
  681. Me.CheckBox2.UseVisualStyleBackColor = True
  682. '
  683. 'Button8
  684. '
  685. Me.Button8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  686. Me.Button8.ForeColor = System.Drawing.Color.Green
  687. Me.Button8.Location = New System.Drawing.Point(504, 79)
  688. Me.Button8.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  689. Me.Button8.Name = "Button8"
  690. Me.Button8.Size = New System.Drawing.Size(102, 25)
  691. Me.Button8.TabIndex = 1114
  692. Me.Button8.Text = "批量修改存檔"
  693. Me.Button8.UseVisualStyleBackColor = True
  694. '
  695. 'TextBox11
  696. '
  697. Me.TextBox11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  698. Me.TextBox11.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  699. Me.TextBox11.Location = New System.Drawing.Point(221, 471)
  700. Me.TextBox11.Name = "TextBox11"
  701. Me.TextBox11.Size = New System.Drawing.Size(40, 23)
  702. Me.TextBox11.TabIndex = 1115
  703. Me.TextBox11.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. 'NumericUpDown4
  717. '
  718. Me.NumericUpDown4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  719. Me.NumericUpDown4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  720. Me.NumericUpDown4.Location = New System.Drawing.Point(655, 54)
  721. Me.NumericUpDown4.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  722. Me.NumericUpDown4.Name = "NumericUpDown4"
  723. Me.NumericUpDown4.Size = New System.Drawing.Size(47, 23)
  724. Me.NumericUpDown4.TabIndex = 1118
  725. Me.NumericUpDown4.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.NumericUpDown4)
  745. Me.Controls.Add(Me.Label16)
  746. Me.Controls.Add(Me.TextBox11)
  747. Me.Controls.Add(Me.Button8)
  748. Me.Controls.Add(Me.CheckBox2)
  749. Me.Controls.Add(Me.TextBox10)
  750. Me.Controls.Add(Me.Button7)
  751. Me.Controls.Add(Me.Button1)
  752. Me.Controls.Add(Me.Button2)
  753. Me.Controls.Add(Me.Button5)
  754. Me.Controls.Add(Me.Label14)
  755. Me.Controls.Add(Me.TextBox8)
  756. Me.Controls.Add(Me.TextBox9)
  757. Me.Controls.Add(Me.Label12)
  758. Me.Controls.Add(Me.Label13)
  759. Me.Controls.Add(Me.Button14)
  760. Me.Controls.Add(Me.WebBrowser2)
  761. Me.Controls.Add(Me.WebBrowser1)
  762. Me.Controls.Add(Me.TextBox7)
  763. Me.Controls.Add(Me.TextBox6)
  764. Me.Controls.Add(Me.Button4)
  765. Me.Controls.Add(Me.Button3)
  766. Me.Controls.Add(Me.Button6)
  767. Me.Controls.Add(Me.NumericUpDown3)
  768. Me.Controls.Add(Me.NumericUpDown2)
  769. Me.Controls.Add(Me.NumericUpDown1)
  770. Me.Controls.Add(Me.Label6)
  771. Me.Controls.Add(Me.Label5)
  772. Me.Controls.Add(Me.TextBox5)
  773. Me.Controls.Add(Me.Label4)
  774. Me.Controls.Add(Me.TextBox4)
  775. Me.Controls.Add(Me.Label3)
  776. Me.Controls.Add(Me.TextBox3)
  777. Me.Controls.Add(Me.TextBox2)
  778. Me.Controls.Add(Me.TextBox1)
  779. Me.Controls.Add(Me.ComboBox1)
  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.CheckBox1)
  788. Me.Controls.Add(Me.Label15)
  789. Me.Controls.Add(Me.DataGridView1)
  790. Me.Controls.Add(Me.DataGridView2)
  791. Me.Controls.Add(Me.PictureBox1)
  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.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  798. CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit()
  799. CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).EndInit()
  800. CType(Me.NumericUpDown3, System.ComponentModel.ISupportInitialize).EndInit()
  801. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  802. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  803. Me.ContextMenuStrip1.ResumeLayout(False)
  804. CType(Me.NumericUpDown4, System.ComponentModel.ISupportInitialize).EndInit()
  805. Me.ResumeLayout(False)
  806. Me.PerformLayout()
  807. End Sub
  808. Friend WithEvents DataGridView1 As DataGridView
  809. Friend WithEvents ComboBox1 As ComboBox
  810. Friend WithEvents Label27 As Label
  811. Friend WithEvents Label1 As Label
  812. Friend WithEvents TextBox1 As TextBox
  813. Friend WithEvents Label2 As Label
  814. Friend WithEvents TextBox2 As TextBox
  815. Friend WithEvents Label3 As Label
  816. Friend WithEvents TextBox3 As TextBox
  817. Friend WithEvents Label4 As Label
  818. Friend WithEvents TextBox4 As TextBox
  819. Friend WithEvents Label5 As Label
  820. Friend WithEvents TextBox5 As TextBox
  821. Friend WithEvents Label6 As Label
  822. Friend WithEvents Label7 As Label
  823. Friend WithEvents Label8 As Label
  824. Friend WithEvents NumericUpDown1 As NumericUpDown
  825. Friend WithEvents NumericUpDown2 As NumericUpDown
  826. Friend WithEvents NumericUpDown3 As NumericUpDown
  827. Friend WithEvents Button4 As Button
  828. Friend WithEvents Button3 As Button
  829. Friend WithEvents Button6 As Button
  830. Friend WithEvents PictureBox1 As PictureBox
  831. Friend WithEvents TextBox6 As TextBox
  832. Friend WithEvents Label9 As Label
  833. Friend WithEvents TextBox7 As TextBox
  834. Friend WithEvents CheckBox1 As CheckBox
  835. Friend WithEvents TextBox8 As TextBox
  836. Friend WithEvents Label10 As Label
  837. Friend WithEvents TextBox9 As TextBox
  838. Friend WithEvents Label11 As Label
  839. Friend WithEvents Label12 As Label
  840. Friend WithEvents Label13 As Label
  841. Friend WithEvents Button14 As Button
  842. Friend WithEvents WebBrowser2 As WebBrowser
  843. Friend WithEvents WebBrowser1 As WebBrowser
  844. Friend WithEvents DataGridView2 As DataGridView
  845. Friend WithEvents Label14 As Label
  846. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  847. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  848. Friend WithEvents Button1 As Button
  849. Friend WithEvents Button2 As Button
  850. Friend WithEvents Button5 As Button
  851. Friend WithEvents Button7 As Button
  852. Friend WithEvents TextBox10 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 CheckBox2 As CheckBox
  868. Friend WithEvents Button8 As Button
  869. Friend WithEvents TextBox11 As TextBox
  870. Friend WithEvents Label15 As Label
  871. Friend WithEvents NumericUpDown4 As NumericUpDown
  872. Friend WithEvents Label16 As Label
  873. End Class