説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

零用金支付單一覽表.Designer.vb 19KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  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.Label6 = New System.Windows.Forms.Label()
  27. Me.DataGridView4 = New System.Windows.Forms.DataGridView()
  28. Me.TextBox7 = New System.Windows.Forms.TextBox()
  29. Me.Label10 = New System.Windows.Forms.Label()
  30. Me.TextBox6 = New System.Windows.Forms.TextBox()
  31. Me.Button2 = New System.Windows.Forms.Button()
  32. Me.Label9 = New System.Windows.Forms.Label()
  33. Me.Label8 = New System.Windows.Forms.Label()
  34. Me.Label7 = New System.Windows.Forms.Label()
  35. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  36. Me.DateTimePicker3 = New System.Windows.Forms.DateTimePicker()
  37. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  38. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  39. Me.Label5 = New System.Windows.Forms.Label()
  40. Me.TextBox5 = New System.Windows.Forms.TextBox()
  41. Me.Label19 = New System.Windows.Forms.Label()
  42. Me.TextBox13 = New System.Windows.Forms.TextBox()
  43. Me.Label4 = New System.Windows.Forms.Label()
  44. Me.TextBox4 = New System.Windows.Forms.TextBox()
  45. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  46. Me.Label3 = New System.Windows.Forms.Label()
  47. Me.TextBox3 = New System.Windows.Forms.TextBox()
  48. Me.Label2 = New System.Windows.Forms.Label()
  49. Me.TextBox2 = New System.Windows.Forms.TextBox()
  50. Me.Label1 = New System.Windows.Forms.Label()
  51. Me.TextBox1 = New System.Windows.Forms.TextBox()
  52. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  53. Me.重新讀取ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  54. Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator()
  55. Me.AAAToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  56. CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).BeginInit()
  57. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  58. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  59. Me.ContextMenuStrip1.SuspendLayout()
  60. Me.SuspendLayout()
  61. '
  62. 'Label6
  63. '
  64. Me.Label6.AutoSize = True
  65. Me.Label6.Location = New System.Drawing.Point(3, 3)
  66. Me.Label6.Name = "Label6"
  67. Me.Label6.Size = New System.Drawing.Size(493, 16)
  68. Me.Label6.TabIndex = 783
  69. Me.Label6.Text = "總經理已核准的零用金支付單//Manajer Umum Slip Pembayaran Kas kecil Yang Disetujui"
  70. '
  71. 'DataGridView4
  72. '
  73. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  74. Me.DataGridView4.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  75. Me.DataGridView4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  76. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  77. Me.DataGridView4.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  78. Me.DataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  79. Me.DataGridView4.Location = New System.Drawing.Point(7, 21)
  80. Me.DataGridView4.Name = "DataGridView4"
  81. Me.DataGridView4.RowHeadersWidth = 5
  82. Me.DataGridView4.RowTemplate.Height = 24
  83. Me.DataGridView4.Size = New System.Drawing.Size(1335, 204)
  84. Me.DataGridView4.TabIndex = 782
  85. '
  86. 'TextBox7
  87. '
  88. Me.TextBox7.Location = New System.Drawing.Point(637, 276)
  89. Me.TextBox7.Name = "TextBox7"
  90. Me.TextBox7.Size = New System.Drawing.Size(193, 23)
  91. Me.TextBox7.TabIndex = 856
  92. '
  93. 'Label10
  94. '
  95. Me.Label10.AutoSize = True
  96. Me.Label10.Location = New System.Drawing.Point(519, 279)
  97. Me.Label10.Name = "Label10"
  98. Me.Label10.Size = New System.Drawing.Size(118, 16)
  99. Me.Label10.TabIndex = 855
  100. Me.Label10.Text = "總金額/Jumlah total"
  101. '
  102. 'TextBox6
  103. '
  104. Me.TextBox6.ForeColor = System.Drawing.Color.Blue
  105. Me.TextBox6.Location = New System.Drawing.Point(31, 343)
  106. Me.TextBox6.Name = "TextBox6"
  107. Me.TextBox6.Size = New System.Drawing.Size(120, 23)
  108. Me.TextBox6.TabIndex = 854
  109. Me.TextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  110. '
  111. 'Button2
  112. '
  113. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  114. Me.Button2.ForeColor = System.Drawing.Color.Blue
  115. Me.Button2.Location = New System.Drawing.Point(1206, 228)
  116. Me.Button2.Name = "Button2"
  117. Me.Button2.Size = New System.Drawing.Size(136, 71)
  118. Me.Button2.TabIndex = 853
  119. Me.Button2.Text = "零用金支付單" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "列印成EXCEL" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Cetak EXCEL"
  120. Me.Button2.UseVisualStyleBackColor = True
  121. '
  122. 'Label9
  123. '
  124. Me.Label9.AutoSize = True
  125. Me.Label9.ForeColor = System.Drawing.Color.Blue
  126. Me.Label9.Location = New System.Drawing.Point(370, 278)
  127. Me.Label9.Name = "Label9"
  128. Me.Label9.Size = New System.Drawing.Size(32, 16)
  129. Me.Label9.TabIndex = 852
  130. Me.Label9.Text = "日期"
  131. '
  132. 'Label8
  133. '
  134. Me.Label8.AutoSize = True
  135. Me.Label8.ForeColor = System.Drawing.Color.Blue
  136. Me.Label8.Location = New System.Drawing.Point(834, 255)
  137. Me.Label8.Name = "Label8"
  138. Me.Label8.Size = New System.Drawing.Size(32, 16)
  139. Me.Label8.TabIndex = 851
  140. Me.Label8.Text = "日期"
  141. '
  142. 'Label7
  143. '
  144. Me.Label7.AutoSize = True
  145. Me.Label7.ForeColor = System.Drawing.Color.Blue
  146. Me.Label7.Location = New System.Drawing.Point(370, 254)
  147. Me.Label7.Name = "Label7"
  148. Me.Label7.Size = New System.Drawing.Size(32, 16)
  149. Me.Label7.TabIndex = 850
  150. Me.Label7.Text = "日期"
  151. '
  152. 'PictureBox1
  153. '
  154. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  155. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  156. Me.PictureBox1.Location = New System.Drawing.Point(1045, 228)
  157. Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  158. Me.PictureBox1.Name = "PictureBox1"
  159. Me.PictureBox1.Size = New System.Drawing.Size(155, 71)
  160. Me.PictureBox1.TabIndex = 849
  161. Me.PictureBox1.TabStop = False
  162. '
  163. 'DateTimePicker3
  164. '
  165. Me.DateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  166. Me.DateTimePicker3.Location = New System.Drawing.Point(412, 275)
  167. Me.DateTimePicker3.Name = "DateTimePicker3"
  168. Me.DateTimePicker3.Size = New System.Drawing.Size(104, 23)
  169. Me.DateTimePicker3.TabIndex = 848
  170. '
  171. 'DateTimePicker2
  172. '
  173. Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  174. Me.DateTimePicker2.Location = New System.Drawing.Point(884, 252)
  175. Me.DateTimePicker2.Name = "DateTimePicker2"
  176. Me.DateTimePicker2.Size = New System.Drawing.Size(155, 23)
  177. Me.DateTimePicker2.TabIndex = 847
  178. '
  179. 'DateTimePicker1
  180. '
  181. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  182. Me.DateTimePicker1.Location = New System.Drawing.Point(412, 251)
  183. Me.DateTimePicker1.Name = "DateTimePicker1"
  184. Me.DateTimePicker1.Size = New System.Drawing.Size(104, 23)
  185. Me.DateTimePicker1.TabIndex = 846
  186. '
  187. 'Label5
  188. '
  189. Me.Label5.AutoSize = True
  190. Me.Label5.ForeColor = System.Drawing.Color.Blue
  191. Me.Label5.Location = New System.Drawing.Point(519, 255)
  192. Me.Label5.Name = "Label5"
  193. Me.Label5.Size = New System.Drawing.Size(97, 16)
  194. Me.Label5.TabIndex = 845
  195. Me.Label5.Text = "審核人/Peninjau"
  196. '
  197. 'TextBox5
  198. '
  199. Me.TextBox5.ForeColor = System.Drawing.Color.Blue
  200. Me.TextBox5.Location = New System.Drawing.Point(167, 276)
  201. Me.TextBox5.Name = "TextBox5"
  202. Me.TextBox5.Size = New System.Drawing.Size(201, 23)
  203. Me.TextBox5.TabIndex = 844
  204. '
  205. 'Label19
  206. '
  207. Me.Label19.AutoSize = True
  208. Me.Label19.ForeColor = System.Drawing.Color.Blue
  209. Me.Label19.Location = New System.Drawing.Point(834, 231)
  210. Me.Label19.Name = "Label19"
  211. Me.Label19.Size = New System.Drawing.Size(44, 16)
  212. Me.Label19.TabIndex = 843
  213. Me.Label19.Text = "驗證碼"
  214. '
  215. 'TextBox13
  216. '
  217. Me.TextBox13.ForeColor = System.Drawing.Color.Blue
  218. Me.TextBox13.Location = New System.Drawing.Point(884, 228)
  219. Me.TextBox13.Name = "TextBox13"
  220. Me.TextBox13.Size = New System.Drawing.Size(155, 23)
  221. Me.TextBox13.TabIndex = 842
  222. Me.TextBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  223. '
  224. 'Label4
  225. '
  226. Me.Label4.AutoSize = True
  227. Me.Label4.ForeColor = System.Drawing.Color.Blue
  228. Me.Label4.Location = New System.Drawing.Point(4, 279)
  229. Me.Label4.Name = "Label4"
  230. Me.Label4.Size = New System.Drawing.Size(84, 16)
  231. Me.Label4.TabIndex = 841
  232. Me.Label4.Text = "核准人/Setuju"
  233. '
  234. 'TextBox4
  235. '
  236. Me.TextBox4.ForeColor = System.Drawing.Color.Blue
  237. Me.TextBox4.Location = New System.Drawing.Point(637, 252)
  238. Me.TextBox4.Name = "TextBox4"
  239. Me.TextBox4.Size = New System.Drawing.Size(193, 23)
  240. Me.TextBox4.TabIndex = 840
  241. '
  242. 'DataGridView1
  243. '
  244. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
  245. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  246. Me.DataGridView1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  247. Or System.Windows.Forms.AnchorStyles.Left) _
  248. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  249. Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  250. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  251. Me.DataGridView1.Location = New System.Drawing.Point(7, 301)
  252. Me.DataGridView1.Name = "DataGridView1"
  253. Me.DataGridView1.RowHeadersWidth = 5
  254. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  255. Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle3
  256. Me.DataGridView1.RowTemplate.Height = 24
  257. Me.DataGridView1.Size = New System.Drawing.Size(1335, 370)
  258. Me.DataGridView1.TabIndex = 839
  259. '
  260. 'Label3
  261. '
  262. Me.Label3.AutoSize = True
  263. Me.Label3.ForeColor = System.Drawing.Color.Blue
  264. Me.Label3.Location = New System.Drawing.Point(4, 255)
  265. Me.Label3.Name = "Label3"
  266. Me.Label3.Size = New System.Drawing.Size(104, 16)
  267. Me.Label3.TabIndex = 838
  268. Me.Label3.Text = "申請人/Pemohon"
  269. '
  270. 'TextBox3
  271. '
  272. Me.TextBox3.ForeColor = System.Drawing.Color.Blue
  273. Me.TextBox3.Location = New System.Drawing.Point(167, 252)
  274. Me.TextBox3.Name = "TextBox3"
  275. Me.TextBox3.Size = New System.Drawing.Size(201, 23)
  276. Me.TextBox3.TabIndex = 837
  277. '
  278. 'Label2
  279. '
  280. Me.Label2.AutoSize = True
  281. Me.Label2.ForeColor = System.Drawing.Color.Blue
  282. Me.Label2.Location = New System.Drawing.Point(370, 231)
  283. Me.Label2.Name = "Label2"
  284. Me.Label2.Size = New System.Drawing.Size(177, 16)
  285. Me.Label2.TabIndex = 836
  286. Me.Label2.Text = "申請部門/Departemen aplikasi"
  287. '
  288. 'TextBox2
  289. '
  290. Me.TextBox2.ForeColor = System.Drawing.Color.Blue
  291. Me.TextBox2.Location = New System.Drawing.Point(547, 228)
  292. Me.TextBox2.Name = "TextBox2"
  293. Me.TextBox2.Size = New System.Drawing.Size(283, 23)
  294. Me.TextBox2.TabIndex = 835
  295. '
  296. 'Label1
  297. '
  298. Me.Label1.AutoSize = True
  299. Me.Label1.ForeColor = System.Drawing.Color.Blue
  300. Me.Label1.Location = New System.Drawing.Point(4, 231)
  301. Me.Label1.Name = "Label1"
  302. Me.Label1.Size = New System.Drawing.Size(163, 16)
  303. Me.Label1.TabIndex = 834
  304. Me.Label1.Text = "零用金單號/Nomor kas kecil"
  305. '
  306. 'TextBox1
  307. '
  308. Me.TextBox1.ForeColor = System.Drawing.Color.Blue
  309. Me.TextBox1.Location = New System.Drawing.Point(167, 228)
  310. Me.TextBox1.Name = "TextBox1"
  311. Me.TextBox1.Size = New System.Drawing.Size(201, 23)
  312. Me.TextBox1.TabIndex = 833
  313. '
  314. 'ContextMenuStrip1
  315. '
  316. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新讀取ToolStripMenuItem, Me.ToolStripSeparator6, Me.AAAToolStripMenuItem})
  317. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  318. Me.ContextMenuStrip1.Size = New System.Drawing.Size(301, 54)
  319. '
  320. '重新讀取ToolStripMenuItem
  321. '
  322. Me.重新讀取ToolStripMenuItem.Name = "重新讀取ToolStripMenuItem"
  323. Me.重新讀取ToolStripMenuItem.Size = New System.Drawing.Size(300, 22)
  324. Me.重新讀取ToolStripMenuItem.Text = "重新讀取 / Baca kembali"
  325. '
  326. 'ToolStripSeparator6
  327. '
  328. Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
  329. Me.ToolStripSeparator6.Size = New System.Drawing.Size(297, 6)
  330. '
  331. 'AAAToolStripMenuItem
  332. '
  333. Me.AAAToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  334. Me.AAAToolStripMenuItem.Name = "AAAToolStripMenuItem"
  335. Me.AAAToolStripMenuItem.Size = New System.Drawing.Size(300, 22)
  336. Me.AAAToolStripMenuItem.Text = "零用金支付單列印成EXCEL / Cetak EXCEL"
  337. '
  338. '零用金支付單一覽表
  339. '
  340. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  341. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  342. Me.ClientSize = New System.Drawing.Size(1349, 681)
  343. Me.ContextMenuStrip = Me.ContextMenuStrip1
  344. Me.Controls.Add(Me.TextBox7)
  345. Me.Controls.Add(Me.Label10)
  346. Me.Controls.Add(Me.TextBox6)
  347. Me.Controls.Add(Me.Button2)
  348. Me.Controls.Add(Me.Label9)
  349. Me.Controls.Add(Me.Label8)
  350. Me.Controls.Add(Me.Label7)
  351. Me.Controls.Add(Me.PictureBox1)
  352. Me.Controls.Add(Me.DateTimePicker3)
  353. Me.Controls.Add(Me.DateTimePicker2)
  354. Me.Controls.Add(Me.DateTimePicker1)
  355. Me.Controls.Add(Me.Label5)
  356. Me.Controls.Add(Me.TextBox5)
  357. Me.Controls.Add(Me.Label19)
  358. Me.Controls.Add(Me.TextBox13)
  359. Me.Controls.Add(Me.Label4)
  360. Me.Controls.Add(Me.TextBox4)
  361. Me.Controls.Add(Me.DataGridView1)
  362. Me.Controls.Add(Me.Label3)
  363. Me.Controls.Add(Me.TextBox3)
  364. Me.Controls.Add(Me.Label2)
  365. Me.Controls.Add(Me.TextBox2)
  366. Me.Controls.Add(Me.Label1)
  367. Me.Controls.Add(Me.TextBox1)
  368. Me.Controls.Add(Me.Label6)
  369. Me.Controls.Add(Me.DataGridView4)
  370. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  371. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  372. Me.Name = "零用金支付單一覽表"
  373. Me.Text = "零用金支付單一覽表"
  374. CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).EndInit()
  375. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  376. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  377. Me.ContextMenuStrip1.ResumeLayout(False)
  378. Me.ResumeLayout(False)
  379. Me.PerformLayout()
  380. End Sub
  381. Friend WithEvents Label6 As Label
  382. Friend WithEvents DataGridView4 As DataGridView
  383. Friend WithEvents TextBox7 As TextBox
  384. Friend WithEvents Label10 As Label
  385. Friend WithEvents TextBox6 As TextBox
  386. Friend WithEvents Button2 As Button
  387. Friend WithEvents Label9 As Label
  388. Friend WithEvents Label8 As Label
  389. Friend WithEvents Label7 As Label
  390. Friend WithEvents PictureBox1 As PictureBox
  391. Friend WithEvents DateTimePicker3 As DateTimePicker
  392. Friend WithEvents DateTimePicker2 As DateTimePicker
  393. Friend WithEvents DateTimePicker1 As DateTimePicker
  394. Friend WithEvents Label5 As Label
  395. Friend WithEvents TextBox5 As TextBox
  396. Friend WithEvents Label19 As Label
  397. Friend WithEvents TextBox13 As TextBox
  398. Friend WithEvents Label4 As Label
  399. Friend WithEvents TextBox4 As TextBox
  400. Friend WithEvents DataGridView1 As DataGridView
  401. Friend WithEvents Label3 As Label
  402. Friend WithEvents TextBox3 As TextBox
  403. Friend WithEvents Label2 As Label
  404. Friend WithEvents TextBox2 As TextBox
  405. Friend WithEvents Label1 As Label
  406. Friend WithEvents TextBox1 As TextBox
  407. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  408. Friend WithEvents 重新讀取ToolStripMenuItem As ToolStripMenuItem
  409. Friend WithEvents ToolStripSeparator6 As ToolStripSeparator
  410. Friend WithEvents AAAToolStripMenuItem As ToolStripMenuItem
  411. End Class