Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

合約文件簽核控制表.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.Label2 = New System.Windows.Forms.Label()
  24. Me.Label1 = New System.Windows.Forms.Label()
  25. Me.資料數_tb = New System.Windows.Forms.TextBox()
  26. Me.報價未完成_ch = New System.Windows.Forms.CheckBox()
  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.合約未簽回_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.Label7 = New System.Windows.Forms.Label()
  42. Me.關鍵字搜尋_tb = New System.Windows.Forms.TextBox()
  43. Me.查詢_bt = New System.Windows.Forms.Button()
  44. Me.合約編號1_cb = New System.Windows.Forms.ComboBox()
  45. Me.Label11 = New System.Windows.Forms.Label()
  46. Me.合約_dgv = New System.Windows.Forms.DataGridView()
  47. CType(Me.合約_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  48. Me.SuspendLayout()
  49. '
  50. 'Label2
  51. '
  52. Me.Label2.AutoSize = True
  53. Me.Label2.BackColor = System.Drawing.SystemColors.Control
  54. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  55. Me.Label2.Location = New System.Drawing.Point(1283, 60)
  56. Me.Label2.Name = "Label2"
  57. Me.Label2.Size = New System.Drawing.Size(43, 16)
  58. Me.Label2.TabIndex = 1836
  59. Me.Label2.Text = "筆資料"
  60. Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  61. '
  62. 'Label1
  63. '
  64. Me.Label1.AutoSize = True
  65. Me.Label1.BackColor = System.Drawing.SystemColors.Control
  66. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  67. Me.Label1.Location = New System.Drawing.Point(1189, 59)
  68. Me.Label1.Name = "Label1"
  69. Me.Label1.Size = New System.Drawing.Size(19, 16)
  70. Me.Label1.TabIndex = 1835
  71. Me.Label1.Text = "共"
  72. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  73. '
  74. '資料數_tb
  75. '
  76. Me.資料數_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  77. Me.資料數_tb.Location = New System.Drawing.Point(1210, 59)
  78. Me.資料數_tb.Name = "資料數_tb"
  79. Me.資料數_tb.Size = New System.Drawing.Size(70, 16)
  80. Me.資料數_tb.TabIndex = 1834
  81. Me.資料數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  82. '
  83. '報價未完成_ch
  84. '
  85. Me.報價未完成_ch.AutoSize = True
  86. Me.報價未完成_ch.ForeColor = System.Drawing.Color.Black
  87. Me.報價未完成_ch.Location = New System.Drawing.Point(188, 21)
  88. Me.報價未完成_ch.Name = "報價未完成_ch"
  89. Me.報價未完成_ch.Size = New System.Drawing.Size(228, 20)
  90. Me.報價未完成_ch.TabIndex = 1833
  91. Me.報價未完成_ch.Text = "報價未完成 / File Yang Belum Selesai"
  92. Me.報價未完成_ch.UseVisualStyleBackColor = True
  93. '
  94. '報價完成_ch
  95. '
  96. Me.報價完成_ch.AutoSize = True
  97. Me.報價完成_ch.Checked = True
  98. Me.報價完成_ch.CheckState = System.Windows.Forms.CheckState.Checked
  99. Me.報價完成_ch.ForeColor = System.Drawing.Color.Black
  100. Me.報價完成_ch.Location = New System.Drawing.Point(188, 2)
  101. Me.報價完成_ch.Name = "報價完成_ch"
  102. Me.報價完成_ch.Size = New System.Drawing.Size(175, 20)
  103. Me.報價完成_ch.TabIndex = 1832
  104. Me.報價完成_ch.Text = "報價完成 / Berkas Selesai"
  105. Me.報價完成_ch.UseVisualStyleBackColor = True
  106. '
  107. '保固未簽回_ch
  108. '
  109. Me.保固未簽回_ch.AutoSize = True
  110. Me.保固未簽回_ch.ForeColor = System.Drawing.Color.Purple
  111. Me.保固未簽回_ch.Location = New System.Drawing.Point(775, 60)
  112. Me.保固未簽回_ch.Name = "保固未簽回_ch"
  113. Me.保固未簽回_ch.Size = New System.Drawing.Size(272, 20)
  114. Me.保固未簽回_ch.TabIndex = 1831
  115. Me.保固未簽回_ch.Text = "保固未簽回 / Garansi - Tidak Ditandatangani"
  116. Me.保固未簽回_ch.UseVisualStyleBackColor = True
  117. '
  118. '請款未簽回_ch
  119. '
  120. Me.請款未簽回_ch.AutoSize = True
  121. Me.請款未簽回_ch.ForeColor = System.Drawing.Color.Blue
  122. Me.請款未簽回_ch.Location = New System.Drawing.Point(188, 60)
  123. Me.請款未簽回_ch.Name = "請款未簽回_ch"
  124. Me.請款未簽回_ch.Size = New System.Drawing.Size(301, 20)
  125. Me.請款未簽回_ch.TabIndex = 1830
  126. Me.請款未簽回_ch.Text = "請款未簽回 / Pembayaran - Tidak Ditandatangani"
  127. Me.請款未簽回_ch.UseVisualStyleBackColor = True
  128. '
  129. '驗收未簽回_ch
  130. '
  131. Me.驗收未簽回_ch.AutoSize = True
  132. Me.驗收未簽回_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  133. Me.驗收未簽回_ch.Location = New System.Drawing.Point(495, 60)
  134. Me.驗收未簽回_ch.Name = "驗收未簽回_ch"
  135. Me.驗收未簽回_ch.Size = New System.Drawing.Size(240, 20)
  136. Me.驗收未簽回_ch.TabIndex = 1829
  137. Me.驗收未簽回_ch.Text = "驗收未簽回 / Inspeksi - Ditandatangani"
  138. Me.驗收未簽回_ch.UseVisualStyleBackColor = True
  139. '
  140. '合約未簽回_ch
  141. '
  142. Me.合約未簽回_ch.AutoSize = True
  143. Me.合約未簽回_ch.ForeColor = System.Drawing.Color.Olive
  144. Me.合約未簽回_ch.Location = New System.Drawing.Point(1053, 21)
  145. Me.合約未簽回_ch.Name = "合約未簽回_ch"
  146. Me.合約未簽回_ch.Size = New System.Drawing.Size(273, 20)
  147. Me.合約未簽回_ch.TabIndex = 1828
  148. Me.合約未簽回_ch.Text = "合約未簽回 / Kontrak - Tidak Ditandatangani"
  149. Me.合約未簽回_ch.UseVisualStyleBackColor = True
  150. '
  151. '報價未簽回_ch
  152. '
  153. Me.報價未簽回_ch.AutoSize = True
  154. Me.報價未簽回_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  155. Me.報價未簽回_ch.Location = New System.Drawing.Point(774, 21)
  156. Me.報價未簽回_ch.Name = "報價未簽回_ch"
  157. Me.報價未簽回_ch.Size = New System.Drawing.Size(273, 20)
  158. Me.報價未簽回_ch.TabIndex = 1827
  159. Me.報價未簽回_ch.Text = "報價未簽回 / Kutipan - Tidak Ditandatangani"
  160. Me.報價未簽回_ch.UseVisualStyleBackColor = True
  161. '
  162. '報價未放行_ch
  163. '
  164. Me.報價未放行_ch.AutoSize = True
  165. Me.報價未放行_ch.ForeColor = System.Drawing.Color.Red
  166. Me.報價未放行_ch.Location = New System.Drawing.Point(495, 21)
  167. Me.報價未放行_ch.Name = "報價未放行_ch"
  168. Me.報價未放行_ch.Size = New System.Drawing.Size(178, 20)
  169. Me.報價未放行_ch.TabIndex = 1826
  170. Me.報價未放行_ch.Text = "報價未核准 / Belum Ditinjau"
  171. Me.報價未放行_ch.UseVisualStyleBackColor = True
  172. '
  173. '保固簽回_ch
  174. '
  175. Me.保固簽回_ch.AutoSize = True
  176. Me.保固簽回_ch.ForeColor = System.Drawing.Color.Purple
  177. Me.保固簽回_ch.Location = New System.Drawing.Point(775, 41)
  178. Me.保固簽回_ch.Name = "保固簽回_ch"
  179. Me.保固簽回_ch.Size = New System.Drawing.Size(226, 20)
  180. Me.保固簽回_ch.TabIndex = 1825
  181. Me.保固簽回_ch.Text = "保固簽回 / Garansi - Ditandatangani"
  182. Me.保固簽回_ch.UseVisualStyleBackColor = True
  183. '
  184. '合約簽回_ch
  185. '
  186. Me.合約簽回_ch.AutoSize = True
  187. Me.合約簽回_ch.ForeColor = System.Drawing.Color.Olive
  188. Me.合約簽回_ch.Location = New System.Drawing.Point(1053, 2)
  189. Me.合約簽回_ch.Name = "合約簽回_ch"
  190. Me.合約簽回_ch.Size = New System.Drawing.Size(227, 20)
  191. Me.合約簽回_ch.TabIndex = 1824
  192. Me.合約簽回_ch.Text = "合約簽回 / Kontrak - Ditandatangani"
  193. Me.合約簽回_ch.UseVisualStyleBackColor = True
  194. '
  195. '驗收簽回_ch
  196. '
  197. Me.驗收簽回_ch.AutoSize = True
  198. Me.驗收簽回_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  199. Me.驗收簽回_ch.Location = New System.Drawing.Point(495, 41)
  200. Me.驗收簽回_ch.Name = "驗收簽回_ch"
  201. Me.驗收簽回_ch.Size = New System.Drawing.Size(228, 20)
  202. Me.驗收簽回_ch.TabIndex = 1823
  203. Me.驗收簽回_ch.Text = "驗收簽回 / Inspeksi - Ditandatangani"
  204. Me.驗收簽回_ch.UseVisualStyleBackColor = True
  205. '
  206. '請款簽回_ch
  207. '
  208. Me.請款簽回_ch.AutoSize = True
  209. Me.請款簽回_ch.ForeColor = System.Drawing.Color.Blue
  210. Me.請款簽回_ch.Location = New System.Drawing.Point(188, 41)
  211. Me.請款簽回_ch.Name = "請款簽回_ch"
  212. Me.請款簽回_ch.Size = New System.Drawing.Size(247, 20)
  213. Me.請款簽回_ch.TabIndex = 1822
  214. Me.請款簽回_ch.Text = "請款簽回 / Pembayaran Ditandatangani"
  215. Me.請款簽回_ch.UseVisualStyleBackColor = True
  216. '
  217. '報價簽回_ch
  218. '
  219. Me.報價簽回_ch.AutoSize = True
  220. Me.報價簽回_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  221. Me.報價簽回_ch.Location = New System.Drawing.Point(774, 2)
  222. Me.報價簽回_ch.Name = "報價簽回_ch"
  223. Me.報價簽回_ch.Size = New System.Drawing.Size(239, 20)
  224. Me.報價簽回_ch.TabIndex = 1821
  225. Me.報價簽回_ch.Text = "報價簽回 / Kutipan - Ditandatangani"
  226. Me.報價簽回_ch.UseVisualStyleBackColor = True
  227. '
  228. '報價放行_ch
  229. '
  230. Me.報價放行_ch.AutoSize = True
  231. Me.報價放行_ch.ForeColor = System.Drawing.Color.Red
  232. Me.報價放行_ch.Location = New System.Drawing.Point(495, 2)
  233. Me.報價放行_ch.Name = "報價放行_ch"
  234. Me.報價放行_ch.Size = New System.Drawing.Size(163, 20)
  235. Me.報價放行_ch.TabIndex = 1820
  236. Me.報價放行_ch.Text = "報價核准 / Ulasan lulus"
  237. Me.報價放行_ch.UseVisualStyleBackColor = True
  238. '
  239. '全部資料_ch
  240. '
  241. Me.全部資料_ch.AutoSize = True
  242. Me.全部資料_ch.Location = New System.Drawing.Point(37, 56)
  243. Me.全部資料_ch.Name = "全部資料_ch"
  244. Me.全部資料_ch.Size = New System.Drawing.Size(124, 20)
  245. Me.全部資料_ch.TabIndex = 1819
  246. Me.全部資料_ch.Text = "全部資料 / Semua"
  247. Me.全部資料_ch.UseVisualStyleBackColor = True
  248. '
  249. 'Label7
  250. '
  251. Me.Label7.AutoSize = True
  252. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  253. Me.Label7.Location = New System.Drawing.Point(3, 5)
  254. Me.Label7.Name = "Label7"
  255. Me.Label7.Size = New System.Drawing.Size(31, 16)
  256. Me.Label7.TabIndex = 1815
  257. Me.Label7.Text = "搜尋"
  258. Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  259. '
  260. '關鍵字搜尋_tb
  261. '
  262. Me.關鍵字搜尋_tb.Location = New System.Drawing.Point(37, 2)
  263. Me.關鍵字搜尋_tb.Name = "關鍵字搜尋_tb"
  264. Me.關鍵字搜尋_tb.Size = New System.Drawing.Size(119, 23)
  265. Me.關鍵字搜尋_tb.TabIndex = 1814
  266. '
  267. '查詢_bt
  268. '
  269. Me.查詢_bt.BackgroundImage = Global.工巧明智能管理系統.My.Resources.Resources.下載
  270. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  271. Me.查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  272. Me.查詢_bt.Location = New System.Drawing.Point(156, 0)
  273. Me.查詢_bt.Name = "查詢_bt"
  274. Me.查詢_bt.Size = New System.Drawing.Size(26, 26)
  275. Me.查詢_bt.TabIndex = 1816
  276. Me.查詢_bt.UseVisualStyleBackColor = True
  277. '
  278. '合約編號1_cb
  279. '
  280. Me.合約編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  281. Me.合約編號1_cb.ForeColor = System.Drawing.Color.Blue
  282. Me.合約編號1_cb.FormattingEnabled = True
  283. Me.合約編號1_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  284. Me.合約編號1_cb.Location = New System.Drawing.Point(37, 27)
  285. Me.合約編號1_cb.Name = "合約編號1_cb"
  286. Me.合約編號1_cb.Size = New System.Drawing.Size(145, 24)
  287. Me.合約編號1_cb.TabIndex = 1817
  288. '
  289. 'Label11
  290. '
  291. Me.Label11.AutoSize = True
  292. Me.Label11.BackColor = System.Drawing.SystemColors.Control
  293. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  294. Me.Label11.Location = New System.Drawing.Point(4, 31)
  295. Me.Label11.Name = "Label11"
  296. Me.Label11.Size = New System.Drawing.Size(31, 16)
  297. Me.Label11.TabIndex = 1818
  298. Me.Label11.Text = "甲方"
  299. Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  300. '
  301. '合約_dgv
  302. '
  303. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  304. Me.合約_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  305. Me.合約_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  306. Or System.Windows.Forms.AnchorStyles.Left) _
  307. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  308. Me.合約_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  309. Me.合約_dgv.BackgroundColor = System.Drawing.Color.White
  310. Me.合約_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  311. Me.合約_dgv.Location = New System.Drawing.Point(3, 80)
  312. Me.合約_dgv.Name = "合約_dgv"
  313. Me.合約_dgv.RowHeadersWidth = 5
  314. Me.合約_dgv.RowTemplate.Height = 24
  315. Me.合約_dgv.Size = New System.Drawing.Size(1344, 600)
  316. Me.合約_dgv.TabIndex = 1813
  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, 4, 4, 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 Label2 As Label
  356. Friend WithEvents Label1 As Label
  357. Friend WithEvents 資料數_tb As TextBox
  358. Friend WithEvents 報價未完成_ch As CheckBox
  359. Friend WithEvents 報價完成_ch As CheckBox
  360. Friend WithEvents 保固未簽回_ch As CheckBox
  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 Label7 As Label
  374. Friend WithEvents 關鍵字搜尋_tb As TextBox
  375. Friend WithEvents 查詢_bt As Button
  376. Friend WithEvents 合約編號1_cb As ComboBox
  377. Friend WithEvents Label11 As Label
  378. Friend WithEvents 合約_dgv As DataGridView
  379. End Class