暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

物料資料庫.Designer.vb 42KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901
  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. Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
  25. Me.存檔_tsm = New System.Windows.Forms.ToolStripMenuItem()
  26. Me.刪除_tsm = New System.Windows.Forms.ToolStripMenuItem()
  27. Me.新增準備_tsm = New System.Windows.Forms.ToolStripMenuItem()
  28. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  29. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  30. Me.字體_NUD = New System.Windows.Forms.NumericUpDown()
  31. Me.低量_nud = New System.Windows.Forms.NumericUpDown()
  32. Me.Label9 = New System.Windows.Forms.Label()
  33. Me.批量刪除選擇_ch = New System.Windows.Forms.CheckBox()
  34. Me.批輛停用選擇_ch = New System.Windows.Forms.CheckBox()
  35. Me.啟用批改_ch = New System.Windows.Forms.CheckBox()
  36. Me.下載檔名_tb = New System.Windows.Forms.TextBox()
  37. Me.檔名讀取_tb = New System.Windows.Forms.TextBox()
  38. Me.檔案名稱_tb = New System.Windows.Forms.TextBox()
  39. Me.Label13 = New System.Windows.Forms.Label()
  40. Me.本機資料夾_wb = New System.Windows.Forms.WebBrowser()
  41. Me.Label10 = New System.Windows.Forms.Label()
  42. Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  43. Me.字體大小調整_lb = New System.Windows.Forms.Label()
  44. Me.狀態_lb = New System.Windows.Forms.Label()
  45. Me.供應商編碼_tb = New System.Windows.Forms.TextBox()
  46. Me.成本_nud = New System.Windows.Forms.NumericUpDown()
  47. Me.Label25 = New System.Windows.Forms.Label()
  48. Me.停用_ch = New System.Windows.Forms.CheckBox()
  49. Me.品名_tb = New System.Windows.Forms.TextBox()
  50. Me.Label8 = New System.Windows.Forms.Label()
  51. Me.料號_tb = New System.Windows.Forms.TextBox()
  52. Me.Label7 = New System.Windows.Forms.Label()
  53. Me.Label29 = New System.Windows.Forms.Label()
  54. Me.查詢_tb = New System.Windows.Forms.TextBox()
  55. Me.供應商編碼_cb = New System.Windows.Forms.ComboBox()
  56. Me.Label6 = New System.Windows.Forms.Label()
  57. Me.供應商_cb = New System.Windows.Forms.ComboBox()
  58. Me.Label5 = New System.Windows.Forms.Label()
  59. Me.地區編碼_cb = New System.Windows.Forms.ComboBox()
  60. Me.Label1 = New System.Windows.Forms.Label()
  61. Me.清空_bt = New System.Windows.Forms.Button()
  62. Me.地區_cb = New System.Windows.Forms.ComboBox()
  63. Me.Label2 = New System.Windows.Forms.Label()
  64. Me.Label3 = New System.Windows.Forms.Label()
  65. Me.資料筆數_tb = New System.Windows.Forms.TextBox()
  66. Me.Label4 = New System.Windows.Forms.Label()
  67. Me.物料清單_dgv = New System.Windows.Forms.DataGridView()
  68. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  69. Me.Panel1 = New System.Windows.Forms.Panel()
  70. Me.列印_bt = New System.Windows.Forms.Button()
  71. Me.批量刪除_bt = New System.Windows.Forms.Button()
  72. Me.批量存檔_bt = New System.Windows.Forms.Button()
  73. Me.下載圖檔_bt = New System.Windows.Forms.Button()
  74. Me.圖檔入系統_bt = New System.Windows.Forms.Button()
  75. Me.讀取資料夾路徑_bt = New System.Windows.Forms.Button()
  76. Me.物料圖_pb = New System.Windows.Forms.PictureBox()
  77. Me.刪除_bt = New System.Windows.Forms.Button()
  78. Me.存檔_bt = New System.Windows.Forms.Button()
  79. Me.新增準備_bt = New System.Windows.Forms.Button()
  80. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  81. Me.車種年份_tb = New System.Windows.Forms.TextBox()
  82. Me.Label11 = New System.Windows.Forms.Label()
  83. Me.廠牌_tb = New System.Windows.Forms.TextBox()
  84. Me.Label12 = New System.Windows.Forms.Label()
  85. Me.單位_tb = New System.Windows.Forms.TextBox()
  86. Me.lb = New System.Windows.Forms.Label()
  87. Me.倉庫_tb = New System.Windows.Forms.TextBox()
  88. Me.Label14 = New System.Windows.Forms.Label()
  89. Me.Label15 = New System.Windows.Forms.Label()
  90. Me.狀態_cb = New System.Windows.Forms.ComboBox()
  91. Me.單位_cb = New System.Windows.Forms.ComboBox()
  92. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit()
  93. CType(Me.低量_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  94. CType(Me.成本_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  95. CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  96. Me.ContextMenuStrip1.SuspendLayout()
  97. Me.Panel1.SuspendLayout()
  98. CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  99. Me.SuspendLayout()
  100. '
  101. 'ToolStripSeparator3
  102. '
  103. Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
  104. Me.ToolStripSeparator3.Size = New System.Drawing.Size(119, 6)
  105. '
  106. '存檔_tsm
  107. '
  108. Me.存檔_tsm.ForeColor = System.Drawing.Color.Green
  109. Me.存檔_tsm.Name = "存檔_tsm"
  110. Me.存檔_tsm.Size = New System.Drawing.Size(122, 22)
  111. Me.存檔_tsm.Text = "存檔"
  112. '
  113. '刪除_tsm
  114. '
  115. Me.刪除_tsm.ForeColor = System.Drawing.Color.Red
  116. Me.刪除_tsm.Name = "刪除_tsm"
  117. Me.刪除_tsm.Size = New System.Drawing.Size(122, 22)
  118. Me.刪除_tsm.Text = "刪除"
  119. '
  120. '新增準備_tsm
  121. '
  122. Me.新增準備_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  123. Me.新增準備_tsm.Name = "新增準備_tsm"
  124. Me.新增準備_tsm.Size = New System.Drawing.Size(122, 22)
  125. Me.新增準備_tsm.Text = "新增準備"
  126. '
  127. 'SaveFileDialog1
  128. '
  129. Me.SaveFileDialog1.DefaultExt = "jpg"
  130. Me.SaveFileDialog1.SupportMultiDottedExtensions = True
  131. Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑"
  132. '
  133. '字體_NUD
  134. '
  135. Me.字體_NUD.DecimalPlaces = 1
  136. Me.字體_NUD.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  137. Me.字體_NUD.Location = New System.Drawing.Point(931, 29)
  138. Me.字體_NUD.Maximum = New Decimal(New Integer() {18, 0, 0, 0})
  139. Me.字體_NUD.Minimum = New Decimal(New Integer() {6, 0, 0, 0})
  140. Me.字體_NUD.Name = "字體_NUD"
  141. Me.字體_NUD.Size = New System.Drawing.Size(52, 23)
  142. Me.字體_NUD.TabIndex = 1534
  143. Me.字體_NUD.Value = New Decimal(New Integer() {8, 0, 0, 0})
  144. '
  145. '低量_nud
  146. '
  147. Me.低量_nud.Location = New System.Drawing.Point(535, 31)
  148. Me.低量_nud.Maximum = New Decimal(New Integer() {10000000, 0, 0, 0})
  149. Me.低量_nud.Name = "低量_nud"
  150. Me.低量_nud.Size = New System.Drawing.Size(47, 23)
  151. Me.低量_nud.TabIndex = 1531
  152. Me.低量_nud.ThousandsSeparator = True
  153. '
  154. 'Label9
  155. '
  156. Me.Label9.AutoSize = True
  157. Me.Label9.Location = New System.Drawing.Point(461, 35)
  158. Me.Label9.Name = "Label9"
  159. Me.Label9.Size = New System.Drawing.Size(67, 16)
  160. Me.Label9.TabIndex = 1532
  161. Me.Label9.Text = "最低庫存量"
  162. '
  163. '批量刪除選擇_ch
  164. '
  165. Me.批量刪除選擇_ch.AutoSize = True
  166. Me.批量刪除選擇_ch.Location = New System.Drawing.Point(893, 58)
  167. Me.批量刪除選擇_ch.Name = "批量刪除選擇_ch"
  168. Me.批量刪除選擇_ch.Size = New System.Drawing.Size(98, 20)
  169. Me.批量刪除選擇_ch.TabIndex = 1529
  170. Me.批量刪除選擇_ch.Text = "批量刪除選擇"
  171. Me.批量刪除選擇_ch.UseVisualStyleBackColor = True
  172. '
  173. '批輛停用選擇_ch
  174. '
  175. Me.批輛停用選擇_ch.AutoSize = True
  176. Me.批輛停用選擇_ch.Location = New System.Drawing.Point(788, 58)
  177. Me.批輛停用選擇_ch.Name = "批輛停用選擇_ch"
  178. Me.批輛停用選擇_ch.Size = New System.Drawing.Size(98, 20)
  179. Me.批輛停用選擇_ch.TabIndex = 1528
  180. Me.批輛停用選擇_ch.Text = "批量停用選擇"
  181. Me.批輛停用選擇_ch.UseVisualStyleBackColor = True
  182. '
  183. '啟用批改_ch
  184. '
  185. Me.啟用批改_ch.AutoSize = True
  186. Me.啟用批改_ch.Location = New System.Drawing.Point(707, 58)
  187. Me.啟用批改_ch.Name = "啟用批改_ch"
  188. Me.啟用批改_ch.Size = New System.Drawing.Size(74, 20)
  189. Me.啟用批改_ch.TabIndex = 1527
  190. Me.啟用批改_ch.Text = "啟用批改"
  191. Me.啟用批改_ch.UseVisualStyleBackColor = True
  192. '
  193. '下載檔名_tb
  194. '
  195. Me.下載檔名_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  196. Me.下載檔名_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  197. Me.下載檔名_tb.Location = New System.Drawing.Point(38, 144)
  198. Me.下載檔名_tb.Name = "下載檔名_tb"
  199. Me.下載檔名_tb.Size = New System.Drawing.Size(67, 23)
  200. Me.下載檔名_tb.TabIndex = 1525
  201. Me.下載檔名_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  202. '
  203. '檔名讀取_tb
  204. '
  205. Me.檔名讀取_tb.AllowDrop = True
  206. Me.檔名讀取_tb.ForeColor = System.Drawing.Color.Black
  207. Me.檔名讀取_tb.Location = New System.Drawing.Point(38, 173)
  208. Me.檔名讀取_tb.Multiline = True
  209. Me.檔名讀取_tb.Name = "檔名讀取_tb"
  210. Me.檔名讀取_tb.Size = New System.Drawing.Size(67, 23)
  211. Me.檔名讀取_tb.TabIndex = 1524
  212. '
  213. '檔案名稱_tb
  214. '
  215. Me.檔案名稱_tb.AllowDrop = True
  216. Me.檔案名稱_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  217. Me.檔案名稱_tb.ForeColor = System.Drawing.Color.Black
  218. Me.檔案名稱_tb.Location = New System.Drawing.Point(1080, 382)
  219. Me.檔案名稱_tb.Name = "檔案名稱_tb"
  220. Me.檔案名稱_tb.Size = New System.Drawing.Size(231, 23)
  221. Me.檔案名稱_tb.TabIndex = 1520
  222. '
  223. 'Label13
  224. '
  225. Me.Label13.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  226. Me.Label13.AutoSize = True
  227. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  228. Me.Label13.Location = New System.Drawing.Point(1142, 63)
  229. Me.Label13.Name = "Label13"
  230. Me.Label13.Size = New System.Drawing.Size(55, 16)
  231. Me.Label13.TabIndex = 1517
  232. Me.Label13.Text = "我的電腦"
  233. '
  234. '本機資料夾_wb
  235. '
  236. Me.本機資料夾_wb.Dock = System.Windows.Forms.DockStyle.Fill
  237. Me.本機資料夾_wb.Location = New System.Drawing.Point(0, 0)
  238. Me.本機資料夾_wb.MinimumSize = New System.Drawing.Size(20, 20)
  239. Me.本機資料夾_wb.Name = "本機資料夾_wb"
  240. Me.本機資料夾_wb.Size = New System.Drawing.Size(284, 277)
  241. Me.本機資料夾_wb.TabIndex = 1515
  242. Me.本機資料夾_wb.Url = New System.Uri("", System.UriKind.Relative)
  243. '
  244. 'Label10
  245. '
  246. Me.Label10.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  247. Me.Label10.AutoSize = True
  248. Me.Label10.Location = New System.Drawing.Point(1020, 385)
  249. Me.Label10.Name = "Label10"
  250. Me.Label10.Size = New System.Drawing.Size(55, 16)
  251. Me.Label10.TabIndex = 1521
  252. Me.Label10.Text = "檔案名稱"
  253. '
  254. '重新整理_tsm
  255. '
  256. Me.重新整理_tsm.Name = "重新整理_tsm"
  257. Me.重新整理_tsm.Size = New System.Drawing.Size(122, 22)
  258. Me.重新整理_tsm.Text = "重新整理"
  259. '
  260. '字體大小調整_lb
  261. '
  262. Me.字體大小調整_lb.AutoSize = True
  263. Me.字體大小調整_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  264. Me.字體大小調整_lb.ForeColor = System.Drawing.Color.Brown
  265. Me.字體大小調整_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl
  266. Me.字體大小調整_lb.Location = New System.Drawing.Point(929, 7)
  267. Me.字體大小調整_lb.Name = "字體大小調整_lb"
  268. Me.字體大小調整_lb.Size = New System.Drawing.Size(60, 17)
  269. Me.字體大小調整_lb.TabIndex = 1535
  270. Me.字體大小調整_lb.Text = "字體調整"
  271. '
  272. '狀態_lb
  273. '
  274. Me.狀態_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  275. Me.狀態_lb.AutoSize = True
  276. Me.狀態_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  277. Me.狀態_lb.ForeColor = System.Drawing.Color.Red
  278. Me.狀態_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl
  279. Me.狀態_lb.Location = New System.Drawing.Point(1031, 63)
  280. Me.狀態_lb.Name = "狀態_lb"
  281. Me.狀態_lb.Size = New System.Drawing.Size(55, 16)
  282. Me.狀態_lb.TabIndex = 1512
  283. Me.狀態_lb.Text = "編輯狀態"
  284. '
  285. '供應商編碼_tb
  286. '
  287. Me.供應商編碼_tb.Location = New System.Drawing.Point(108, 144)
  288. Me.供應商編碼_tb.Name = "供應商編碼_tb"
  289. Me.供應商編碼_tb.Size = New System.Drawing.Size(67, 23)
  290. Me.供應商編碼_tb.TabIndex = 1508
  291. '
  292. '成本_nud
  293. '
  294. Me.成本_nud.DecimalPlaces = 1
  295. Me.成本_nud.Location = New System.Drawing.Point(492, 58)
  296. Me.成本_nud.Maximum = New Decimal(New Integer() {10000000, 0, 0, 0})
  297. Me.成本_nud.Name = "成本_nud"
  298. Me.成本_nud.Size = New System.Drawing.Size(90, 23)
  299. Me.成本_nud.TabIndex = 1505
  300. Me.成本_nud.ThousandsSeparator = True
  301. '
  302. 'Label25
  303. '
  304. Me.Label25.AutoSize = True
  305. Me.Label25.Location = New System.Drawing.Point(461, 58)
  306. Me.Label25.Name = "Label25"
  307. Me.Label25.Size = New System.Drawing.Size(31, 16)
  308. Me.Label25.TabIndex = 1506
  309. Me.Label25.Text = "成本"
  310. '
  311. '停用_ch
  312. '
  313. Me.停用_ch.AutoSize = True
  314. Me.停用_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  315. Me.停用_ch.Location = New System.Drawing.Point(466, 7)
  316. Me.停用_ch.Name = "停用_ch"
  317. Me.停用_ch.Size = New System.Drawing.Size(122, 20)
  318. Me.停用_ch.TabIndex = 1507
  319. Me.停用_ch.Text = "此料號為停用狀態"
  320. Me.停用_ch.UseVisualStyleBackColor = True
  321. '
  322. '品名_tb
  323. '
  324. Me.品名_tb.Location = New System.Drawing.Point(175, 57)
  325. Me.品名_tb.Name = "品名_tb"
  326. Me.品名_tb.Size = New System.Drawing.Size(284, 23)
  327. Me.品名_tb.TabIndex = 1504
  328. '
  329. 'Label8
  330. '
  331. Me.Label8.AutoSize = True
  332. Me.Label8.ImeMode = System.Windows.Forms.ImeMode.NoControl
  333. Me.Label8.Location = New System.Drawing.Point(144, 60)
  334. Me.Label8.Name = "Label8"
  335. Me.Label8.Size = New System.Drawing.Size(31, 16)
  336. Me.Label8.TabIndex = 1503
  337. Me.Label8.Text = "品名"
  338. '
  339. '料號_tb
  340. '
  341. Me.料號_tb.Location = New System.Drawing.Point(60, 57)
  342. Me.料號_tb.Name = "料號_tb"
  343. Me.料號_tb.Size = New System.Drawing.Size(82, 23)
  344. Me.料號_tb.TabIndex = 1502
  345. '
  346. 'Label7
  347. '
  348. Me.Label7.AutoSize = True
  349. Me.Label7.ImeMode = System.Windows.Forms.ImeMode.NoControl
  350. Me.Label7.Location = New System.Drawing.Point(10, 60)
  351. Me.Label7.Name = "Label7"
  352. Me.Label7.Size = New System.Drawing.Size(49, 16)
  353. Me.Label7.TabIndex = 1501
  354. Me.Label7.Text = "料 號"
  355. '
  356. 'Label29
  357. '
  358. Me.Label29.AutoSize = True
  359. Me.Label29.ImeMode = System.Windows.Forms.ImeMode.NoControl
  360. Me.Label29.Location = New System.Drawing.Point(247, 8)
  361. Me.Label29.Name = "Label29"
  362. Me.Label29.Size = New System.Drawing.Size(67, 16)
  363. Me.Label29.TabIndex = 1500
  364. Me.Label29.Text = "關鍵字查詢"
  365. '
  366. '查詢_tb
  367. '
  368. Me.查詢_tb.Location = New System.Drawing.Point(315, 5)
  369. Me.查詢_tb.Name = "查詢_tb"
  370. Me.查詢_tb.Size = New System.Drawing.Size(144, 23)
  371. Me.查詢_tb.TabIndex = 1499
  372. '
  373. '供應商編碼_cb
  374. '
  375. Me.供應商編碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  376. Me.供應商編碼_cb.FormattingEnabled = True
  377. Me.供應商編碼_cb.Location = New System.Drawing.Point(175, 5)
  378. Me.供應商編碼_cb.Name = "供應商編碼_cb"
  379. Me.供應商編碼_cb.Size = New System.Drawing.Size(67, 24)
  380. Me.供應商編碼_cb.TabIndex = 1498
  381. '
  382. 'Label6
  383. '
  384. Me.Label6.AutoSize = True
  385. Me.Label6.ForeColor = System.Drawing.Color.Red
  386. Me.Label6.Location = New System.Drawing.Point(120, 9)
  387. Me.Label6.Name = "Label6"
  388. Me.Label6.Size = New System.Drawing.Size(55, 16)
  389. Me.Label6.TabIndex = 1497
  390. Me.Label6.Text = "廠商編碼"
  391. '
  392. '供應商_cb
  393. '
  394. Me.供應商_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  395. Me.供應商_cb.FormattingEnabled = True
  396. Me.供應商_cb.Location = New System.Drawing.Point(60, 31)
  397. Me.供應商_cb.Name = "供應商_cb"
  398. Me.供應商_cb.Size = New System.Drawing.Size(182, 24)
  399. Me.供應商_cb.TabIndex = 1496
  400. '
  401. 'Label5
  402. '
  403. Me.Label5.AutoSize = True
  404. Me.Label5.ForeColor = System.Drawing.Color.Red
  405. Me.Label5.Location = New System.Drawing.Point(9, 35)
  406. Me.Label5.Name = "Label5"
  407. Me.Label5.Size = New System.Drawing.Size(49, 16)
  408. Me.Label5.TabIndex = 1495
  409. Me.Label5.Text = "供 應 商"
  410. '
  411. '地區編碼_cb
  412. '
  413. Me.地區編碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  414. Me.地區編碼_cb.FormattingEnabled = True
  415. Me.地區編碼_cb.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8", "9", "Y"})
  416. Me.地區編碼_cb.Location = New System.Drawing.Point(472, 189)
  417. Me.地區編碼_cb.Name = "地區編碼_cb"
  418. Me.地區編碼_cb.Size = New System.Drawing.Size(76, 24)
  419. Me.地區編碼_cb.TabIndex = 1494
  420. Me.地區編碼_cb.Visible = False
  421. '
  422. 'Label1
  423. '
  424. Me.Label1.AutoSize = True
  425. Me.Label1.Location = New System.Drawing.Point(434, 192)
  426. Me.Label1.Name = "Label1"
  427. Me.Label1.Size = New System.Drawing.Size(31, 16)
  428. Me.Label1.TabIndex = 1493
  429. Me.Label1.Text = "編碼"
  430. Me.Label1.Visible = False
  431. '
  432. '清空_bt
  433. '
  434. Me.清空_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  435. Me.清空_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
  436. Me.清空_bt.Location = New System.Drawing.Point(251, 30)
  437. Me.清空_bt.Name = "清空_bt"
  438. Me.清空_bt.Size = New System.Drawing.Size(209, 24)
  439. Me.清空_bt.TabIndex = 1492
  440. Me.清空_bt.Text = "清除查詢條件"
  441. Me.清空_bt.UseVisualStyleBackColor = True
  442. '
  443. '地區_cb
  444. '
  445. Me.地區_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  446. Me.地區_cb.FormattingEnabled = True
  447. Me.地區_cb.Location = New System.Drawing.Point(60, 5)
  448. Me.地區_cb.Name = "地區_cb"
  449. Me.地區_cb.Size = New System.Drawing.Size(56, 24)
  450. Me.地區_cb.TabIndex = 1491
  451. '
  452. 'Label2
  453. '
  454. Me.Label2.AutoSize = True
  455. Me.Label2.ForeColor = System.Drawing.Color.Red
  456. Me.Label2.Location = New System.Drawing.Point(9, 9)
  457. Me.Label2.Name = "Label2"
  458. Me.Label2.Size = New System.Drawing.Size(49, 16)
  459. Me.Label2.TabIndex = 1490
  460. Me.Label2.Text = "類 別"
  461. '
  462. 'Label3
  463. '
  464. Me.Label3.AutoSize = True
  465. Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
  466. Me.Label3.Location = New System.Drawing.Point(940, 84)
  467. Me.Label3.Name = "Label3"
  468. Me.Label3.Size = New System.Drawing.Size(43, 16)
  469. Me.Label3.TabIndex = 1489
  470. Me.Label3.Text = "筆資料"
  471. '
  472. '資料筆數_tb
  473. '
  474. Me.資料筆數_tb.Location = New System.Drawing.Point(877, 82)
  475. Me.資料筆數_tb.Name = "資料筆數_tb"
  476. Me.資料筆數_tb.Size = New System.Drawing.Size(54, 23)
  477. Me.資料筆數_tb.TabIndex = 1488
  478. Me.資料筆數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  479. '
  480. 'Label4
  481. '
  482. Me.Label4.AutoSize = True
  483. Me.Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl
  484. Me.Label4.Location = New System.Drawing.Point(851, 85)
  485. Me.Label4.Name = "Label4"
  486. Me.Label4.Size = New System.Drawing.Size(19, 16)
  487. Me.Label4.TabIndex = 1487
  488. Me.Label4.Text = "共"
  489. '
  490. '物料清單_dgv
  491. '
  492. Me.物料清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  493. Or System.Windows.Forms.AnchorStyles.Left) _
  494. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  495. Me.物料清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  496. Me.物料清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  497. Me.物料清單_dgv.Location = New System.Drawing.Point(12, 111)
  498. Me.物料清單_dgv.Name = "物料清單_dgv"
  499. Me.物料清單_dgv.RowHeadersWidth = 5
  500. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  501. Me.物料清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  502. Me.物料清單_dgv.RowTemplate.Height = 24
  503. Me.物料清單_dgv.Size = New System.Drawing.Size(1002, 533)
  504. Me.物料清單_dgv.TabIndex = 1486
  505. '
  506. 'ContextMenuStrip1
  507. '
  508. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理_tsm, Me.ToolStripSeparator3, Me.新增準備_tsm, Me.存檔_tsm, Me.刪除_tsm})
  509. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  510. Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 98)
  511. '
  512. 'Panel1
  513. '
  514. Me.Panel1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  515. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  516. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  517. Me.Panel1.Controls.Add(Me.本機資料夾_wb)
  518. Me.Panel1.Location = New System.Drawing.Point(1023, 85)
  519. Me.Panel1.Name = "Panel1"
  520. Me.Panel1.Size = New System.Drawing.Size(288, 281)
  521. Me.Panel1.TabIndex = 1536
  522. '
  523. '列印_bt
  524. '
  525. Me.列印_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  526. Me.列印_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.print
  527. Me.列印_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  528. Me.列印_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  529. Me.列印_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
  530. Me.列印_bt.Location = New System.Drawing.Point(1047, 8)
  531. Me.列印_bt.Name = "列印_bt"
  532. Me.列印_bt.Size = New System.Drawing.Size(51, 51)
  533. Me.列印_bt.TabIndex = 1533
  534. Me.列印_bt.UseVisualStyleBackColor = True
  535. Me.列印_bt.Visible = False
  536. '
  537. '批量刪除_bt
  538. '
  539. Me.批量刪除_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.FotoJet1
  540. Me.批量刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  541. Me.批量刪除_bt.ForeColor = System.Drawing.Color.Red
  542. Me.批量刪除_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
  543. Me.批量刪除_bt.Location = New System.Drawing.Point(858, 3)
  544. Me.批量刪除_bt.Name = "批量刪除_bt"
  545. Me.批量刪除_bt.Size = New System.Drawing.Size(64, 51)
  546. Me.批量刪除_bt.TabIndex = 1530
  547. Me.批量刪除_bt.UseVisualStyleBackColor = True
  548. '
  549. '批量存檔_bt
  550. '
  551. Me.批量存檔_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.FotoJet__1_2
  552. Me.批量存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  553. Me.批量存檔_bt.ForeColor = System.Drawing.Color.Green
  554. Me.批量存檔_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
  555. Me.批量存檔_bt.Location = New System.Drawing.Point(788, 4)
  556. Me.批量存檔_bt.Name = "批量存檔_bt"
  557. Me.批量存檔_bt.Size = New System.Drawing.Size(64, 51)
  558. Me.批量存檔_bt.TabIndex = 1526
  559. Me.批量存檔_bt.UseVisualStyleBackColor = True
  560. '
  561. '下載圖檔_bt
  562. '
  563. Me.下載圖檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  564. Me.下載圖檔_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Download
  565. Me.下載圖檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  566. Me.下載圖檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  567. Me.下載圖檔_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  568. Me.下載圖檔_bt.Location = New System.Drawing.Point(1262, 10)
  569. Me.下載圖檔_bt.Name = "下載圖檔_bt"
  570. Me.下載圖檔_bt.Size = New System.Drawing.Size(51, 51)
  571. Me.下載圖檔_bt.TabIndex = 1523
  572. Me.下載圖檔_bt.UseVisualStyleBackColor = True
  573. '
  574. '圖檔入系統_bt
  575. '
  576. Me.圖檔入系統_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  577. Me.圖檔入系統_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Add_Image
  578. Me.圖檔入系統_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  579. Me.圖檔入系統_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  580. Me.圖檔入系統_bt.ForeColor = System.Drawing.Color.Green
  581. Me.圖檔入系統_bt.Location = New System.Drawing.Point(1160, 9)
  582. Me.圖檔入系統_bt.Name = "圖檔入系統_bt"
  583. Me.圖檔入系統_bt.Size = New System.Drawing.Size(102, 51)
  584. Me.圖檔入系統_bt.TabIndex = 1522
  585. Me.圖檔入系統_bt.UseVisualStyleBackColor = True
  586. '
  587. '讀取資料夾路徑_bt
  588. '
  589. Me.讀取資料夾路徑_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  590. Me.讀取資料夾路徑_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.PortableComputer
  591. Me.讀取資料夾路徑_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  592. Me.讀取資料夾路徑_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  593. Me.讀取資料夾路徑_bt.ForeColor = System.Drawing.Color.Blue
  594. Me.讀取資料夾路徑_bt.Location = New System.Drawing.Point(1106, 8)
  595. Me.讀取資料夾路徑_bt.Name = "讀取資料夾路徑_bt"
  596. Me.讀取資料夾路徑_bt.Size = New System.Drawing.Size(51, 51)
  597. Me.讀取資料夾路徑_bt.TabIndex = 1516
  598. Me.讀取資料夾路徑_bt.UseVisualStyleBackColor = True
  599. '
  600. '物料圖_pb
  601. '
  602. Me.物料圖_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  603. Me.物料圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  604. Me.物料圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  605. Me.物料圖_pb.Location = New System.Drawing.Point(1023, 412)
  606. Me.物料圖_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  607. Me.物料圖_pb.Name = "物料圖_pb"
  608. Me.物料圖_pb.Size = New System.Drawing.Size(288, 237)
  609. Me.物料圖_pb.TabIndex = 1513
  610. Me.物料圖_pb.TabStop = False
  611. '
  612. '刪除_bt
  613. '
  614. Me.刪除_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  615. Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  616. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  617. Me.刪除_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
  618. Me.刪除_bt.Location = New System.Drawing.Point(718, 4)
  619. Me.刪除_bt.Name = "刪除_bt"
  620. Me.刪除_bt.Size = New System.Drawing.Size(64, 51)
  621. Me.刪除_bt.TabIndex = 1511
  622. Me.刪除_bt.UseVisualStyleBackColor = True
  623. '
  624. '存檔_bt
  625. '
  626. Me.存檔_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.SAVER
  627. Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  628. Me.存檔_bt.ForeColor = System.Drawing.Color.Green
  629. Me.存檔_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
  630. Me.存檔_bt.Location = New System.Drawing.Point(653, 4)
  631. Me.存檔_bt.Name = "存檔_bt"
  632. Me.存檔_bt.Size = New System.Drawing.Size(64, 51)
  633. Me.存檔_bt.TabIndex = 1510
  634. Me.存檔_bt.UseVisualStyleBackColor = True
  635. '
  636. '新增準備_bt
  637. '
  638. Me.新增準備_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.New_Folder
  639. Me.新增準備_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  640. Me.新增準備_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  641. Me.新增準備_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
  642. Me.新增準備_bt.Location = New System.Drawing.Point(588, 4)
  643. Me.新增準備_bt.Name = "新增準備_bt"
  644. Me.新增準備_bt.Size = New System.Drawing.Size(64, 51)
  645. Me.新增準備_bt.TabIndex = 1509
  646. Me.新增準備_bt.UseVisualStyleBackColor = True
  647. '
  648. 'ToolTip1
  649. '
  650. Me.ToolTip1.IsBalloon = True
  651. Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info
  652. Me.ToolTip1.ToolTipTitle = "系統說明"
  653. '
  654. '車種年份_tb
  655. '
  656. Me.車種年份_tb.Location = New System.Drawing.Point(195, 82)
  657. Me.車種年份_tb.Name = "車種年份_tb"
  658. Me.車種年份_tb.Size = New System.Drawing.Size(264, 23)
  659. Me.車種年份_tb.TabIndex = 1540
  660. '
  661. 'Label11
  662. '
  663. Me.Label11.AutoSize = True
  664. Me.Label11.ImeMode = System.Windows.Forms.ImeMode.NoControl
  665. Me.Label11.Location = New System.Drawing.Point(144, 85)
  666. Me.Label11.Name = "Label11"
  667. Me.Label11.Size = New System.Drawing.Size(55, 16)
  668. Me.Label11.TabIndex = 1539
  669. Me.Label11.Text = "車種年份"
  670. '
  671. '廠牌_tb
  672. '
  673. Me.廠牌_tb.Location = New System.Drawing.Point(60, 82)
  674. Me.廠牌_tb.Name = "廠牌_tb"
  675. Me.廠牌_tb.Size = New System.Drawing.Size(82, 23)
  676. Me.廠牌_tb.TabIndex = 1538
  677. '
  678. 'Label12
  679. '
  680. Me.Label12.AutoSize = True
  681. Me.Label12.ImeMode = System.Windows.Forms.ImeMode.NoControl
  682. Me.Label12.Location = New System.Drawing.Point(10, 85)
  683. Me.Label12.Name = "Label12"
  684. Me.Label12.Size = New System.Drawing.Size(49, 16)
  685. Me.Label12.TabIndex = 1537
  686. Me.Label12.Text = "廠 牌"
  687. '
  688. '單位_tb
  689. '
  690. Me.單位_tb.Location = New System.Drawing.Point(492, 82)
  691. Me.單位_tb.Name = "單位_tb"
  692. Me.單位_tb.Size = New System.Drawing.Size(90, 23)
  693. Me.單位_tb.TabIndex = 1542
  694. '
  695. 'lb
  696. '
  697. Me.lb.AutoSize = True
  698. Me.lb.ImeMode = System.Windows.Forms.ImeMode.NoControl
  699. Me.lb.Location = New System.Drawing.Point(461, 85)
  700. Me.lb.Name = "lb"
  701. Me.lb.Size = New System.Drawing.Size(31, 16)
  702. Me.lb.TabIndex = 1541
  703. Me.lb.Text = "單位"
  704. '
  705. '倉庫_tb
  706. '
  707. Me.倉庫_tb.Location = New System.Drawing.Point(619, 82)
  708. Me.倉庫_tb.Name = "倉庫_tb"
  709. Me.倉庫_tb.Size = New System.Drawing.Size(90, 23)
  710. Me.倉庫_tb.TabIndex = 1544
  711. '
  712. 'Label14
  713. '
  714. Me.Label14.AutoSize = True
  715. Me.Label14.ImeMode = System.Windows.Forms.ImeMode.NoControl
  716. Me.Label14.Location = New System.Drawing.Point(588, 85)
  717. Me.Label14.Name = "Label14"
  718. Me.Label14.Size = New System.Drawing.Size(31, 16)
  719. Me.Label14.TabIndex = 1543
  720. Me.Label14.Text = "倉庫"
  721. '
  722. 'Label15
  723. '
  724. Me.Label15.AutoSize = True
  725. Me.Label15.ImeMode = System.Windows.Forms.ImeMode.NoControl
  726. Me.Label15.Location = New System.Drawing.Point(715, 85)
  727. Me.Label15.Name = "Label15"
  728. Me.Label15.Size = New System.Drawing.Size(31, 16)
  729. Me.Label15.TabIndex = 1545
  730. Me.Label15.Text = "狀態"
  731. '
  732. '狀態_cb
  733. '
  734. Me.狀態_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  735. Me.狀態_cb.FormattingEnabled = True
  736. Me.狀態_cb.Items.AddRange(New Object() {"物料", "承修項目"})
  737. Me.狀態_cb.Location = New System.Drawing.Point(752, 81)
  738. Me.狀態_cb.Name = "狀態_cb"
  739. Me.狀態_cb.Size = New System.Drawing.Size(93, 24)
  740. Me.狀態_cb.TabIndex = 1546
  741. '
  742. '單位_cb
  743. '
  744. Me.單位_cb.FormattingEnabled = True
  745. Me.單位_cb.Items.AddRange(New Object() {"2019"})
  746. Me.單位_cb.Location = New System.Drawing.Point(492, 84)
  747. Me.單位_cb.Name = "單位_cb"
  748. Me.單位_cb.Size = New System.Drawing.Size(90, 24)
  749. Me.單位_cb.TabIndex = 1668
  750. '
  751. '物料資料庫
  752. '
  753. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  754. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  755. Me.ClientSize = New System.Drawing.Size(1319, 656)
  756. Me.Controls.Add(Me.單位_cb)
  757. Me.Controls.Add(Me.狀態_cb)
  758. Me.Controls.Add(Me.Label15)
  759. Me.Controls.Add(Me.倉庫_tb)
  760. Me.Controls.Add(Me.Label14)
  761. Me.Controls.Add(Me.單位_tb)
  762. Me.Controls.Add(Me.lb)
  763. Me.Controls.Add(Me.車種年份_tb)
  764. Me.Controls.Add(Me.Label11)
  765. Me.Controls.Add(Me.廠牌_tb)
  766. Me.Controls.Add(Me.Label12)
  767. Me.Controls.Add(Me.Panel1)
  768. Me.Controls.Add(Me.字體_NUD)
  769. Me.Controls.Add(Me.列印_bt)
  770. Me.Controls.Add(Me.低量_nud)
  771. Me.Controls.Add(Me.Label9)
  772. Me.Controls.Add(Me.批量刪除_bt)
  773. Me.Controls.Add(Me.批量刪除選擇_ch)
  774. Me.Controls.Add(Me.批輛停用選擇_ch)
  775. Me.Controls.Add(Me.啟用批改_ch)
  776. Me.Controls.Add(Me.批量存檔_bt)
  777. Me.Controls.Add(Me.下載檔名_tb)
  778. Me.Controls.Add(Me.檔名讀取_tb)
  779. Me.Controls.Add(Me.下載圖檔_bt)
  780. Me.Controls.Add(Me.圖檔入系統_bt)
  781. Me.Controls.Add(Me.檔案名稱_tb)
  782. Me.Controls.Add(Me.Label13)
  783. Me.Controls.Add(Me.讀取資料夾路徑_bt)
  784. Me.Controls.Add(Me.Label10)
  785. Me.Controls.Add(Me.物料圖_pb)
  786. Me.Controls.Add(Me.字體大小調整_lb)
  787. Me.Controls.Add(Me.狀態_lb)
  788. Me.Controls.Add(Me.刪除_bt)
  789. Me.Controls.Add(Me.存檔_bt)
  790. Me.Controls.Add(Me.新增準備_bt)
  791. Me.Controls.Add(Me.供應商編碼_tb)
  792. Me.Controls.Add(Me.成本_nud)
  793. Me.Controls.Add(Me.Label25)
  794. Me.Controls.Add(Me.停用_ch)
  795. Me.Controls.Add(Me.品名_tb)
  796. Me.Controls.Add(Me.Label8)
  797. Me.Controls.Add(Me.料號_tb)
  798. Me.Controls.Add(Me.Label7)
  799. Me.Controls.Add(Me.Label29)
  800. Me.Controls.Add(Me.查詢_tb)
  801. Me.Controls.Add(Me.供應商編碼_cb)
  802. Me.Controls.Add(Me.Label6)
  803. Me.Controls.Add(Me.供應商_cb)
  804. Me.Controls.Add(Me.Label5)
  805. Me.Controls.Add(Me.地區編碼_cb)
  806. Me.Controls.Add(Me.Label1)
  807. Me.Controls.Add(Me.清空_bt)
  808. Me.Controls.Add(Me.地區_cb)
  809. Me.Controls.Add(Me.Label2)
  810. Me.Controls.Add(Me.Label3)
  811. Me.Controls.Add(Me.資料筆數_tb)
  812. Me.Controls.Add(Me.Label4)
  813. Me.Controls.Add(Me.物料清單_dgv)
  814. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  815. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  816. Me.Name = "物料資料庫"
  817. Me.Text = "物料資料庫"
  818. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).EndInit()
  819. CType(Me.低量_nud, System.ComponentModel.ISupportInitialize).EndInit()
  820. CType(Me.成本_nud, System.ComponentModel.ISupportInitialize).EndInit()
  821. CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  822. Me.ContextMenuStrip1.ResumeLayout(False)
  823. Me.Panel1.ResumeLayout(False)
  824. CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).EndInit()
  825. Me.ResumeLayout(False)
  826. Me.PerformLayout()
  827. End Sub
  828. Friend WithEvents ToolStripSeparator3 As ToolStripSeparator
  829. Friend WithEvents 存檔_tsm As ToolStripMenuItem
  830. Friend WithEvents 刪除_tsm As ToolStripMenuItem
  831. Friend WithEvents 新增準備_tsm As ToolStripMenuItem
  832. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  833. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  834. Friend WithEvents 字體_NUD As NumericUpDown
  835. Friend WithEvents 列印_bt As Button
  836. Friend WithEvents 低量_nud As NumericUpDown
  837. Friend WithEvents Label9 As Label
  838. Friend WithEvents 批量刪除_bt As Button
  839. Friend WithEvents 批量刪除選擇_ch As CheckBox
  840. Friend WithEvents 批輛停用選擇_ch As CheckBox
  841. Friend WithEvents 啟用批改_ch As CheckBox
  842. Friend WithEvents 批量存檔_bt As Button
  843. Friend WithEvents 下載檔名_tb As TextBox
  844. Friend WithEvents 檔名讀取_tb As TextBox
  845. Friend WithEvents 下載圖檔_bt As Button
  846. Friend WithEvents 圖檔入系統_bt As Button
  847. Friend WithEvents 檔案名稱_tb As TextBox
  848. Friend WithEvents Label13 As Label
  849. Friend WithEvents 讀取資料夾路徑_bt As Button
  850. Friend WithEvents 本機資料夾_wb As WebBrowser
  851. Friend WithEvents Label10 As Label
  852. Friend WithEvents 物料圖_pb As PictureBox
  853. Friend WithEvents 重新整理_tsm As ToolStripMenuItem
  854. Friend WithEvents 字體大小調整_lb As Label
  855. Friend WithEvents 狀態_lb As Label
  856. Friend WithEvents 刪除_bt As Button
  857. Friend WithEvents 存檔_bt As Button
  858. Friend WithEvents 新增準備_bt As Button
  859. Friend WithEvents 供應商編碼_tb As TextBox
  860. Friend WithEvents 成本_nud As NumericUpDown
  861. Friend WithEvents Label25 As Label
  862. Friend WithEvents 停用_ch As CheckBox
  863. Friend WithEvents 品名_tb As TextBox
  864. Friend WithEvents Label8 As Label
  865. Friend WithEvents 料號_tb As TextBox
  866. Friend WithEvents Label7 As Label
  867. Friend WithEvents Label29 As Label
  868. Friend WithEvents 查詢_tb As TextBox
  869. Friend WithEvents 供應商編碼_cb As ComboBox
  870. Friend WithEvents Label6 As Label
  871. Friend WithEvents 供應商_cb As ComboBox
  872. Friend WithEvents Label5 As Label
  873. Friend WithEvents 地區編碼_cb As ComboBox
  874. Friend WithEvents Label1 As Label
  875. Friend WithEvents 清空_bt As Button
  876. Friend WithEvents 地區_cb As ComboBox
  877. Friend WithEvents Label2 As Label
  878. Friend WithEvents Label3 As Label
  879. Friend WithEvents 資料筆數_tb As TextBox
  880. Friend WithEvents Label4 As Label
  881. Friend WithEvents 物料清單_dgv As DataGridView
  882. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  883. Friend WithEvents Panel1 As Panel
  884. Friend WithEvents ToolTip1 As ToolTip
  885. Friend WithEvents 車種年份_tb As TextBox
  886. Friend WithEvents Label11 As Label
  887. Friend WithEvents 廠牌_tb As TextBox
  888. Friend WithEvents Label12 As Label
  889. Friend WithEvents 單位_tb As TextBox
  890. Friend WithEvents lb As Label
  891. Friend WithEvents 倉庫_tb As TextBox
  892. Friend WithEvents Label14 As Label
  893. Friend WithEvents Label15 As Label
  894. Friend WithEvents 狀態_cb As ComboBox
  895. Friend WithEvents 單位_cb As ComboBox
  896. End Class