Açıklama Yok
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 57KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138
  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.語言_dgv = New System.Windows.Forms.DataGridView()
  23. Me.合約編號_tb = New System.Windows.Forms.TextBox()
  24. Me.Panel1 = New System.Windows.Forms.Panel()
  25. Me.工程期數_lb = New System.Windows.Forms.Label()
  26. Me.工程期1_ch = New System.Windows.Forms.ComboBox()
  27. Me.查閱文件_bt = New System.Windows.Forms.Button()
  28. Me.語轉扭_bt = New System.Windows.Forms.Button()
  29. Me.ANUD4 = New System.Windows.Forms.NumericUpDown()
  30. Me.已請款_lb = New System.Windows.Forms.Label()
  31. Me.ANUD2 = New System.Windows.Forms.NumericUpDown()
  32. Me.追加減_lb = New System.Windows.Forms.Label()
  33. Me.ANUD6 = New System.Windows.Forms.NumericUpDown()
  34. Me.預付款_lb = New System.Windows.Forms.Label()
  35. Me.ANUD7 = New System.Windows.Forms.NumericUpDown()
  36. Me.到貨款_lb = New System.Windows.Forms.Label()
  37. Me.ANUD8 = New System.Windows.Forms.NumericUpDown()
  38. Me.施工款_lb = New System.Windows.Forms.Label()
  39. Me.ANUD9 = New System.Windows.Forms.NumericUpDown()
  40. Me.驗收款_lb = New System.Windows.Forms.Label()
  41. Me.ANUD10 = New System.Windows.Forms.NumericUpDown()
  42. Me.保留款_lb = New System.Windows.Forms.Label()
  43. Me.ANUD5 = New System.Windows.Forms.NumericUpDown()
  44. Me.剩餘款_lb = New System.Windows.Forms.Label()
  45. Me.ANUD3 = New System.Windows.Forms.NumericUpDown()
  46. Me.結算金額_lb = New System.Windows.Forms.Label()
  47. Me.ANUD1 = New System.Windows.Forms.NumericUpDown()
  48. Me.工程總價_lb = New System.Windows.Forms.Label()
  49. Me.請款已結束_ch = New System.Windows.Forms.CheckBox()
  50. Me.請款未結束_ch = New System.Windows.Forms.CheckBox()
  51. Me.甲方_lb = New System.Windows.Forms.Label()
  52. Me.合約編號1_cb = New System.Windows.Forms.ComboBox()
  53. Me.查詢_bt = New System.Windows.Forms.Button()
  54. Me.關鍵字搜尋_tb = New System.Windows.Forms.TextBox()
  55. Me.請款單_dgv = New System.Windows.Forms.DataGridView()
  56. Me.全部資料_ch = New System.Windows.Forms.CheckBox()
  57. Me.搜尋_lb = New System.Windows.Forms.Label()
  58. Me.BNUD4 = New System.Windows.Forms.NumericUpDown()
  59. Me.BNUD2 = New System.Windows.Forms.NumericUpDown()
  60. Me.BNUD5 = New System.Windows.Forms.NumericUpDown()
  61. Me.BNUD3 = New System.Windows.Forms.NumericUpDown()
  62. Me.BNUD1 = New System.Windows.Forms.NumericUpDown()
  63. Me.CNUD4 = New System.Windows.Forms.NumericUpDown()
  64. Me.CNUD2 = New System.Windows.Forms.NumericUpDown()
  65. Me.CNUD5 = New System.Windows.Forms.NumericUpDown()
  66. Me.CNUD3 = New System.Windows.Forms.NumericUpDown()
  67. Me.CNUD1 = New System.Windows.Forms.NumericUpDown()
  68. Me.DNUD4 = New System.Windows.Forms.NumericUpDown()
  69. Me.DNUD2 = New System.Windows.Forms.NumericUpDown()
  70. Me.DNUD5 = New System.Windows.Forms.NumericUpDown()
  71. Me.DNUD3 = New System.Windows.Forms.NumericUpDown()
  72. Me.DNUD1 = New System.Windows.Forms.NumericUpDown()
  73. Me.BNUD6 = New System.Windows.Forms.NumericUpDown()
  74. Me.BNUD7 = New System.Windows.Forms.NumericUpDown()
  75. Me.BNUD8 = New System.Windows.Forms.NumericUpDown()
  76. Me.BNUD9 = New System.Windows.Forms.NumericUpDown()
  77. Me.BNUD10 = New System.Windows.Forms.NumericUpDown()
  78. Me.CNUD6 = New System.Windows.Forms.NumericUpDown()
  79. Me.CNUD7 = New System.Windows.Forms.NumericUpDown()
  80. Me.CNUD8 = New System.Windows.Forms.NumericUpDown()
  81. Me.CNUD9 = New System.Windows.Forms.NumericUpDown()
  82. Me.CNUD10 = New System.Windows.Forms.NumericUpDown()
  83. Me.DNUD6 = New System.Windows.Forms.NumericUpDown()
  84. Me.DNUD7 = New System.Windows.Forms.NumericUpDown()
  85. Me.DNUD8 = New System.Windows.Forms.NumericUpDown()
  86. Me.DNUD9 = New System.Windows.Forms.NumericUpDown()
  87. Me.DNUD10 = New System.Windows.Forms.NumericUpDown()
  88. Me.Label1 = New System.Windows.Forms.Label()
  89. Me.Label2 = New System.Windows.Forms.Label()
  90. Me.Label3 = New System.Windows.Forms.Label()
  91. Me.Label4 = New System.Windows.Forms.Label()
  92. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  93. Me.Panel1.SuspendLayout()
  94. CType(Me.ANUD4, System.ComponentModel.ISupportInitialize).BeginInit()
  95. CType(Me.ANUD2, System.ComponentModel.ISupportInitialize).BeginInit()
  96. CType(Me.ANUD6, System.ComponentModel.ISupportInitialize).BeginInit()
  97. CType(Me.ANUD7, System.ComponentModel.ISupportInitialize).BeginInit()
  98. CType(Me.ANUD8, System.ComponentModel.ISupportInitialize).BeginInit()
  99. CType(Me.ANUD9, System.ComponentModel.ISupportInitialize).BeginInit()
  100. CType(Me.ANUD10, System.ComponentModel.ISupportInitialize).BeginInit()
  101. CType(Me.ANUD5, System.ComponentModel.ISupportInitialize).BeginInit()
  102. CType(Me.ANUD3, System.ComponentModel.ISupportInitialize).BeginInit()
  103. CType(Me.ANUD1, System.ComponentModel.ISupportInitialize).BeginInit()
  104. CType(Me.請款單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  105. CType(Me.BNUD4, System.ComponentModel.ISupportInitialize).BeginInit()
  106. CType(Me.BNUD2, System.ComponentModel.ISupportInitialize).BeginInit()
  107. CType(Me.BNUD5, System.ComponentModel.ISupportInitialize).BeginInit()
  108. CType(Me.BNUD3, System.ComponentModel.ISupportInitialize).BeginInit()
  109. CType(Me.BNUD1, System.ComponentModel.ISupportInitialize).BeginInit()
  110. CType(Me.CNUD4, System.ComponentModel.ISupportInitialize).BeginInit()
  111. CType(Me.CNUD2, System.ComponentModel.ISupportInitialize).BeginInit()
  112. CType(Me.CNUD5, System.ComponentModel.ISupportInitialize).BeginInit()
  113. CType(Me.CNUD3, System.ComponentModel.ISupportInitialize).BeginInit()
  114. CType(Me.CNUD1, System.ComponentModel.ISupportInitialize).BeginInit()
  115. CType(Me.DNUD4, System.ComponentModel.ISupportInitialize).BeginInit()
  116. CType(Me.DNUD2, System.ComponentModel.ISupportInitialize).BeginInit()
  117. CType(Me.DNUD5, System.ComponentModel.ISupportInitialize).BeginInit()
  118. CType(Me.DNUD3, System.ComponentModel.ISupportInitialize).BeginInit()
  119. CType(Me.DNUD1, System.ComponentModel.ISupportInitialize).BeginInit()
  120. CType(Me.BNUD6, System.ComponentModel.ISupportInitialize).BeginInit()
  121. CType(Me.BNUD7, System.ComponentModel.ISupportInitialize).BeginInit()
  122. CType(Me.BNUD8, System.ComponentModel.ISupportInitialize).BeginInit()
  123. CType(Me.BNUD9, System.ComponentModel.ISupportInitialize).BeginInit()
  124. CType(Me.BNUD10, System.ComponentModel.ISupportInitialize).BeginInit()
  125. CType(Me.CNUD6, System.ComponentModel.ISupportInitialize).BeginInit()
  126. CType(Me.CNUD7, System.ComponentModel.ISupportInitialize).BeginInit()
  127. CType(Me.CNUD8, System.ComponentModel.ISupportInitialize).BeginInit()
  128. CType(Me.CNUD9, System.ComponentModel.ISupportInitialize).BeginInit()
  129. CType(Me.CNUD10, System.ComponentModel.ISupportInitialize).BeginInit()
  130. CType(Me.DNUD6, System.ComponentModel.ISupportInitialize).BeginInit()
  131. CType(Me.DNUD7, System.ComponentModel.ISupportInitialize).BeginInit()
  132. CType(Me.DNUD8, System.ComponentModel.ISupportInitialize).BeginInit()
  133. CType(Me.DNUD9, System.ComponentModel.ISupportInitialize).BeginInit()
  134. CType(Me.DNUD10, System.ComponentModel.ISupportInitialize).BeginInit()
  135. Me.SuspendLayout()
  136. '
  137. '語言_dgv
  138. '
  139. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  140. Me.語言_dgv.Location = New System.Drawing.Point(3, 3)
  141. Me.語言_dgv.Name = "語言_dgv"
  142. Me.語言_dgv.RowHeadersWidth = 5
  143. Me.語言_dgv.RowTemplate.Height = 24
  144. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  145. Me.語言_dgv.TabIndex = 1746
  146. Me.語言_dgv.Visible = False
  147. '
  148. '合約編號_tb
  149. '
  150. Me.合約編號_tb.Enabled = False
  151. Me.合約編號_tb.Location = New System.Drawing.Point(4, 58)
  152. Me.合約編號_tb.Name = "合約編號_tb"
  153. Me.合約編號_tb.Size = New System.Drawing.Size(167, 23)
  154. Me.合約編號_tb.TabIndex = 1748
  155. '
  156. 'Panel1
  157. '
  158. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  159. Me.Panel1.Controls.Add(Me.語言_dgv)
  160. Me.Panel1.Controls.Add(Me.合約編號_tb)
  161. Me.Panel1.Controls.Add(Me.工程期數_lb)
  162. Me.Panel1.Controls.Add(Me.工程期1_ch)
  163. Me.Panel1.Location = New System.Drawing.Point(601, 216)
  164. Me.Panel1.Name = "Panel1"
  165. Me.Panel1.Size = New System.Drawing.Size(179, 113)
  166. Me.Panel1.TabIndex = 1783
  167. Me.Panel1.Visible = False
  168. '
  169. '工程期數_lb
  170. '
  171. Me.工程期數_lb.AutoSize = True
  172. Me.工程期數_lb.BackColor = System.Drawing.SystemColors.Control
  173. Me.工程期數_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  174. Me.工程期數_lb.Location = New System.Drawing.Point(3, 87)
  175. Me.工程期數_lb.Name = "工程期數_lb"
  176. Me.工程期數_lb.Size = New System.Drawing.Size(55, 16)
  177. Me.工程期數_lb.TabIndex = 1757
  178. Me.工程期數_lb.Text = "工程期數"
  179. Me.工程期數_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  180. '
  181. '工程期1_ch
  182. '
  183. Me.工程期1_ch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  184. Me.工程期1_ch.ForeColor = System.Drawing.Color.Blue
  185. Me.工程期1_ch.FormattingEnabled = True
  186. Me.工程期1_ch.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  187. Me.工程期1_ch.Location = New System.Drawing.Point(96, 83)
  188. Me.工程期1_ch.Name = "工程期1_ch"
  189. Me.工程期1_ch.Size = New System.Drawing.Size(74, 24)
  190. Me.工程期1_ch.TabIndex = 1756
  191. '
  192. '查閱文件_bt
  193. '
  194. Me.查閱文件_bt.BackgroundImage = Global.工巧明智能管理系統.My.Resources.Resources.reports
  195. Me.查閱文件_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  196. Me.查閱文件_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  197. Me.查閱文件_bt.ForeColor = System.Drawing.Color.Green
  198. Me.查閱文件_bt.Location = New System.Drawing.Point(173, 64)
  199. Me.查閱文件_bt.Name = "查閱文件_bt"
  200. Me.查閱文件_bt.Size = New System.Drawing.Size(50, 50)
  201. Me.查閱文件_bt.TabIndex = 1782
  202. Me.查閱文件_bt.UseVisualStyleBackColor = True
  203. '
  204. '語轉扭_bt
  205. '
  206. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  207. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  208. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  209. Me.語轉扭_bt.Location = New System.Drawing.Point(199, 1)
  210. Me.語轉扭_bt.Name = "語轉扭_bt"
  211. Me.語轉扭_bt.Size = New System.Drawing.Size(23, 23)
  212. Me.語轉扭_bt.TabIndex = 1781
  213. Me.語轉扭_bt.Text = "L"
  214. Me.語轉扭_bt.UseVisualStyleBackColor = True
  215. '
  216. 'ANUD4
  217. '
  218. Me.ANUD4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  219. Me.ANUD4.Location = New System.Drawing.Point(585, 21)
  220. Me.ANUD4.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  221. Me.ANUD4.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  222. Me.ANUD4.Name = "ANUD4"
  223. Me.ANUD4.Size = New System.Drawing.Size(107, 23)
  224. Me.ANUD4.TabIndex = 1779
  225. Me.ANUD4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  226. Me.ANUD4.ThousandsSeparator = True
  227. '
  228. '已請款_lb
  229. '
  230. Me.已請款_lb.AutoSize = True
  231. Me.已請款_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  232. Me.已請款_lb.Location = New System.Drawing.Point(588, 5)
  233. Me.已請款_lb.Name = "已請款_lb"
  234. Me.已請款_lb.Size = New System.Drawing.Size(52, 16)
  235. Me.已請款_lb.TabIndex = 1780
  236. Me.已請款_lb.Text = "已請款 : "
  237. '
  238. 'ANUD2
  239. '
  240. Me.ANUD2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  241. Me.ANUD2.Location = New System.Drawing.Point(367, 21)
  242. Me.ANUD2.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  243. Me.ANUD2.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  244. Me.ANUD2.Name = "ANUD2"
  245. Me.ANUD2.Size = New System.Drawing.Size(107, 23)
  246. Me.ANUD2.TabIndex = 1777
  247. Me.ANUD2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  248. Me.ANUD2.ThousandsSeparator = True
  249. '
  250. '追加減_lb
  251. '
  252. Me.追加減_lb.AutoSize = True
  253. Me.追加減_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  254. Me.追加減_lb.Location = New System.Drawing.Point(370, 5)
  255. Me.追加減_lb.Name = "追加減_lb"
  256. Me.追加減_lb.Size = New System.Drawing.Size(52, 16)
  257. Me.追加減_lb.TabIndex = 1778
  258. Me.追加減_lb.Text = "追加減 : "
  259. '
  260. 'ANUD6
  261. '
  262. Me.ANUD6.ForeColor = System.Drawing.Color.Green
  263. Me.ANUD6.Location = New System.Drawing.Point(803, 21)
  264. Me.ANUD6.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  265. Me.ANUD6.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  266. Me.ANUD6.Name = "ANUD6"
  267. Me.ANUD6.Size = New System.Drawing.Size(107, 23)
  268. Me.ANUD6.TabIndex = 1775
  269. Me.ANUD6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  270. Me.ANUD6.ThousandsSeparator = True
  271. '
  272. '預付款_lb
  273. '
  274. Me.預付款_lb.AutoSize = True
  275. Me.預付款_lb.ForeColor = System.Drawing.Color.Green
  276. Me.預付款_lb.Location = New System.Drawing.Point(800, 5)
  277. Me.預付款_lb.Name = "預付款_lb"
  278. Me.預付款_lb.Size = New System.Drawing.Size(52, 16)
  279. Me.預付款_lb.TabIndex = 1776
  280. Me.預付款_lb.Text = "預付款 : "
  281. '
  282. 'ANUD7
  283. '
  284. Me.ANUD7.ForeColor = System.Drawing.Color.Green
  285. Me.ANUD7.Location = New System.Drawing.Point(912, 21)
  286. Me.ANUD7.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  287. Me.ANUD7.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  288. Me.ANUD7.Name = "ANUD7"
  289. Me.ANUD7.Size = New System.Drawing.Size(107, 23)
  290. Me.ANUD7.TabIndex = 1773
  291. Me.ANUD7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  292. Me.ANUD7.ThousandsSeparator = True
  293. '
  294. '到貨款_lb
  295. '
  296. Me.到貨款_lb.AutoSize = True
  297. Me.到貨款_lb.ForeColor = System.Drawing.Color.Green
  298. Me.到貨款_lb.Location = New System.Drawing.Point(912, 4)
  299. Me.到貨款_lb.Name = "到貨款_lb"
  300. Me.到貨款_lb.Size = New System.Drawing.Size(52, 16)
  301. Me.到貨款_lb.TabIndex = 1774
  302. Me.到貨款_lb.Text = "到貨款 : "
  303. '
  304. 'ANUD8
  305. '
  306. Me.ANUD8.ForeColor = System.Drawing.Color.Green
  307. Me.ANUD8.Location = New System.Drawing.Point(1021, 21)
  308. Me.ANUD8.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  309. Me.ANUD8.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  310. Me.ANUD8.Name = "ANUD8"
  311. Me.ANUD8.Size = New System.Drawing.Size(107, 23)
  312. Me.ANUD8.TabIndex = 1771
  313. Me.ANUD8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  314. Me.ANUD8.ThousandsSeparator = True
  315. '
  316. '施工款_lb
  317. '
  318. Me.施工款_lb.AutoSize = True
  319. Me.施工款_lb.ForeColor = System.Drawing.Color.Green
  320. Me.施工款_lb.Location = New System.Drawing.Point(1018, 4)
  321. Me.施工款_lb.Name = "施工款_lb"
  322. Me.施工款_lb.Size = New System.Drawing.Size(52, 16)
  323. Me.施工款_lb.TabIndex = 1772
  324. Me.施工款_lb.Text = "施工款 : "
  325. '
  326. 'ANUD9
  327. '
  328. Me.ANUD9.ForeColor = System.Drawing.Color.Green
  329. Me.ANUD9.Location = New System.Drawing.Point(1130, 21)
  330. Me.ANUD9.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  331. Me.ANUD9.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  332. Me.ANUD9.Name = "ANUD9"
  333. Me.ANUD9.Size = New System.Drawing.Size(107, 23)
  334. Me.ANUD9.TabIndex = 1769
  335. Me.ANUD9.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  336. Me.ANUD9.ThousandsSeparator = True
  337. '
  338. '驗收款_lb
  339. '
  340. Me.驗收款_lb.AutoSize = True
  341. Me.驗收款_lb.ForeColor = System.Drawing.Color.Green
  342. Me.驗收款_lb.Location = New System.Drawing.Point(1127, 5)
  343. Me.驗收款_lb.Name = "驗收款_lb"
  344. Me.驗收款_lb.Size = New System.Drawing.Size(52, 16)
  345. Me.驗收款_lb.TabIndex = 1770
  346. Me.驗收款_lb.Text = "驗收款 : "
  347. '
  348. 'ANUD10
  349. '
  350. Me.ANUD10.ForeColor = System.Drawing.Color.Green
  351. Me.ANUD10.Location = New System.Drawing.Point(1238, 21)
  352. Me.ANUD10.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  353. Me.ANUD10.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  354. Me.ANUD10.Name = "ANUD10"
  355. Me.ANUD10.Size = New System.Drawing.Size(107, 23)
  356. Me.ANUD10.TabIndex = 1767
  357. Me.ANUD10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  358. Me.ANUD10.ThousandsSeparator = True
  359. '
  360. '保留款_lb
  361. '
  362. Me.保留款_lb.AutoSize = True
  363. Me.保留款_lb.ForeColor = System.Drawing.Color.Green
  364. Me.保留款_lb.Location = New System.Drawing.Point(1235, 6)
  365. Me.保留款_lb.Name = "保留款_lb"
  366. Me.保留款_lb.Size = New System.Drawing.Size(52, 16)
  367. Me.保留款_lb.TabIndex = 1768
  368. Me.保留款_lb.Text = "保留款 : "
  369. '
  370. 'ANUD5
  371. '
  372. Me.ANUD5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  373. Me.ANUD5.Location = New System.Drawing.Point(694, 21)
  374. Me.ANUD5.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  375. Me.ANUD5.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  376. Me.ANUD5.Name = "ANUD5"
  377. Me.ANUD5.Size = New System.Drawing.Size(107, 23)
  378. Me.ANUD5.TabIndex = 1765
  379. Me.ANUD5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  380. Me.ANUD5.ThousandsSeparator = True
  381. '
  382. '剩餘款_lb
  383. '
  384. Me.剩餘款_lb.AutoSize = True
  385. Me.剩餘款_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  386. Me.剩餘款_lb.Location = New System.Drawing.Point(697, 5)
  387. Me.剩餘款_lb.Name = "剩餘款_lb"
  388. Me.剩餘款_lb.Size = New System.Drawing.Size(52, 16)
  389. Me.剩餘款_lb.TabIndex = 1766
  390. Me.剩餘款_lb.Text = "剩餘款 : "
  391. '
  392. 'ANUD3
  393. '
  394. Me.ANUD3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  395. Me.ANUD3.Location = New System.Drawing.Point(476, 21)
  396. Me.ANUD3.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  397. Me.ANUD3.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  398. Me.ANUD3.Name = "ANUD3"
  399. Me.ANUD3.Size = New System.Drawing.Size(107, 23)
  400. Me.ANUD3.TabIndex = 1763
  401. Me.ANUD3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  402. Me.ANUD3.ThousandsSeparator = True
  403. '
  404. '結算金額_lb
  405. '
  406. Me.結算金額_lb.AutoSize = True
  407. Me.結算金額_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  408. Me.結算金額_lb.Location = New System.Drawing.Point(479, 5)
  409. Me.結算金額_lb.Name = "結算金額_lb"
  410. Me.結算金額_lb.Size = New System.Drawing.Size(64, 16)
  411. Me.結算金額_lb.TabIndex = 1764
  412. Me.結算金額_lb.Text = "結算金額 : "
  413. '
  414. 'ANUD1
  415. '
  416. Me.ANUD1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  417. Me.ANUD1.Location = New System.Drawing.Point(258, 21)
  418. Me.ANUD1.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  419. Me.ANUD1.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  420. Me.ANUD1.Name = "ANUD1"
  421. Me.ANUD1.Size = New System.Drawing.Size(107, 23)
  422. Me.ANUD1.TabIndex = 1761
  423. Me.ANUD1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  424. Me.ANUD1.ThousandsSeparator = True
  425. '
  426. '工程總價_lb
  427. '
  428. Me.工程總價_lb.AutoSize = True
  429. Me.工程總價_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  430. Me.工程總價_lb.Location = New System.Drawing.Point(256, 5)
  431. Me.工程總價_lb.Name = "工程總價_lb"
  432. Me.工程總價_lb.Size = New System.Drawing.Size(64, 16)
  433. Me.工程總價_lb.TabIndex = 1762
  434. Me.工程總價_lb.Text = "工程總價 : "
  435. '
  436. '請款已結束_ch
  437. '
  438. Me.請款已結束_ch.AutoSize = True
  439. Me.請款已結束_ch.ForeColor = System.Drawing.Color.Green
  440. Me.請款已結束_ch.Location = New System.Drawing.Point(10, 46)
  441. Me.請款已結束_ch.Name = "請款已結束_ch"
  442. Me.請款已結束_ch.Size = New System.Drawing.Size(86, 20)
  443. Me.請款已結束_ch.TabIndex = 1759
  444. Me.請款已結束_ch.Text = "請款已結束"
  445. Me.請款已結束_ch.UseVisualStyleBackColor = True
  446. '
  447. '請款未結束_ch
  448. '
  449. Me.請款未結束_ch.AutoSize = True
  450. Me.請款未結束_ch.ForeColor = System.Drawing.Color.Green
  451. Me.請款未結束_ch.Location = New System.Drawing.Point(10, 24)
  452. Me.請款未結束_ch.Name = "請款未結束_ch"
  453. Me.請款未結束_ch.Size = New System.Drawing.Size(86, 20)
  454. Me.請款未結束_ch.TabIndex = 1758
  455. Me.請款未結束_ch.Text = "請款未結束"
  456. Me.請款未結束_ch.UseVisualStyleBackColor = True
  457. '
  458. '甲方_lb
  459. '
  460. Me.甲方_lb.AutoSize = True
  461. Me.甲方_lb.BackColor = System.Drawing.SystemColors.Control
  462. Me.甲方_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  463. Me.甲方_lb.Location = New System.Drawing.Point(7, 93)
  464. Me.甲方_lb.Name = "甲方_lb"
  465. Me.甲方_lb.Size = New System.Drawing.Size(31, 16)
  466. Me.甲方_lb.TabIndex = 1755
  467. Me.甲方_lb.Text = "甲方"
  468. Me.甲方_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  469. '
  470. '合約編號1_cb
  471. '
  472. Me.合約編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  473. Me.合約編號1_cb.ForeColor = System.Drawing.Color.Blue
  474. Me.合約編號1_cb.FormattingEnabled = True
  475. Me.合約編號1_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  476. Me.合約編號1_cb.Location = New System.Drawing.Point(63, 89)
  477. Me.合約編號1_cb.Name = "合約編號1_cb"
  478. Me.合約編號1_cb.Size = New System.Drawing.Size(111, 24)
  479. Me.合約編號1_cb.TabIndex = 1754
  480. '
  481. '查詢_bt
  482. '
  483. Me.查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  484. Me.查詢_bt.Location = New System.Drawing.Point(149, 63)
  485. Me.查詢_bt.Name = "查詢_bt"
  486. Me.查詢_bt.Size = New System.Drawing.Size(25, 25)
  487. Me.查詢_bt.TabIndex = 1753
  488. Me.查詢_bt.Text = "◄"
  489. Me.查詢_bt.UseVisualStyleBackColor = True
  490. '
  491. '關鍵字搜尋_tb
  492. '
  493. Me.關鍵字搜尋_tb.Location = New System.Drawing.Point(76, 64)
  494. Me.關鍵字搜尋_tb.Name = "關鍵字搜尋_tb"
  495. Me.關鍵字搜尋_tb.Size = New System.Drawing.Size(73, 23)
  496. Me.關鍵字搜尋_tb.TabIndex = 1751
  497. '
  498. '請款單_dgv
  499. '
  500. Me.請款單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  501. Or System.Windows.Forms.AnchorStyles.Left) _
  502. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  503. Me.請款單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  504. Me.請款單_dgv.BackgroundColor = System.Drawing.Color.White
  505. Me.請款單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  506. Me.請款單_dgv.Location = New System.Drawing.Point(2, 115)
  507. Me.請款單_dgv.Name = "請款單_dgv"
  508. Me.請款單_dgv.RowHeadersWidth = 5
  509. Me.請款單_dgv.RowTemplate.Height = 24
  510. Me.請款單_dgv.Size = New System.Drawing.Size(1345, 563)
  511. Me.請款單_dgv.TabIndex = 1750
  512. '
  513. '全部資料_ch
  514. '
  515. Me.全部資料_ch.AutoSize = True
  516. Me.全部資料_ch.Checked = True
  517. Me.全部資料_ch.CheckState = System.Windows.Forms.CheckState.Checked
  518. Me.全部資料_ch.ForeColor = System.Drawing.Color.Green
  519. Me.全部資料_ch.Location = New System.Drawing.Point(10, 2)
  520. Me.全部資料_ch.Name = "全部資料_ch"
  521. Me.全部資料_ch.Size = New System.Drawing.Size(74, 20)
  522. Me.全部資料_ch.TabIndex = 1760
  523. Me.全部資料_ch.Text = "全部資料"
  524. Me.全部資料_ch.UseVisualStyleBackColor = True
  525. '
  526. '搜尋_lb
  527. '
  528. Me.搜尋_lb.AutoSize = True
  529. Me.搜尋_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  530. Me.搜尋_lb.Location = New System.Drawing.Point(7, 67)
  531. Me.搜尋_lb.Name = "搜尋_lb"
  532. Me.搜尋_lb.Size = New System.Drawing.Size(31, 16)
  533. Me.搜尋_lb.TabIndex = 1752
  534. Me.搜尋_lb.Text = "搜尋"
  535. Me.搜尋_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  536. '
  537. 'BNUD4
  538. '
  539. Me.BNUD4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  540. Me.BNUD4.Location = New System.Drawing.Point(585, 44)
  541. Me.BNUD4.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  542. Me.BNUD4.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  543. Me.BNUD4.Name = "BNUD4"
  544. Me.BNUD4.Size = New System.Drawing.Size(107, 23)
  545. Me.BNUD4.TabIndex = 1788
  546. Me.BNUD4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  547. Me.BNUD4.ThousandsSeparator = True
  548. '
  549. 'BNUD2
  550. '
  551. Me.BNUD2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  552. Me.BNUD2.Location = New System.Drawing.Point(367, 44)
  553. Me.BNUD2.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  554. Me.BNUD2.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  555. Me.BNUD2.Name = "BNUD2"
  556. Me.BNUD2.Size = New System.Drawing.Size(107, 23)
  557. Me.BNUD2.TabIndex = 1787
  558. Me.BNUD2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  559. Me.BNUD2.ThousandsSeparator = True
  560. '
  561. 'BNUD5
  562. '
  563. Me.BNUD5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  564. Me.BNUD5.Location = New System.Drawing.Point(694, 44)
  565. Me.BNUD5.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  566. Me.BNUD5.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  567. Me.BNUD5.Name = "BNUD5"
  568. Me.BNUD5.Size = New System.Drawing.Size(107, 23)
  569. Me.BNUD5.TabIndex = 1786
  570. Me.BNUD5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  571. Me.BNUD5.ThousandsSeparator = True
  572. '
  573. 'BNUD3
  574. '
  575. Me.BNUD3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  576. Me.BNUD3.Location = New System.Drawing.Point(476, 44)
  577. Me.BNUD3.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  578. Me.BNUD3.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  579. Me.BNUD3.Name = "BNUD3"
  580. Me.BNUD3.Size = New System.Drawing.Size(107, 23)
  581. Me.BNUD3.TabIndex = 1785
  582. Me.BNUD3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  583. Me.BNUD3.ThousandsSeparator = True
  584. '
  585. 'BNUD1
  586. '
  587. Me.BNUD1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  588. Me.BNUD1.Location = New System.Drawing.Point(258, 44)
  589. Me.BNUD1.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  590. Me.BNUD1.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  591. Me.BNUD1.Name = "BNUD1"
  592. Me.BNUD1.Size = New System.Drawing.Size(107, 23)
  593. Me.BNUD1.TabIndex = 1784
  594. Me.BNUD1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  595. Me.BNUD1.ThousandsSeparator = True
  596. '
  597. 'CNUD4
  598. '
  599. Me.CNUD4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  600. Me.CNUD4.Location = New System.Drawing.Point(585, 67)
  601. Me.CNUD4.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  602. Me.CNUD4.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  603. Me.CNUD4.Name = "CNUD4"
  604. Me.CNUD4.Size = New System.Drawing.Size(107, 23)
  605. Me.CNUD4.TabIndex = 1793
  606. Me.CNUD4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  607. Me.CNUD4.ThousandsSeparator = True
  608. '
  609. 'CNUD2
  610. '
  611. Me.CNUD2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  612. Me.CNUD2.Location = New System.Drawing.Point(367, 67)
  613. Me.CNUD2.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  614. Me.CNUD2.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  615. Me.CNUD2.Name = "CNUD2"
  616. Me.CNUD2.Size = New System.Drawing.Size(107, 23)
  617. Me.CNUD2.TabIndex = 1792
  618. Me.CNUD2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  619. Me.CNUD2.ThousandsSeparator = True
  620. '
  621. 'CNUD5
  622. '
  623. Me.CNUD5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  624. Me.CNUD5.Location = New System.Drawing.Point(694, 67)
  625. Me.CNUD5.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  626. Me.CNUD5.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  627. Me.CNUD5.Name = "CNUD5"
  628. Me.CNUD5.Size = New System.Drawing.Size(107, 23)
  629. Me.CNUD5.TabIndex = 1791
  630. Me.CNUD5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  631. Me.CNUD5.ThousandsSeparator = True
  632. '
  633. 'CNUD3
  634. '
  635. Me.CNUD3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  636. Me.CNUD3.Location = New System.Drawing.Point(476, 67)
  637. Me.CNUD3.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  638. Me.CNUD3.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  639. Me.CNUD3.Name = "CNUD3"
  640. Me.CNUD3.Size = New System.Drawing.Size(107, 23)
  641. Me.CNUD3.TabIndex = 1790
  642. Me.CNUD3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  643. Me.CNUD3.ThousandsSeparator = True
  644. '
  645. 'CNUD1
  646. '
  647. Me.CNUD1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  648. Me.CNUD1.Location = New System.Drawing.Point(258, 67)
  649. Me.CNUD1.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  650. Me.CNUD1.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  651. Me.CNUD1.Name = "CNUD1"
  652. Me.CNUD1.Size = New System.Drawing.Size(107, 23)
  653. Me.CNUD1.TabIndex = 1789
  654. Me.CNUD1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  655. Me.CNUD1.ThousandsSeparator = True
  656. '
  657. 'DNUD4
  658. '
  659. Me.DNUD4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  660. Me.DNUD4.Location = New System.Drawing.Point(585, 90)
  661. Me.DNUD4.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  662. Me.DNUD4.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  663. Me.DNUD4.Name = "DNUD4"
  664. Me.DNUD4.Size = New System.Drawing.Size(107, 23)
  665. Me.DNUD4.TabIndex = 1798
  666. Me.DNUD4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  667. Me.DNUD4.ThousandsSeparator = True
  668. '
  669. 'DNUD2
  670. '
  671. Me.DNUD2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  672. Me.DNUD2.Location = New System.Drawing.Point(367, 90)
  673. Me.DNUD2.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  674. Me.DNUD2.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  675. Me.DNUD2.Name = "DNUD2"
  676. Me.DNUD2.Size = New System.Drawing.Size(107, 23)
  677. Me.DNUD2.TabIndex = 1797
  678. Me.DNUD2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  679. Me.DNUD2.ThousandsSeparator = True
  680. '
  681. 'DNUD5
  682. '
  683. Me.DNUD5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  684. Me.DNUD5.Location = New System.Drawing.Point(694, 90)
  685. Me.DNUD5.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  686. Me.DNUD5.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  687. Me.DNUD5.Name = "DNUD5"
  688. Me.DNUD5.Size = New System.Drawing.Size(107, 23)
  689. Me.DNUD5.TabIndex = 1796
  690. Me.DNUD5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  691. Me.DNUD5.ThousandsSeparator = True
  692. '
  693. 'DNUD3
  694. '
  695. Me.DNUD3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  696. Me.DNUD3.Location = New System.Drawing.Point(476, 90)
  697. Me.DNUD3.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  698. Me.DNUD3.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  699. Me.DNUD3.Name = "DNUD3"
  700. Me.DNUD3.Size = New System.Drawing.Size(107, 23)
  701. Me.DNUD3.TabIndex = 1795
  702. Me.DNUD3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  703. Me.DNUD3.ThousandsSeparator = True
  704. '
  705. 'DNUD1
  706. '
  707. Me.DNUD1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  708. Me.DNUD1.Location = New System.Drawing.Point(258, 90)
  709. Me.DNUD1.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  710. Me.DNUD1.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  711. Me.DNUD1.Name = "DNUD1"
  712. Me.DNUD1.Size = New System.Drawing.Size(107, 23)
  713. Me.DNUD1.TabIndex = 1794
  714. Me.DNUD1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  715. Me.DNUD1.ThousandsSeparator = True
  716. '
  717. 'BNUD6
  718. '
  719. Me.BNUD6.ForeColor = System.Drawing.Color.Green
  720. Me.BNUD6.Location = New System.Drawing.Point(803, 44)
  721. Me.BNUD6.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  722. Me.BNUD6.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  723. Me.BNUD6.Name = "BNUD6"
  724. Me.BNUD6.Size = New System.Drawing.Size(107, 23)
  725. Me.BNUD6.TabIndex = 1803
  726. Me.BNUD6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  727. Me.BNUD6.ThousandsSeparator = True
  728. '
  729. 'BNUD7
  730. '
  731. Me.BNUD7.ForeColor = System.Drawing.Color.Green
  732. Me.BNUD7.Location = New System.Drawing.Point(912, 44)
  733. Me.BNUD7.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  734. Me.BNUD7.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  735. Me.BNUD7.Name = "BNUD7"
  736. Me.BNUD7.Size = New System.Drawing.Size(107, 23)
  737. Me.BNUD7.TabIndex = 1802
  738. Me.BNUD7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  739. Me.BNUD7.ThousandsSeparator = True
  740. '
  741. 'BNUD8
  742. '
  743. Me.BNUD8.ForeColor = System.Drawing.Color.Green
  744. Me.BNUD8.Location = New System.Drawing.Point(1021, 44)
  745. Me.BNUD8.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  746. Me.BNUD8.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  747. Me.BNUD8.Name = "BNUD8"
  748. Me.BNUD8.Size = New System.Drawing.Size(107, 23)
  749. Me.BNUD8.TabIndex = 1801
  750. Me.BNUD8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  751. Me.BNUD8.ThousandsSeparator = True
  752. '
  753. 'BNUD9
  754. '
  755. Me.BNUD9.ForeColor = System.Drawing.Color.Green
  756. Me.BNUD9.Location = New System.Drawing.Point(1130, 44)
  757. Me.BNUD9.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  758. Me.BNUD9.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  759. Me.BNUD9.Name = "BNUD9"
  760. Me.BNUD9.Size = New System.Drawing.Size(107, 23)
  761. Me.BNUD9.TabIndex = 1800
  762. Me.BNUD9.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  763. Me.BNUD9.ThousandsSeparator = True
  764. '
  765. 'BNUD10
  766. '
  767. Me.BNUD10.ForeColor = System.Drawing.Color.Green
  768. Me.BNUD10.Location = New System.Drawing.Point(1238, 44)
  769. Me.BNUD10.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  770. Me.BNUD10.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  771. Me.BNUD10.Name = "BNUD10"
  772. Me.BNUD10.Size = New System.Drawing.Size(107, 23)
  773. Me.BNUD10.TabIndex = 1799
  774. Me.BNUD10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  775. Me.BNUD10.ThousandsSeparator = True
  776. '
  777. 'CNUD6
  778. '
  779. Me.CNUD6.ForeColor = System.Drawing.Color.Green
  780. Me.CNUD6.Location = New System.Drawing.Point(803, 67)
  781. Me.CNUD6.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  782. Me.CNUD6.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  783. Me.CNUD6.Name = "CNUD6"
  784. Me.CNUD6.Size = New System.Drawing.Size(107, 23)
  785. Me.CNUD6.TabIndex = 1808
  786. Me.CNUD6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  787. Me.CNUD6.ThousandsSeparator = True
  788. '
  789. 'CNUD7
  790. '
  791. Me.CNUD7.ForeColor = System.Drawing.Color.Green
  792. Me.CNUD7.Location = New System.Drawing.Point(912, 67)
  793. Me.CNUD7.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  794. Me.CNUD7.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  795. Me.CNUD7.Name = "CNUD7"
  796. Me.CNUD7.Size = New System.Drawing.Size(107, 23)
  797. Me.CNUD7.TabIndex = 1807
  798. Me.CNUD7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  799. Me.CNUD7.ThousandsSeparator = True
  800. '
  801. 'CNUD8
  802. '
  803. Me.CNUD8.ForeColor = System.Drawing.Color.Green
  804. Me.CNUD8.Location = New System.Drawing.Point(1021, 67)
  805. Me.CNUD8.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  806. Me.CNUD8.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  807. Me.CNUD8.Name = "CNUD8"
  808. Me.CNUD8.Size = New System.Drawing.Size(107, 23)
  809. Me.CNUD8.TabIndex = 1806
  810. Me.CNUD8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  811. Me.CNUD8.ThousandsSeparator = True
  812. '
  813. 'CNUD9
  814. '
  815. Me.CNUD9.ForeColor = System.Drawing.Color.Green
  816. Me.CNUD9.Location = New System.Drawing.Point(1130, 67)
  817. Me.CNUD9.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  818. Me.CNUD9.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  819. Me.CNUD9.Name = "CNUD9"
  820. Me.CNUD9.Size = New System.Drawing.Size(107, 23)
  821. Me.CNUD9.TabIndex = 1805
  822. Me.CNUD9.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  823. Me.CNUD9.ThousandsSeparator = True
  824. '
  825. 'CNUD10
  826. '
  827. Me.CNUD10.ForeColor = System.Drawing.Color.Green
  828. Me.CNUD10.Location = New System.Drawing.Point(1238, 67)
  829. Me.CNUD10.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  830. Me.CNUD10.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  831. Me.CNUD10.Name = "CNUD10"
  832. Me.CNUD10.Size = New System.Drawing.Size(107, 23)
  833. Me.CNUD10.TabIndex = 1804
  834. Me.CNUD10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  835. Me.CNUD10.ThousandsSeparator = True
  836. '
  837. 'DNUD6
  838. '
  839. Me.DNUD6.ForeColor = System.Drawing.Color.Green
  840. Me.DNUD6.Location = New System.Drawing.Point(803, 90)
  841. Me.DNUD6.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  842. Me.DNUD6.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  843. Me.DNUD6.Name = "DNUD6"
  844. Me.DNUD6.Size = New System.Drawing.Size(107, 23)
  845. Me.DNUD6.TabIndex = 1813
  846. Me.DNUD6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  847. Me.DNUD6.ThousandsSeparator = True
  848. '
  849. 'DNUD7
  850. '
  851. Me.DNUD7.ForeColor = System.Drawing.Color.Green
  852. Me.DNUD7.Location = New System.Drawing.Point(912, 90)
  853. Me.DNUD7.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  854. Me.DNUD7.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  855. Me.DNUD7.Name = "DNUD7"
  856. Me.DNUD7.Size = New System.Drawing.Size(107, 23)
  857. Me.DNUD7.TabIndex = 1812
  858. Me.DNUD7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  859. Me.DNUD7.ThousandsSeparator = True
  860. '
  861. 'DNUD8
  862. '
  863. Me.DNUD8.ForeColor = System.Drawing.Color.Green
  864. Me.DNUD8.Location = New System.Drawing.Point(1021, 90)
  865. Me.DNUD8.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  866. Me.DNUD8.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  867. Me.DNUD8.Name = "DNUD8"
  868. Me.DNUD8.Size = New System.Drawing.Size(107, 23)
  869. Me.DNUD8.TabIndex = 1811
  870. Me.DNUD8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  871. Me.DNUD8.ThousandsSeparator = True
  872. '
  873. 'DNUD9
  874. '
  875. Me.DNUD9.ForeColor = System.Drawing.Color.Green
  876. Me.DNUD9.Location = New System.Drawing.Point(1130, 90)
  877. Me.DNUD9.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  878. Me.DNUD9.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  879. Me.DNUD9.Name = "DNUD9"
  880. Me.DNUD9.Size = New System.Drawing.Size(107, 23)
  881. Me.DNUD9.TabIndex = 1810
  882. Me.DNUD9.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  883. Me.DNUD9.ThousandsSeparator = True
  884. '
  885. 'DNUD10
  886. '
  887. Me.DNUD10.ForeColor = System.Drawing.Color.Green
  888. Me.DNUD10.Location = New System.Drawing.Point(1238, 90)
  889. Me.DNUD10.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  890. Me.DNUD10.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  891. Me.DNUD10.Name = "DNUD10"
  892. Me.DNUD10.Size = New System.Drawing.Size(107, 23)
  893. Me.DNUD10.TabIndex = 1809
  894. Me.DNUD10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  895. Me.DNUD10.ThousandsSeparator = True
  896. '
  897. 'Label1
  898. '
  899. Me.Label1.AutoSize = True
  900. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  901. Me.Label1.Location = New System.Drawing.Point(224, 24)
  902. Me.Label1.Name = "Label1"
  903. Me.Label1.Size = New System.Drawing.Size(35, 16)
  904. Me.Label1.TabIndex = 1814
  905. Me.Label1.Text = "TWD"
  906. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  907. '
  908. 'Label2
  909. '
  910. Me.Label2.AutoSize = True
  911. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  912. Me.Label2.Location = New System.Drawing.Point(224, 47)
  913. Me.Label2.Name = "Label2"
  914. Me.Label2.Size = New System.Drawing.Size(32, 16)
  915. Me.Label2.TabIndex = 1815
  916. Me.Label2.Text = "USD"
  917. Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  918. '
  919. 'Label3
  920. '
  921. Me.Label3.AutoSize = True
  922. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  923. Me.Label3.Location = New System.Drawing.Point(224, 70)
  924. Me.Label3.Name = "Label3"
  925. Me.Label3.Size = New System.Drawing.Size(34, 16)
  926. Me.Label3.TabIndex = 1816
  927. Me.Label3.Text = "RMB"
  928. Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  929. '
  930. 'Label4
  931. '
  932. Me.Label4.AutoSize = True
  933. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  934. Me.Label4.Location = New System.Drawing.Point(224, 93)
  935. Me.Label4.Name = "Label4"
  936. Me.Label4.Size = New System.Drawing.Size(22, 16)
  937. Me.Label4.TabIndex = 1817
  938. Me.Label4.Text = "RP"
  939. Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  940. '
  941. '合約請款控制表
  942. '
  943. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  944. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  945. Me.ClientSize = New System.Drawing.Size(1349, 681)
  946. Me.Controls.Add(Me.Label4)
  947. Me.Controls.Add(Me.Label2)
  948. Me.Controls.Add(Me.DNUD6)
  949. Me.Controls.Add(Me.DNUD7)
  950. Me.Controls.Add(Me.DNUD8)
  951. Me.Controls.Add(Me.DNUD9)
  952. Me.Controls.Add(Me.DNUD10)
  953. Me.Controls.Add(Me.CNUD6)
  954. Me.Controls.Add(Me.CNUD7)
  955. Me.Controls.Add(Me.CNUD8)
  956. Me.Controls.Add(Me.CNUD9)
  957. Me.Controls.Add(Me.CNUD10)
  958. Me.Controls.Add(Me.BNUD6)
  959. Me.Controls.Add(Me.BNUD7)
  960. Me.Controls.Add(Me.BNUD8)
  961. Me.Controls.Add(Me.BNUD9)
  962. Me.Controls.Add(Me.BNUD10)
  963. Me.Controls.Add(Me.DNUD4)
  964. Me.Controls.Add(Me.DNUD2)
  965. Me.Controls.Add(Me.DNUD5)
  966. Me.Controls.Add(Me.DNUD3)
  967. Me.Controls.Add(Me.DNUD1)
  968. Me.Controls.Add(Me.CNUD4)
  969. Me.Controls.Add(Me.CNUD2)
  970. Me.Controls.Add(Me.CNUD5)
  971. Me.Controls.Add(Me.CNUD3)
  972. Me.Controls.Add(Me.CNUD1)
  973. Me.Controls.Add(Me.BNUD4)
  974. Me.Controls.Add(Me.BNUD2)
  975. Me.Controls.Add(Me.BNUD5)
  976. Me.Controls.Add(Me.BNUD3)
  977. Me.Controls.Add(Me.BNUD1)
  978. Me.Controls.Add(Me.Panel1)
  979. Me.Controls.Add(Me.查閱文件_bt)
  980. Me.Controls.Add(Me.語轉扭_bt)
  981. Me.Controls.Add(Me.ANUD4)
  982. Me.Controls.Add(Me.已請款_lb)
  983. Me.Controls.Add(Me.ANUD2)
  984. Me.Controls.Add(Me.追加減_lb)
  985. Me.Controls.Add(Me.ANUD6)
  986. Me.Controls.Add(Me.預付款_lb)
  987. Me.Controls.Add(Me.ANUD7)
  988. Me.Controls.Add(Me.到貨款_lb)
  989. Me.Controls.Add(Me.ANUD8)
  990. Me.Controls.Add(Me.施工款_lb)
  991. Me.Controls.Add(Me.ANUD9)
  992. Me.Controls.Add(Me.驗收款_lb)
  993. Me.Controls.Add(Me.ANUD10)
  994. Me.Controls.Add(Me.保留款_lb)
  995. Me.Controls.Add(Me.ANUD5)
  996. Me.Controls.Add(Me.剩餘款_lb)
  997. Me.Controls.Add(Me.ANUD3)
  998. Me.Controls.Add(Me.結算金額_lb)
  999. Me.Controls.Add(Me.ANUD1)
  1000. Me.Controls.Add(Me.工程總價_lb)
  1001. Me.Controls.Add(Me.請款未結束_ch)
  1002. Me.Controls.Add(Me.甲方_lb)
  1003. Me.Controls.Add(Me.合約編號1_cb)
  1004. Me.Controls.Add(Me.查詢_bt)
  1005. Me.Controls.Add(Me.關鍵字搜尋_tb)
  1006. Me.Controls.Add(Me.請款單_dgv)
  1007. Me.Controls.Add(Me.全部資料_ch)
  1008. Me.Controls.Add(Me.搜尋_lb)
  1009. Me.Controls.Add(Me.請款已結束_ch)
  1010. Me.Controls.Add(Me.Label3)
  1011. Me.Controls.Add(Me.Label1)
  1012. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1013. Me.Margin = New System.Windows.Forms.Padding(4)
  1014. Me.Name = "合約請款控制表"
  1015. Me.Text = "合約請款控制表"
  1016. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1017. Me.Panel1.ResumeLayout(False)
  1018. Me.Panel1.PerformLayout()
  1019. CType(Me.ANUD4, System.ComponentModel.ISupportInitialize).EndInit()
  1020. CType(Me.ANUD2, System.ComponentModel.ISupportInitialize).EndInit()
  1021. CType(Me.ANUD6, System.ComponentModel.ISupportInitialize).EndInit()
  1022. CType(Me.ANUD7, System.ComponentModel.ISupportInitialize).EndInit()
  1023. CType(Me.ANUD8, System.ComponentModel.ISupportInitialize).EndInit()
  1024. CType(Me.ANUD9, System.ComponentModel.ISupportInitialize).EndInit()
  1025. CType(Me.ANUD10, System.ComponentModel.ISupportInitialize).EndInit()
  1026. CType(Me.ANUD5, System.ComponentModel.ISupportInitialize).EndInit()
  1027. CType(Me.ANUD3, System.ComponentModel.ISupportInitialize).EndInit()
  1028. CType(Me.ANUD1, System.ComponentModel.ISupportInitialize).EndInit()
  1029. CType(Me.請款單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1030. CType(Me.BNUD4, System.ComponentModel.ISupportInitialize).EndInit()
  1031. CType(Me.BNUD2, System.ComponentModel.ISupportInitialize).EndInit()
  1032. CType(Me.BNUD5, System.ComponentModel.ISupportInitialize).EndInit()
  1033. CType(Me.BNUD3, System.ComponentModel.ISupportInitialize).EndInit()
  1034. CType(Me.BNUD1, System.ComponentModel.ISupportInitialize).EndInit()
  1035. CType(Me.CNUD4, System.ComponentModel.ISupportInitialize).EndInit()
  1036. CType(Me.CNUD2, System.ComponentModel.ISupportInitialize).EndInit()
  1037. CType(Me.CNUD5, System.ComponentModel.ISupportInitialize).EndInit()
  1038. CType(Me.CNUD3, System.ComponentModel.ISupportInitialize).EndInit()
  1039. CType(Me.CNUD1, System.ComponentModel.ISupportInitialize).EndInit()
  1040. CType(Me.DNUD4, System.ComponentModel.ISupportInitialize).EndInit()
  1041. CType(Me.DNUD2, System.ComponentModel.ISupportInitialize).EndInit()
  1042. CType(Me.DNUD5, System.ComponentModel.ISupportInitialize).EndInit()
  1043. CType(Me.DNUD3, System.ComponentModel.ISupportInitialize).EndInit()
  1044. CType(Me.DNUD1, System.ComponentModel.ISupportInitialize).EndInit()
  1045. CType(Me.BNUD6, System.ComponentModel.ISupportInitialize).EndInit()
  1046. CType(Me.BNUD7, System.ComponentModel.ISupportInitialize).EndInit()
  1047. CType(Me.BNUD8, System.ComponentModel.ISupportInitialize).EndInit()
  1048. CType(Me.BNUD9, System.ComponentModel.ISupportInitialize).EndInit()
  1049. CType(Me.BNUD10, System.ComponentModel.ISupportInitialize).EndInit()
  1050. CType(Me.CNUD6, System.ComponentModel.ISupportInitialize).EndInit()
  1051. CType(Me.CNUD7, System.ComponentModel.ISupportInitialize).EndInit()
  1052. CType(Me.CNUD8, System.ComponentModel.ISupportInitialize).EndInit()
  1053. CType(Me.CNUD9, System.ComponentModel.ISupportInitialize).EndInit()
  1054. CType(Me.CNUD10, System.ComponentModel.ISupportInitialize).EndInit()
  1055. CType(Me.DNUD6, System.ComponentModel.ISupportInitialize).EndInit()
  1056. CType(Me.DNUD7, System.ComponentModel.ISupportInitialize).EndInit()
  1057. CType(Me.DNUD8, System.ComponentModel.ISupportInitialize).EndInit()
  1058. CType(Me.DNUD9, System.ComponentModel.ISupportInitialize).EndInit()
  1059. CType(Me.DNUD10, System.ComponentModel.ISupportInitialize).EndInit()
  1060. Me.ResumeLayout(False)
  1061. Me.PerformLayout()
  1062. End Sub
  1063. Friend WithEvents 語言_dgv As DataGridView
  1064. Friend WithEvents 合約編號_tb As TextBox
  1065. Friend WithEvents Panel1 As Panel
  1066. Friend WithEvents 查閱文件_bt As Button
  1067. Friend WithEvents 語轉扭_bt As Button
  1068. Friend WithEvents ANUD4 As NumericUpDown
  1069. Friend WithEvents 已請款_lb As Label
  1070. Friend WithEvents ANUD2 As NumericUpDown
  1071. Friend WithEvents 追加減_lb As Label
  1072. Friend WithEvents ANUD6 As NumericUpDown
  1073. Friend WithEvents 預付款_lb As Label
  1074. Friend WithEvents ANUD7 As NumericUpDown
  1075. Friend WithEvents 到貨款_lb As Label
  1076. Friend WithEvents ANUD8 As NumericUpDown
  1077. Friend WithEvents 施工款_lb As Label
  1078. Friend WithEvents ANUD9 As NumericUpDown
  1079. Friend WithEvents 驗收款_lb As Label
  1080. Friend WithEvents ANUD10 As NumericUpDown
  1081. Friend WithEvents 保留款_lb As Label
  1082. Friend WithEvents ANUD5 As NumericUpDown
  1083. Friend WithEvents 剩餘款_lb As Label
  1084. Friend WithEvents ANUD3 As NumericUpDown
  1085. Friend WithEvents 結算金額_lb As Label
  1086. Friend WithEvents ANUD1 As NumericUpDown
  1087. Friend WithEvents 工程總價_lb As Label
  1088. Friend WithEvents 請款已結束_ch As CheckBox
  1089. Friend WithEvents 請款未結束_ch As CheckBox
  1090. Friend WithEvents 工程期數_lb As Label
  1091. Friend WithEvents 工程期1_ch As ComboBox
  1092. Friend WithEvents 甲方_lb As Label
  1093. Friend WithEvents 合約編號1_cb As ComboBox
  1094. Friend WithEvents 查詢_bt As Button
  1095. Friend WithEvents 關鍵字搜尋_tb As TextBox
  1096. Friend WithEvents 請款單_dgv As DataGridView
  1097. Friend WithEvents 全部資料_ch As CheckBox
  1098. Friend WithEvents 搜尋_lb As Label
  1099. Friend WithEvents BNUD4 As NumericUpDown
  1100. Friend WithEvents BNUD2 As NumericUpDown
  1101. Friend WithEvents BNUD5 As NumericUpDown
  1102. Friend WithEvents BNUD3 As NumericUpDown
  1103. Friend WithEvents BNUD1 As NumericUpDown
  1104. Friend WithEvents CNUD4 As NumericUpDown
  1105. Friend WithEvents CNUD2 As NumericUpDown
  1106. Friend WithEvents CNUD5 As NumericUpDown
  1107. Friend WithEvents CNUD3 As NumericUpDown
  1108. Friend WithEvents CNUD1 As NumericUpDown
  1109. Friend WithEvents DNUD4 As NumericUpDown
  1110. Friend WithEvents DNUD2 As NumericUpDown
  1111. Friend WithEvents DNUD5 As NumericUpDown
  1112. Friend WithEvents DNUD3 As NumericUpDown
  1113. Friend WithEvents DNUD1 As NumericUpDown
  1114. Friend WithEvents BNUD6 As NumericUpDown
  1115. Friend WithEvents BNUD7 As NumericUpDown
  1116. Friend WithEvents BNUD8 As NumericUpDown
  1117. Friend WithEvents BNUD9 As NumericUpDown
  1118. Friend WithEvents BNUD10 As NumericUpDown
  1119. Friend WithEvents CNUD6 As NumericUpDown
  1120. Friend WithEvents CNUD7 As NumericUpDown
  1121. Friend WithEvents CNUD8 As NumericUpDown
  1122. Friend WithEvents CNUD9 As NumericUpDown
  1123. Friend WithEvents CNUD10 As NumericUpDown
  1124. Friend WithEvents DNUD6 As NumericUpDown
  1125. Friend WithEvents DNUD7 As NumericUpDown
  1126. Friend WithEvents DNUD8 As NumericUpDown
  1127. Friend WithEvents DNUD9 As NumericUpDown
  1128. Friend WithEvents DNUD10 As NumericUpDown
  1129. Friend WithEvents Label1 As Label
  1130. Friend WithEvents Label2 As Label
  1131. Friend WithEvents Label3 As Label
  1132. Friend WithEvents Label4 As Label
  1133. End Class