Brak opisu
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 33KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 合約請款控制表
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Me.請款單_dgv = New System.Windows.Forms.DataGridView()
  24. Me.工程期數_lb = New System.Windows.Forms.Label()
  25. Me.工程期1_ch = New System.Windows.Forms.ComboBox()
  26. Me.甲方_lb = New System.Windows.Forms.Label()
  27. Me.合約編號1_cb = New System.Windows.Forms.ComboBox()
  28. Me.查詢_bt = New System.Windows.Forms.Button()
  29. Me.搜尋_lb = New System.Windows.Forms.Label()
  30. Me.關鍵字搜尋_tb = New System.Windows.Forms.TextBox()
  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.ANUD1 = New System.Windows.Forms.NumericUpDown()
  35. Me.工程總價_lb = New System.Windows.Forms.Label()
  36. Me.ANUD3 = New System.Windows.Forms.NumericUpDown()
  37. Me.結算金額_lb = New System.Windows.Forms.Label()
  38. Me.ANUD5 = New System.Windows.Forms.NumericUpDown()
  39. Me.剩餘款_lb = New System.Windows.Forms.Label()
  40. Me.ANUD10 = New System.Windows.Forms.NumericUpDown()
  41. Me.保留款_lb = New System.Windows.Forms.Label()
  42. Me.ANUD9 = New System.Windows.Forms.NumericUpDown()
  43. Me.驗收款_lb = New System.Windows.Forms.Label()
  44. Me.ANUD8 = New System.Windows.Forms.NumericUpDown()
  45. Me.施工款_lb = New System.Windows.Forms.Label()
  46. Me.ANUD7 = New System.Windows.Forms.NumericUpDown()
  47. Me.到貨款_lb = New System.Windows.Forms.Label()
  48. Me.ANUD6 = New System.Windows.Forms.NumericUpDown()
  49. Me.預付款_lb = New System.Windows.Forms.Label()
  50. Me.ANUD2 = New System.Windows.Forms.NumericUpDown()
  51. Me.追加減_lb = New System.Windows.Forms.Label()
  52. Me.ANUD4 = New System.Windows.Forms.NumericUpDown()
  53. Me.已請款_lb = New System.Windows.Forms.Label()
  54. Me.語轉扭_bt = New System.Windows.Forms.Button()
  55. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  56. Me.查閱文件_bt = New System.Windows.Forms.Button()
  57. Me.合約編號_tb = New System.Windows.Forms.TextBox()
  58. Me.Panel1 = New System.Windows.Forms.Panel()
  59. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  60. Me.請款狀態_bt = New System.Windows.Forms.Button()
  61. Me.系統說明_bt = New System.Windows.Forms.Button()
  62. CType(Me.請款單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  63. CType(Me.ANUD1, System.ComponentModel.ISupportInitialize).BeginInit()
  64. CType(Me.ANUD3, System.ComponentModel.ISupportInitialize).BeginInit()
  65. CType(Me.ANUD5, System.ComponentModel.ISupportInitialize).BeginInit()
  66. CType(Me.ANUD10, System.ComponentModel.ISupportInitialize).BeginInit()
  67. CType(Me.ANUD9, System.ComponentModel.ISupportInitialize).BeginInit()
  68. CType(Me.ANUD8, System.ComponentModel.ISupportInitialize).BeginInit()
  69. CType(Me.ANUD7, System.ComponentModel.ISupportInitialize).BeginInit()
  70. CType(Me.ANUD6, System.ComponentModel.ISupportInitialize).BeginInit()
  71. CType(Me.ANUD2, System.ComponentModel.ISupportInitialize).BeginInit()
  72. CType(Me.ANUD4, System.ComponentModel.ISupportInitialize).BeginInit()
  73. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  74. Me.Panel1.SuspendLayout()
  75. Me.SuspendLayout()
  76. '
  77. '請款單_dgv
  78. '
  79. Me.請款單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  80. Or System.Windows.Forms.AnchorStyles.Left) _
  81. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  82. Me.請款單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  83. Me.請款單_dgv.BackgroundColor = System.Drawing.Color.White
  84. Me.請款單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  85. Me.請款單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  86. Me.請款單_dgv.Location = New System.Drawing.Point(1, 58)
  87. Me.請款單_dgv.Name = "請款單_dgv"
  88. Me.請款單_dgv.RowHeadersWidth = 5
  89. Me.請款單_dgv.RowTemplate.Height = 24
  90. Me.請款單_dgv.Size = New System.Drawing.Size(1345, 578)
  91. Me.請款單_dgv.TabIndex = 1423
  92. '
  93. '工程期數_lb
  94. '
  95. Me.工程期數_lb.AutoSize = True
  96. Me.工程期數_lb.BackColor = System.Drawing.SystemColors.Control
  97. Me.工程期數_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  98. Me.工程期數_lb.Location = New System.Drawing.Point(90, 30)
  99. Me.工程期數_lb.Name = "工程期數_lb"
  100. Me.工程期數_lb.Size = New System.Drawing.Size(55, 16)
  101. Me.工程期數_lb.TabIndex = 1436
  102. Me.工程期數_lb.Text = "工程期數"
  103. Me.工程期數_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  104. '
  105. '工程期1_ch
  106. '
  107. Me.工程期1_ch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  108. Me.工程期1_ch.ForeColor = System.Drawing.Color.Blue
  109. Me.工程期1_ch.FormattingEnabled = True
  110. Me.工程期1_ch.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  111. Me.工程期1_ch.Location = New System.Drawing.Point(90, 3)
  112. Me.工程期1_ch.Name = "工程期1_ch"
  113. Me.工程期1_ch.Size = New System.Drawing.Size(74, 24)
  114. Me.工程期1_ch.TabIndex = 1435
  115. '
  116. '甲方_lb
  117. '
  118. Me.甲方_lb.BackColor = System.Drawing.Color.Transparent
  119. Me.甲方_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  120. Me.甲方_lb.Location = New System.Drawing.Point(165, 34)
  121. Me.甲方_lb.Name = "甲方_lb"
  122. Me.甲方_lb.Size = New System.Drawing.Size(55, 16)
  123. Me.甲方_lb.TabIndex = 1434
  124. Me.甲方_lb.Text = "甲方"
  125. Me.甲方_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  126. '
  127. '合約編號1_cb
  128. '
  129. Me.合約編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  130. Me.合約編號1_cb.ForeColor = System.Drawing.Color.Blue
  131. Me.合約編號1_cb.FormattingEnabled = True
  132. Me.合約編號1_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  133. Me.合約編號1_cb.Location = New System.Drawing.Point(220, 30)
  134. Me.合約編號1_cb.Name = "合約編號1_cb"
  135. Me.合約編號1_cb.Size = New System.Drawing.Size(124, 24)
  136. Me.合約編號1_cb.TabIndex = 1433
  137. '
  138. '查詢_bt
  139. '
  140. Me.查詢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.下載
  141. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  142. Me.查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  143. Me.查詢_bt.Location = New System.Drawing.Point(319, 3)
  144. Me.查詢_bt.Name = "查詢_bt"
  145. Me.查詢_bt.Size = New System.Drawing.Size(25, 25)
  146. Me.查詢_bt.TabIndex = 1432
  147. Me.查詢_bt.UseVisualStyleBackColor = True
  148. '
  149. '搜尋_lb
  150. '
  151. Me.搜尋_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  152. Me.搜尋_lb.Location = New System.Drawing.Point(163, 7)
  153. Me.搜尋_lb.Name = "搜尋_lb"
  154. Me.搜尋_lb.Size = New System.Drawing.Size(55, 16)
  155. Me.搜尋_lb.TabIndex = 1431
  156. Me.搜尋_lb.Text = "搜尋"
  157. Me.搜尋_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  158. '
  159. '關鍵字搜尋_tb
  160. '
  161. Me.關鍵字搜尋_tb.Location = New System.Drawing.Point(220, 4)
  162. Me.關鍵字搜尋_tb.Name = "關鍵字搜尋_tb"
  163. Me.關鍵字搜尋_tb.Size = New System.Drawing.Size(99, 23)
  164. Me.關鍵字搜尋_tb.TabIndex = 1430
  165. '
  166. '請款未結束_ch
  167. '
  168. Me.請款未結束_ch.AutoSize = True
  169. Me.請款未結束_ch.ForeColor = System.Drawing.Color.Green
  170. Me.請款未結束_ch.Location = New System.Drawing.Point(12, 21)
  171. Me.請款未結束_ch.Name = "請款未結束_ch"
  172. Me.請款未結束_ch.Size = New System.Drawing.Size(86, 20)
  173. Me.請款未結束_ch.TabIndex = 1437
  174. Me.請款未結束_ch.Text = "請款未結束"
  175. Me.請款未結束_ch.UseVisualStyleBackColor = True
  176. '
  177. '請款已結束_ch
  178. '
  179. Me.請款已結束_ch.AutoSize = True
  180. Me.請款已結束_ch.ForeColor = System.Drawing.Color.Green
  181. Me.請款已結束_ch.Location = New System.Drawing.Point(12, 40)
  182. Me.請款已結束_ch.Name = "請款已結束_ch"
  183. Me.請款已結束_ch.Size = New System.Drawing.Size(86, 20)
  184. Me.請款已結束_ch.TabIndex = 1438
  185. Me.請款已結束_ch.Text = "請款已結束"
  186. Me.請款已結束_ch.UseVisualStyleBackColor = True
  187. '
  188. '全部資料_ch
  189. '
  190. Me.全部資料_ch.AutoSize = True
  191. Me.全部資料_ch.Checked = True
  192. Me.全部資料_ch.CheckState = System.Windows.Forms.CheckState.Checked
  193. Me.全部資料_ch.ForeColor = System.Drawing.Color.Green
  194. Me.全部資料_ch.Location = New System.Drawing.Point(12, 3)
  195. Me.全部資料_ch.Name = "全部資料_ch"
  196. Me.全部資料_ch.Size = New System.Drawing.Size(74, 20)
  197. Me.全部資料_ch.TabIndex = 1439
  198. Me.全部資料_ch.Text = "全部資料"
  199. Me.全部資料_ch.UseVisualStyleBackColor = True
  200. '
  201. 'ANUD1
  202. '
  203. Me.ANUD1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  204. Me.ANUD1.Location = New System.Drawing.Point(450, 29)
  205. Me.ANUD1.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  206. Me.ANUD1.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  207. Me.ANUD1.Name = "ANUD1"
  208. Me.ANUD1.Size = New System.Drawing.Size(141, 23)
  209. Me.ANUD1.TabIndex = 1725
  210. Me.ANUD1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  211. Me.ANUD1.ThousandsSeparator = True
  212. '
  213. '工程總價_lb
  214. '
  215. Me.工程總價_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  216. Me.工程總價_lb.Location = New System.Drawing.Point(448, 8)
  217. Me.工程總價_lb.Name = "工程總價_lb"
  218. Me.工程總價_lb.Size = New System.Drawing.Size(143, 18)
  219. Me.工程總價_lb.TabIndex = 1726
  220. Me.工程總價_lb.Text = "工程總價 : "
  221. Me.工程總價_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  222. '
  223. 'ANUD3
  224. '
  225. Me.ANUD3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  226. Me.ANUD3.Location = New System.Drawing.Point(852, 30)
  227. Me.ANUD3.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  228. Me.ANUD3.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  229. Me.ANUD3.Name = "ANUD3"
  230. Me.ANUD3.Size = New System.Drawing.Size(172, 23)
  231. Me.ANUD3.TabIndex = 1727
  232. Me.ANUD3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  233. Me.ANUD3.ThousandsSeparator = True
  234. '
  235. '結算金額_lb
  236. '
  237. Me.結算金額_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  238. Me.結算金額_lb.Location = New System.Drawing.Point(855, 9)
  239. Me.結算金額_lb.Name = "結算金額_lb"
  240. Me.結算金額_lb.Size = New System.Drawing.Size(169, 18)
  241. Me.結算金額_lb.TabIndex = 1728
  242. Me.結算金額_lb.Text = "結算金額 : "
  243. Me.結算金額_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  244. '
  245. 'ANUD5
  246. '
  247. Me.ANUD5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  248. Me.ANUD5.Location = New System.Drawing.Point(1201, 30)
  249. Me.ANUD5.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  250. Me.ANUD5.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  251. Me.ANUD5.Name = "ANUD5"
  252. Me.ANUD5.Size = New System.Drawing.Size(141, 23)
  253. Me.ANUD5.TabIndex = 1729
  254. Me.ANUD5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  255. Me.ANUD5.ThousandsSeparator = True
  256. '
  257. '剩餘款_lb
  258. '
  259. Me.剩餘款_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  260. Me.剩餘款_lb.Location = New System.Drawing.Point(1204, 9)
  261. Me.剩餘款_lb.Name = "剩餘款_lb"
  262. Me.剩餘款_lb.Size = New System.Drawing.Size(138, 18)
  263. Me.剩餘款_lb.TabIndex = 1730
  264. Me.剩餘款_lb.Text = "剩餘款 : "
  265. Me.剩餘款_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  266. '
  267. 'ANUD10
  268. '
  269. Me.ANUD10.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  270. Me.ANUD10.ForeColor = System.Drawing.Color.Green
  271. Me.ANUD10.Location = New System.Drawing.Point(831, 655)
  272. Me.ANUD10.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  273. Me.ANUD10.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  274. Me.ANUD10.Name = "ANUD10"
  275. Me.ANUD10.Size = New System.Drawing.Size(190, 23)
  276. Me.ANUD10.TabIndex = 1731
  277. Me.ANUD10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  278. Me.ANUD10.ThousandsSeparator = True
  279. '
  280. '保留款_lb
  281. '
  282. Me.保留款_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  283. Me.保留款_lb.ForeColor = System.Drawing.Color.Green
  284. Me.保留款_lb.Location = New System.Drawing.Point(834, 637)
  285. Me.保留款_lb.Name = "保留款_lb"
  286. Me.保留款_lb.Size = New System.Drawing.Size(185, 16)
  287. Me.保留款_lb.TabIndex = 1732
  288. Me.保留款_lb.Text = "保留款 : "
  289. Me.保留款_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  290. '
  291. 'ANUD9
  292. '
  293. Me.ANUD9.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  294. Me.ANUD9.ForeColor = System.Drawing.Color.Green
  295. Me.ANUD9.Location = New System.Drawing.Point(625, 655)
  296. Me.ANUD9.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  297. Me.ANUD9.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  298. Me.ANUD9.Name = "ANUD9"
  299. Me.ANUD9.Size = New System.Drawing.Size(190, 23)
  300. Me.ANUD9.TabIndex = 1733
  301. Me.ANUD9.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  302. Me.ANUD9.ThousandsSeparator = True
  303. '
  304. '驗收款_lb
  305. '
  306. Me.驗收款_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  307. Me.驗收款_lb.ForeColor = System.Drawing.Color.Green
  308. Me.驗收款_lb.Location = New System.Drawing.Point(628, 637)
  309. Me.驗收款_lb.Name = "驗收款_lb"
  310. Me.驗收款_lb.Size = New System.Drawing.Size(185, 16)
  311. Me.驗收款_lb.TabIndex = 1734
  312. Me.驗收款_lb.Text = "驗收款 : "
  313. Me.驗收款_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  314. '
  315. 'ANUD8
  316. '
  317. Me.ANUD8.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  318. Me.ANUD8.ForeColor = System.Drawing.Color.Green
  319. Me.ANUD8.Location = New System.Drawing.Point(419, 655)
  320. Me.ANUD8.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  321. Me.ANUD8.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  322. Me.ANUD8.Name = "ANUD8"
  323. Me.ANUD8.Size = New System.Drawing.Size(190, 23)
  324. Me.ANUD8.TabIndex = 1735
  325. Me.ANUD8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  326. Me.ANUD8.ThousandsSeparator = True
  327. '
  328. '施工款_lb
  329. '
  330. Me.施工款_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  331. Me.施工款_lb.ForeColor = System.Drawing.Color.Green
  332. Me.施工款_lb.Location = New System.Drawing.Point(421, 637)
  333. Me.施工款_lb.Name = "施工款_lb"
  334. Me.施工款_lb.Size = New System.Drawing.Size(185, 16)
  335. Me.施工款_lb.TabIndex = 1736
  336. Me.施工款_lb.Text = "施工款 : "
  337. Me.施工款_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  338. '
  339. 'ANUD7
  340. '
  341. Me.ANUD7.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  342. Me.ANUD7.ForeColor = System.Drawing.Color.Green
  343. Me.ANUD7.Location = New System.Drawing.Point(213, 655)
  344. Me.ANUD7.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  345. Me.ANUD7.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  346. Me.ANUD7.Name = "ANUD7"
  347. Me.ANUD7.Size = New System.Drawing.Size(190, 23)
  348. Me.ANUD7.TabIndex = 1737
  349. Me.ANUD7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  350. Me.ANUD7.ThousandsSeparator = True
  351. '
  352. '到貨款_lb
  353. '
  354. Me.到貨款_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  355. Me.到貨款_lb.ForeColor = System.Drawing.Color.Green
  356. Me.到貨款_lb.Location = New System.Drawing.Point(216, 637)
  357. Me.到貨款_lb.Name = "到貨款_lb"
  358. Me.到貨款_lb.Size = New System.Drawing.Size(185, 16)
  359. Me.到貨款_lb.TabIndex = 1738
  360. Me.到貨款_lb.Text = "到貨款 : "
  361. Me.到貨款_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  362. '
  363. 'ANUD6
  364. '
  365. Me.ANUD6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  366. Me.ANUD6.ForeColor = System.Drawing.Color.Green
  367. Me.ANUD6.Location = New System.Drawing.Point(7, 656)
  368. Me.ANUD6.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  369. Me.ANUD6.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  370. Me.ANUD6.Name = "ANUD6"
  371. Me.ANUD6.Size = New System.Drawing.Size(190, 23)
  372. Me.ANUD6.TabIndex = 1739
  373. Me.ANUD6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  374. Me.ANUD6.ThousandsSeparator = True
  375. '
  376. '預付款_lb
  377. '
  378. Me.預付款_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  379. Me.預付款_lb.ForeColor = System.Drawing.Color.Green
  380. Me.預付款_lb.Location = New System.Drawing.Point(9, 638)
  381. Me.預付款_lb.Name = "預付款_lb"
  382. Me.預付款_lb.Size = New System.Drawing.Size(185, 16)
  383. Me.預付款_lb.TabIndex = 1740
  384. Me.預付款_lb.Text = "預付款 : "
  385. Me.預付款_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  386. '
  387. 'ANUD2
  388. '
  389. Me.ANUD2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  390. Me.ANUD2.Location = New System.Drawing.Point(594, 29)
  391. Me.ANUD2.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  392. Me.ANUD2.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  393. Me.ANUD2.Name = "ANUD2"
  394. Me.ANUD2.Size = New System.Drawing.Size(255, 23)
  395. Me.ANUD2.TabIndex = 1741
  396. Me.ANUD2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  397. Me.ANUD2.ThousandsSeparator = True
  398. '
  399. '追加減_lb
  400. '
  401. Me.追加減_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  402. Me.追加減_lb.Location = New System.Drawing.Point(597, 8)
  403. Me.追加減_lb.Name = "追加減_lb"
  404. Me.追加減_lb.Size = New System.Drawing.Size(252, 18)
  405. Me.追加減_lb.TabIndex = 1742
  406. Me.追加減_lb.Text = "追加減 : "
  407. Me.追加減_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  408. '
  409. 'ANUD4
  410. '
  411. Me.ANUD4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  412. Me.ANUD4.Location = New System.Drawing.Point(1027, 30)
  413. Me.ANUD4.Maximum = New Decimal(New Integer() {1316134912, 2328, 0, 0})
  414. Me.ANUD4.Minimum = New Decimal(New Integer() {1316134912, 2328, 0, -2147483648})
  415. Me.ANUD4.Name = "ANUD4"
  416. Me.ANUD4.Size = New System.Drawing.Size(172, 23)
  417. Me.ANUD4.TabIndex = 1743
  418. Me.ANUD4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  419. Me.ANUD4.ThousandsSeparator = True
  420. '
  421. '已請款_lb
  422. '
  423. Me.已請款_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  424. Me.已請款_lb.Location = New System.Drawing.Point(1029, 9)
  425. Me.已請款_lb.Name = "已請款_lb"
  426. Me.已請款_lb.Size = New System.Drawing.Size(170, 18)
  427. Me.已請款_lb.TabIndex = 1744
  428. Me.已請款_lb.Text = "已請款 : "
  429. Me.已請款_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  430. '
  431. '語轉扭_bt
  432. '
  433. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  434. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  435. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  436. Me.語轉扭_bt.Location = New System.Drawing.Point(134, 58)
  437. Me.語轉扭_bt.Name = "語轉扭_bt"
  438. Me.語轉扭_bt.Size = New System.Drawing.Size(23, 23)
  439. Me.語轉扭_bt.TabIndex = 1745
  440. Me.語轉扭_bt.Text = "L"
  441. Me.語轉扭_bt.UseVisualStyleBackColor = True
  442. '
  443. '語言_dgv
  444. '
  445. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  446. Me.語言_dgv.Location = New System.Drawing.Point(3, 3)
  447. Me.語言_dgv.Name = "語言_dgv"
  448. Me.語言_dgv.RowHeadersWidth = 5
  449. Me.語言_dgv.RowTemplate.Height = 24
  450. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  451. Me.語言_dgv.TabIndex = 1746
  452. Me.語言_dgv.Visible = False
  453. '
  454. '查閱文件_bt
  455. '
  456. Me.查閱文件_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.reports
  457. Me.查閱文件_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  458. Me.查閱文件_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  459. Me.查閱文件_bt.ForeColor = System.Drawing.Color.Green
  460. Me.查閱文件_bt.Location = New System.Drawing.Point(397, 4)
  461. Me.查閱文件_bt.Name = "查閱文件_bt"
  462. Me.查閱文件_bt.Size = New System.Drawing.Size(50, 50)
  463. Me.查閱文件_bt.TabIndex = 1747
  464. Me.查閱文件_bt.UseVisualStyleBackColor = True
  465. '
  466. '合約編號_tb
  467. '
  468. Me.合約編號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  469. Me.合約編號_tb.Enabled = False
  470. Me.合約編號_tb.Location = New System.Drawing.Point(3, 58)
  471. Me.合約編號_tb.Name = "合約編號_tb"
  472. Me.合約編號_tb.Size = New System.Drawing.Size(125, 23)
  473. Me.合約編號_tb.TabIndex = 1748
  474. '
  475. 'Panel1
  476. '
  477. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  478. Me.Panel1.Controls.Add(Me.語言_dgv)
  479. Me.Panel1.Controls.Add(Me.合約編號_tb)
  480. Me.Panel1.Controls.Add(Me.工程期1_ch)
  481. Me.Panel1.Controls.Add(Me.語轉扭_bt)
  482. Me.Panel1.Controls.Add(Me.工程期數_lb)
  483. Me.Panel1.Location = New System.Drawing.Point(600, 216)
  484. Me.Panel1.Name = "Panel1"
  485. Me.Panel1.Size = New System.Drawing.Size(200, 100)
  486. Me.Panel1.TabIndex = 1749
  487. Me.Panel1.Visible = False
  488. '
  489. 'ToolTip1
  490. '
  491. Me.ToolTip1.AutoPopDelay = 5000
  492. Me.ToolTip1.InitialDelay = 500
  493. Me.ToolTip1.IsBalloon = True
  494. Me.ToolTip1.ReshowDelay = 100
  495. Me.ToolTip1.ToolTipTitle = "illustrate"
  496. '
  497. '請款狀態_bt
  498. '
  499. Me.請款狀態_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Bar_Chart
  500. Me.請款狀態_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  501. Me.請款狀態_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  502. Me.請款狀態_bt.ForeColor = System.Drawing.Color.Green
  503. Me.請款狀態_bt.Location = New System.Drawing.Point(346, 4)
  504. Me.請款狀態_bt.Name = "請款狀態_bt"
  505. Me.請款狀態_bt.Size = New System.Drawing.Size(50, 50)
  506. Me.請款狀態_bt.TabIndex = 1750
  507. Me.請款狀態_bt.UseVisualStyleBackColor = True
  508. '
  509. '系統說明_bt
  510. '
  511. Me.系統說明_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  512. Me.系統說明_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.question_mark
  513. Me.系統說明_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  514. Me.系統說明_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  515. Me.系統說明_bt.ForeColor = System.Drawing.Color.Blue
  516. Me.系統說明_bt.Location = New System.Drawing.Point(1306, 638)
  517. Me.系統說明_bt.Name = "系統說明_bt"
  518. Me.系統說明_bt.Size = New System.Drawing.Size(40, 40)
  519. Me.系統說明_bt.TabIndex = 1898
  520. Me.系統說明_bt.UseVisualStyleBackColor = True
  521. '
  522. '合約請款控制表
  523. '
  524. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  525. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  526. Me.ClientSize = New System.Drawing.Size(1349, 681)
  527. Me.Controls.Add(Me.系統說明_bt)
  528. Me.Controls.Add(Me.請款狀態_bt)
  529. Me.Controls.Add(Me.Panel1)
  530. Me.Controls.Add(Me.查閱文件_bt)
  531. Me.Controls.Add(Me.ANUD4)
  532. Me.Controls.Add(Me.已請款_lb)
  533. Me.Controls.Add(Me.ANUD2)
  534. Me.Controls.Add(Me.追加減_lb)
  535. Me.Controls.Add(Me.ANUD6)
  536. Me.Controls.Add(Me.預付款_lb)
  537. Me.Controls.Add(Me.ANUD7)
  538. Me.Controls.Add(Me.到貨款_lb)
  539. Me.Controls.Add(Me.ANUD8)
  540. Me.Controls.Add(Me.施工款_lb)
  541. Me.Controls.Add(Me.ANUD9)
  542. Me.Controls.Add(Me.驗收款_lb)
  543. Me.Controls.Add(Me.ANUD10)
  544. Me.Controls.Add(Me.保留款_lb)
  545. Me.Controls.Add(Me.ANUD5)
  546. Me.Controls.Add(Me.剩餘款_lb)
  547. Me.Controls.Add(Me.ANUD3)
  548. Me.Controls.Add(Me.結算金額_lb)
  549. Me.Controls.Add(Me.ANUD1)
  550. Me.Controls.Add(Me.工程總價_lb)
  551. Me.Controls.Add(Me.請款未結束_ch)
  552. Me.Controls.Add(Me.甲方_lb)
  553. Me.Controls.Add(Me.合約編號1_cb)
  554. Me.Controls.Add(Me.查詢_bt)
  555. Me.Controls.Add(Me.關鍵字搜尋_tb)
  556. Me.Controls.Add(Me.請款單_dgv)
  557. Me.Controls.Add(Me.全部資料_ch)
  558. Me.Controls.Add(Me.搜尋_lb)
  559. Me.Controls.Add(Me.請款已結束_ch)
  560. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  561. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  562. Me.Name = "合約請款控制表"
  563. Me.Text = "合約請款控制表"
  564. CType(Me.請款單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  565. CType(Me.ANUD1, System.ComponentModel.ISupportInitialize).EndInit()
  566. CType(Me.ANUD3, System.ComponentModel.ISupportInitialize).EndInit()
  567. CType(Me.ANUD5, System.ComponentModel.ISupportInitialize).EndInit()
  568. CType(Me.ANUD10, System.ComponentModel.ISupportInitialize).EndInit()
  569. CType(Me.ANUD9, System.ComponentModel.ISupportInitialize).EndInit()
  570. CType(Me.ANUD8, System.ComponentModel.ISupportInitialize).EndInit()
  571. CType(Me.ANUD7, System.ComponentModel.ISupportInitialize).EndInit()
  572. CType(Me.ANUD6, System.ComponentModel.ISupportInitialize).EndInit()
  573. CType(Me.ANUD2, System.ComponentModel.ISupportInitialize).EndInit()
  574. CType(Me.ANUD4, System.ComponentModel.ISupportInitialize).EndInit()
  575. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  576. Me.Panel1.ResumeLayout(False)
  577. Me.Panel1.PerformLayout()
  578. Me.ResumeLayout(False)
  579. Me.PerformLayout()
  580. End Sub
  581. Friend WithEvents 請款單_dgv As DataGridView
  582. Friend WithEvents 工程期數_lb As Label
  583. Friend WithEvents 工程期1_ch As ComboBox
  584. Friend WithEvents 甲方_lb As Label
  585. Friend WithEvents 合約編號1_cb As ComboBox
  586. Friend WithEvents 查詢_bt As Button
  587. Friend WithEvents 搜尋_lb As Label
  588. Friend WithEvents 關鍵字搜尋_tb As TextBox
  589. Friend WithEvents 請款未結束_ch As CheckBox
  590. Friend WithEvents 請款已結束_ch As CheckBox
  591. Friend WithEvents 全部資料_ch As CheckBox
  592. Friend WithEvents ANUD1 As NumericUpDown
  593. Friend WithEvents 工程總價_lb As Label
  594. Friend WithEvents ANUD3 As NumericUpDown
  595. Friend WithEvents 結算金額_lb As Label
  596. Friend WithEvents ANUD5 As NumericUpDown
  597. Friend WithEvents 剩餘款_lb As Label
  598. Friend WithEvents ANUD10 As NumericUpDown
  599. Friend WithEvents 保留款_lb As Label
  600. Friend WithEvents ANUD9 As NumericUpDown
  601. Friend WithEvents 驗收款_lb As Label
  602. Friend WithEvents ANUD8 As NumericUpDown
  603. Friend WithEvents 施工款_lb As Label
  604. Friend WithEvents ANUD7 As NumericUpDown
  605. Friend WithEvents 到貨款_lb As Label
  606. Friend WithEvents ANUD6 As NumericUpDown
  607. Friend WithEvents 預付款_lb As Label
  608. Friend WithEvents ANUD2 As NumericUpDown
  609. Friend WithEvents 追加減_lb As Label
  610. Friend WithEvents ANUD4 As NumericUpDown
  611. Friend WithEvents 已請款_lb As Label
  612. Friend WithEvents 語轉扭_bt As Button
  613. Friend WithEvents 語言_dgv As DataGridView
  614. Friend WithEvents 查閱文件_bt As Button
  615. Friend WithEvents 合約編號_tb As TextBox
  616. Friend WithEvents Panel1 As Panel
  617. Friend WithEvents ToolTip1 As ToolTip
  618. Friend WithEvents 請款狀態_bt As Button
  619. Friend WithEvents 系統說明_bt As Button
  620. End Class