Sin descripción
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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Me.Label7 = New System.Windows.Forms.Label()
  24. Me.關鍵字搜尋_tb = New System.Windows.Forms.TextBox()
  25. Me.合約編號1_cb = New System.Windows.Forms.ComboBox()
  26. Me.Label11 = New System.Windows.Forms.Label()
  27. Me.合約_dgv = New System.Windows.Forms.DataGridView()
  28. Me.查詢_bt = New System.Windows.Forms.Button()
  29. Me.全部資料_ch = New System.Windows.Forms.CheckBox()
  30. Me.報價放行_ch = New System.Windows.Forms.CheckBox()
  31. Me.報價簽回_ch = New System.Windows.Forms.CheckBox()
  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.保固簽回_ch = New System.Windows.Forms.CheckBox()
  36. Me.報價未放行_ch = New System.Windows.Forms.CheckBox()
  37. Me.報價未簽回_ch = New System.Windows.Forms.CheckBox()
  38. Me.合約未簽回_ch = New System.Windows.Forms.CheckBox()
  39. Me.驗收未簽回_ch = New System.Windows.Forms.CheckBox()
  40. Me.保固未簽回_ch = New System.Windows.Forms.CheckBox()
  41. Me.請款未簽回_ch = New System.Windows.Forms.CheckBox()
  42. Me.報價未完成_ch = New System.Windows.Forms.CheckBox()
  43. Me.報價完成_ch = New System.Windows.Forms.CheckBox()
  44. Me.資料數_tb = New System.Windows.Forms.TextBox()
  45. Me.Label1 = New System.Windows.Forms.Label()
  46. Me.Label2 = New System.Windows.Forms.Label()
  47. CType(Me.合約_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  48. Me.SuspendLayout()
  49. '
  50. 'Label7
  51. '
  52. Me.Label7.AutoSize = True
  53. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  54. Me.Label7.Location = New System.Drawing.Point(3, 5)
  55. Me.Label7.Name = "Label7"
  56. Me.Label7.Size = New System.Drawing.Size(31, 16)
  57. Me.Label7.TabIndex = 1789
  58. Me.Label7.Text = "搜尋"
  59. Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  60. '
  61. '關鍵字搜尋_tb
  62. '
  63. Me.關鍵字搜尋_tb.Location = New System.Drawing.Point(37, 2)
  64. Me.關鍵字搜尋_tb.Name = "關鍵字搜尋_tb"
  65. Me.關鍵字搜尋_tb.Size = New System.Drawing.Size(119, 23)
  66. Me.關鍵字搜尋_tb.TabIndex = 1788
  67. '
  68. '合約編號1_cb
  69. '
  70. Me.合約編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  71. Me.合約編號1_cb.ForeColor = System.Drawing.Color.Blue
  72. Me.合約編號1_cb.FormattingEnabled = True
  73. Me.合約編號1_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  74. Me.合約編號1_cb.Location = New System.Drawing.Point(37, 27)
  75. Me.合約編號1_cb.Name = "合約編號1_cb"
  76. Me.合約編號1_cb.Size = New System.Drawing.Size(145, 24)
  77. Me.合約編號1_cb.TabIndex = 1791
  78. '
  79. 'Label11
  80. '
  81. Me.Label11.AutoSize = True
  82. Me.Label11.BackColor = System.Drawing.SystemColors.Control
  83. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  84. Me.Label11.Location = New System.Drawing.Point(4, 31)
  85. Me.Label11.Name = "Label11"
  86. Me.Label11.Size = New System.Drawing.Size(31, 16)
  87. Me.Label11.TabIndex = 1792
  88. Me.Label11.Text = "甲方"
  89. Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  90. '
  91. '合約_dgv
  92. '
  93. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  94. Me.合約_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  95. Me.合約_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  96. Or System.Windows.Forms.AnchorStyles.Left) _
  97. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  98. Me.合約_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  99. Me.合約_dgv.BackgroundColor = System.Drawing.Color.White
  100. Me.合約_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  101. Me.合約_dgv.Location = New System.Drawing.Point(3, 80)
  102. Me.合約_dgv.Name = "合約_dgv"
  103. Me.合約_dgv.RowHeadersWidth = 5
  104. Me.合約_dgv.RowTemplate.Height = 24
  105. Me.合約_dgv.Size = New System.Drawing.Size(1344, 600)
  106. Me.合約_dgv.TabIndex = 1787
  107. '
  108. '查詢_bt
  109. '
  110. Me.查詢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.下載
  111. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  112. Me.查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  113. Me.查詢_bt.Location = New System.Drawing.Point(156, 0)
  114. Me.查詢_bt.Name = "查詢_bt"
  115. Me.查詢_bt.Size = New System.Drawing.Size(26, 26)
  116. Me.查詢_bt.TabIndex = 1790
  117. Me.查詢_bt.UseVisualStyleBackColor = True
  118. '
  119. '全部資料_ch
  120. '
  121. Me.全部資料_ch.AutoSize = True
  122. Me.全部資料_ch.Location = New System.Drawing.Point(37, 56)
  123. Me.全部資料_ch.Name = "全部資料_ch"
  124. Me.全部資料_ch.Size = New System.Drawing.Size(124, 20)
  125. Me.全部資料_ch.TabIndex = 1793
  126. Me.全部資料_ch.Text = "全部資料 / Semua"
  127. Me.全部資料_ch.UseVisualStyleBackColor = True
  128. '
  129. '報價放行_ch
  130. '
  131. Me.報價放行_ch.AutoSize = True
  132. Me.報價放行_ch.ForeColor = System.Drawing.Color.Red
  133. Me.報價放行_ch.Location = New System.Drawing.Point(495, 2)
  134. Me.報價放行_ch.Name = "報價放行_ch"
  135. Me.報價放行_ch.Size = New System.Drawing.Size(163, 20)
  136. Me.報價放行_ch.TabIndex = 1794
  137. Me.報價放行_ch.Text = "報價核准 / Ulasan lulus"
  138. Me.報價放行_ch.UseVisualStyleBackColor = True
  139. '
  140. '報價簽回_ch
  141. '
  142. Me.報價簽回_ch.AutoSize = True
  143. Me.報價簽回_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  144. Me.報價簽回_ch.Location = New System.Drawing.Point(774, 2)
  145. Me.報價簽回_ch.Name = "報價簽回_ch"
  146. Me.報價簽回_ch.Size = New System.Drawing.Size(239, 20)
  147. Me.報價簽回_ch.TabIndex = 1795
  148. Me.報價簽回_ch.Text = "報價簽回 / Kutipan - Ditandatangani"
  149. Me.報價簽回_ch.UseVisualStyleBackColor = True
  150. '
  151. '請款簽回_ch
  152. '
  153. Me.請款簽回_ch.AutoSize = True
  154. Me.請款簽回_ch.ForeColor = System.Drawing.Color.Blue
  155. Me.請款簽回_ch.Location = New System.Drawing.Point(188, 41)
  156. Me.請款簽回_ch.Name = "請款簽回_ch"
  157. Me.請款簽回_ch.Size = New System.Drawing.Size(247, 20)
  158. Me.請款簽回_ch.TabIndex = 1796
  159. Me.請款簽回_ch.Text = "請款簽回 / Pembayaran Ditandatangani"
  160. Me.請款簽回_ch.UseVisualStyleBackColor = True
  161. '
  162. '驗收簽回_ch
  163. '
  164. Me.驗收簽回_ch.AutoSize = True
  165. Me.驗收簽回_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  166. Me.驗收簽回_ch.Location = New System.Drawing.Point(495, 41)
  167. Me.驗收簽回_ch.Name = "驗收簽回_ch"
  168. Me.驗收簽回_ch.Size = New System.Drawing.Size(228, 20)
  169. Me.驗收簽回_ch.TabIndex = 1798
  170. Me.驗收簽回_ch.Text = "驗收簽回 / Inspeksi - Ditandatangani"
  171. Me.驗收簽回_ch.UseVisualStyleBackColor = True
  172. '
  173. '合約簽回_ch
  174. '
  175. Me.合約簽回_ch.AutoSize = True
  176. Me.合約簽回_ch.ForeColor = System.Drawing.Color.Olive
  177. Me.合約簽回_ch.Location = New System.Drawing.Point(1053, 2)
  178. Me.合約簽回_ch.Name = "合約簽回_ch"
  179. Me.合約簽回_ch.Size = New System.Drawing.Size(227, 20)
  180. Me.合約簽回_ch.TabIndex = 1799
  181. Me.合約簽回_ch.Text = "合約簽回 / Kontrak - Ditandatangani"
  182. Me.合約簽回_ch.UseVisualStyleBackColor = True
  183. '
  184. '保固簽回_ch
  185. '
  186. Me.保固簽回_ch.AutoSize = True
  187. Me.保固簽回_ch.ForeColor = System.Drawing.Color.Purple
  188. Me.保固簽回_ch.Location = New System.Drawing.Point(775, 41)
  189. Me.保固簽回_ch.Name = "保固簽回_ch"
  190. Me.保固簽回_ch.Size = New System.Drawing.Size(226, 20)
  191. Me.保固簽回_ch.TabIndex = 1801
  192. Me.保固簽回_ch.Text = "保固簽回 / Garansi - Ditandatangani"
  193. Me.保固簽回_ch.UseVisualStyleBackColor = True
  194. '
  195. '報價未放行_ch
  196. '
  197. Me.報價未放行_ch.AutoSize = True
  198. Me.報價未放行_ch.ForeColor = System.Drawing.Color.Red
  199. Me.報價未放行_ch.Location = New System.Drawing.Point(495, 21)
  200. Me.報價未放行_ch.Name = "報價未放行_ch"
  201. Me.報價未放行_ch.Size = New System.Drawing.Size(178, 20)
  202. Me.報價未放行_ch.TabIndex = 1802
  203. Me.報價未放行_ch.Text = "報價未核准 / Belum Ditinjau"
  204. Me.報價未放行_ch.UseVisualStyleBackColor = True
  205. '
  206. '報價未簽回_ch
  207. '
  208. Me.報價未簽回_ch.AutoSize = True
  209. Me.報價未簽回_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  210. Me.報價未簽回_ch.Location = New System.Drawing.Point(774, 21)
  211. Me.報價未簽回_ch.Name = "報價未簽回_ch"
  212. Me.報價未簽回_ch.Size = New System.Drawing.Size(273, 20)
  213. Me.報價未簽回_ch.TabIndex = 1803
  214. Me.報價未簽回_ch.Text = "報價未簽回 / Kutipan - Tidak Ditandatangani"
  215. Me.報價未簽回_ch.UseVisualStyleBackColor = True
  216. '
  217. '合約未簽回_ch
  218. '
  219. Me.合約未簽回_ch.AutoSize = True
  220. Me.合約未簽回_ch.ForeColor = System.Drawing.Color.Olive
  221. Me.合約未簽回_ch.Location = New System.Drawing.Point(1053, 21)
  222. Me.合約未簽回_ch.Name = "合約未簽回_ch"
  223. Me.合約未簽回_ch.Size = New System.Drawing.Size(273, 20)
  224. Me.合約未簽回_ch.TabIndex = 1804
  225. Me.合約未簽回_ch.Text = "合約未簽回 / Kontrak - Tidak Ditandatangani"
  226. Me.合約未簽回_ch.UseVisualStyleBackColor = True
  227. '
  228. '驗收未簽回_ch
  229. '
  230. Me.驗收未簽回_ch.AutoSize = True
  231. Me.驗收未簽回_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  232. Me.驗收未簽回_ch.Location = New System.Drawing.Point(495, 60)
  233. Me.驗收未簽回_ch.Name = "驗收未簽回_ch"
  234. Me.驗收未簽回_ch.Size = New System.Drawing.Size(240, 20)
  235. Me.驗收未簽回_ch.TabIndex = 1805
  236. Me.驗收未簽回_ch.Text = "驗收未簽回 / Inspeksi - Ditandatangani"
  237. Me.驗收未簽回_ch.UseVisualStyleBackColor = True
  238. '
  239. '保固未簽回_ch
  240. '
  241. Me.保固未簽回_ch.AutoSize = True
  242. Me.保固未簽回_ch.ForeColor = System.Drawing.Color.Purple
  243. Me.保固未簽回_ch.Location = New System.Drawing.Point(775, 60)
  244. Me.保固未簽回_ch.Name = "保固未簽回_ch"
  245. Me.保固未簽回_ch.Size = New System.Drawing.Size(272, 20)
  246. Me.保固未簽回_ch.TabIndex = 1807
  247. Me.保固未簽回_ch.Text = "保固未簽回 / Garansi - Tidak Ditandatangani"
  248. Me.保固未簽回_ch.UseVisualStyleBackColor = True
  249. '
  250. '請款未簽回_ch
  251. '
  252. Me.請款未簽回_ch.AutoSize = True
  253. Me.請款未簽回_ch.ForeColor = System.Drawing.Color.Blue
  254. Me.請款未簽回_ch.Location = New System.Drawing.Point(188, 60)
  255. Me.請款未簽回_ch.Name = "請款未簽回_ch"
  256. Me.請款未簽回_ch.Size = New System.Drawing.Size(301, 20)
  257. Me.請款未簽回_ch.TabIndex = 1806
  258. Me.請款未簽回_ch.Text = "請款未簽回 / Pembayaran - Tidak Ditandatangani"
  259. Me.請款未簽回_ch.UseVisualStyleBackColor = True
  260. '
  261. '報價未完成_ch
  262. '
  263. Me.報價未完成_ch.AutoSize = True
  264. Me.報價未完成_ch.ForeColor = System.Drawing.Color.Black
  265. Me.報價未完成_ch.Location = New System.Drawing.Point(188, 21)
  266. Me.報價未完成_ch.Name = "報價未完成_ch"
  267. Me.報價未完成_ch.Size = New System.Drawing.Size(228, 20)
  268. Me.報價未完成_ch.TabIndex = 1809
  269. Me.報價未完成_ch.Text = "報價未完成 / File Yang Belum Selesai"
  270. Me.報價未完成_ch.UseVisualStyleBackColor = True
  271. '
  272. '報價完成_ch
  273. '
  274. Me.報價完成_ch.AutoSize = True
  275. Me.報價完成_ch.Checked = True
  276. Me.報價完成_ch.CheckState = System.Windows.Forms.CheckState.Checked
  277. Me.報價完成_ch.ForeColor = System.Drawing.Color.Black
  278. Me.報價完成_ch.Location = New System.Drawing.Point(188, 2)
  279. Me.報價完成_ch.Name = "報價完成_ch"
  280. Me.報價完成_ch.Size = New System.Drawing.Size(175, 20)
  281. Me.報價完成_ch.TabIndex = 1808
  282. Me.報價完成_ch.Text = "報價完成 / Berkas Selesai"
  283. Me.報價完成_ch.UseVisualStyleBackColor = True
  284. '
  285. '資料數_tb
  286. '
  287. Me.資料數_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  288. Me.資料數_tb.Location = New System.Drawing.Point(1210, 59)
  289. Me.資料數_tb.Name = "資料數_tb"
  290. Me.資料數_tb.Size = New System.Drawing.Size(70, 16)
  291. Me.資料數_tb.TabIndex = 1810
  292. Me.資料數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  293. '
  294. 'Label1
  295. '
  296. Me.Label1.AutoSize = True
  297. Me.Label1.BackColor = System.Drawing.SystemColors.Control
  298. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  299. Me.Label1.Location = New System.Drawing.Point(1189, 59)
  300. Me.Label1.Name = "Label1"
  301. Me.Label1.Size = New System.Drawing.Size(19, 16)
  302. Me.Label1.TabIndex = 1811
  303. Me.Label1.Text = "共"
  304. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  305. '
  306. 'Label2
  307. '
  308. Me.Label2.AutoSize = True
  309. Me.Label2.BackColor = System.Drawing.SystemColors.Control
  310. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  311. Me.Label2.Location = New System.Drawing.Point(1283, 60)
  312. Me.Label2.Name = "Label2"
  313. Me.Label2.Size = New System.Drawing.Size(43, 16)
  314. Me.Label2.TabIndex = 1812
  315. Me.Label2.Text = "筆資料"
  316. Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  317. '
  318. '合約文件簽核控制表
  319. '
  320. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  321. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  322. Me.ClientSize = New System.Drawing.Size(1350, 681)
  323. Me.Controls.Add(Me.Label2)
  324. Me.Controls.Add(Me.Label1)
  325. Me.Controls.Add(Me.資料數_tb)
  326. Me.Controls.Add(Me.報價未完成_ch)
  327. Me.Controls.Add(Me.報價完成_ch)
  328. Me.Controls.Add(Me.保固未簽回_ch)
  329. Me.Controls.Add(Me.請款未簽回_ch)
  330. Me.Controls.Add(Me.驗收未簽回_ch)
  331. Me.Controls.Add(Me.合約未簽回_ch)
  332. Me.Controls.Add(Me.報價未簽回_ch)
  333. Me.Controls.Add(Me.報價未放行_ch)
  334. Me.Controls.Add(Me.保固簽回_ch)
  335. Me.Controls.Add(Me.合約簽回_ch)
  336. Me.Controls.Add(Me.驗收簽回_ch)
  337. Me.Controls.Add(Me.請款簽回_ch)
  338. Me.Controls.Add(Me.報價簽回_ch)
  339. Me.Controls.Add(Me.報價放行_ch)
  340. Me.Controls.Add(Me.全部資料_ch)
  341. Me.Controls.Add(Me.Label7)
  342. Me.Controls.Add(Me.關鍵字搜尋_tb)
  343. Me.Controls.Add(Me.查詢_bt)
  344. Me.Controls.Add(Me.合約編號1_cb)
  345. Me.Controls.Add(Me.Label11)
  346. Me.Controls.Add(Me.合約_dgv)
  347. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  348. Me.Margin = New System.Windows.Forms.Padding(4)
  349. Me.Name = "合約文件簽核控制表"
  350. Me.Text = "合約文件簽核控制表"
  351. CType(Me.合約_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  352. Me.ResumeLayout(False)
  353. Me.PerformLayout()
  354. End Sub
  355. Friend WithEvents Label7 As Label
  356. Friend WithEvents 關鍵字搜尋_tb As TextBox
  357. Friend WithEvents 查詢_bt As Button
  358. Friend WithEvents 合約編號1_cb As ComboBox
  359. Friend WithEvents Label11 As Label
  360. Friend WithEvents 合約_dgv As DataGridView
  361. Friend WithEvents 全部資料_ch As CheckBox
  362. Friend WithEvents 報價放行_ch As CheckBox
  363. Friend WithEvents 報價簽回_ch As CheckBox
  364. Friend WithEvents 請款簽回_ch As CheckBox
  365. Friend WithEvents 驗收簽回_ch As CheckBox
  366. Friend WithEvents 合約簽回_ch As CheckBox
  367. Friend WithEvents 保固簽回_ch As CheckBox
  368. Friend WithEvents 報價未放行_ch As CheckBox
  369. Friend WithEvents 報價未簽回_ch As CheckBox
  370. Friend WithEvents 合約未簽回_ch As CheckBox
  371. Friend WithEvents 驗收未簽回_ch As CheckBox
  372. Friend WithEvents 保固未簽回_ch As CheckBox
  373. Friend WithEvents 請款未簽回_ch As CheckBox
  374. Friend WithEvents 報價未完成_ch As CheckBox
  375. Friend WithEvents 報價完成_ch As CheckBox
  376. Friend WithEvents 資料數_tb As TextBox
  377. Friend WithEvents Label1 As Label
  378. Friend WithEvents Label2 As Label
  379. End Class