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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  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. Me.中間日期_dtp = New System.Windows.Forms.DateTimePicker()
  27. Me.一般月_ch = New System.Windows.Forms.CheckBox()
  28. Me.會計月_ch = New System.Windows.Forms.CheckBox()
  29. Me.隱藏單據編號_ch = New System.Windows.Forms.CheckBox()
  30. Me.隱藏尺寸材質_ch = New System.Windows.Forms.CheckBox()
  31. Me.Label7 = New System.Windows.Forms.Label()
  32. Me.顯示彙總表_ch = New System.Windows.Forms.CheckBox()
  33. Me.彙總_dgv = New System.Windows.Forms.DataGridView()
  34. Me.採購成本_tb = New System.Windows.Forms.TextBox()
  35. Me.已到_採購成本_tb = New System.Windows.Forms.TextBox()
  36. Me.未到_採購成本_tb = New System.Windows.Forms.TextBox()
  37. Me.依供應商_採購成本_tb = New System.Windows.Forms.TextBox()
  38. Me.Label15 = New System.Windows.Forms.Label()
  39. Me.供應商_tb = New System.Windows.Forms.TextBox()
  40. Me.Label10 = New System.Windows.Forms.Label()
  41. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  42. Me.下個月_bt = New System.Windows.Forms.Button()
  43. Me.上個月_bt = New System.Windows.Forms.Button()
  44. Me.Label20 = New System.Windows.Forms.Label()
  45. Me.Label4 = New System.Windows.Forms.Label()
  46. Me.結束日期_dtp = New System.Windows.Forms.DateTimePicker()
  47. Me.開始日期_dtp = New System.Windows.Forms.DateTimePicker()
  48. Me.Label22 = New System.Windows.Forms.Label()
  49. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  50. Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  51. CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  52. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  53. Me.ContextMenuStrip1.SuspendLayout()
  54. Me.SuspendLayout()
  55. '
  56. '中間日期_dtp
  57. '
  58. Me.中間日期_dtp.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right
  59. Me.中間日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  60. Me.中間日期_dtp.Location = New System.Drawing.Point(80, 31)
  61. Me.中間日期_dtp.Name = "中間日期_dtp"
  62. Me.中間日期_dtp.Size = New System.Drawing.Size(43, 23)
  63. Me.中間日期_dtp.TabIndex = 1190
  64. '
  65. '一般月_ch
  66. '
  67. Me.一般月_ch.AutoSize = True
  68. Me.一般月_ch.Location = New System.Drawing.Point(140, 32)
  69. Me.一般月_ch.Name = "一般月_ch"
  70. Me.一般月_ch.Size = New System.Drawing.Size(62, 20)
  71. Me.一般月_ch.TabIndex = 1189
  72. Me.一般月_ch.Text = "一般月"
  73. Me.一般月_ch.UseVisualStyleBackColor = True
  74. '
  75. '會計月_ch
  76. '
  77. Me.會計月_ch.AutoSize = True
  78. Me.會計月_ch.Checked = True
  79. Me.會計月_ch.CheckState = System.Windows.Forms.CheckState.Checked
  80. Me.會計月_ch.Location = New System.Drawing.Point(11, 32)
  81. Me.會計月_ch.Name = "會計月_ch"
  82. Me.會計月_ch.Size = New System.Drawing.Size(62, 20)
  83. Me.會計月_ch.TabIndex = 1188
  84. Me.會計月_ch.Text = "會計月"
  85. Me.會計月_ch.UseVisualStyleBackColor = True
  86. '
  87. '隱藏單據編號_ch
  88. '
  89. Me.隱藏單據編號_ch.AutoSize = True
  90. Me.隱藏單據編號_ch.Location = New System.Drawing.Point(311, 7)
  91. Me.隱藏單據編號_ch.Name = "隱藏單據編號_ch"
  92. Me.隱藏單據編號_ch.Size = New System.Drawing.Size(98, 20)
  93. Me.隱藏單據編號_ch.TabIndex = 1187
  94. Me.隱藏單據編號_ch.Text = "隱藏單據編號"
  95. Me.隱藏單據編號_ch.UseVisualStyleBackColor = True
  96. '
  97. '隱藏尺寸材質_ch
  98. '
  99. Me.隱藏尺寸材質_ch.AutoSize = True
  100. Me.隱藏尺寸材質_ch.Location = New System.Drawing.Point(416, 7)
  101. Me.隱藏尺寸材質_ch.Name = "隱藏尺寸材質_ch"
  102. Me.隱藏尺寸材質_ch.Size = New System.Drawing.Size(110, 20)
  103. Me.隱藏尺寸材質_ch.TabIndex = 1186
  104. Me.隱藏尺寸材質_ch.Text = "隱藏尺寸、材質"
  105. Me.隱藏尺寸材質_ch.UseVisualStyleBackColor = True
  106. '
  107. 'Label7
  108. '
  109. Me.Label7.AutoSize = True
  110. Me.Label7.ForeColor = System.Drawing.Color.Maroon
  111. Me.Label7.Location = New System.Drawing.Point(393, 32)
  112. Me.Label7.Name = "Label7"
  113. Me.Label7.Size = New System.Drawing.Size(120, 16)
  114. Me.Label7.TabIndex = 1170
  115. Me.Label7.Text = "採購未到廠_採購成本"
  116. '
  117. '顯示彙總表_ch
  118. '
  119. Me.顯示彙總表_ch.AutoSize = True
  120. Me.顯示彙總表_ch.Location = New System.Drawing.Point(311, 31)
  121. Me.顯示彙總表_ch.Name = "顯示彙總表_ch"
  122. Me.顯示彙總表_ch.Size = New System.Drawing.Size(86, 20)
  123. Me.顯示彙總表_ch.TabIndex = 1185
  124. Me.顯示彙總表_ch.Text = "顯示彙總表"
  125. Me.顯示彙總表_ch.UseVisualStyleBackColor = True
  126. '
  127. '彙總_dgv
  128. '
  129. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  130. Me.彙總_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  131. Me.彙總_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  132. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  133. Me.彙總_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  134. Me.彙總_dgv.BackgroundColor = System.Drawing.Color.White
  135. Me.彙總_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  136. Me.彙總_dgv.Location = New System.Drawing.Point(7, 58)
  137. Me.彙總_dgv.Name = "彙總_dgv"
  138. Me.彙總_dgv.RowHeadersWidth = 5
  139. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  140. Me.彙總_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  141. Me.彙總_dgv.RowTemplate.Height = 24
  142. Me.彙總_dgv.Size = New System.Drawing.Size(237, 918)
  143. Me.彙總_dgv.TabIndex = 1184
  144. '
  145. '採購成本_tb
  146. '
  147. Me.採購成本_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  148. Me.採購成本_tb.Location = New System.Drawing.Point(982, 29)
  149. Me.採購成本_tb.Name = "採購成本_tb"
  150. Me.採購成本_tb.Size = New System.Drawing.Size(100, 23)
  151. Me.採購成本_tb.TabIndex = 1172
  152. Me.採購成本_tb.Text = "0"
  153. Me.採購成本_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  154. '
  155. '已到_採購成本_tb
  156. '
  157. Me.已到_採購成本_tb.ForeColor = System.Drawing.Color.Green
  158. Me.已到_採購成本_tb.Location = New System.Drawing.Point(761, 29)
  159. Me.已到_採購成本_tb.Name = "已到_採購成本_tb"
  160. Me.已到_採購成本_tb.Size = New System.Drawing.Size(100, 23)
  161. Me.已到_採購成本_tb.TabIndex = 1173
  162. Me.已到_採購成本_tb.Text = "0"
  163. Me.已到_採購成本_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  164. '
  165. '未到_採購成本_tb
  166. '
  167. Me.未到_採購成本_tb.ForeColor = System.Drawing.Color.Maroon
  168. Me.未到_採購成本_tb.Location = New System.Drawing.Point(520, 29)
  169. Me.未到_採購成本_tb.Name = "未到_採購成本_tb"
  170. Me.未到_採購成本_tb.Size = New System.Drawing.Size(100, 23)
  171. Me.未到_採購成本_tb.TabIndex = 1174
  172. Me.未到_採購成本_tb.Text = "0"
  173. Me.未到_採購成本_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  174. '
  175. '依供應商_採購成本_tb
  176. '
  177. Me.依供應商_採購成本_tb.ForeColor = System.Drawing.Color.Purple
  178. Me.依供應商_採購成本_tb.Location = New System.Drawing.Point(982, 4)
  179. Me.依供應商_採購成本_tb.Name = "依供應商_採購成本_tb"
  180. Me.依供應商_採購成本_tb.Size = New System.Drawing.Size(100, 23)
  181. Me.依供應商_採購成本_tb.TabIndex = 1175
  182. Me.依供應商_採購成本_tb.Text = "0"
  183. Me.依供應商_採購成本_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  184. '
  185. 'Label15
  186. '
  187. Me.Label15.AutoSize = True
  188. Me.Label15.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  189. Me.Label15.Location = New System.Drawing.Point(920, 32)
  190. Me.Label15.Name = "Label15"
  191. Me.Label15.Size = New System.Drawing.Size(55, 16)
  192. Me.Label15.TabIndex = 1168
  193. Me.Label15.Text = "採購成本"
  194. '
  195. '供應商_tb
  196. '
  197. Me.供應商_tb.ForeColor = System.Drawing.Color.Black
  198. Me.供應商_tb.Location = New System.Drawing.Point(761, 4)
  199. Me.供應商_tb.Name = "供應商_tb"
  200. Me.供應商_tb.Size = New System.Drawing.Size(100, 23)
  201. Me.供應商_tb.TabIndex = 1178
  202. Me.供應商_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  203. '
  204. 'Label10
  205. '
  206. Me.Label10.AutoSize = True
  207. Me.Label10.ForeColor = System.Drawing.Color.Green
  208. Me.Label10.Location = New System.Drawing.Point(634, 32)
  209. Me.Label10.Name = "Label10"
  210. Me.Label10.Size = New System.Drawing.Size(120, 16)
  211. Me.Label10.TabIndex = 1169
  212. Me.Label10.Text = "採購已到廠_採購成本"
  213. '
  214. '明細_dgv
  215. '
  216. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  217. Or System.Windows.Forms.AnchorStyles.Left) _
  218. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  219. Me.明細_dgv.BackgroundColor = System.Drawing.Color.White
  220. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  221. Me.明細_dgv.Location = New System.Drawing.Point(250, 58)
  222. Me.明細_dgv.Name = "明細_dgv"
  223. Me.明細_dgv.RowHeadersWidth = 5
  224. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  225. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
  226. Me.明細_dgv.RowTemplate.Height = 24
  227. Me.明細_dgv.Size = New System.Drawing.Size(1657, 918)
  228. Me.明細_dgv.TabIndex = 1183
  229. '
  230. '下個月_bt
  231. '
  232. Me.下個月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  233. Me.下個月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  234. Me.下個月_bt.Location = New System.Drawing.Point(208, 30)
  235. Me.下個月_bt.Name = "下個月_bt"
  236. Me.下個月_bt.Size = New System.Drawing.Size(97, 23)
  237. Me.下個月_bt.TabIndex = 1182
  238. Me.下個月_bt.Text = "下個月"
  239. Me.下個月_bt.UseVisualStyleBackColor = True
  240. '
  241. '上個月_bt
  242. '
  243. Me.上個月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  244. Me.上個月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  245. Me.上個月_bt.Location = New System.Drawing.Point(208, 5)
  246. Me.上個月_bt.Name = "上個月_bt"
  247. Me.上個月_bt.Size = New System.Drawing.Size(97, 23)
  248. Me.上個月_bt.TabIndex = 1181
  249. Me.上個月_bt.Text = "上個月"
  250. Me.上個月_bt.UseVisualStyleBackColor = True
  251. '
  252. 'Label20
  253. '
  254. Me.Label20.AutoSize = True
  255. Me.Label20.ForeColor = System.Drawing.Color.Purple
  256. Me.Label20.Location = New System.Drawing.Point(867, 7)
  257. Me.Label20.Name = "Label20"
  258. Me.Label20.Size = New System.Drawing.Size(108, 16)
  259. Me.Label20.TabIndex = 1171
  260. Me.Label20.Text = "依供應商_採購成本"
  261. '
  262. 'Label4
  263. '
  264. Me.Label4.AutoSize = True
  265. Me.Label4.Location = New System.Drawing.Point(97, 9)
  266. Me.Label4.Name = "Label4"
  267. Me.Label4.Size = New System.Drawing.Size(19, 16)
  268. Me.Label4.TabIndex = 1180
  269. Me.Label4.Text = "到"
  270. '
  271. '結束日期_dtp
  272. '
  273. Me.結束日期_dtp.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right
  274. Me.結束日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  275. Me.結束日期_dtp.Location = New System.Drawing.Point(119, 5)
  276. Me.結束日期_dtp.Name = "結束日期_dtp"
  277. Me.結束日期_dtp.Size = New System.Drawing.Size(87, 23)
  278. Me.結束日期_dtp.TabIndex = 1179
  279. '
  280. '開始日期_dtp
  281. '
  282. Me.開始日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  283. Me.開始日期_dtp.Location = New System.Drawing.Point(8, 5)
  284. Me.開始日期_dtp.Name = "開始日期_dtp"
  285. Me.開始日期_dtp.Size = New System.Drawing.Size(87, 23)
  286. Me.開始日期_dtp.TabIndex = 1177
  287. '
  288. 'Label22
  289. '
  290. Me.Label22.AutoSize = True
  291. Me.Label22.ForeColor = System.Drawing.Color.Black
  292. Me.Label22.Location = New System.Drawing.Point(711, 7)
  293. Me.Label22.Name = "Label22"
  294. Me.Label22.Size = New System.Drawing.Size(43, 16)
  295. Me.Label22.TabIndex = 1176
  296. Me.Label22.Text = "供應商"
  297. '
  298. 'ContextMenuStrip1
  299. '
  300. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem})
  301. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  302. Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 26)
  303. '
  304. '重新整理ToolStripMenuItem
  305. '
  306. Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem"
  307. Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
  308. Me.重新整理ToolStripMenuItem.Text = "重新整理"
  309. '
  310. '採購控制表
  311. '
  312. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  313. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  314. Me.ClientSize = New System.Drawing.Size(1914, 981)
  315. Me.Controls.Add(Me.中間日期_dtp)
  316. Me.Controls.Add(Me.一般月_ch)
  317. Me.Controls.Add(Me.會計月_ch)
  318. Me.Controls.Add(Me.隱藏單據編號_ch)
  319. Me.Controls.Add(Me.隱藏尺寸材質_ch)
  320. Me.Controls.Add(Me.Label7)
  321. Me.Controls.Add(Me.顯示彙總表_ch)
  322. Me.Controls.Add(Me.彙總_dgv)
  323. Me.Controls.Add(Me.採購成本_tb)
  324. Me.Controls.Add(Me.已到_採購成本_tb)
  325. Me.Controls.Add(Me.未到_採購成本_tb)
  326. Me.Controls.Add(Me.依供應商_採購成本_tb)
  327. Me.Controls.Add(Me.Label15)
  328. Me.Controls.Add(Me.供應商_tb)
  329. Me.Controls.Add(Me.Label10)
  330. Me.Controls.Add(Me.明細_dgv)
  331. Me.Controls.Add(Me.下個月_bt)
  332. Me.Controls.Add(Me.上個月_bt)
  333. Me.Controls.Add(Me.Label20)
  334. Me.Controls.Add(Me.Label4)
  335. Me.Controls.Add(Me.結束日期_dtp)
  336. Me.Controls.Add(Me.開始日期_dtp)
  337. Me.Controls.Add(Me.Label22)
  338. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  339. Me.Margin = New System.Windows.Forms.Padding(4)
  340. Me.Name = "採購控制表"
  341. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  342. Me.Text = "採購控制表"
  343. CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  344. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  345. Me.ContextMenuStrip1.ResumeLayout(False)
  346. Me.ResumeLayout(False)
  347. Me.PerformLayout()
  348. End Sub
  349. Friend WithEvents 中間日期_dtp As DateTimePicker
  350. Friend WithEvents 一般月_ch As CheckBox
  351. Friend WithEvents 會計月_ch As CheckBox
  352. Friend WithEvents 隱藏單據編號_ch As CheckBox
  353. Friend WithEvents 隱藏尺寸材質_ch As CheckBox
  354. Friend WithEvents Label7 As Label
  355. Friend WithEvents 顯示彙總表_ch As CheckBox
  356. Friend WithEvents 彙總_dgv As DataGridView
  357. Friend WithEvents 採購成本_tb As TextBox
  358. Friend WithEvents 已到_採購成本_tb As TextBox
  359. Friend WithEvents 未到_採購成本_tb As TextBox
  360. Friend WithEvents 依供應商_採購成本_tb As TextBox
  361. Friend WithEvents Label15 As Label
  362. Friend WithEvents 供應商_tb As TextBox
  363. Friend WithEvents Label10 As Label
  364. Friend WithEvents 明細_dgv As DataGridView
  365. Friend WithEvents 下個月_bt As Button
  366. Friend WithEvents 上個月_bt As Button
  367. Friend WithEvents Label20 As Label
  368. Friend WithEvents Label4 As Label
  369. Friend WithEvents 結束日期_dtp As DateTimePicker
  370. Friend WithEvents 開始日期_dtp As DateTimePicker
  371. Friend WithEvents Label22 As Label
  372. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  373. Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem
  374. End Class