Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

物料檔案.Designer.vb 37KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752
  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.物料清單_dgv = New System.Windows.Forms.DataGridView()
  25. Me.Label3 = New System.Windows.Forms.Label()
  26. Me.資料筆數_tb = New System.Windows.Forms.TextBox()
  27. Me.Label4 = New System.Windows.Forms.Label()
  28. Me.清空_bt = New System.Windows.Forms.Button()
  29. Me.地區_cb = New System.Windows.Forms.ComboBox()
  30. Me.Label2 = New System.Windows.Forms.Label()
  31. Me.地區編碼_cb = New System.Windows.Forms.ComboBox()
  32. Me.Label1 = New System.Windows.Forms.Label()
  33. Me.供應商_cb = New System.Windows.Forms.ComboBox()
  34. Me.Label5 = New System.Windows.Forms.Label()
  35. Me.供應商編碼_cb = New System.Windows.Forms.ComboBox()
  36. Me.Label6 = New System.Windows.Forms.Label()
  37. Me.Label29 = New System.Windows.Forms.Label()
  38. Me.查詢_tb = New System.Windows.Forms.TextBox()
  39. Me.料號_tb = New System.Windows.Forms.TextBox()
  40. Me.Label7 = New System.Windows.Forms.Label()
  41. Me.品名_tb = New System.Windows.Forms.TextBox()
  42. Me.Label8 = New System.Windows.Forms.Label()
  43. Me.成本_nud = New System.Windows.Forms.NumericUpDown()
  44. Me.Label25 = New System.Windows.Forms.Label()
  45. Me.停用_ch = New System.Windows.Forms.CheckBox()
  46. Me.供應商編碼_tb = New System.Windows.Forms.TextBox()
  47. Me.狀態_lb = New System.Windows.Forms.Label()
  48. Me.刪除_bt = New System.Windows.Forms.Button()
  49. Me.存檔_bt = New System.Windows.Forms.Button()
  50. Me.新增準備_bt = New System.Windows.Forms.Button()
  51. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  52. Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  53. Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
  54. Me.新增準備_tsm = New System.Windows.Forms.ToolStripMenuItem()
  55. Me.存檔_tsm = New System.Windows.Forms.ToolStripMenuItem()
  56. Me.刪除_tsm = New System.Windows.Forms.ToolStripMenuItem()
  57. Me.下載圖檔_bt = New System.Windows.Forms.Button()
  58. Me.圖檔入系統_bt = New System.Windows.Forms.Button()
  59. Me.檔案名稱_tb = New System.Windows.Forms.TextBox()
  60. Me.Label12 = New System.Windows.Forms.Label()
  61. Me.Label13 = New System.Windows.Forms.Label()
  62. Me.讀取資料夾路徑_bt = New System.Windows.Forms.Button()
  63. Me.本機資料夾_wb = New System.Windows.Forms.WebBrowser()
  64. Me.FTP資料夾_wb = New System.Windows.Forms.WebBrowser()
  65. Me.Label11 = New System.Windows.Forms.Label()
  66. Me.Label10 = New System.Windows.Forms.Label()
  67. Me.下載檔名_tb = New System.Windows.Forms.TextBox()
  68. Me.檔名讀取_tb = New System.Windows.Forms.TextBox()
  69. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  70. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  71. Me.批量存檔_bt = New System.Windows.Forms.Button()
  72. Me.啟用批改_ch = New System.Windows.Forms.CheckBox()
  73. Me.批輛停用選擇_ch = New System.Windows.Forms.CheckBox()
  74. Me.批量刪除選擇_ch = New System.Windows.Forms.CheckBox()
  75. Me.批量刪除_bt = New System.Windows.Forms.Button()
  76. Me.物料圖_pb = New System.Windows.Forms.PictureBox()
  77. Me.低量_nud = New System.Windows.Forms.NumericUpDown()
  78. Me.Label9 = New System.Windows.Forms.Label()
  79. Me.精準查詢_ch = New System.Windows.Forms.CheckBox()
  80. CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  81. CType(Me.成本_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  82. Me.ContextMenuStrip1.SuspendLayout()
  83. CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  84. CType(Me.低量_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  85. Me.SuspendLayout()
  86. '
  87. '物料清單_dgv
  88. '
  89. Me.物料清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  90. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  91. Me.物料清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  92. Me.物料清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  93. Me.物料清單_dgv.Location = New System.Drawing.Point(12, 83)
  94. Me.物料清單_dgv.Name = "物料清單_dgv"
  95. Me.物料清單_dgv.RowHeadersWidth = 5
  96. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  97. Me.物料清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  98. Me.物料清單_dgv.RowTemplate.Height = 24
  99. Me.物料清單_dgv.Size = New System.Drawing.Size(570, 572)
  100. Me.物料清單_dgv.TabIndex = 668
  101. '
  102. 'Label3
  103. '
  104. Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  105. Me.Label3.AutoSize = True
  106. Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
  107. Me.Label3.Location = New System.Drawing.Point(538, 664)
  108. Me.Label3.Name = "Label3"
  109. Me.Label3.Size = New System.Drawing.Size(44, 16)
  110. Me.Label3.TabIndex = 1017
  111. Me.Label3.Text = "筆資料"
  112. '
  113. '資料筆數_tb
  114. '
  115. Me.資料筆數_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  116. Me.資料筆數_tb.Location = New System.Drawing.Point(437, 661)
  117. Me.資料筆數_tb.Name = "資料筆數_tb"
  118. Me.資料筆數_tb.Size = New System.Drawing.Size(96, 23)
  119. Me.資料筆數_tb.TabIndex = 1016
  120. Me.資料筆數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  121. '
  122. 'Label4
  123. '
  124. Me.Label4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  125. Me.Label4.AutoSize = True
  126. Me.Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl
  127. Me.Label4.Location = New System.Drawing.Point(411, 664)
  128. Me.Label4.Name = "Label4"
  129. Me.Label4.Size = New System.Drawing.Size(20, 16)
  130. Me.Label4.TabIndex = 1015
  131. Me.Label4.Text = "共"
  132. '
  133. '清空_bt
  134. '
  135. Me.清空_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  136. Me.清空_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
  137. Me.清空_bt.Location = New System.Drawing.Point(120, 5)
  138. Me.清空_bt.Name = "清空_bt"
  139. Me.清空_bt.Size = New System.Drawing.Size(46, 24)
  140. Me.清空_bt.TabIndex = 1081
  141. Me.清空_bt.Text = "清"
  142. Me.清空_bt.UseVisualStyleBackColor = True
  143. '
  144. '地區_cb
  145. '
  146. Me.地區_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  147. Me.地區_cb.FormattingEnabled = True
  148. Me.地區_cb.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8", "9", "Y"})
  149. Me.地區_cb.Location = New System.Drawing.Point(60, 5)
  150. Me.地區_cb.Name = "地區_cb"
  151. Me.地區_cb.Size = New System.Drawing.Size(56, 24)
  152. Me.地區_cb.TabIndex = 1080
  153. '
  154. 'Label2
  155. '
  156. Me.Label2.AutoSize = True
  157. Me.Label2.ForeColor = System.Drawing.Color.Red
  158. Me.Label2.Location = New System.Drawing.Point(9, 9)
  159. Me.Label2.Name = "Label2"
  160. Me.Label2.Size = New System.Drawing.Size(50, 16)
  161. Me.Label2.TabIndex = 1079
  162. Me.Label2.Text = "地 區"
  163. '
  164. '地區編碼_cb
  165. '
  166. Me.地區編碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  167. Me.地區編碼_cb.FormattingEnabled = True
  168. Me.地區編碼_cb.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8", "9", "Y"})
  169. Me.地區編碼_cb.Location = New System.Drawing.Point(202, 5)
  170. Me.地區編碼_cb.Name = "地區編碼_cb"
  171. Me.地區編碼_cb.Size = New System.Drawing.Size(40, 24)
  172. Me.地區編碼_cb.TabIndex = 1083
  173. '
  174. 'Label1
  175. '
  176. Me.Label1.AutoSize = True
  177. Me.Label1.Location = New System.Drawing.Point(170, 9)
  178. Me.Label1.Name = "Label1"
  179. Me.Label1.Size = New System.Drawing.Size(32, 16)
  180. Me.Label1.TabIndex = 1082
  181. Me.Label1.Text = "編碼"
  182. '
  183. '供應商_cb
  184. '
  185. Me.供應商_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  186. Me.供應商_cb.FormattingEnabled = True
  187. Me.供應商_cb.Location = New System.Drawing.Point(60, 31)
  188. Me.供應商_cb.Name = "供應商_cb"
  189. Me.供應商_cb.Size = New System.Drawing.Size(182, 24)
  190. Me.供應商_cb.TabIndex = 1085
  191. '
  192. 'Label5
  193. '
  194. Me.Label5.AutoSize = True
  195. Me.Label5.ForeColor = System.Drawing.Color.Red
  196. Me.Label5.Location = New System.Drawing.Point(9, 35)
  197. Me.Label5.Name = "Label5"
  198. Me.Label5.Size = New System.Drawing.Size(50, 16)
  199. Me.Label5.TabIndex = 1084
  200. Me.Label5.Text = "供 應 商"
  201. '
  202. '供應商編碼_cb
  203. '
  204. Me.供應商編碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  205. Me.供應商編碼_cb.FormattingEnabled = True
  206. Me.供應商編碼_cb.Location = New System.Drawing.Point(383, 31)
  207. Me.供應商編碼_cb.Name = "供應商編碼_cb"
  208. Me.供應商編碼_cb.Size = New System.Drawing.Size(76, 24)
  209. Me.供應商編碼_cb.TabIndex = 1087
  210. '
  211. 'Label6
  212. '
  213. Me.Label6.AutoSize = True
  214. Me.Label6.ForeColor = System.Drawing.Color.Red
  215. Me.Label6.Location = New System.Drawing.Point(328, 35)
  216. Me.Label6.Name = "Label6"
  217. Me.Label6.Size = New System.Drawing.Size(56, 16)
  218. Me.Label6.TabIndex = 1086
  219. Me.Label6.Text = "廠商編碼"
  220. '
  221. 'Label29
  222. '
  223. Me.Label29.AutoSize = True
  224. Me.Label29.ImeMode = System.Windows.Forms.ImeMode.NoControl
  225. Me.Label29.Location = New System.Drawing.Point(248, 9)
  226. Me.Label29.Name = "Label29"
  227. Me.Label29.Size = New System.Drawing.Size(68, 16)
  228. Me.Label29.TabIndex = 1089
  229. Me.Label29.Text = "關鍵字查詢"
  230. '
  231. '查詢_tb
  232. '
  233. Me.查詢_tb.Location = New System.Drawing.Point(316, 6)
  234. Me.查詢_tb.Name = "查詢_tb"
  235. Me.查詢_tb.Size = New System.Drawing.Size(144, 23)
  236. Me.查詢_tb.TabIndex = 1088
  237. '
  238. '料號_tb
  239. '
  240. Me.料號_tb.Location = New System.Drawing.Point(60, 57)
  241. Me.料號_tb.Name = "料號_tb"
  242. Me.料號_tb.Size = New System.Drawing.Size(82, 23)
  243. Me.料號_tb.TabIndex = 1091
  244. '
  245. 'Label7
  246. '
  247. Me.Label7.AutoSize = True
  248. Me.Label7.ImeMode = System.Windows.Forms.ImeMode.NoControl
  249. Me.Label7.Location = New System.Drawing.Point(10, 60)
  250. Me.Label7.Name = "Label7"
  251. Me.Label7.Size = New System.Drawing.Size(50, 16)
  252. Me.Label7.TabIndex = 1090
  253. Me.Label7.Text = "料 號"
  254. '
  255. '品名_tb
  256. '
  257. Me.品名_tb.Location = New System.Drawing.Point(175, 57)
  258. Me.品名_tb.Name = "品名_tb"
  259. Me.品名_tb.Size = New System.Drawing.Size(284, 23)
  260. Me.品名_tb.TabIndex = 1093
  261. '
  262. 'Label8
  263. '
  264. Me.Label8.AutoSize = True
  265. Me.Label8.ImeMode = System.Windows.Forms.ImeMode.NoControl
  266. Me.Label8.Location = New System.Drawing.Point(144, 60)
  267. Me.Label8.Name = "Label8"
  268. Me.Label8.Size = New System.Drawing.Size(32, 16)
  269. Me.Label8.TabIndex = 1092
  270. Me.Label8.Text = "品名"
  271. '
  272. '成本_nud
  273. '
  274. Me.成本_nud.Location = New System.Drawing.Point(505, 58)
  275. Me.成本_nud.Maximum = New Decimal(New Integer() {10000000, 0, 0, 0})
  276. Me.成本_nud.Name = "成本_nud"
  277. Me.成本_nud.Size = New System.Drawing.Size(77, 23)
  278. Me.成本_nud.TabIndex = 1094
  279. Me.成本_nud.ThousandsSeparator = True
  280. '
  281. 'Label25
  282. '
  283. Me.Label25.AutoSize = True
  284. Me.Label25.Location = New System.Drawing.Point(463, 60)
  285. Me.Label25.Name = "Label25"
  286. Me.Label25.Size = New System.Drawing.Size(32, 16)
  287. Me.Label25.TabIndex = 1095
  288. Me.Label25.Text = "成本"
  289. '
  290. '停用_ch
  291. '
  292. Me.停用_ch.AutoSize = True
  293. Me.停用_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  294. Me.停用_ch.Location = New System.Drawing.Point(466, 7)
  295. Me.停用_ch.Name = "停用_ch"
  296. Me.停用_ch.Size = New System.Drawing.Size(123, 20)
  297. Me.停用_ch.TabIndex = 1096
  298. Me.停用_ch.Text = "此料號為停用狀態"
  299. Me.停用_ch.UseVisualStyleBackColor = True
  300. '
  301. '供應商編碼_tb
  302. '
  303. Me.供應商編碼_tb.Location = New System.Drawing.Point(133, 111)
  304. Me.供應商編碼_tb.Name = "供應商編碼_tb"
  305. Me.供應商編碼_tb.Size = New System.Drawing.Size(67, 23)
  306. Me.供應商編碼_tb.TabIndex = 1097
  307. '
  308. '狀態_lb
  309. '
  310. Me.狀態_lb.AutoSize = True
  311. Me.狀態_lb.Font = New System.Drawing.Font("微軟正黑體", 24.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  312. Me.狀態_lb.ForeColor = System.Drawing.Color.Red
  313. Me.狀態_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl
  314. Me.狀態_lb.Location = New System.Drawing.Point(864, 9)
  315. Me.狀態_lb.Name = "狀態_lb"
  316. Me.狀態_lb.Size = New System.Drawing.Size(145, 40)
  317. Me.狀態_lb.TabIndex = 1102
  318. Me.狀態_lb.Text = "編輯狀態"
  319. '
  320. '刪除_bt
  321. '
  322. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  323. Me.刪除_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
  324. Me.刪除_bt.Location = New System.Drawing.Point(718, 4)
  325. Me.刪除_bt.Name = "刪除_bt"
  326. Me.刪除_bt.Size = New System.Drawing.Size(64, 51)
  327. Me.刪除_bt.TabIndex = 1101
  328. Me.刪除_bt.Text = "刪除"
  329. Me.刪除_bt.UseVisualStyleBackColor = True
  330. '
  331. '存檔_bt
  332. '
  333. Me.存檔_bt.ForeColor = System.Drawing.Color.Green
  334. Me.存檔_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
  335. Me.存檔_bt.Location = New System.Drawing.Point(653, 4)
  336. Me.存檔_bt.Name = "存檔_bt"
  337. Me.存檔_bt.Size = New System.Drawing.Size(64, 51)
  338. Me.存檔_bt.TabIndex = 1100
  339. Me.存檔_bt.Text = "存檔"
  340. Me.存檔_bt.UseVisualStyleBackColor = True
  341. '
  342. '新增準備_bt
  343. '
  344. Me.新增準備_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  345. Me.新增準備_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
  346. Me.新增準備_bt.Location = New System.Drawing.Point(588, 4)
  347. Me.新增準備_bt.Name = "新增準備_bt"
  348. Me.新增準備_bt.Size = New System.Drawing.Size(64, 51)
  349. Me.新增準備_bt.TabIndex = 1099
  350. Me.新增準備_bt.Text = "新增準備"
  351. Me.新增準備_bt.UseVisualStyleBackColor = True
  352. '
  353. 'ContextMenuStrip1
  354. '
  355. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理_tsm, Me.ToolStripSeparator3, Me.新增準備_tsm, Me.存檔_tsm, Me.刪除_tsm})
  356. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  357. Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 98)
  358. '
  359. '重新整理_tsm
  360. '
  361. Me.重新整理_tsm.Name = "重新整理_tsm"
  362. Me.重新整理_tsm.Size = New System.Drawing.Size(122, 22)
  363. Me.重新整理_tsm.Text = "重新整理"
  364. '
  365. 'ToolStripSeparator3
  366. '
  367. Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
  368. Me.ToolStripSeparator3.Size = New System.Drawing.Size(119, 6)
  369. '
  370. '新增準備_tsm
  371. '
  372. Me.新增準備_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  373. Me.新增準備_tsm.Name = "新增準備_tsm"
  374. Me.新增準備_tsm.Size = New System.Drawing.Size(122, 22)
  375. Me.新增準備_tsm.Text = "新增準備"
  376. '
  377. '存檔_tsm
  378. '
  379. Me.存檔_tsm.ForeColor = System.Drawing.Color.Green
  380. Me.存檔_tsm.Name = "存檔_tsm"
  381. Me.存檔_tsm.Size = New System.Drawing.Size(122, 22)
  382. Me.存檔_tsm.Text = "存檔"
  383. '
  384. '刪除_tsm
  385. '
  386. Me.刪除_tsm.ForeColor = System.Drawing.Color.Red
  387. Me.刪除_tsm.Name = "刪除_tsm"
  388. Me.刪除_tsm.Size = New System.Drawing.Size(122, 22)
  389. Me.刪除_tsm.Text = "刪除"
  390. '
  391. '下載圖檔_bt
  392. '
  393. Me.下載圖檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  394. Me.下載圖檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  395. Me.下載圖檔_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  396. Me.下載圖檔_bt.Location = New System.Drawing.Point(1206, 4)
  397. Me.下載圖檔_bt.Name = "下載圖檔_bt"
  398. Me.下載圖檔_bt.Size = New System.Drawing.Size(94, 51)
  399. Me.下載圖檔_bt.TabIndex = 1123
  400. Me.下載圖檔_bt.Text = "下載圖片"
  401. Me.下載圖檔_bt.UseVisualStyleBackColor = True
  402. '
  403. '圖檔入系統_bt
  404. '
  405. Me.圖檔入系統_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  406. Me.圖檔入系統_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  407. Me.圖檔入系統_bt.ForeColor = System.Drawing.Color.Green
  408. Me.圖檔入系統_bt.Location = New System.Drawing.Point(1111, 4)
  409. Me.圖檔入系統_bt.Name = "圖檔入系統_bt"
  410. Me.圖檔入系統_bt.Size = New System.Drawing.Size(94, 51)
  411. Me.圖檔入系統_bt.TabIndex = 1121
  412. Me.圖檔入系統_bt.Text = "圖檔入系統 或 圖片修改存檔"
  413. Me.圖檔入系統_bt.UseVisualStyleBackColor = True
  414. '
  415. '檔案名稱_tb
  416. '
  417. Me.檔案名稱_tb.AllowDrop = True
  418. Me.檔案名稱_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  419. Me.檔案名稱_tb.ForeColor = System.Drawing.Color.Black
  420. Me.檔案名稱_tb.Location = New System.Drawing.Point(1069, 439)
  421. Me.檔案名稱_tb.Name = "檔案名稱_tb"
  422. Me.檔案名稱_tb.Size = New System.Drawing.Size(231, 23)
  423. Me.檔案名稱_tb.TabIndex = 1119
  424. '
  425. 'Label12
  426. '
  427. Me.Label12.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  428. Me.Label12.AutoSize = True
  429. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  430. Me.Label12.Location = New System.Drawing.Point(1017, 465)
  431. Me.Label12.Name = "Label12"
  432. Me.Label12.Size = New System.Drawing.Size(108, 17)
  433. Me.Label12.TabIndex = 1117
  434. Me.Label12.Text = "伺服器FTP文件夾"
  435. '
  436. 'Label13
  437. '
  438. Me.Label13.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  439. Me.Label13.AutoSize = True
  440. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  441. Me.Label13.Location = New System.Drawing.Point(1020, 56)
  442. Me.Label13.Name = "Label13"
  443. Me.Label13.Size = New System.Drawing.Size(56, 16)
  444. Me.Label13.TabIndex = 1116
  445. Me.Label13.Text = "我的電腦"
  446. '
  447. '讀取資料夾路徑_bt
  448. '
  449. Me.讀取資料夾路徑_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  450. Me.讀取資料夾路徑_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  451. Me.讀取資料夾路徑_bt.ForeColor = System.Drawing.Color.Blue
  452. Me.讀取資料夾路徑_bt.Location = New System.Drawing.Point(1015, 4)
  453. Me.讀取資料夾路徑_bt.Name = "讀取資料夾路徑_bt"
  454. Me.讀取資料夾路徑_bt.Size = New System.Drawing.Size(94, 51)
  455. Me.讀取資料夾路徑_bt.TabIndex = 1115
  456. Me.讀取資料夾路徑_bt.Text = "讀取料夾路徑"
  457. Me.讀取資料夾路徑_bt.UseVisualStyleBackColor = True
  458. '
  459. '本機資料夾_wb
  460. '
  461. Me.本機資料夾_wb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  462. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  463. Me.本機資料夾_wb.Location = New System.Drawing.Point(1015, 112)
  464. Me.本機資料夾_wb.MinimumSize = New System.Drawing.Size(20, 20)
  465. Me.本機資料夾_wb.Name = "本機資料夾_wb"
  466. Me.本機資料夾_wb.Size = New System.Drawing.Size(285, 321)
  467. Me.本機資料夾_wb.TabIndex = 1114
  468. Me.本機資料夾_wb.Url = New System.Uri("", System.UriKind.Relative)
  469. '
  470. 'FTP資料夾_wb
  471. '
  472. Me.FTP資料夾_wb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  473. Me.FTP資料夾_wb.Location = New System.Drawing.Point(1015, 485)
  474. Me.FTP資料夾_wb.MinimumSize = New System.Drawing.Size(20, 20)
  475. Me.FTP資料夾_wb.Name = "FTP資料夾_wb"
  476. Me.FTP資料夾_wb.Size = New System.Drawing.Size(285, 198)
  477. Me.FTP資料夾_wb.TabIndex = 1113
  478. Me.FTP資料夾_wb.Url = New System.Uri("", System.UriKind.Relative)
  479. '
  480. 'Label11
  481. '
  482. Me.Label11.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  483. Me.Label11.AutoSize = True
  484. Me.Label11.ForeColor = System.Drawing.Color.Red
  485. Me.Label11.Location = New System.Drawing.Point(1018, 77)
  486. Me.Label11.Name = "Label11"
  487. Me.Label11.Size = New System.Drawing.Size(244, 32)
  488. Me.Label11.TabIndex = 1118
  489. Me.Label11.Text = "如檔案無法拖曳至伺服器FTP文件夾,請修改" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "檔案名稱不要帶有中文字或是符號"
  490. '
  491. 'Label10
  492. '
  493. Me.Label10.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  494. Me.Label10.AutoSize = True
  495. Me.Label10.Location = New System.Drawing.Point(1015, 442)
  496. Me.Label10.Name = "Label10"
  497. Me.Label10.Size = New System.Drawing.Size(56, 16)
  498. Me.Label10.TabIndex = 1120
  499. Me.Label10.Text = "檔案名稱"
  500. '
  501. '下載檔名_tb
  502. '
  503. Me.下載檔名_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  504. Me.下載檔名_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  505. Me.下載檔名_tb.Location = New System.Drawing.Point(60, 111)
  506. Me.下載檔名_tb.Name = "下載檔名_tb"
  507. Me.下載檔名_tb.Size = New System.Drawing.Size(67, 23)
  508. Me.下載檔名_tb.TabIndex = 1125
  509. Me.下載檔名_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  510. '
  511. '檔名讀取_tb
  512. '
  513. Me.檔名讀取_tb.AllowDrop = True
  514. Me.檔名讀取_tb.ForeColor = System.Drawing.Color.Black
  515. Me.檔名讀取_tb.Location = New System.Drawing.Point(60, 138)
  516. Me.檔名讀取_tb.Multiline = True
  517. Me.檔名讀取_tb.Name = "檔名讀取_tb"
  518. Me.檔名讀取_tb.Size = New System.Drawing.Size(67, 23)
  519. Me.檔名讀取_tb.TabIndex = 1124
  520. '
  521. 'SaveFileDialog1
  522. '
  523. Me.SaveFileDialog1.DefaultExt = "jpg"
  524. Me.SaveFileDialog1.SupportMultiDottedExtensions = True
  525. Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑"
  526. '
  527. '批量存檔_bt
  528. '
  529. Me.批量存檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  530. Me.批量存檔_bt.ForeColor = System.Drawing.Color.Green
  531. Me.批量存檔_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
  532. Me.批量存檔_bt.Location = New System.Drawing.Point(13, 657)
  533. Me.批量存檔_bt.Name = "批量存檔_bt"
  534. Me.批量存檔_bt.Size = New System.Drawing.Size(386, 30)
  535. Me.批量存檔_bt.TabIndex = 1126
  536. Me.批量存檔_bt.Text = "批量存檔"
  537. Me.批量存檔_bt.UseVisualStyleBackColor = True
  538. '
  539. '啟用批改_ch
  540. '
  541. Me.啟用批改_ch.AutoSize = True
  542. Me.啟用批改_ch.Location = New System.Drawing.Point(588, 59)
  543. Me.啟用批改_ch.Name = "啟用批改_ch"
  544. Me.啟用批改_ch.Size = New System.Drawing.Size(75, 20)
  545. Me.啟用批改_ch.TabIndex = 1127
  546. Me.啟用批改_ch.Text = "啟用批改"
  547. Me.啟用批改_ch.UseVisualStyleBackColor = True
  548. '
  549. '批輛停用選擇_ch
  550. '
  551. Me.批輛停用選擇_ch.AutoSize = True
  552. Me.批輛停用選擇_ch.Location = New System.Drawing.Point(669, 59)
  553. Me.批輛停用選擇_ch.Name = "批輛停用選擇_ch"
  554. Me.批輛停用選擇_ch.Size = New System.Drawing.Size(99, 20)
  555. Me.批輛停用選擇_ch.TabIndex = 1128
  556. Me.批輛停用選擇_ch.Text = "批量停用選擇"
  557. Me.批輛停用選擇_ch.UseVisualStyleBackColor = True
  558. '
  559. '批量刪除選擇_ch
  560. '
  561. Me.批量刪除選擇_ch.AutoSize = True
  562. Me.批量刪除選擇_ch.Location = New System.Drawing.Point(774, 59)
  563. Me.批量刪除選擇_ch.Name = "批量刪除選擇_ch"
  564. Me.批量刪除選擇_ch.Size = New System.Drawing.Size(99, 20)
  565. Me.批量刪除選擇_ch.TabIndex = 1129
  566. Me.批量刪除選擇_ch.Text = "批量刪除選擇"
  567. Me.批量刪除選擇_ch.UseVisualStyleBackColor = True
  568. '
  569. '批量刪除_bt
  570. '
  571. Me.批量刪除_bt.ForeColor = System.Drawing.Color.Red
  572. Me.批量刪除_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
  573. Me.批量刪除_bt.Location = New System.Drawing.Point(784, 4)
  574. Me.批量刪除_bt.Name = "批量刪除_bt"
  575. Me.批量刪除_bt.Size = New System.Drawing.Size(64, 51)
  576. Me.批量刪除_bt.TabIndex = 1130
  577. Me.批量刪除_bt.Text = "批量刪除"
  578. Me.批量刪除_bt.UseVisualStyleBackColor = True
  579. '
  580. '物料圖_pb
  581. '
  582. Me.物料圖_pb.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  583. Or System.Windows.Forms.AnchorStyles.Left) _
  584. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  585. Me.物料圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  586. Me.物料圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  587. Me.物料圖_pb.Location = New System.Drawing.Point(588, 84)
  588. Me.物料圖_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  589. Me.物料圖_pb.Name = "物料圖_pb"
  590. Me.物料圖_pb.Size = New System.Drawing.Size(421, 599)
  591. Me.物料圖_pb.TabIndex = 1112
  592. Me.物料圖_pb.TabStop = False
  593. '
  594. '低量_nud
  595. '
  596. Me.低量_nud.Location = New System.Drawing.Point(535, 31)
  597. Me.低量_nud.Maximum = New Decimal(New Integer() {10000000, 0, 0, 0})
  598. Me.低量_nud.Name = "低量_nud"
  599. Me.低量_nud.Size = New System.Drawing.Size(47, 23)
  600. Me.低量_nud.TabIndex = 1131
  601. Me.低量_nud.ThousandsSeparator = True
  602. '
  603. 'Label9
  604. '
  605. Me.Label9.AutoSize = True
  606. Me.Label9.Location = New System.Drawing.Point(461, 35)
  607. Me.Label9.Name = "Label9"
  608. Me.Label9.Size = New System.Drawing.Size(68, 16)
  609. Me.Label9.TabIndex = 1132
  610. Me.Label9.Text = "最低庫存量"
  611. '
  612. '精準查詢_ch
  613. '
  614. Me.精準查詢_ch.AutoSize = True
  615. Me.精準查詢_ch.Checked = True
  616. Me.精準查詢_ch.CheckState = System.Windows.Forms.CheckState.Checked
  617. Me.精準查詢_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  618. Me.精準查詢_ch.Location = New System.Drawing.Point(247, 33)
  619. Me.精準查詢_ch.Name = "精準查詢_ch"
  620. Me.精準查詢_ch.Size = New System.Drawing.Size(75, 20)
  621. Me.精準查詢_ch.TabIndex = 1133
  622. Me.精準查詢_ch.Text = "精準查詢"
  623. Me.精準查詢_ch.UseVisualStyleBackColor = True
  624. '
  625. '物料檔案
  626. '
  627. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  628. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  629. Me.ClientSize = New System.Drawing.Size(1312, 691)
  630. Me.ContextMenuStrip = Me.ContextMenuStrip1
  631. Me.Controls.Add(Me.精準查詢_ch)
  632. Me.Controls.Add(Me.低量_nud)
  633. Me.Controls.Add(Me.Label9)
  634. Me.Controls.Add(Me.批量刪除_bt)
  635. Me.Controls.Add(Me.批量刪除選擇_ch)
  636. Me.Controls.Add(Me.批輛停用選擇_ch)
  637. Me.Controls.Add(Me.啟用批改_ch)
  638. Me.Controls.Add(Me.批量存檔_bt)
  639. Me.Controls.Add(Me.下載檔名_tb)
  640. Me.Controls.Add(Me.檔名讀取_tb)
  641. Me.Controls.Add(Me.下載圖檔_bt)
  642. Me.Controls.Add(Me.圖檔入系統_bt)
  643. Me.Controls.Add(Me.檔案名稱_tb)
  644. Me.Controls.Add(Me.Label12)
  645. Me.Controls.Add(Me.Label13)
  646. Me.Controls.Add(Me.讀取資料夾路徑_bt)
  647. Me.Controls.Add(Me.本機資料夾_wb)
  648. Me.Controls.Add(Me.FTP資料夾_wb)
  649. Me.Controls.Add(Me.Label11)
  650. Me.Controls.Add(Me.Label10)
  651. Me.Controls.Add(Me.狀態_lb)
  652. Me.Controls.Add(Me.刪除_bt)
  653. Me.Controls.Add(Me.存檔_bt)
  654. Me.Controls.Add(Me.新增準備_bt)
  655. Me.Controls.Add(Me.供應商編碼_tb)
  656. Me.Controls.Add(Me.成本_nud)
  657. Me.Controls.Add(Me.Label25)
  658. Me.Controls.Add(Me.停用_ch)
  659. Me.Controls.Add(Me.品名_tb)
  660. Me.Controls.Add(Me.Label8)
  661. Me.Controls.Add(Me.料號_tb)
  662. Me.Controls.Add(Me.Label7)
  663. Me.Controls.Add(Me.Label29)
  664. Me.Controls.Add(Me.查詢_tb)
  665. Me.Controls.Add(Me.供應商編碼_cb)
  666. Me.Controls.Add(Me.Label6)
  667. Me.Controls.Add(Me.供應商_cb)
  668. Me.Controls.Add(Me.Label5)
  669. Me.Controls.Add(Me.地區編碼_cb)
  670. Me.Controls.Add(Me.Label1)
  671. Me.Controls.Add(Me.清空_bt)
  672. Me.Controls.Add(Me.地區_cb)
  673. Me.Controls.Add(Me.Label2)
  674. Me.Controls.Add(Me.Label3)
  675. Me.Controls.Add(Me.資料筆數_tb)
  676. Me.Controls.Add(Me.Label4)
  677. Me.Controls.Add(Me.物料清單_dgv)
  678. Me.Controls.Add(Me.物料圖_pb)
  679. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  680. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  681. Me.Name = "物料檔案"
  682. Me.Text = "物料檔案"
  683. CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  684. CType(Me.成本_nud, System.ComponentModel.ISupportInitialize).EndInit()
  685. Me.ContextMenuStrip1.ResumeLayout(False)
  686. CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).EndInit()
  687. CType(Me.低量_nud, System.ComponentModel.ISupportInitialize).EndInit()
  688. Me.ResumeLayout(False)
  689. Me.PerformLayout()
  690. End Sub
  691. Friend WithEvents 物料清單_dgv As Windows.Forms.DataGridView
  692. Friend WithEvents Label3 As Windows.Forms.Label
  693. Friend WithEvents 資料筆數_tb As Windows.Forms.TextBox
  694. Friend WithEvents Label4 As Windows.Forms.Label
  695. Friend WithEvents 清空_bt As Windows.Forms.Button
  696. Friend WithEvents 地區_cb As Windows.Forms.ComboBox
  697. Friend WithEvents Label2 As Windows.Forms.Label
  698. Friend WithEvents 地區編碼_cb As Windows.Forms.ComboBox
  699. Friend WithEvents Label1 As Windows.Forms.Label
  700. Friend WithEvents 供應商_cb As Windows.Forms.ComboBox
  701. Friend WithEvents Label5 As Windows.Forms.Label
  702. Friend WithEvents 供應商編碼_cb As Windows.Forms.ComboBox
  703. Friend WithEvents Label6 As Windows.Forms.Label
  704. Friend WithEvents Label29 As Windows.Forms.Label
  705. Friend WithEvents 查詢_tb As Windows.Forms.TextBox
  706. Friend WithEvents 料號_tb As Windows.Forms.TextBox
  707. Friend WithEvents Label7 As Windows.Forms.Label
  708. Friend WithEvents 品名_tb As Windows.Forms.TextBox
  709. Friend WithEvents Label8 As Windows.Forms.Label
  710. Friend WithEvents 成本_nud As Windows.Forms.NumericUpDown
  711. Friend WithEvents Label25 As Windows.Forms.Label
  712. Friend WithEvents 停用_ch As Windows.Forms.CheckBox
  713. Friend WithEvents 供應商編碼_tb As Windows.Forms.TextBox
  714. Friend WithEvents 狀態_lb As Windows.Forms.Label
  715. Friend WithEvents 刪除_bt As Windows.Forms.Button
  716. Friend WithEvents 存檔_bt As Windows.Forms.Button
  717. Friend WithEvents 新增準備_bt As Windows.Forms.Button
  718. Friend WithEvents ContextMenuStrip1 As Windows.Forms.ContextMenuStrip
  719. Friend WithEvents 重新整理_tsm As Windows.Forms.ToolStripMenuItem
  720. Friend WithEvents ToolStripSeparator3 As Windows.Forms.ToolStripSeparator
  721. Friend WithEvents 新增準備_tsm As Windows.Forms.ToolStripMenuItem
  722. Friend WithEvents 存檔_tsm As Windows.Forms.ToolStripMenuItem
  723. Friend WithEvents 刪除_tsm As Windows.Forms.ToolStripMenuItem
  724. Friend WithEvents 下載圖檔_bt As Windows.Forms.Button
  725. Friend WithEvents 圖檔入系統_bt As Windows.Forms.Button
  726. Friend WithEvents 檔案名稱_tb As Windows.Forms.TextBox
  727. Friend WithEvents Label12 As Windows.Forms.Label
  728. Friend WithEvents Label13 As Windows.Forms.Label
  729. Friend WithEvents 讀取資料夾路徑_bt As Windows.Forms.Button
  730. Friend WithEvents 本機資料夾_wb As Windows.Forms.WebBrowser
  731. Friend WithEvents FTP資料夾_wb As Windows.Forms.WebBrowser
  732. Friend WithEvents Label11 As Windows.Forms.Label
  733. Friend WithEvents 物料圖_pb As Windows.Forms.PictureBox
  734. Friend WithEvents Label10 As Windows.Forms.Label
  735. Friend WithEvents 下載檔名_tb As Windows.Forms.TextBox
  736. Friend WithEvents 檔名讀取_tb As Windows.Forms.TextBox
  737. Friend WithEvents FolderBrowserDialog1 As Windows.Forms.FolderBrowserDialog
  738. Friend WithEvents SaveFileDialog1 As Windows.Forms.SaveFileDialog
  739. Friend WithEvents 批量存檔_bt As Windows.Forms.Button
  740. Friend WithEvents 啟用批改_ch As Windows.Forms.CheckBox
  741. Friend WithEvents 批輛停用選擇_ch As Windows.Forms.CheckBox
  742. Friend WithEvents 批量刪除選擇_ch As Windows.Forms.CheckBox
  743. Friend WithEvents 批量刪除_bt As Windows.Forms.Button
  744. Friend WithEvents 低量_nud As Windows.Forms.NumericUpDown
  745. Friend WithEvents Label9 As Windows.Forms.Label
  746. Friend WithEvents 精準查詢_ch As Windows.Forms.CheckBox
  747. End Class