Nessuna descrizione
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 19KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  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.Timer1 = New System.Windows.Forms.Timer(Me.components)
  28. Me.總金額_tb = New System.Windows.Forms.TextBox()
  29. Me.總金額_lb = New System.Windows.Forms.Label()
  30. Me.刪除1_bt = New System.Windows.Forms.Button()
  31. Me.修改存檔_bt = New System.Windows.Forms.Button()
  32. Me.修改_bt = New System.Windows.Forms.Button()
  33. Me.作廢的一般物料請購單_lb = New System.Windows.Forms.Label()
  34. Me.未核准_dgv = New System.Windows.Forms.DataGridView()
  35. Me.未審核的一般物料請購單_lb = New System.Windows.Forms.Label()
  36. Me.未審核_dgv = New System.Windows.Forms.DataGridView()
  37. Me.資料尚未存檔_lb = New System.Windows.Forms.Label()
  38. Me.項次_tb = New System.Windows.Forms.TextBox()
  39. Me.項次_lb = New System.Windows.Forms.Label()
  40. Me.選擇_lb = New System.Windows.Forms.Label()
  41. Me.刪除_bt = New System.Windows.Forms.Button()
  42. Me.新增_bt = New System.Windows.Forms.Button()
  43. Me.申請完成_bt = New System.Windows.Forms.Button()
  44. Me.開立一般物料請購單_bt = New System.Windows.Forms.Button()
  45. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  46. Me.申請人_lb = New System.Windows.Forms.Label()
  47. Me.申請人_tb = New System.Windows.Forms.TextBox()
  48. Me.申請日期_lb = New System.Windows.Forms.Label()
  49. Me.一般物料請購單號_lb = New System.Windows.Forms.Label()
  50. Me.一般物料請購單號_tb = New System.Windows.Forms.TextBox()
  51. Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker()
  52. CType(Me.未核准_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  53. CType(Me.未審核_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  54. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  55. Me.SuspendLayout()
  56. '
  57. 'Timer1
  58. '
  59. Me.Timer1.Interval = 500
  60. '
  61. '總金額_tb
  62. '
  63. Me.總金額_tb.Location = New System.Drawing.Point(667, 52)
  64. Me.總金額_tb.Name = "總金額_tb"
  65. Me.總金額_tb.Size = New System.Drawing.Size(111, 23)
  66. Me.總金額_tb.TabIndex = 801
  67. '
  68. '總金額_lb
  69. '
  70. Me.總金額_lb.AutoSize = True
  71. Me.總金額_lb.Location = New System.Drawing.Point(617, 55)
  72. Me.總金額_lb.Name = "總金額_lb"
  73. Me.總金額_lb.Size = New System.Drawing.Size(44, 16)
  74. Me.總金額_lb.TabIndex = 800
  75. Me.總金額_lb.Text = "總金額"
  76. '
  77. '刪除1_bt
  78. '
  79. Me.刪除1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  80. Me.刪除1_bt.ForeColor = System.Drawing.Color.Red
  81. Me.刪除1_bt.Location = New System.Drawing.Point(1115, 2)
  82. Me.刪除1_bt.Name = "刪除1_bt"
  83. Me.刪除1_bt.Size = New System.Drawing.Size(85, 73)
  84. Me.刪除1_bt.TabIndex = 799
  85. Me.刪除1_bt.Text = "刪除"
  86. Me.刪除1_bt.UseVisualStyleBackColor = True
  87. '
  88. '修改存檔_bt
  89. '
  90. Me.修改存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  91. Me.修改存檔_bt.ForeColor = System.Drawing.Color.Green
  92. Me.修改存檔_bt.Location = New System.Drawing.Point(1031, 2)
  93. Me.修改存檔_bt.Name = "修改存檔_bt"
  94. Me.修改存檔_bt.Size = New System.Drawing.Size(85, 73)
  95. Me.修改存檔_bt.TabIndex = 798
  96. Me.修改存檔_bt.Text = "修改存檔"
  97. Me.修改存檔_bt.UseVisualStyleBackColor = True
  98. '
  99. '修改_bt
  100. '
  101. Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  102. Me.修改_bt.ForeColor = System.Drawing.Color.Green
  103. Me.修改_bt.Location = New System.Drawing.Point(947, 2)
  104. Me.修改_bt.Name = "修改_bt"
  105. Me.修改_bt.Size = New System.Drawing.Size(85, 73)
  106. Me.修改_bt.TabIndex = 797
  107. Me.修改_bt.Text = "修改"
  108. Me.修改_bt.UseVisualStyleBackColor = True
  109. '
  110. '作廢的一般物料請購單_lb
  111. '
  112. Me.作廢的一般物料請購單_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  113. Me.作廢的一般物料請購單_lb.AutoSize = True
  114. Me.作廢的一般物料請購單_lb.Location = New System.Drawing.Point(1, 402)
  115. Me.作廢的一般物料請購單_lb.Name = "作廢的一般物料請購單_lb"
  116. Me.作廢的一般物料請購單_lb.Size = New System.Drawing.Size(128, 16)
  117. Me.作廢的一般物料請購單_lb.TabIndex = 796
  118. Me.作廢的一般物料請購單_lb.Text = "作廢的一般物料請購單"
  119. '
  120. '未核准_dgv
  121. '
  122. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  123. Me.未核准_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  124. Me.未核准_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  125. Me.未核准_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  126. Me.未核准_dgv.BackgroundColor = System.Drawing.Color.White
  127. Me.未核准_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  128. Me.未核准_dgv.Location = New System.Drawing.Point(4, 421)
  129. Me.未核准_dgv.Name = "未核准_dgv"
  130. Me.未核准_dgv.RowHeadersWidth = 5
  131. Me.未核准_dgv.RowTemplate.Height = 24
  132. Me.未核准_dgv.Size = New System.Drawing.Size(335, 257)
  133. Me.未核准_dgv.TabIndex = 795
  134. '
  135. '未審核的一般物料請購單_lb
  136. '
  137. Me.未審核的一般物料請購單_lb.AutoSize = True
  138. Me.未審核的一般物料請購單_lb.Location = New System.Drawing.Point(4, 3)
  139. Me.未審核的一般物料請購單_lb.Name = "未審核的一般物料請購單_lb"
  140. Me.未審核的一般物料請購單_lb.Size = New System.Drawing.Size(140, 16)
  141. Me.未審核的一般物料請購單_lb.TabIndex = 794
  142. Me.未審核的一般物料請購單_lb.Text = "未審核的一般物料請購單"
  143. '
  144. '未審核_dgv
  145. '
  146. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  147. Me.未審核_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  148. Me.未審核_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  149. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  150. Me.未審核_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  151. Me.未審核_dgv.BackgroundColor = System.Drawing.Color.White
  152. Me.未審核_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  153. Me.未審核_dgv.Location = New System.Drawing.Point(4, 22)
  154. Me.未審核_dgv.Name = "未審核_dgv"
  155. Me.未審核_dgv.RowHeadersWidth = 5
  156. Me.未審核_dgv.RowTemplate.Height = 24
  157. Me.未審核_dgv.Size = New System.Drawing.Size(335, 377)
  158. Me.未審核_dgv.TabIndex = 793
  159. '
  160. '資料尚未存檔_lb
  161. '
  162. Me.資料尚未存檔_lb.AutoSize = True
  163. Me.資料尚未存檔_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  164. Me.資料尚未存檔_lb.ForeColor = System.Drawing.Color.Red
  165. Me.資料尚未存檔_lb.Location = New System.Drawing.Point(1206, 5)
  166. Me.資料尚未存檔_lb.Name = "資料尚未存檔_lb"
  167. Me.資料尚未存檔_lb.Size = New System.Drawing.Size(34, 51)
  168. Me.資料尚未存檔_lb.TabIndex = 792
  169. Me.資料尚未存檔_lb.Text = "資料" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "尚未" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "存檔"
  170. Me.資料尚未存檔_lb.Visible = False
  171. '
  172. '項次_tb
  173. '
  174. Me.項次_tb.Location = New System.Drawing.Point(527, 51)
  175. Me.項次_tb.Name = "項次_tb"
  176. Me.項次_tb.Size = New System.Drawing.Size(50, 23)
  177. Me.項次_tb.TabIndex = 791
  178. '
  179. '項次_lb
  180. '
  181. Me.項次_lb.AutoSize = True
  182. Me.項次_lb.Location = New System.Drawing.Point(579, 55)
  183. Me.項次_lb.Name = "項次_lb"
  184. Me.項次_lb.Size = New System.Drawing.Size(32, 16)
  185. Me.項次_lb.TabIndex = 790
  186. Me.項次_lb.Text = "項次"
  187. '
  188. '選擇_lb
  189. '
  190. Me.選擇_lb.AutoSize = True
  191. Me.選擇_lb.Location = New System.Drawing.Point(494, 55)
  192. Me.選擇_lb.Name = "選擇_lb"
  193. Me.選擇_lb.Size = New System.Drawing.Size(32, 16)
  194. Me.選擇_lb.TabIndex = 789
  195. Me.選擇_lb.Text = "選擇"
  196. '
  197. '刪除_bt
  198. '
  199. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  200. Me.刪除_bt.Location = New System.Drawing.Point(418, 51)
  201. Me.刪除_bt.Name = "刪除_bt"
  202. Me.刪除_bt.Size = New System.Drawing.Size(75, 23)
  203. Me.刪除_bt.TabIndex = 788
  204. Me.刪除_bt.Text = "刪除"
  205. Me.刪除_bt.UseVisualStyleBackColor = True
  206. '
  207. '新增_bt
  208. '
  209. Me.新增_bt.Location = New System.Drawing.Point(342, 51)
  210. Me.新增_bt.Name = "新增_bt"
  211. Me.新增_bt.Size = New System.Drawing.Size(75, 23)
  212. Me.新增_bt.TabIndex = 787
  213. Me.新增_bt.Text = "新增"
  214. Me.新增_bt.UseVisualStyleBackColor = True
  215. '
  216. '申請完成_bt
  217. '
  218. Me.申請完成_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  219. Me.申請完成_bt.Location = New System.Drawing.Point(863, 2)
  220. Me.申請完成_bt.Name = "申請完成_bt"
  221. Me.申請完成_bt.Size = New System.Drawing.Size(85, 73)
  222. Me.申請完成_bt.TabIndex = 786
  223. Me.申請完成_bt.Text = "申請完成" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  224. Me.申請完成_bt.UseVisualStyleBackColor = True
  225. '
  226. '開立一般物料請購單_bt
  227. '
  228. Me.開立一般物料請購單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  229. Me.開立一般物料請購單_bt.Location = New System.Drawing.Point(779, 2)
  230. Me.開立一般物料請購單_bt.Name = "開立一般物料請購單_bt"
  231. Me.開立一般物料請購單_bt.Size = New System.Drawing.Size(85, 73)
  232. Me.開立一般物料請購單_bt.TabIndex = 785
  233. Me.開立一般物料請購單_bt.Text = "開立一般物料請購單"
  234. Me.開立一般物料請購單_bt.UseVisualStyleBackColor = True
  235. '
  236. '明細_dgv
  237. '
  238. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  239. Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  240. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  241. Or System.Windows.Forms.AnchorStyles.Left) _
  242. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  243. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  244. Me.明細_dgv.BackgroundColor = System.Drawing.Color.White
  245. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  246. Me.明細_dgv.Location = New System.Drawing.Point(342, 77)
  247. Me.明細_dgv.Name = "明細_dgv"
  248. Me.明細_dgv.RowHeadersWidth = 5
  249. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  250. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  251. Me.明細_dgv.RowTemplate.Height = 24
  252. Me.明細_dgv.Size = New System.Drawing.Size(1002, 601)
  253. Me.明細_dgv.TabIndex = 784
  254. '
  255. '申請人_lb
  256. '
  257. Me.申請人_lb.AutoSize = True
  258. Me.申請人_lb.Location = New System.Drawing.Point(399, 29)
  259. Me.申請人_lb.Name = "申請人_lb"
  260. Me.申請人_lb.Size = New System.Drawing.Size(44, 16)
  261. Me.申請人_lb.TabIndex = 783
  262. Me.申請人_lb.Text = "申請人"
  263. '
  264. '申請人_tb
  265. '
  266. Me.申請人_tb.Location = New System.Drawing.Point(449, 26)
  267. Me.申請人_tb.Name = "申請人_tb"
  268. Me.申請人_tb.Size = New System.Drawing.Size(165, 23)
  269. Me.申請人_tb.TabIndex = 782
  270. '
  271. '申請日期_lb
  272. '
  273. Me.申請日期_lb.AutoSize = True
  274. Me.申請日期_lb.Location = New System.Drawing.Point(620, 29)
  275. Me.申請日期_lb.Name = "申請日期_lb"
  276. Me.申請日期_lb.Size = New System.Drawing.Size(56, 16)
  277. Me.申請日期_lb.TabIndex = 781
  278. Me.申請日期_lb.Text = "申請日期"
  279. '
  280. '一般物料請購單號_lb
  281. '
  282. Me.一般物料請購單號_lb.AutoSize = True
  283. Me.一般物料請購單號_lb.Location = New System.Drawing.Point(339, 5)
  284. Me.一般物料請購單號_lb.Name = "一般物料請購單號_lb"
  285. Me.一般物料請購單號_lb.Size = New System.Drawing.Size(104, 16)
  286. Me.一般物料請購單號_lb.TabIndex = 779
  287. Me.一般物料請購單號_lb.Text = "一般物料請購單號"
  288. '
  289. '一般物料請購單號_tb
  290. '
  291. Me.一般物料請購單號_tb.Location = New System.Drawing.Point(449, 2)
  292. Me.一般物料請購單號_tb.Name = "一般物料請購單號_tb"
  293. Me.一般物料請購單號_tb.Size = New System.Drawing.Size(329, 23)
  294. Me.一般物料請購單號_tb.TabIndex = 778
  295. '
  296. '申請日期_dtp
  297. '
  298. Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  299. Me.申請日期_dtp.Location = New System.Drawing.Point(682, 26)
  300. Me.申請日期_dtp.Name = "申請日期_dtp"
  301. Me.申請日期_dtp.Size = New System.Drawing.Size(96, 23)
  302. Me.申請日期_dtp.TabIndex = 802
  303. '
  304. '一般物料請購單申請
  305. '
  306. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  307. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  308. Me.ClientSize = New System.Drawing.Size(1349, 681)
  309. Me.Controls.Add(Me.申請日期_dtp)
  310. Me.Controls.Add(Me.總金額_tb)
  311. Me.Controls.Add(Me.總金額_lb)
  312. Me.Controls.Add(Me.刪除1_bt)
  313. Me.Controls.Add(Me.修改存檔_bt)
  314. Me.Controls.Add(Me.修改_bt)
  315. Me.Controls.Add(Me.作廢的一般物料請購單_lb)
  316. Me.Controls.Add(Me.未核准_dgv)
  317. Me.Controls.Add(Me.未審核的一般物料請購單_lb)
  318. Me.Controls.Add(Me.未審核_dgv)
  319. Me.Controls.Add(Me.資料尚未存檔_lb)
  320. Me.Controls.Add(Me.項次_tb)
  321. Me.Controls.Add(Me.項次_lb)
  322. Me.Controls.Add(Me.選擇_lb)
  323. Me.Controls.Add(Me.刪除_bt)
  324. Me.Controls.Add(Me.新增_bt)
  325. Me.Controls.Add(Me.申請完成_bt)
  326. Me.Controls.Add(Me.開立一般物料請購單_bt)
  327. Me.Controls.Add(Me.明細_dgv)
  328. Me.Controls.Add(Me.申請人_lb)
  329. Me.Controls.Add(Me.申請人_tb)
  330. Me.Controls.Add(Me.申請日期_lb)
  331. Me.Controls.Add(Me.一般物料請購單號_lb)
  332. Me.Controls.Add(Me.一般物料請購單號_tb)
  333. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  334. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  335. Me.Name = "一般物料請購單申請"
  336. Me.Text = "一般物料請購單申請"
  337. CType(Me.未核准_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  338. CType(Me.未審核_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  339. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  340. Me.ResumeLayout(False)
  341. Me.PerformLayout()
  342. End Sub
  343. Friend WithEvents Timer1 As Timer
  344. Friend WithEvents 總金額_tb As TextBox
  345. Friend WithEvents 總金額_lb As Label
  346. Friend WithEvents 刪除1_bt As Button
  347. Friend WithEvents 修改存檔_bt As Button
  348. Friend WithEvents 修改_bt As Button
  349. Friend WithEvents 作廢的一般物料請購單_lb As Label
  350. Friend WithEvents 未核准_dgv As DataGridView
  351. Friend WithEvents 未審核的一般物料請購單_lb As Label
  352. Friend WithEvents 未審核_dgv As DataGridView
  353. Friend WithEvents 資料尚未存檔_lb As Label
  354. Friend WithEvents 項次_tb As TextBox
  355. Friend WithEvents 項次_lb As Label
  356. Friend WithEvents 選擇_lb As Label
  357. Friend WithEvents 刪除_bt As Button
  358. Friend WithEvents 新增_bt As Button
  359. Friend WithEvents 申請完成_bt As Button
  360. Friend WithEvents 開立一般物料請購單_bt As Button
  361. Friend WithEvents 明細_dgv As DataGridView
  362. Friend WithEvents 申請人_lb As Label
  363. Friend WithEvents 申請人_tb As TextBox
  364. Friend WithEvents 申請日期_lb As Label
  365. Friend WithEvents 一般物料請購單號_lb As Label
  366. Friend WithEvents 一般物料請購單號_tb As TextBox
  367. Friend WithEvents 申請日期_dtp As DateTimePicker
  368. End Class