暫無描述
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 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  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. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(採購單付款確認))
  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. Me.Panel1 = New System.Windows.Forms.Panel()
  26. Me.詳細資料2_ch = New System.Windows.Forms.CheckBox()
  27. Me.Panel4 = New System.Windows.Forms.Panel()
  28. Me.日期_rb = New System.Windows.Forms.RadioButton()
  29. Me.單價_rb = New System.Windows.Forms.RadioButton()
  30. Me.價錢_dgv = New System.Windows.Forms.DataGridView()
  31. Me.語轉扭_bt = New System.Windows.Forms.Button()
  32. Me.小間距_ch = New System.Windows.Forms.CheckBox()
  33. Me.大間距_ch = New System.Windows.Forms.CheckBox()
  34. Me.中間距_ch = New System.Windows.Forms.CheckBox()
  35. Me.Panel2 = New System.Windows.Forms.Panel()
  36. Me.列印成EXCEL_bt = New System.Windows.Forms.Button()
  37. Me.系統說明_bt = New System.Windows.Forms.Button()
  38. Me.視窗2_pl = New System.Windows.Forms.Panel()
  39. Me.Panel3 = New System.Windows.Forms.Panel()
  40. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  41. Me.Label16 = New System.Windows.Forms.Label()
  42. Me.CanceL2_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.Panel1.SuspendLayout()
  47. Me.Panel4.SuspendLayout()
  48. CType(Me.價錢_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  49. Me.Panel2.SuspendLayout()
  50. Me.視窗2_pl.SuspendLayout()
  51. Me.Panel3.SuspendLayout()
  52. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  53. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  54. Me.SuspendLayout()
  55. '
  56. 'Panel1
  57. '
  58. Me.Panel1.Controls.Add(Me.詳細資料2_ch)
  59. Me.Panel1.Controls.Add(Me.Panel4)
  60. Me.Panel1.Controls.Add(Me.價錢_dgv)
  61. Me.Panel1.Controls.Add(Me.語轉扭_bt)
  62. Me.Panel1.Controls.Add(Me.小間距_ch)
  63. Me.Panel1.Controls.Add(Me.大間距_ch)
  64. Me.Panel1.Controls.Add(Me.中間距_ch)
  65. Me.Panel1.Location = New System.Drawing.Point(725, 168)
  66. Me.Panel1.Name = "Panel1"
  67. Me.Panel1.Size = New System.Drawing.Size(361, 133)
  68. Me.Panel1.TabIndex = 0
  69. '
  70. '詳細資料2_ch
  71. '
  72. Me.詳細資料2_ch.AutoSize = True
  73. Me.詳細資料2_ch.Location = New System.Drawing.Point(207, 6)
  74. Me.詳細資料2_ch.Name = "詳細資料2_ch"
  75. Me.詳細資料2_ch.Size = New System.Drawing.Size(126, 20)
  76. Me.詳細資料2_ch.TabIndex = 1906
  77. Me.詳細資料2_ch.Text = "詳細資料 / Rincian"
  78. Me.詳細資料2_ch.UseVisualStyleBackColor = True
  79. '
  80. 'Panel4
  81. '
  82. Me.Panel4.Controls.Add(Me.日期_rb)
  83. Me.Panel4.Controls.Add(Me.單價_rb)
  84. Me.Panel4.Location = New System.Drawing.Point(3, 103)
  85. Me.Panel4.Name = "Panel4"
  86. Me.Panel4.Size = New System.Drawing.Size(330, 23)
  87. Me.Panel4.TabIndex = 1907
  88. '
  89. '日期_rb
  90. '
  91. Me.日期_rb.AutoSize = True
  92. Me.日期_rb.Location = New System.Drawing.Point(138, 2)
  93. Me.日期_rb.Name = "日期_rb"
  94. Me.日期_rb.Size = New System.Drawing.Size(109, 20)
  95. Me.日期_rb.TabIndex = 1348
  96. Me.日期_rb.TabStop = True
  97. Me.日期_rb.Text = "上一次購買日期"
  98. Me.日期_rb.UseVisualStyleBackColor = True
  99. '
  100. '單價_rb
  101. '
  102. Me.單價_rb.AutoSize = True
  103. Me.單價_rb.Location = New System.Drawing.Point(3, 2)
  104. Me.單價_rb.Name = "單價_rb"
  105. Me.單價_rb.Size = New System.Drawing.Size(73, 20)
  106. Me.單價_rb.TabIndex = 0
  107. Me.單價_rb.TabStop = True
  108. Me.單價_rb.Text = "平均單價"
  109. Me.單價_rb.UseVisualStyleBackColor = True
  110. '
  111. '價錢_dgv
  112. '
  113. Me.價錢_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  114. Me.價錢_dgv.Location = New System.Drawing.Point(4, 4)
  115. Me.價錢_dgv.Name = "價錢_dgv"
  116. Me.價錢_dgv.RowTemplate.Height = 24
  117. Me.價錢_dgv.Size = New System.Drawing.Size(163, 94)
  118. Me.價錢_dgv.TabIndex = 1839
  119. Me.價錢_dgv.VirtualMode = True
  120. '
  121. '語轉扭_bt
  122. '
  123. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  124. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  125. Me.語轉扭_bt.Location = New System.Drawing.Point(171, 4)
  126. Me.語轉扭_bt.Name = "語轉扭_bt"
  127. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  128. Me.語轉扭_bt.TabIndex = 1838
  129. Me.語轉扭_bt.Text = "L"
  130. Me.語轉扭_bt.UseVisualStyleBackColor = True
  131. '
  132. '小間距_ch
  133. '
  134. Me.小間距_ch.AutoSize = True
  135. Me.小間距_ch.Location = New System.Drawing.Point(207, 23)
  136. Me.小間距_ch.Name = "小間距_ch"
  137. Me.小間距_ch.Size = New System.Drawing.Size(39, 20)
  138. Me.小間距_ch.TabIndex = 1903
  139. Me.小間距_ch.Text = "L1"
  140. Me.小間距_ch.UseVisualStyleBackColor = True
  141. '
  142. '大間距_ch
  143. '
  144. Me.大間距_ch.AutoSize = True
  145. Me.大間距_ch.Location = New System.Drawing.Point(297, 23)
  146. Me.大間距_ch.Name = "大間距_ch"
  147. Me.大間距_ch.Size = New System.Drawing.Size(39, 20)
  148. Me.大間距_ch.TabIndex = 1905
  149. Me.大間距_ch.Text = "L3"
  150. Me.大間距_ch.UseVisualStyleBackColor = True
  151. '
  152. '中間距_ch
  153. '
  154. Me.中間距_ch.AutoSize = True
  155. Me.中間距_ch.Checked = True
  156. Me.中間距_ch.CheckState = System.Windows.Forms.CheckState.Checked
  157. Me.中間距_ch.Location = New System.Drawing.Point(252, 23)
  158. Me.中間距_ch.Name = "中間距_ch"
  159. Me.中間距_ch.Size = New System.Drawing.Size(39, 20)
  160. Me.中間距_ch.TabIndex = 1904
  161. Me.中間距_ch.Text = "L2"
  162. Me.中間距_ch.UseVisualStyleBackColor = True
  163. '
  164. 'Panel2
  165. '
  166. Me.Panel2.BackColor = System.Drawing.Color.Transparent
  167. Me.Panel2.Controls.Add(Me.列印成EXCEL_bt)
  168. Me.Panel2.Controls.Add(Me.系統說明_bt)
  169. Me.Panel2.Controls.Add(Me.視窗2_pl)
  170. Me.Panel2.Controls.Add(Me.未付款_bt)
  171. Me.Panel2.Controls.Add(Me.已付款_bt)
  172. Me.Panel2.Controls.Add(Me.清單_dgv)
  173. Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill
  174. Me.Panel2.Location = New System.Drawing.Point(0, 0)
  175. Me.Panel2.Name = "Panel2"
  176. Me.Panel2.Size = New System.Drawing.Size(1349, 681)
  177. Me.Panel2.TabIndex = 1
  178. '
  179. '列印成EXCEL_bt
  180. '
  181. Me.列印成EXCEL_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  182. Me.列印成EXCEL_bt.BackColor = System.Drawing.SystemColors.Control
  183. Me.列印成EXCEL_bt.BackgroundImage = CType(resources.GetObject("列印成EXCEL_bt.BackgroundImage"), System.Drawing.Image)
  184. Me.列印成EXCEL_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  185. Me.列印成EXCEL_bt.ForeColor = System.Drawing.Color.Green
  186. Me.列印成EXCEL_bt.Location = New System.Drawing.Point(1273, 2)
  187. Me.列印成EXCEL_bt.Name = "列印成EXCEL_bt"
  188. Me.列印成EXCEL_bt.Size = New System.Drawing.Size(35, 35)
  189. Me.列印成EXCEL_bt.TabIndex = 1960
  190. Me.列印成EXCEL_bt.UseVisualStyleBackColor = False
  191. '
  192. '系統說明_bt
  193. '
  194. Me.系統說明_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  195. Me.系統說明_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.question_mark
  196. Me.系統說明_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  197. Me.系統說明_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  198. Me.系統說明_bt.ForeColor = System.Drawing.Color.Blue
  199. Me.系統說明_bt.Location = New System.Drawing.Point(1311, 2)
  200. Me.系統說明_bt.Name = "系統說明_bt"
  201. Me.系統說明_bt.Size = New System.Drawing.Size(35, 35)
  202. Me.系統說明_bt.TabIndex = 1959
  203. Me.系統說明_bt.UseVisualStyleBackColor = True
  204. '
  205. '視窗2_pl
  206. '
  207. Me.視窗2_pl.BackColor = System.Drawing.Color.White
  208. Me.視窗2_pl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  209. Me.視窗2_pl.Controls.Add(Me.Panel3)
  210. Me.視窗2_pl.Controls.Add(Me.Label16)
  211. Me.視窗2_pl.Controls.Add(Me.CanceL2_bt)
  212. Me.視窗2_pl.Location = New System.Drawing.Point(87, 72)
  213. Me.視窗2_pl.Name = "視窗2_pl"
  214. Me.視窗2_pl.Size = New System.Drawing.Size(1197, 479)
  215. Me.視窗2_pl.TabIndex = 1403
  216. '
  217. 'Panel3
  218. '
  219. Me.Panel3.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  220. Or System.Windows.Forms.AnchorStyles.Left) _
  221. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  222. Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  223. Me.Panel3.Controls.Add(Me.明細_dgv)
  224. Me.Panel3.Location = New System.Drawing.Point(3, 28)
  225. Me.Panel3.Name = "Panel3"
  226. Me.Panel3.Size = New System.Drawing.Size(1190, 447)
  227. Me.Panel3.TabIndex = 1367
  228. '
  229. '明細_dgv
  230. '
  231. Me.明細_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  232. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  233. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  234. Me.明細_dgv.BackgroundColor = System.Drawing.Color.White
  235. Me.明細_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  236. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  237. Me.明細_dgv.Location = New System.Drawing.Point(2, 3)
  238. Me.明細_dgv.Name = "明細_dgv"
  239. Me.明細_dgv.RowHeadersWidth = 5
  240. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  241. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  242. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  243. Me.明細_dgv.RowTemplate.Height = 24
  244. Me.明細_dgv.Size = New System.Drawing.Size(1179, 437)
  245. Me.明細_dgv.TabIndex = 1051
  246. '
  247. 'Label16
  248. '
  249. Me.Label16.AutoSize = True
  250. Me.Label16.BackColor = System.Drawing.Color.Transparent
  251. Me.Label16.Location = New System.Drawing.Point(5, 7)
  252. Me.Label16.Name = "Label16"
  253. Me.Label16.Size = New System.Drawing.Size(55, 16)
  254. Me.Label16.TabIndex = 1375
  255. Me.Label16.Text = "採購清單"
  256. '
  257. 'CanceL2_bt
  258. '
  259. Me.CanceL2_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  260. Me.CanceL2_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
  261. Me.CanceL2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  262. Me.CanceL2_bt.ForeColor = System.Drawing.Color.Black
  263. Me.CanceL2_bt.Location = New System.Drawing.Point(1165, 2)
  264. Me.CanceL2_bt.Name = "CanceL2_bt"
  265. Me.CanceL2_bt.Size = New System.Drawing.Size(26, 26)
  266. Me.CanceL2_bt.TabIndex = 1374
  267. Me.CanceL2_bt.Text = "X"
  268. Me.CanceL2_bt.UseVisualStyleBackColor = False
  269. '
  270. '未付款_bt
  271. '
  272. Me.未付款_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  273. Me.未付款_bt.ForeColor = System.Drawing.Color.Black
  274. Me.未付款_bt.Location = New System.Drawing.Point(3, 2)
  275. Me.未付款_bt.Name = "未付款_bt"
  276. Me.未付款_bt.Size = New System.Drawing.Size(132, 35)
  277. Me.未付款_bt.TabIndex = 1902
  278. Me.未付款_bt.Text = "未付款"
  279. Me.未付款_bt.UseVisualStyleBackColor = True
  280. '
  281. '已付款_bt
  282. '
  283. Me.已付款_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  284. Me.已付款_bt.ForeColor = System.Drawing.Color.Black
  285. Me.已付款_bt.Location = New System.Drawing.Point(141, 2)
  286. Me.已付款_bt.Name = "已付款_bt"
  287. Me.已付款_bt.Size = New System.Drawing.Size(132, 35)
  288. Me.已付款_bt.TabIndex = 1901
  289. Me.已付款_bt.Text = "已付款"
  290. Me.已付款_bt.UseVisualStyleBackColor = True
  291. '
  292. '清單_dgv
  293. '
  294. Me.清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  295. Or System.Windows.Forms.AnchorStyles.Left) _
  296. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  297. Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  298. Me.清單_dgv.BackgroundColor = System.Drawing.Color.White
  299. Me.清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  300. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  301. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  302. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
  303. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  304. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  305. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  306. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  307. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  308. Me.清單_dgv.DefaultCellStyle = DataGridViewCellStyle2
  309. Me.清單_dgv.Location = New System.Drawing.Point(3, 37)
  310. Me.清單_dgv.Name = "清單_dgv"
  311. Me.清單_dgv.RowHeadersWidth = 5
  312. Me.清單_dgv.RowTemplate.Height = 24
  313. Me.清單_dgv.Size = New System.Drawing.Size(1343, 641)
  314. Me.清單_dgv.TabIndex = 1900
  315. '
  316. '採購單付款確認
  317. '
  318. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  319. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  320. Me.ClientSize = New System.Drawing.Size(1349, 681)
  321. Me.Controls.Add(Me.Panel1)
  322. Me.Controls.Add(Me.Panel2)
  323. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  324. Me.Margin = New System.Windows.Forms.Padding(4)
  325. Me.Name = "採購單付款確認"
  326. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  327. Me.Text = "採購單付款確認"
  328. Me.Panel1.ResumeLayout(False)
  329. Me.Panel1.PerformLayout()
  330. Me.Panel4.ResumeLayout(False)
  331. Me.Panel4.PerformLayout()
  332. CType(Me.價錢_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  333. Me.Panel2.ResumeLayout(False)
  334. Me.視窗2_pl.ResumeLayout(False)
  335. Me.視窗2_pl.PerformLayout()
  336. Me.Panel3.ResumeLayout(False)
  337. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  338. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  339. Me.ResumeLayout(False)
  340. End Sub
  341. Friend WithEvents Panel1 As Panel
  342. Friend WithEvents 語轉扭_bt As Button
  343. Friend WithEvents Panel2 As Panel
  344. Friend WithEvents 清單_dgv As DataGridView
  345. Friend WithEvents 未付款_bt As Button
  346. Friend WithEvents 已付款_bt As Button
  347. Friend WithEvents 視窗2_pl As Panel
  348. Friend WithEvents Panel3 As Panel
  349. Friend WithEvents Label16 As Label
  350. Friend WithEvents CanceL2_bt As Button
  351. Friend WithEvents 明細_dgv As DataGridView
  352. Friend WithEvents 大間距_ch As CheckBox
  353. Friend WithEvents 中間距_ch As CheckBox
  354. Friend WithEvents 小間距_ch As CheckBox
  355. Friend WithEvents 詳細資料2_ch As CheckBox
  356. Friend WithEvents 價錢_dgv As DataGridView
  357. Friend WithEvents Panel4 As Panel
  358. Friend WithEvents 日期_rb As RadioButton
  359. Friend WithEvents 單價_rb As RadioButton
  360. Friend WithEvents 系統說明_bt As Button
  361. Friend WithEvents 列印成EXCEL_bt As Button
  362. End Class