Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

Calculator-Backend-SYS.Designer.vb 109KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Calculator_Backend_SYS
  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. Dim DataGridViewCellStyle70 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle71 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle72 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle73 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle74 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle75 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Dim DataGridViewCellStyle76 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  30. Dim DataGridViewCellStyle77 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  31. Dim DataGridViewCellStyle78 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  32. Dim DataGridViewCellStyle79 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  33. Dim DataGridViewCellStyle80 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  34. Dim DataGridViewCellStyle81 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  35. Dim DataGridViewCellStyle82 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  36. Dim DataGridViewCellStyle83 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  37. Dim DataGridViewCellStyle84 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  38. Dim DataGridViewCellStyle85 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  39. Dim DataGridViewCellStyle86 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  40. Dim DataGridViewCellStyle87 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  41. Dim DataGridViewCellStyle88 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  42. Dim DataGridViewCellStyle89 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  43. Dim DataGridViewCellStyle90 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  44. Dim DataGridViewCellStyle91 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  45. Dim DataGridViewCellStyle92 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  46. Dim DataGridViewCellStyle93 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  47. Dim DataGridViewCellStyle94 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  48. Dim DataGridViewCellStyle95 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  49. Dim DataGridViewCellStyle96 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  50. Dim DataGridViewCellStyle97 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  51. Dim DataGridViewCellStyle98 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  52. Dim DataGridViewCellStyle99 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  53. Dim DataGridViewCellStyle100 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  54. Dim DataGridViewCellStyle101 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  55. Dim DataGridViewCellStyle102 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  56. Dim DataGridViewCellStyle103 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  57. Dim DataGridViewCellStyle104 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  58. Dim DataGridViewCellStyle105 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  59. Dim DataGridViewCellStyle106 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  60. Dim DataGridViewCellStyle107 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  61. Dim DataGridViewCellStyle108 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  62. Dim DataGridViewCellStyle109 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  63. Dim DataGridViewCellStyle110 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  64. Dim DataGridViewCellStyle111 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  65. Dim DataGridViewCellStyle112 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  66. Dim DataGridViewCellStyle113 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  67. Dim DataGridViewCellStyle114 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  68. Dim DataGridViewCellStyle115 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  69. Dim DataGridViewCellStyle116 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  70. Dim DataGridViewCellStyle117 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  71. Dim DataGridViewCellStyle118 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  72. Dim DataGridViewCellStyle119 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  73. Dim DataGridViewCellStyle120 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  74. Dim DataGridViewCellStyle121 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  75. Dim DataGridViewCellStyle122 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  76. Dim DataGridViewCellStyle123 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  77. Dim DataGridViewCellStyle124 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  78. Dim DataGridViewCellStyle125 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  79. Dim DataGridViewCellStyle126 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  80. Dim DataGridViewCellStyle127 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  81. Dim DataGridViewCellStyle128 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  82. Dim DataGridViewCellStyle129 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  83. Dim DataGridViewCellStyle130 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  84. Dim DataGridViewCellStyle131 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  85. Dim DataGridViewCellStyle132 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  86. Dim DataGridViewCellStyle133 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  87. Dim DataGridViewCellStyle134 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  88. Dim DataGridViewCellStyle135 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  89. Dim DataGridViewCellStyle136 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  90. Dim DataGridViewCellStyle137 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  91. Dim DataGridViewCellStyle138 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  92. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Calculator_Backend_SYS))
  93. Me.Panel1 = New System.Windows.Forms.Panel()
  94. Me.時機_tb = New System.Windows.Forms.TextBox()
  95. Me.驗收未簽回_dgv = New System.Windows.Forms.DataGridView()
  96. Me.保固未簽回_dgv = New System.Windows.Forms.DataGridView()
  97. Me.合約未簽回_dgv = New System.Windows.Forms.DataGridView()
  98. Me.報價未簽回_dgv = New System.Windows.Forms.DataGridView()
  99. Me.報價未完成_dgv = New System.Windows.Forms.DataGridView()
  100. Me.合約未放行_dgv = New System.Windows.Forms.DataGridView()
  101. Me.合約預估利潤_dgv = New System.Windows.Forms.DataGridView()
  102. Me.未開工程進度表_dgv = New System.Windows.Forms.DataGridView()
  103. Me.合約未指定主管_dgv = New System.Windows.Forms.DataGridView()
  104. Me.合約未驗收_dgv = New System.Windows.Forms.DataGridView()
  105. Me.合約請款5_dgv = New System.Windows.Forms.DataGridView()
  106. Me.合約請款4_dgv = New System.Windows.Forms.DataGridView()
  107. Me.合約請款3_dgv = New System.Windows.Forms.DataGridView()
  108. Me.合約請款2_dgv = New System.Windows.Forms.DataGridView()
  109. Me.合約請款1_dgv = New System.Windows.Forms.DataGridView()
  110. Me.聯絡函_未驗收_dgv = New System.Windows.Forms.DataGridView()
  111. Me.聯絡函_未執行_dgv = New System.Windows.Forms.DataGridView()
  112. Me.聯絡函_未收_dgv = New System.Windows.Forms.DataGridView()
  113. Me.聯絡函_未審_dgv = New System.Windows.Forms.DataGridView()
  114. Me.採購核准12_dgv = New System.Windows.Forms.DataGridView()
  115. Me.請購單_dgv = New System.Windows.Forms.DataGridView()
  116. Me.採購核准11_dgv = New System.Windows.Forms.DataGridView()
  117. Me.詢價單_dgv = New System.Windows.Forms.DataGridView()
  118. Me.開始日期2_dtp = New System.Windows.Forms.DateTimePicker()
  119. Me.結束日期2_dtp = New System.Windows.Forms.DateTimePicker()
  120. Me.開始日期1_dtp = New System.Windows.Forms.DateTimePicker()
  121. Me.結束日期1_dtp = New System.Windows.Forms.DateTimePicker()
  122. Me.結束日期_dtp = New System.Windows.Forms.DateTimePicker()
  123. Me.開始日期_dtp = New System.Windows.Forms.DateTimePicker()
  124. Me.Panel2 = New System.Windows.Forms.Panel()
  125. Me.系統時間_tb = New System.Windows.Forms.TextBox()
  126. Me.Label2 = New System.Windows.Forms.Label()
  127. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  128. Me.狀態3_ch = New System.Windows.Forms.CheckBox()
  129. Me.狀態2_ch = New System.Windows.Forms.CheckBox()
  130. Me.狀態1_ch = New System.Windows.Forms.CheckBox()
  131. Me.執行_bt = New System.Windows.Forms.Button()
  132. Me.DA3_bt = New System.Windows.Forms.Button()
  133. Me.DA2_bt = New System.Windows.Forms.Button()
  134. Me.DA1_bt = New System.Windows.Forms.Button()
  135. Me.月_ch = New System.Windows.Forms.CheckBox()
  136. Me.周_ch = New System.Windows.Forms.CheckBox()
  137. Me.天_ch = New System.Windows.Forms.CheckBox()
  138. Me.星期_tb = New System.Windows.Forms.TextBox()
  139. Me.Label1 = New System.Windows.Forms.Label()
  140. Me.系統日期_tb = New System.Windows.Forms.TextBox()
  141. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  142. Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
  143. Me.執行次數_tb = New System.Windows.Forms.TextBox()
  144. Me.Label3 = New System.Windows.Forms.Label()
  145. Me.Panel1.SuspendLayout()
  146. CType(Me.驗收未簽回_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  147. CType(Me.保固未簽回_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  148. CType(Me.合約未簽回_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  149. CType(Me.報價未簽回_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  150. CType(Me.報價未完成_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  151. CType(Me.合約未放行_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  152. CType(Me.合約預估利潤_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  153. CType(Me.未開工程進度表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  154. CType(Me.合約未指定主管_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  155. CType(Me.合約未驗收_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  156. CType(Me.合約請款5_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  157. CType(Me.合約請款4_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  158. CType(Me.合約請款3_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  159. CType(Me.合約請款2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  160. CType(Me.合約請款1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  161. CType(Me.聯絡函_未驗收_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  162. CType(Me.聯絡函_未執行_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  163. CType(Me.聯絡函_未收_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  164. CType(Me.聯絡函_未審_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  165. CType(Me.採購核准12_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  166. CType(Me.請購單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  167. CType(Me.採購核准11_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  168. CType(Me.詢價單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  169. Me.Panel2.SuspendLayout()
  170. Me.GroupBox1.SuspendLayout()
  171. Me.SuspendLayout()
  172. '
  173. 'Panel1
  174. '
  175. Me.Panel1.Controls.Add(Me.時機_tb)
  176. Me.Panel1.Controls.Add(Me.驗收未簽回_dgv)
  177. Me.Panel1.Controls.Add(Me.保固未簽回_dgv)
  178. Me.Panel1.Controls.Add(Me.合約未簽回_dgv)
  179. Me.Panel1.Controls.Add(Me.報價未簽回_dgv)
  180. Me.Panel1.Controls.Add(Me.報價未完成_dgv)
  181. Me.Panel1.Controls.Add(Me.合約未放行_dgv)
  182. Me.Panel1.Controls.Add(Me.合約預估利潤_dgv)
  183. Me.Panel1.Controls.Add(Me.未開工程進度表_dgv)
  184. Me.Panel1.Controls.Add(Me.合約未指定主管_dgv)
  185. Me.Panel1.Controls.Add(Me.合約未驗收_dgv)
  186. Me.Panel1.Controls.Add(Me.合約請款5_dgv)
  187. Me.Panel1.Controls.Add(Me.合約請款4_dgv)
  188. Me.Panel1.Controls.Add(Me.合約請款3_dgv)
  189. Me.Panel1.Controls.Add(Me.合約請款2_dgv)
  190. Me.Panel1.Controls.Add(Me.合約請款1_dgv)
  191. Me.Panel1.Controls.Add(Me.聯絡函_未驗收_dgv)
  192. Me.Panel1.Controls.Add(Me.聯絡函_未執行_dgv)
  193. Me.Panel1.Controls.Add(Me.聯絡函_未收_dgv)
  194. Me.Panel1.Controls.Add(Me.聯絡函_未審_dgv)
  195. Me.Panel1.Controls.Add(Me.採購核准12_dgv)
  196. Me.Panel1.Controls.Add(Me.請購單_dgv)
  197. Me.Panel1.Controls.Add(Me.採購核准11_dgv)
  198. Me.Panel1.Controls.Add(Me.詢價單_dgv)
  199. Me.Panel1.Controls.Add(Me.開始日期2_dtp)
  200. Me.Panel1.Controls.Add(Me.結束日期2_dtp)
  201. Me.Panel1.Controls.Add(Me.開始日期1_dtp)
  202. Me.Panel1.Controls.Add(Me.結束日期1_dtp)
  203. Me.Panel1.Controls.Add(Me.結束日期_dtp)
  204. Me.Panel1.Controls.Add(Me.開始日期_dtp)
  205. Me.Panel1.Location = New System.Drawing.Point(10, 10)
  206. Me.Panel1.Name = "Panel1"
  207. Me.Panel1.Size = New System.Drawing.Size(358, 220)
  208. Me.Panel1.TabIndex = 0
  209. '
  210. '時機_tb
  211. '
  212. Me.時機_tb.Location = New System.Drawing.Point(183, 28)
  213. Me.時機_tb.Name = "時機_tb"
  214. Me.時機_tb.Size = New System.Drawing.Size(76, 23)
  215. Me.時機_tb.TabIndex = 1703
  216. Me.時機_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  217. '
  218. '驗收未簽回_dgv
  219. '
  220. Me.驗收未簽回_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  221. Me.驗收未簽回_dgv.BackgroundColor = System.Drawing.Color.White
  222. Me.驗收未簽回_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  223. DataGridViewCellStyle70.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  224. DataGridViewCellStyle70.BackColor = System.Drawing.Color.White
  225. DataGridViewCellStyle70.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  226. DataGridViewCellStyle70.ForeColor = System.Drawing.SystemColors.WindowText
  227. DataGridViewCellStyle70.SelectionBackColor = System.Drawing.SystemColors.Highlight
  228. DataGridViewCellStyle70.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  229. DataGridViewCellStyle70.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  230. Me.驗收未簽回_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle70
  231. Me.驗收未簽回_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  232. DataGridViewCellStyle71.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  233. DataGridViewCellStyle71.BackColor = System.Drawing.Color.White
  234. DataGridViewCellStyle71.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  235. DataGridViewCellStyle71.ForeColor = System.Drawing.SystemColors.ControlText
  236. DataGridViewCellStyle71.SelectionBackColor = System.Drawing.SystemColors.Highlight
  237. DataGridViewCellStyle71.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  238. DataGridViewCellStyle71.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  239. Me.驗收未簽回_dgv.DefaultCellStyle = DataGridViewCellStyle71
  240. Me.驗收未簽回_dgv.GridColor = System.Drawing.Color.LightGray
  241. Me.驗收未簽回_dgv.Location = New System.Drawing.Point(111, 113)
  242. Me.驗收未簽回_dgv.Name = "驗收未簽回_dgv"
  243. DataGridViewCellStyle72.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  244. DataGridViewCellStyle72.BackColor = System.Drawing.Color.White
  245. DataGridViewCellStyle72.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  246. DataGridViewCellStyle72.ForeColor = System.Drawing.SystemColors.WindowText
  247. DataGridViewCellStyle72.SelectionBackColor = System.Drawing.SystemColors.Highlight
  248. DataGridViewCellStyle72.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  249. DataGridViewCellStyle72.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  250. Me.驗收未簽回_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle72
  251. Me.驗收未簽回_dgv.RowHeadersWidth = 5
  252. Me.驗收未簽回_dgv.RowTemplate.Height = 24
  253. Me.驗收未簽回_dgv.Size = New System.Drawing.Size(30, 22)
  254. Me.驗收未簽回_dgv.TabIndex = 1702
  255. '
  256. '保固未簽回_dgv
  257. '
  258. Me.保固未簽回_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  259. Me.保固未簽回_dgv.BackgroundColor = System.Drawing.Color.White
  260. Me.保固未簽回_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  261. DataGridViewCellStyle73.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  262. DataGridViewCellStyle73.BackColor = System.Drawing.Color.White
  263. DataGridViewCellStyle73.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  264. DataGridViewCellStyle73.ForeColor = System.Drawing.SystemColors.WindowText
  265. DataGridViewCellStyle73.SelectionBackColor = System.Drawing.SystemColors.Highlight
  266. DataGridViewCellStyle73.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  267. DataGridViewCellStyle73.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  268. Me.保固未簽回_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle73
  269. Me.保固未簽回_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  270. DataGridViewCellStyle74.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  271. DataGridViewCellStyle74.BackColor = System.Drawing.Color.White
  272. DataGridViewCellStyle74.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  273. DataGridViewCellStyle74.ForeColor = System.Drawing.SystemColors.ControlText
  274. DataGridViewCellStyle74.SelectionBackColor = System.Drawing.SystemColors.Highlight
  275. DataGridViewCellStyle74.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  276. DataGridViewCellStyle74.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  277. Me.保固未簽回_dgv.DefaultCellStyle = DataGridViewCellStyle74
  278. Me.保固未簽回_dgv.GridColor = System.Drawing.Color.LightGray
  279. Me.保固未簽回_dgv.Location = New System.Drawing.Point(219, 113)
  280. Me.保固未簽回_dgv.Name = "保固未簽回_dgv"
  281. DataGridViewCellStyle75.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  282. DataGridViewCellStyle75.BackColor = System.Drawing.Color.White
  283. DataGridViewCellStyle75.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  284. DataGridViewCellStyle75.ForeColor = System.Drawing.SystemColors.WindowText
  285. DataGridViewCellStyle75.SelectionBackColor = System.Drawing.SystemColors.Highlight
  286. DataGridViewCellStyle75.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  287. DataGridViewCellStyle75.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  288. Me.保固未簽回_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle75
  289. Me.保固未簽回_dgv.RowHeadersWidth = 5
  290. Me.保固未簽回_dgv.RowTemplate.Height = 24
  291. Me.保固未簽回_dgv.Size = New System.Drawing.Size(30, 22)
  292. Me.保固未簽回_dgv.TabIndex = 1701
  293. '
  294. '合約未簽回_dgv
  295. '
  296. Me.合約未簽回_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  297. Me.合約未簽回_dgv.BackgroundColor = System.Drawing.Color.White
  298. Me.合約未簽回_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  299. DataGridViewCellStyle76.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  300. DataGridViewCellStyle76.BackColor = System.Drawing.Color.White
  301. DataGridViewCellStyle76.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  302. DataGridViewCellStyle76.ForeColor = System.Drawing.SystemColors.WindowText
  303. DataGridViewCellStyle76.SelectionBackColor = System.Drawing.SystemColors.Highlight
  304. DataGridViewCellStyle76.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  305. DataGridViewCellStyle76.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  306. Me.合約未簽回_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle76
  307. Me.合約未簽回_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  308. DataGridViewCellStyle77.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  309. DataGridViewCellStyle77.BackColor = System.Drawing.Color.White
  310. DataGridViewCellStyle77.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  311. DataGridViewCellStyle77.ForeColor = System.Drawing.SystemColors.ControlText
  312. DataGridViewCellStyle77.SelectionBackColor = System.Drawing.SystemColors.Highlight
  313. DataGridViewCellStyle77.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  314. DataGridViewCellStyle77.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  315. Me.合約未簽回_dgv.DefaultCellStyle = DataGridViewCellStyle77
  316. Me.合約未簽回_dgv.GridColor = System.Drawing.Color.LightGray
  317. Me.合約未簽回_dgv.Location = New System.Drawing.Point(183, 113)
  318. Me.合約未簽回_dgv.Name = "合約未簽回_dgv"
  319. DataGridViewCellStyle78.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  320. DataGridViewCellStyle78.BackColor = System.Drawing.Color.White
  321. DataGridViewCellStyle78.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  322. DataGridViewCellStyle78.ForeColor = System.Drawing.SystemColors.WindowText
  323. DataGridViewCellStyle78.SelectionBackColor = System.Drawing.SystemColors.Highlight
  324. DataGridViewCellStyle78.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  325. DataGridViewCellStyle78.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  326. Me.合約未簽回_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle78
  327. Me.合約未簽回_dgv.RowHeadersWidth = 5
  328. Me.合約未簽回_dgv.RowTemplate.Height = 24
  329. Me.合約未簽回_dgv.Size = New System.Drawing.Size(30, 22)
  330. Me.合約未簽回_dgv.TabIndex = 1700
  331. '
  332. '報價未簽回_dgv
  333. '
  334. Me.報價未簽回_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  335. Me.報價未簽回_dgv.BackgroundColor = System.Drawing.Color.White
  336. Me.報價未簽回_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  337. DataGridViewCellStyle79.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  338. DataGridViewCellStyle79.BackColor = System.Drawing.Color.White
  339. DataGridViewCellStyle79.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  340. DataGridViewCellStyle79.ForeColor = System.Drawing.SystemColors.WindowText
  341. DataGridViewCellStyle79.SelectionBackColor = System.Drawing.SystemColors.Highlight
  342. DataGridViewCellStyle79.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  343. DataGridViewCellStyle79.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  344. Me.報價未簽回_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle79
  345. Me.報價未簽回_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  346. DataGridViewCellStyle80.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  347. DataGridViewCellStyle80.BackColor = System.Drawing.Color.White
  348. DataGridViewCellStyle80.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  349. DataGridViewCellStyle80.ForeColor = System.Drawing.SystemColors.ControlText
  350. DataGridViewCellStyle80.SelectionBackColor = System.Drawing.SystemColors.Highlight
  351. DataGridViewCellStyle80.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  352. DataGridViewCellStyle80.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  353. Me.報價未簽回_dgv.DefaultCellStyle = DataGridViewCellStyle80
  354. Me.報價未簽回_dgv.GridColor = System.Drawing.Color.LightGray
  355. Me.報價未簽回_dgv.Location = New System.Drawing.Point(147, 113)
  356. Me.報價未簽回_dgv.Name = "報價未簽回_dgv"
  357. DataGridViewCellStyle81.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  358. DataGridViewCellStyle81.BackColor = System.Drawing.Color.White
  359. DataGridViewCellStyle81.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  360. DataGridViewCellStyle81.ForeColor = System.Drawing.SystemColors.WindowText
  361. DataGridViewCellStyle81.SelectionBackColor = System.Drawing.SystemColors.Highlight
  362. DataGridViewCellStyle81.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  363. DataGridViewCellStyle81.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  364. Me.報價未簽回_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle81
  365. Me.報價未簽回_dgv.RowHeadersWidth = 5
  366. Me.報價未簽回_dgv.RowTemplate.Height = 24
  367. Me.報價未簽回_dgv.Size = New System.Drawing.Size(30, 22)
  368. Me.報價未簽回_dgv.TabIndex = 1699
  369. '
  370. '報價未完成_dgv
  371. '
  372. Me.報價未完成_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  373. Me.報價未完成_dgv.BackgroundColor = System.Drawing.Color.White
  374. Me.報價未完成_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  375. DataGridViewCellStyle82.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  376. DataGridViewCellStyle82.BackColor = System.Drawing.Color.White
  377. DataGridViewCellStyle82.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  378. DataGridViewCellStyle82.ForeColor = System.Drawing.SystemColors.WindowText
  379. DataGridViewCellStyle82.SelectionBackColor = System.Drawing.SystemColors.Highlight
  380. DataGridViewCellStyle82.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  381. DataGridViewCellStyle82.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  382. Me.報價未完成_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle82
  383. Me.報價未完成_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  384. DataGridViewCellStyle83.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  385. DataGridViewCellStyle83.BackColor = System.Drawing.Color.White
  386. DataGridViewCellStyle83.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  387. DataGridViewCellStyle83.ForeColor = System.Drawing.SystemColors.ControlText
  388. DataGridViewCellStyle83.SelectionBackColor = System.Drawing.SystemColors.Highlight
  389. DataGridViewCellStyle83.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  390. DataGridViewCellStyle83.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  391. Me.報價未完成_dgv.DefaultCellStyle = DataGridViewCellStyle83
  392. Me.報價未完成_dgv.GridColor = System.Drawing.Color.LightGray
  393. Me.報價未完成_dgv.Location = New System.Drawing.Point(75, 113)
  394. Me.報價未完成_dgv.Name = "報價未完成_dgv"
  395. DataGridViewCellStyle84.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  396. DataGridViewCellStyle84.BackColor = System.Drawing.Color.White
  397. DataGridViewCellStyle84.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  398. DataGridViewCellStyle84.ForeColor = System.Drawing.SystemColors.WindowText
  399. DataGridViewCellStyle84.SelectionBackColor = System.Drawing.SystemColors.Highlight
  400. DataGridViewCellStyle84.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  401. DataGridViewCellStyle84.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  402. Me.報價未完成_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle84
  403. Me.報價未完成_dgv.RowHeadersWidth = 5
  404. Me.報價未完成_dgv.RowTemplate.Height = 24
  405. Me.報價未完成_dgv.Size = New System.Drawing.Size(30, 22)
  406. Me.報價未完成_dgv.TabIndex = 1698
  407. '
  408. '合約未放行_dgv
  409. '
  410. Me.合約未放行_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  411. Me.合約未放行_dgv.BackgroundColor = System.Drawing.Color.White
  412. Me.合約未放行_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  413. DataGridViewCellStyle85.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  414. DataGridViewCellStyle85.BackColor = System.Drawing.Color.White
  415. DataGridViewCellStyle85.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  416. DataGridViewCellStyle85.ForeColor = System.Drawing.SystemColors.WindowText
  417. DataGridViewCellStyle85.SelectionBackColor = System.Drawing.SystemColors.Highlight
  418. DataGridViewCellStyle85.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  419. DataGridViewCellStyle85.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  420. Me.合約未放行_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle85
  421. Me.合約未放行_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  422. DataGridViewCellStyle86.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  423. DataGridViewCellStyle86.BackColor = System.Drawing.Color.White
  424. DataGridViewCellStyle86.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  425. DataGridViewCellStyle86.ForeColor = System.Drawing.SystemColors.ControlText
  426. DataGridViewCellStyle86.SelectionBackColor = System.Drawing.SystemColors.Highlight
  427. DataGridViewCellStyle86.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  428. DataGridViewCellStyle86.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  429. Me.合約未放行_dgv.DefaultCellStyle = DataGridViewCellStyle86
  430. Me.合約未放行_dgv.GridColor = System.Drawing.Color.LightGray
  431. Me.合約未放行_dgv.Location = New System.Drawing.Point(39, 113)
  432. Me.合約未放行_dgv.Name = "合約未放行_dgv"
  433. DataGridViewCellStyle87.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  434. DataGridViewCellStyle87.BackColor = System.Drawing.Color.White
  435. DataGridViewCellStyle87.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  436. DataGridViewCellStyle87.ForeColor = System.Drawing.SystemColors.WindowText
  437. DataGridViewCellStyle87.SelectionBackColor = System.Drawing.SystemColors.Highlight
  438. DataGridViewCellStyle87.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  439. DataGridViewCellStyle87.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  440. Me.合約未放行_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle87
  441. Me.合約未放行_dgv.RowHeadersWidth = 5
  442. Me.合約未放行_dgv.RowTemplate.Height = 24
  443. Me.合約未放行_dgv.Size = New System.Drawing.Size(30, 22)
  444. Me.合約未放行_dgv.TabIndex = 1697
  445. '
  446. '合約預估利潤_dgv
  447. '
  448. Me.合約預估利潤_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  449. Me.合約預估利潤_dgv.BackgroundColor = System.Drawing.Color.White
  450. Me.合約預估利潤_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  451. DataGridViewCellStyle88.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  452. DataGridViewCellStyle88.BackColor = System.Drawing.Color.White
  453. DataGridViewCellStyle88.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  454. DataGridViewCellStyle88.ForeColor = System.Drawing.SystemColors.WindowText
  455. DataGridViewCellStyle88.SelectionBackColor = System.Drawing.SystemColors.Highlight
  456. DataGridViewCellStyle88.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  457. DataGridViewCellStyle88.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  458. Me.合約預估利潤_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle88
  459. Me.合約預估利潤_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  460. DataGridViewCellStyle89.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  461. DataGridViewCellStyle89.BackColor = System.Drawing.Color.White
  462. DataGridViewCellStyle89.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  463. DataGridViewCellStyle89.ForeColor = System.Drawing.SystemColors.ControlText
  464. DataGridViewCellStyle89.SelectionBackColor = System.Drawing.SystemColors.Highlight
  465. DataGridViewCellStyle89.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  466. DataGridViewCellStyle89.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  467. Me.合約預估利潤_dgv.DefaultCellStyle = DataGridViewCellStyle89
  468. Me.合約預估利潤_dgv.GridColor = System.Drawing.Color.LightGray
  469. Me.合約預估利潤_dgv.Location = New System.Drawing.Point(3, 113)
  470. Me.合約預估利潤_dgv.Name = "合約預估利潤_dgv"
  471. DataGridViewCellStyle90.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  472. DataGridViewCellStyle90.BackColor = System.Drawing.Color.White
  473. DataGridViewCellStyle90.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  474. DataGridViewCellStyle90.ForeColor = System.Drawing.SystemColors.WindowText
  475. DataGridViewCellStyle90.SelectionBackColor = System.Drawing.SystemColors.Highlight
  476. DataGridViewCellStyle90.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  477. DataGridViewCellStyle90.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  478. Me.合約預估利潤_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle90
  479. Me.合約預估利潤_dgv.RowHeadersWidth = 5
  480. Me.合約預估利潤_dgv.RowTemplate.Height = 24
  481. Me.合約預估利潤_dgv.Size = New System.Drawing.Size(30, 22)
  482. Me.合約預估利潤_dgv.TabIndex = 1696
  483. '
  484. '未開工程進度表_dgv
  485. '
  486. Me.未開工程進度表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  487. Me.未開工程進度表_dgv.BackgroundColor = System.Drawing.Color.White
  488. Me.未開工程進度表_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  489. DataGridViewCellStyle91.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  490. DataGridViewCellStyle91.BackColor = System.Drawing.Color.White
  491. DataGridViewCellStyle91.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  492. DataGridViewCellStyle91.ForeColor = System.Drawing.SystemColors.WindowText
  493. DataGridViewCellStyle91.SelectionBackColor = System.Drawing.SystemColors.Highlight
  494. DataGridViewCellStyle91.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  495. DataGridViewCellStyle91.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  496. Me.未開工程進度表_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle91
  497. Me.未開工程進度表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  498. DataGridViewCellStyle92.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  499. DataGridViewCellStyle92.BackColor = System.Drawing.Color.White
  500. DataGridViewCellStyle92.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  501. DataGridViewCellStyle92.ForeColor = System.Drawing.SystemColors.ControlText
  502. DataGridViewCellStyle92.SelectionBackColor = System.Drawing.SystemColors.Highlight
  503. DataGridViewCellStyle92.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  504. DataGridViewCellStyle92.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  505. Me.未開工程進度表_dgv.DefaultCellStyle = DataGridViewCellStyle92
  506. Me.未開工程進度表_dgv.GridColor = System.Drawing.Color.LightGray
  507. Me.未開工程進度表_dgv.Location = New System.Drawing.Point(3, 57)
  508. Me.未開工程進度表_dgv.Name = "未開工程進度表_dgv"
  509. DataGridViewCellStyle93.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  510. DataGridViewCellStyle93.BackColor = System.Drawing.Color.White
  511. DataGridViewCellStyle93.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  512. DataGridViewCellStyle93.ForeColor = System.Drawing.SystemColors.WindowText
  513. DataGridViewCellStyle93.SelectionBackColor = System.Drawing.SystemColors.Highlight
  514. DataGridViewCellStyle93.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  515. DataGridViewCellStyle93.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  516. Me.未開工程進度表_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle93
  517. Me.未開工程進度表_dgv.RowHeadersWidth = 5
  518. Me.未開工程進度表_dgv.RowTemplate.Height = 24
  519. Me.未開工程進度表_dgv.Size = New System.Drawing.Size(30, 22)
  520. Me.未開工程進度表_dgv.TabIndex = 1695
  521. '
  522. '合約未指定主管_dgv
  523. '
  524. Me.合約未指定主管_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  525. Me.合約未指定主管_dgv.BackgroundColor = System.Drawing.Color.White
  526. Me.合約未指定主管_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  527. DataGridViewCellStyle94.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  528. DataGridViewCellStyle94.BackColor = System.Drawing.Color.White
  529. DataGridViewCellStyle94.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  530. DataGridViewCellStyle94.ForeColor = System.Drawing.SystemColors.WindowText
  531. DataGridViewCellStyle94.SelectionBackColor = System.Drawing.SystemColors.Highlight
  532. DataGridViewCellStyle94.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  533. DataGridViewCellStyle94.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  534. Me.合約未指定主管_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle94
  535. Me.合約未指定主管_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  536. DataGridViewCellStyle95.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  537. DataGridViewCellStyle95.BackColor = System.Drawing.Color.White
  538. DataGridViewCellStyle95.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  539. DataGridViewCellStyle95.ForeColor = System.Drawing.SystemColors.ControlText
  540. DataGridViewCellStyle95.SelectionBackColor = System.Drawing.SystemColors.Highlight
  541. DataGridViewCellStyle95.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  542. DataGridViewCellStyle95.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  543. Me.合約未指定主管_dgv.DefaultCellStyle = DataGridViewCellStyle95
  544. Me.合約未指定主管_dgv.GridColor = System.Drawing.Color.LightGray
  545. Me.合約未指定主管_dgv.Location = New System.Drawing.Point(254, 57)
  546. Me.合約未指定主管_dgv.Name = "合約未指定主管_dgv"
  547. DataGridViewCellStyle96.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  548. DataGridViewCellStyle96.BackColor = System.Drawing.Color.White
  549. DataGridViewCellStyle96.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  550. DataGridViewCellStyle96.ForeColor = System.Drawing.SystemColors.WindowText
  551. DataGridViewCellStyle96.SelectionBackColor = System.Drawing.SystemColors.Highlight
  552. DataGridViewCellStyle96.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  553. DataGridViewCellStyle96.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  554. Me.合約未指定主管_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle96
  555. Me.合約未指定主管_dgv.RowHeadersWidth = 5
  556. Me.合約未指定主管_dgv.RowTemplate.Height = 24
  557. Me.合約未指定主管_dgv.Size = New System.Drawing.Size(30, 22)
  558. Me.合約未指定主管_dgv.TabIndex = 1694
  559. '
  560. '合約未驗收_dgv
  561. '
  562. Me.合約未驗收_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  563. Me.合約未驗收_dgv.BackgroundColor = System.Drawing.Color.White
  564. Me.合約未驗收_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  565. DataGridViewCellStyle97.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  566. DataGridViewCellStyle97.BackColor = System.Drawing.Color.White
  567. DataGridViewCellStyle97.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  568. DataGridViewCellStyle97.ForeColor = System.Drawing.SystemColors.WindowText
  569. DataGridViewCellStyle97.SelectionBackColor = System.Drawing.SystemColors.Highlight
  570. DataGridViewCellStyle97.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  571. DataGridViewCellStyle97.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  572. Me.合約未驗收_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle97
  573. Me.合約未驗收_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  574. DataGridViewCellStyle98.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  575. DataGridViewCellStyle98.BackColor = System.Drawing.Color.White
  576. DataGridViewCellStyle98.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  577. DataGridViewCellStyle98.ForeColor = System.Drawing.SystemColors.ControlText
  578. DataGridViewCellStyle98.SelectionBackColor = System.Drawing.SystemColors.Highlight
  579. DataGridViewCellStyle98.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  580. DataGridViewCellStyle98.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  581. Me.合約未驗收_dgv.DefaultCellStyle = DataGridViewCellStyle98
  582. Me.合約未驗收_dgv.GridColor = System.Drawing.Color.LightGray
  583. Me.合約未驗收_dgv.Location = New System.Drawing.Point(254, 85)
  584. Me.合約未驗收_dgv.Name = "合約未驗收_dgv"
  585. DataGridViewCellStyle99.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  586. DataGridViewCellStyle99.BackColor = System.Drawing.Color.White
  587. DataGridViewCellStyle99.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  588. DataGridViewCellStyle99.ForeColor = System.Drawing.SystemColors.WindowText
  589. DataGridViewCellStyle99.SelectionBackColor = System.Drawing.SystemColors.Highlight
  590. DataGridViewCellStyle99.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  591. DataGridViewCellStyle99.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  592. Me.合約未驗收_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle99
  593. Me.合約未驗收_dgv.RowHeadersWidth = 5
  594. Me.合約未驗收_dgv.RowTemplate.Height = 24
  595. Me.合約未驗收_dgv.Size = New System.Drawing.Size(30, 22)
  596. Me.合約未驗收_dgv.TabIndex = 1693
  597. '
  598. '合約請款5_dgv
  599. '
  600. Me.合約請款5_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  601. Me.合約請款5_dgv.BackgroundColor = System.Drawing.Color.White
  602. Me.合約請款5_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  603. DataGridViewCellStyle100.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  604. DataGridViewCellStyle100.BackColor = System.Drawing.Color.White
  605. DataGridViewCellStyle100.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  606. DataGridViewCellStyle100.ForeColor = System.Drawing.SystemColors.WindowText
  607. DataGridViewCellStyle100.SelectionBackColor = System.Drawing.SystemColors.Highlight
  608. DataGridViewCellStyle100.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  609. DataGridViewCellStyle100.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  610. Me.合約請款5_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle100
  611. Me.合約請款5_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  612. DataGridViewCellStyle101.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  613. DataGridViewCellStyle101.BackColor = System.Drawing.Color.White
  614. DataGridViewCellStyle101.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  615. DataGridViewCellStyle101.ForeColor = System.Drawing.SystemColors.ControlText
  616. DataGridViewCellStyle101.SelectionBackColor = System.Drawing.SystemColors.Highlight
  617. DataGridViewCellStyle101.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  618. DataGridViewCellStyle101.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  619. Me.合約請款5_dgv.DefaultCellStyle = DataGridViewCellStyle101
  620. Me.合約請款5_dgv.GridColor = System.Drawing.Color.LightGray
  621. Me.合約請款5_dgv.Location = New System.Drawing.Point(218, 85)
  622. Me.合約請款5_dgv.Name = "合約請款5_dgv"
  623. DataGridViewCellStyle102.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  624. DataGridViewCellStyle102.BackColor = System.Drawing.Color.White
  625. DataGridViewCellStyle102.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  626. DataGridViewCellStyle102.ForeColor = System.Drawing.SystemColors.WindowText
  627. DataGridViewCellStyle102.SelectionBackColor = System.Drawing.SystemColors.Highlight
  628. DataGridViewCellStyle102.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  629. DataGridViewCellStyle102.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  630. Me.合約請款5_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle102
  631. Me.合約請款5_dgv.RowHeadersWidth = 5
  632. Me.合約請款5_dgv.RowTemplate.Height = 24
  633. Me.合約請款5_dgv.Size = New System.Drawing.Size(30, 22)
  634. Me.合約請款5_dgv.TabIndex = 1692
  635. '
  636. '合約請款4_dgv
  637. '
  638. Me.合約請款4_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  639. Me.合約請款4_dgv.BackgroundColor = System.Drawing.Color.White
  640. Me.合約請款4_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  641. DataGridViewCellStyle103.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  642. DataGridViewCellStyle103.BackColor = System.Drawing.Color.White
  643. DataGridViewCellStyle103.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  644. DataGridViewCellStyle103.ForeColor = System.Drawing.SystemColors.WindowText
  645. DataGridViewCellStyle103.SelectionBackColor = System.Drawing.SystemColors.Highlight
  646. DataGridViewCellStyle103.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  647. DataGridViewCellStyle103.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  648. Me.合約請款4_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle103
  649. Me.合約請款4_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  650. DataGridViewCellStyle104.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  651. DataGridViewCellStyle104.BackColor = System.Drawing.Color.White
  652. DataGridViewCellStyle104.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  653. DataGridViewCellStyle104.ForeColor = System.Drawing.SystemColors.ControlText
  654. DataGridViewCellStyle104.SelectionBackColor = System.Drawing.SystemColors.Highlight
  655. DataGridViewCellStyle104.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  656. DataGridViewCellStyle104.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  657. Me.合約請款4_dgv.DefaultCellStyle = DataGridViewCellStyle104
  658. Me.合約請款4_dgv.GridColor = System.Drawing.Color.LightGray
  659. Me.合約請款4_dgv.Location = New System.Drawing.Point(183, 85)
  660. Me.合約請款4_dgv.Name = "合約請款4_dgv"
  661. DataGridViewCellStyle105.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  662. DataGridViewCellStyle105.BackColor = System.Drawing.Color.White
  663. DataGridViewCellStyle105.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  664. DataGridViewCellStyle105.ForeColor = System.Drawing.SystemColors.WindowText
  665. DataGridViewCellStyle105.SelectionBackColor = System.Drawing.SystemColors.Highlight
  666. DataGridViewCellStyle105.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  667. DataGridViewCellStyle105.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  668. Me.合約請款4_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle105
  669. Me.合約請款4_dgv.RowHeadersWidth = 5
  670. Me.合約請款4_dgv.RowTemplate.Height = 24
  671. Me.合約請款4_dgv.Size = New System.Drawing.Size(30, 22)
  672. Me.合約請款4_dgv.TabIndex = 1691
  673. '
  674. '合約請款3_dgv
  675. '
  676. Me.合約請款3_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  677. Me.合約請款3_dgv.BackgroundColor = System.Drawing.Color.White
  678. Me.合約請款3_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  679. DataGridViewCellStyle106.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  680. DataGridViewCellStyle106.BackColor = System.Drawing.Color.White
  681. DataGridViewCellStyle106.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  682. DataGridViewCellStyle106.ForeColor = System.Drawing.SystemColors.WindowText
  683. DataGridViewCellStyle106.SelectionBackColor = System.Drawing.SystemColors.Highlight
  684. DataGridViewCellStyle106.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  685. DataGridViewCellStyle106.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  686. Me.合約請款3_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle106
  687. Me.合約請款3_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  688. DataGridViewCellStyle107.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  689. DataGridViewCellStyle107.BackColor = System.Drawing.Color.White
  690. DataGridViewCellStyle107.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  691. DataGridViewCellStyle107.ForeColor = System.Drawing.SystemColors.ControlText
  692. DataGridViewCellStyle107.SelectionBackColor = System.Drawing.SystemColors.Highlight
  693. DataGridViewCellStyle107.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  694. DataGridViewCellStyle107.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  695. Me.合約請款3_dgv.DefaultCellStyle = DataGridViewCellStyle107
  696. Me.合約請款3_dgv.GridColor = System.Drawing.Color.LightGray
  697. Me.合約請款3_dgv.Location = New System.Drawing.Point(147, 85)
  698. Me.合約請款3_dgv.Name = "合約請款3_dgv"
  699. DataGridViewCellStyle108.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  700. DataGridViewCellStyle108.BackColor = System.Drawing.Color.White
  701. DataGridViewCellStyle108.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  702. DataGridViewCellStyle108.ForeColor = System.Drawing.SystemColors.WindowText
  703. DataGridViewCellStyle108.SelectionBackColor = System.Drawing.SystemColors.Highlight
  704. DataGridViewCellStyle108.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  705. DataGridViewCellStyle108.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  706. Me.合約請款3_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle108
  707. Me.合約請款3_dgv.RowHeadersWidth = 5
  708. Me.合約請款3_dgv.RowTemplate.Height = 24
  709. Me.合約請款3_dgv.Size = New System.Drawing.Size(30, 22)
  710. Me.合約請款3_dgv.TabIndex = 1690
  711. '
  712. '合約請款2_dgv
  713. '
  714. Me.合約請款2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  715. Me.合約請款2_dgv.BackgroundColor = System.Drawing.Color.White
  716. Me.合約請款2_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  717. DataGridViewCellStyle109.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  718. DataGridViewCellStyle109.BackColor = System.Drawing.Color.White
  719. DataGridViewCellStyle109.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  720. DataGridViewCellStyle109.ForeColor = System.Drawing.SystemColors.WindowText
  721. DataGridViewCellStyle109.SelectionBackColor = System.Drawing.SystemColors.Highlight
  722. DataGridViewCellStyle109.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  723. DataGridViewCellStyle109.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  724. Me.合約請款2_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle109
  725. Me.合約請款2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  726. DataGridViewCellStyle110.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  727. DataGridViewCellStyle110.BackColor = System.Drawing.Color.White
  728. DataGridViewCellStyle110.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  729. DataGridViewCellStyle110.ForeColor = System.Drawing.SystemColors.ControlText
  730. DataGridViewCellStyle110.SelectionBackColor = System.Drawing.SystemColors.Highlight
  731. DataGridViewCellStyle110.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  732. DataGridViewCellStyle110.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  733. Me.合約請款2_dgv.DefaultCellStyle = DataGridViewCellStyle110
  734. Me.合約請款2_dgv.GridColor = System.Drawing.Color.LightGray
  735. Me.合約請款2_dgv.Location = New System.Drawing.Point(111, 85)
  736. Me.合約請款2_dgv.Name = "合約請款2_dgv"
  737. DataGridViewCellStyle111.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  738. DataGridViewCellStyle111.BackColor = System.Drawing.Color.White
  739. DataGridViewCellStyle111.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  740. DataGridViewCellStyle111.ForeColor = System.Drawing.SystemColors.WindowText
  741. DataGridViewCellStyle111.SelectionBackColor = System.Drawing.SystemColors.Highlight
  742. DataGridViewCellStyle111.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  743. DataGridViewCellStyle111.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  744. Me.合約請款2_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle111
  745. Me.合約請款2_dgv.RowHeadersWidth = 5
  746. Me.合約請款2_dgv.RowTemplate.Height = 24
  747. Me.合約請款2_dgv.Size = New System.Drawing.Size(30, 22)
  748. Me.合約請款2_dgv.TabIndex = 1689
  749. '
  750. '合約請款1_dgv
  751. '
  752. Me.合約請款1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  753. Me.合約請款1_dgv.BackgroundColor = System.Drawing.Color.White
  754. Me.合約請款1_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  755. DataGridViewCellStyle112.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  756. DataGridViewCellStyle112.BackColor = System.Drawing.Color.White
  757. DataGridViewCellStyle112.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  758. DataGridViewCellStyle112.ForeColor = System.Drawing.SystemColors.WindowText
  759. DataGridViewCellStyle112.SelectionBackColor = System.Drawing.SystemColors.Highlight
  760. DataGridViewCellStyle112.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  761. DataGridViewCellStyle112.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  762. Me.合約請款1_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle112
  763. Me.合約請款1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  764. DataGridViewCellStyle113.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  765. DataGridViewCellStyle113.BackColor = System.Drawing.Color.White
  766. DataGridViewCellStyle113.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  767. DataGridViewCellStyle113.ForeColor = System.Drawing.SystemColors.ControlText
  768. DataGridViewCellStyle113.SelectionBackColor = System.Drawing.SystemColors.Highlight
  769. DataGridViewCellStyle113.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  770. DataGridViewCellStyle113.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  771. Me.合約請款1_dgv.DefaultCellStyle = DataGridViewCellStyle113
  772. Me.合約請款1_dgv.GridColor = System.Drawing.Color.LightGray
  773. Me.合約請款1_dgv.Location = New System.Drawing.Point(75, 85)
  774. Me.合約請款1_dgv.Name = "合約請款1_dgv"
  775. DataGridViewCellStyle114.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  776. DataGridViewCellStyle114.BackColor = System.Drawing.Color.White
  777. DataGridViewCellStyle114.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  778. DataGridViewCellStyle114.ForeColor = System.Drawing.SystemColors.WindowText
  779. DataGridViewCellStyle114.SelectionBackColor = System.Drawing.SystemColors.Highlight
  780. DataGridViewCellStyle114.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  781. DataGridViewCellStyle114.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  782. Me.合約請款1_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle114
  783. Me.合約請款1_dgv.RowHeadersWidth = 5
  784. Me.合約請款1_dgv.RowTemplate.Height = 24
  785. Me.合約請款1_dgv.Size = New System.Drawing.Size(30, 22)
  786. Me.合約請款1_dgv.TabIndex = 1688
  787. '
  788. '聯絡函_未驗收_dgv
  789. '
  790. Me.聯絡函_未驗收_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  791. Me.聯絡函_未驗收_dgv.BackgroundColor = System.Drawing.Color.White
  792. Me.聯絡函_未驗收_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  793. DataGridViewCellStyle115.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  794. DataGridViewCellStyle115.BackColor = System.Drawing.Color.White
  795. DataGridViewCellStyle115.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  796. DataGridViewCellStyle115.ForeColor = System.Drawing.SystemColors.WindowText
  797. DataGridViewCellStyle115.SelectionBackColor = System.Drawing.SystemColors.Highlight
  798. DataGridViewCellStyle115.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  799. DataGridViewCellStyle115.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  800. Me.聯絡函_未驗收_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle115
  801. Me.聯絡函_未驗收_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  802. DataGridViewCellStyle116.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  803. DataGridViewCellStyle116.BackColor = System.Drawing.Color.White
  804. DataGridViewCellStyle116.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  805. DataGridViewCellStyle116.ForeColor = System.Drawing.SystemColors.ControlText
  806. DataGridViewCellStyle116.SelectionBackColor = System.Drawing.SystemColors.Highlight
  807. DataGridViewCellStyle116.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  808. DataGridViewCellStyle116.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  809. Me.聯絡函_未驗收_dgv.DefaultCellStyle = DataGridViewCellStyle116
  810. Me.聯絡函_未驗收_dgv.GridColor = System.Drawing.Color.LightGray
  811. Me.聯絡函_未驗收_dgv.Location = New System.Drawing.Point(39, 85)
  812. Me.聯絡函_未驗收_dgv.Name = "聯絡函_未驗收_dgv"
  813. DataGridViewCellStyle117.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  814. DataGridViewCellStyle117.BackColor = System.Drawing.Color.White
  815. DataGridViewCellStyle117.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  816. DataGridViewCellStyle117.ForeColor = System.Drawing.SystemColors.WindowText
  817. DataGridViewCellStyle117.SelectionBackColor = System.Drawing.SystemColors.Highlight
  818. DataGridViewCellStyle117.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  819. DataGridViewCellStyle117.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  820. Me.聯絡函_未驗收_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle117
  821. Me.聯絡函_未驗收_dgv.RowHeadersWidth = 5
  822. Me.聯絡函_未驗收_dgv.RowTemplate.Height = 24
  823. Me.聯絡函_未驗收_dgv.Size = New System.Drawing.Size(30, 22)
  824. Me.聯絡函_未驗收_dgv.TabIndex = 1687
  825. '
  826. '聯絡函_未執行_dgv
  827. '
  828. Me.聯絡函_未執行_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  829. Me.聯絡函_未執行_dgv.BackgroundColor = System.Drawing.Color.White
  830. Me.聯絡函_未執行_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  831. DataGridViewCellStyle118.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  832. DataGridViewCellStyle118.BackColor = System.Drawing.Color.White
  833. DataGridViewCellStyle118.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  834. DataGridViewCellStyle118.ForeColor = System.Drawing.SystemColors.WindowText
  835. DataGridViewCellStyle118.SelectionBackColor = System.Drawing.SystemColors.Highlight
  836. DataGridViewCellStyle118.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  837. DataGridViewCellStyle118.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  838. Me.聯絡函_未執行_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle118
  839. Me.聯絡函_未執行_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  840. DataGridViewCellStyle119.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  841. DataGridViewCellStyle119.BackColor = System.Drawing.Color.White
  842. DataGridViewCellStyle119.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  843. DataGridViewCellStyle119.ForeColor = System.Drawing.SystemColors.ControlText
  844. DataGridViewCellStyle119.SelectionBackColor = System.Drawing.SystemColors.Highlight
  845. DataGridViewCellStyle119.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  846. DataGridViewCellStyle119.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  847. Me.聯絡函_未執行_dgv.DefaultCellStyle = DataGridViewCellStyle119
  848. Me.聯絡函_未執行_dgv.GridColor = System.Drawing.Color.LightGray
  849. Me.聯絡函_未執行_dgv.Location = New System.Drawing.Point(3, 85)
  850. Me.聯絡函_未執行_dgv.Name = "聯絡函_未執行_dgv"
  851. DataGridViewCellStyle120.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  852. DataGridViewCellStyle120.BackColor = System.Drawing.Color.White
  853. DataGridViewCellStyle120.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  854. DataGridViewCellStyle120.ForeColor = System.Drawing.SystemColors.WindowText
  855. DataGridViewCellStyle120.SelectionBackColor = System.Drawing.SystemColors.Highlight
  856. DataGridViewCellStyle120.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  857. DataGridViewCellStyle120.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  858. Me.聯絡函_未執行_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle120
  859. Me.聯絡函_未執行_dgv.RowHeadersWidth = 5
  860. Me.聯絡函_未執行_dgv.RowTemplate.Height = 24
  861. Me.聯絡函_未執行_dgv.Size = New System.Drawing.Size(30, 22)
  862. Me.聯絡函_未執行_dgv.TabIndex = 1686
  863. '
  864. '聯絡函_未收_dgv
  865. '
  866. Me.聯絡函_未收_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  867. Me.聯絡函_未收_dgv.BackgroundColor = System.Drawing.Color.White
  868. Me.聯絡函_未收_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  869. DataGridViewCellStyle121.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  870. DataGridViewCellStyle121.BackColor = System.Drawing.Color.White
  871. DataGridViewCellStyle121.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  872. DataGridViewCellStyle121.ForeColor = System.Drawing.SystemColors.WindowText
  873. DataGridViewCellStyle121.SelectionBackColor = System.Drawing.SystemColors.Highlight
  874. DataGridViewCellStyle121.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  875. DataGridViewCellStyle121.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  876. Me.聯絡函_未收_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle121
  877. Me.聯絡函_未收_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  878. DataGridViewCellStyle122.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  879. DataGridViewCellStyle122.BackColor = System.Drawing.Color.White
  880. DataGridViewCellStyle122.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  881. DataGridViewCellStyle122.ForeColor = System.Drawing.SystemColors.ControlText
  882. DataGridViewCellStyle122.SelectionBackColor = System.Drawing.SystemColors.Highlight
  883. DataGridViewCellStyle122.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  884. DataGridViewCellStyle122.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  885. Me.聯絡函_未收_dgv.DefaultCellStyle = DataGridViewCellStyle122
  886. Me.聯絡函_未收_dgv.GridColor = System.Drawing.Color.LightGray
  887. Me.聯絡函_未收_dgv.Location = New System.Drawing.Point(218, 57)
  888. Me.聯絡函_未收_dgv.Name = "聯絡函_未收_dgv"
  889. DataGridViewCellStyle123.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  890. DataGridViewCellStyle123.BackColor = System.Drawing.Color.White
  891. DataGridViewCellStyle123.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  892. DataGridViewCellStyle123.ForeColor = System.Drawing.SystemColors.WindowText
  893. DataGridViewCellStyle123.SelectionBackColor = System.Drawing.SystemColors.Highlight
  894. DataGridViewCellStyle123.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  895. DataGridViewCellStyle123.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  896. Me.聯絡函_未收_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle123
  897. Me.聯絡函_未收_dgv.RowHeadersWidth = 5
  898. Me.聯絡函_未收_dgv.RowTemplate.Height = 24
  899. Me.聯絡函_未收_dgv.Size = New System.Drawing.Size(30, 22)
  900. Me.聯絡函_未收_dgv.TabIndex = 1685
  901. '
  902. '聯絡函_未審_dgv
  903. '
  904. Me.聯絡函_未審_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  905. Me.聯絡函_未審_dgv.BackgroundColor = System.Drawing.Color.White
  906. Me.聯絡函_未審_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  907. DataGridViewCellStyle124.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  908. DataGridViewCellStyle124.BackColor = System.Drawing.Color.White
  909. DataGridViewCellStyle124.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  910. DataGridViewCellStyle124.ForeColor = System.Drawing.SystemColors.WindowText
  911. DataGridViewCellStyle124.SelectionBackColor = System.Drawing.SystemColors.Highlight
  912. DataGridViewCellStyle124.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  913. DataGridViewCellStyle124.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  914. Me.聯絡函_未審_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle124
  915. Me.聯絡函_未審_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  916. DataGridViewCellStyle125.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  917. DataGridViewCellStyle125.BackColor = System.Drawing.Color.White
  918. DataGridViewCellStyle125.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  919. DataGridViewCellStyle125.ForeColor = System.Drawing.SystemColors.ControlText
  920. DataGridViewCellStyle125.SelectionBackColor = System.Drawing.SystemColors.Highlight
  921. DataGridViewCellStyle125.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  922. DataGridViewCellStyle125.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  923. Me.聯絡函_未審_dgv.DefaultCellStyle = DataGridViewCellStyle125
  924. Me.聯絡函_未審_dgv.GridColor = System.Drawing.Color.LightGray
  925. Me.聯絡函_未審_dgv.Location = New System.Drawing.Point(183, 57)
  926. Me.聯絡函_未審_dgv.Name = "聯絡函_未審_dgv"
  927. DataGridViewCellStyle126.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  928. DataGridViewCellStyle126.BackColor = System.Drawing.Color.White
  929. DataGridViewCellStyle126.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  930. DataGridViewCellStyle126.ForeColor = System.Drawing.SystemColors.WindowText
  931. DataGridViewCellStyle126.SelectionBackColor = System.Drawing.SystemColors.Highlight
  932. DataGridViewCellStyle126.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  933. DataGridViewCellStyle126.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  934. Me.聯絡函_未審_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle126
  935. Me.聯絡函_未審_dgv.RowHeadersWidth = 5
  936. Me.聯絡函_未審_dgv.RowTemplate.Height = 24
  937. Me.聯絡函_未審_dgv.Size = New System.Drawing.Size(30, 22)
  938. Me.聯絡函_未審_dgv.TabIndex = 1684
  939. '
  940. '採購核准12_dgv
  941. '
  942. Me.採購核准12_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  943. Me.採購核准12_dgv.BackgroundColor = System.Drawing.Color.White
  944. Me.採購核准12_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  945. DataGridViewCellStyle127.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  946. DataGridViewCellStyle127.BackColor = System.Drawing.Color.White
  947. DataGridViewCellStyle127.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  948. DataGridViewCellStyle127.ForeColor = System.Drawing.SystemColors.WindowText
  949. DataGridViewCellStyle127.SelectionBackColor = System.Drawing.SystemColors.Highlight
  950. DataGridViewCellStyle127.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  951. DataGridViewCellStyle127.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  952. Me.採購核准12_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle127
  953. Me.採購核准12_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  954. DataGridViewCellStyle128.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  955. DataGridViewCellStyle128.BackColor = System.Drawing.Color.White
  956. DataGridViewCellStyle128.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  957. DataGridViewCellStyle128.ForeColor = System.Drawing.SystemColors.ControlText
  958. DataGridViewCellStyle128.SelectionBackColor = System.Drawing.SystemColors.Highlight
  959. DataGridViewCellStyle128.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  960. DataGridViewCellStyle128.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  961. Me.採購核准12_dgv.DefaultCellStyle = DataGridViewCellStyle128
  962. Me.採購核准12_dgv.GridColor = System.Drawing.Color.LightGray
  963. Me.採購核准12_dgv.Location = New System.Drawing.Point(147, 57)
  964. Me.採購核准12_dgv.Name = "採購核准12_dgv"
  965. DataGridViewCellStyle129.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  966. DataGridViewCellStyle129.BackColor = System.Drawing.Color.White
  967. DataGridViewCellStyle129.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  968. DataGridViewCellStyle129.ForeColor = System.Drawing.SystemColors.WindowText
  969. DataGridViewCellStyle129.SelectionBackColor = System.Drawing.SystemColors.Highlight
  970. DataGridViewCellStyle129.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  971. DataGridViewCellStyle129.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  972. Me.採購核准12_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle129
  973. Me.採購核准12_dgv.RowHeadersWidth = 5
  974. Me.採購核准12_dgv.RowTemplate.Height = 24
  975. Me.採購核准12_dgv.Size = New System.Drawing.Size(30, 22)
  976. Me.採購核准12_dgv.TabIndex = 1683
  977. '
  978. '請購單_dgv
  979. '
  980. Me.請購單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  981. Me.請購單_dgv.BackgroundColor = System.Drawing.Color.White
  982. Me.請購單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  983. DataGridViewCellStyle130.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  984. DataGridViewCellStyle130.BackColor = System.Drawing.Color.White
  985. DataGridViewCellStyle130.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  986. DataGridViewCellStyle130.ForeColor = System.Drawing.SystemColors.WindowText
  987. DataGridViewCellStyle130.SelectionBackColor = System.Drawing.SystemColors.Highlight
  988. DataGridViewCellStyle130.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  989. DataGridViewCellStyle130.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  990. Me.請購單_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle130
  991. Me.請購單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  992. DataGridViewCellStyle131.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  993. DataGridViewCellStyle131.BackColor = System.Drawing.Color.White
  994. DataGridViewCellStyle131.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  995. DataGridViewCellStyle131.ForeColor = System.Drawing.SystemColors.ControlText
  996. DataGridViewCellStyle131.SelectionBackColor = System.Drawing.SystemColors.Highlight
  997. DataGridViewCellStyle131.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  998. DataGridViewCellStyle131.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  999. Me.請購單_dgv.DefaultCellStyle = DataGridViewCellStyle131
  1000. Me.請購單_dgv.GridColor = System.Drawing.Color.LightGray
  1001. Me.請購單_dgv.Location = New System.Drawing.Point(39, 57)
  1002. Me.請購單_dgv.Name = "請購單_dgv"
  1003. DataGridViewCellStyle132.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1004. DataGridViewCellStyle132.BackColor = System.Drawing.Color.White
  1005. DataGridViewCellStyle132.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1006. DataGridViewCellStyle132.ForeColor = System.Drawing.SystemColors.WindowText
  1007. DataGridViewCellStyle132.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1008. DataGridViewCellStyle132.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1009. DataGridViewCellStyle132.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1010. Me.請購單_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle132
  1011. Me.請購單_dgv.RowHeadersWidth = 5
  1012. Me.請購單_dgv.RowTemplate.Height = 24
  1013. Me.請購單_dgv.Size = New System.Drawing.Size(30, 22)
  1014. Me.請購單_dgv.TabIndex = 1680
  1015. '
  1016. '採購核准11_dgv
  1017. '
  1018. Me.採購核准11_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1019. Me.採購核准11_dgv.BackgroundColor = System.Drawing.Color.White
  1020. Me.採購核准11_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  1021. DataGridViewCellStyle133.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1022. DataGridViewCellStyle133.BackColor = System.Drawing.Color.White
  1023. DataGridViewCellStyle133.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1024. DataGridViewCellStyle133.ForeColor = System.Drawing.SystemColors.WindowText
  1025. DataGridViewCellStyle133.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1026. DataGridViewCellStyle133.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1027. DataGridViewCellStyle133.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1028. Me.採購核准11_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle133
  1029. Me.採購核准11_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1030. DataGridViewCellStyle134.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1031. DataGridViewCellStyle134.BackColor = System.Drawing.Color.White
  1032. DataGridViewCellStyle134.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1033. DataGridViewCellStyle134.ForeColor = System.Drawing.SystemColors.ControlText
  1034. DataGridViewCellStyle134.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1035. DataGridViewCellStyle134.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1036. DataGridViewCellStyle134.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  1037. Me.採購核准11_dgv.DefaultCellStyle = DataGridViewCellStyle134
  1038. Me.採購核准11_dgv.GridColor = System.Drawing.Color.LightGray
  1039. Me.採購核准11_dgv.Location = New System.Drawing.Point(111, 57)
  1040. Me.採購核准11_dgv.Name = "採購核准11_dgv"
  1041. DataGridViewCellStyle135.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1042. DataGridViewCellStyle135.BackColor = System.Drawing.Color.White
  1043. DataGridViewCellStyle135.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1044. DataGridViewCellStyle135.ForeColor = System.Drawing.SystemColors.WindowText
  1045. DataGridViewCellStyle135.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1046. DataGridViewCellStyle135.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1047. DataGridViewCellStyle135.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1048. Me.採購核准11_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle135
  1049. Me.採購核准11_dgv.RowHeadersWidth = 5
  1050. Me.採購核准11_dgv.RowTemplate.Height = 24
  1051. Me.採購核准11_dgv.Size = New System.Drawing.Size(30, 22)
  1052. Me.採購核准11_dgv.TabIndex = 1682
  1053. '
  1054. '詢價單_dgv
  1055. '
  1056. Me.詢價單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1057. Me.詢價單_dgv.BackgroundColor = System.Drawing.Color.White
  1058. Me.詢價單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  1059. DataGridViewCellStyle136.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1060. DataGridViewCellStyle136.BackColor = System.Drawing.Color.White
  1061. DataGridViewCellStyle136.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1062. DataGridViewCellStyle136.ForeColor = System.Drawing.SystemColors.WindowText
  1063. DataGridViewCellStyle136.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1064. DataGridViewCellStyle136.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1065. DataGridViewCellStyle136.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1066. Me.詢價單_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle136
  1067. Me.詢價單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1068. DataGridViewCellStyle137.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1069. DataGridViewCellStyle137.BackColor = System.Drawing.Color.White
  1070. DataGridViewCellStyle137.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1071. DataGridViewCellStyle137.ForeColor = System.Drawing.SystemColors.ControlText
  1072. DataGridViewCellStyle137.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1073. DataGridViewCellStyle137.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1074. DataGridViewCellStyle137.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  1075. Me.詢價單_dgv.DefaultCellStyle = DataGridViewCellStyle137
  1076. Me.詢價單_dgv.GridColor = System.Drawing.Color.LightGray
  1077. Me.詢價單_dgv.Location = New System.Drawing.Point(75, 57)
  1078. Me.詢價單_dgv.Name = "詢價單_dgv"
  1079. DataGridViewCellStyle138.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1080. DataGridViewCellStyle138.BackColor = System.Drawing.Color.White
  1081. DataGridViewCellStyle138.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1082. DataGridViewCellStyle138.ForeColor = System.Drawing.SystemColors.WindowText
  1083. DataGridViewCellStyle138.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1084. DataGridViewCellStyle138.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1085. DataGridViewCellStyle138.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1086. Me.詢價單_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle138
  1087. Me.詢價單_dgv.RowHeadersWidth = 5
  1088. Me.詢價單_dgv.RowTemplate.Height = 24
  1089. Me.詢價單_dgv.Size = New System.Drawing.Size(30, 22)
  1090. Me.詢價單_dgv.TabIndex = 1681
  1091. '
  1092. '開始日期2_dtp
  1093. '
  1094. Me.開始日期2_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  1095. Me.開始日期2_dtp.Location = New System.Drawing.Point(180, 3)
  1096. Me.開始日期2_dtp.Name = "開始日期2_dtp"
  1097. Me.開始日期2_dtp.Size = New System.Drawing.Size(86, 23)
  1098. Me.開始日期2_dtp.TabIndex = 1678
  1099. '
  1100. '結束日期2_dtp
  1101. '
  1102. Me.結束日期2_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  1103. Me.結束日期2_dtp.Location = New System.Drawing.Point(267, 3)
  1104. Me.結束日期2_dtp.Name = "結束日期2_dtp"
  1105. Me.結束日期2_dtp.Size = New System.Drawing.Size(89, 23)
  1106. Me.結束日期2_dtp.TabIndex = 1679
  1107. '
  1108. '開始日期1_dtp
  1109. '
  1110. Me.開始日期1_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  1111. Me.開始日期1_dtp.Location = New System.Drawing.Point(3, 28)
  1112. Me.開始日期1_dtp.Name = "開始日期1_dtp"
  1113. Me.開始日期1_dtp.Size = New System.Drawing.Size(86, 23)
  1114. Me.開始日期1_dtp.TabIndex = 1676
  1115. '
  1116. '結束日期1_dtp
  1117. '
  1118. Me.結束日期1_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  1119. Me.結束日期1_dtp.Location = New System.Drawing.Point(90, 28)
  1120. Me.結束日期1_dtp.Name = "結束日期1_dtp"
  1121. Me.結束日期1_dtp.Size = New System.Drawing.Size(89, 23)
  1122. Me.結束日期1_dtp.TabIndex = 1677
  1123. '
  1124. '結束日期_dtp
  1125. '
  1126. Me.結束日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  1127. Me.結束日期_dtp.Location = New System.Drawing.Point(90, 3)
  1128. Me.結束日期_dtp.Name = "結束日期_dtp"
  1129. Me.結束日期_dtp.Size = New System.Drawing.Size(89, 23)
  1130. Me.結束日期_dtp.TabIndex = 1580
  1131. '
  1132. '開始日期_dtp
  1133. '
  1134. Me.開始日期_dtp.Enabled = False
  1135. Me.開始日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  1136. Me.開始日期_dtp.Location = New System.Drawing.Point(3, 3)
  1137. Me.開始日期_dtp.Name = "開始日期_dtp"
  1138. Me.開始日期_dtp.Size = New System.Drawing.Size(86, 23)
  1139. Me.開始日期_dtp.TabIndex = 1579
  1140. '
  1141. 'Panel2
  1142. '
  1143. Me.Panel2.Controls.Add(Me.Label3)
  1144. Me.Panel2.Controls.Add(Me.執行次數_tb)
  1145. Me.Panel2.Controls.Add(Me.系統時間_tb)
  1146. Me.Panel2.Controls.Add(Me.Label2)
  1147. Me.Panel2.Controls.Add(Me.GroupBox1)
  1148. Me.Panel2.Controls.Add(Me.執行_bt)
  1149. Me.Panel2.Controls.Add(Me.DA3_bt)
  1150. Me.Panel2.Controls.Add(Me.DA2_bt)
  1151. Me.Panel2.Controls.Add(Me.DA1_bt)
  1152. Me.Panel2.Controls.Add(Me.月_ch)
  1153. Me.Panel2.Controls.Add(Me.周_ch)
  1154. Me.Panel2.Controls.Add(Me.天_ch)
  1155. Me.Panel2.Controls.Add(Me.星期_tb)
  1156. Me.Panel2.Controls.Add(Me.系統日期_tb)
  1157. Me.Panel2.Controls.Add(Me.Label1)
  1158. Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill
  1159. Me.Panel2.Location = New System.Drawing.Point(0, 0)
  1160. Me.Panel2.Name = "Panel2"
  1161. Me.Panel2.Size = New System.Drawing.Size(376, 376)
  1162. Me.Panel2.TabIndex = 1
  1163. '
  1164. '系統時間_tb
  1165. '
  1166. Me.系統時間_tb.Location = New System.Drawing.Point(238, 31)
  1167. Me.系統時間_tb.Name = "系統時間_tb"
  1168. Me.系統時間_tb.Size = New System.Drawing.Size(76, 23)
  1169. Me.系統時間_tb.TabIndex = 1592
  1170. Me.系統時間_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  1171. '
  1172. 'Label2
  1173. '
  1174. Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  1175. Me.Label2.ForeColor = System.Drawing.Color.Red
  1176. Me.Label2.Location = New System.Drawing.Point(5, 304)
  1177. Me.Label2.Name = "Label2"
  1178. Me.Label2.Size = New System.Drawing.Size(368, 67)
  1179. Me.Label2.TabIndex = 1591
  1180. Me.Label2.Text = resources.GetString("Label2.Text")
  1181. '
  1182. 'GroupBox1
  1183. '
  1184. Me.GroupBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  1185. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  1186. Me.GroupBox1.Controls.Add(Me.狀態3_ch)
  1187. Me.GroupBox1.Controls.Add(Me.狀態2_ch)
  1188. Me.GroupBox1.Controls.Add(Me.狀態1_ch)
  1189. Me.GroupBox1.ForeColor = System.Drawing.Color.Red
  1190. Me.GroupBox1.Location = New System.Drawing.Point(8, 86)
  1191. Me.GroupBox1.Name = "GroupBox1"
  1192. Me.GroupBox1.Size = New System.Drawing.Size(359, 214)
  1193. Me.GroupBox1.TabIndex = 1590
  1194. Me.GroupBox1.TabStop = False
  1195. Me.GroupBox1.Text = "自動模式 - 未啟動"
  1196. '
  1197. '狀態3_ch
  1198. '
  1199. Me.狀態3_ch.AutoSize = True
  1200. Me.狀態3_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1201. Me.狀態3_ch.Location = New System.Drawing.Point(6, 74)
  1202. Me.狀態3_ch.Name = "狀態3_ch"
  1203. Me.狀態3_ch.Size = New System.Drawing.Size(326, 20)
  1204. Me.狀態3_ch.TabIndex = 1591
  1205. Me.狀態3_ch.Text = "系統工作狀態-匯總自動計算-週期 : 每小時- 狀態 : 未完成"
  1206. Me.狀態3_ch.UseVisualStyleBackColor = True
  1207. '
  1208. '狀態2_ch
  1209. '
  1210. Me.狀態2_ch.AutoSize = True
  1211. Me.狀態2_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1212. Me.狀態2_ch.Location = New System.Drawing.Point(6, 48)
  1213. Me.狀態2_ch.Name = "狀態2_ch"
  1214. Me.狀態2_ch.Size = New System.Drawing.Size(325, 20)
  1215. Me.狀態2_ch.TabIndex = 1590
  1216. Me.狀態2_ch.Text = "B組工人薪資表-匯總自動計算-週期 : 每日 - 狀態 : 未完成"
  1217. Me.狀態2_ch.UseVisualStyleBackColor = True
  1218. '
  1219. '狀態1_ch
  1220. '
  1221. Me.狀態1_ch.AutoSize = True
  1222. Me.狀態1_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1223. Me.狀態1_ch.Location = New System.Drawing.Point(6, 22)
  1224. Me.狀態1_ch.Name = "狀態1_ch"
  1225. Me.狀態1_ch.Size = New System.Drawing.Size(326, 20)
  1226. Me.狀態1_ch.TabIndex = 1589
  1227. Me.狀態1_ch.Text = "A組工人薪資表-匯總自動計算-週期 : 每日 - 狀態 : 未完成"
  1228. Me.狀態1_ch.UseVisualStyleBackColor = True
  1229. '
  1230. '執行_bt
  1231. '
  1232. Me.執行_bt.BackgroundImage = Global.Calculator_Backend_SYS.My.Resources.Resources.system
  1233. Me.執行_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  1234. Me.執行_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1235. Me.執行_bt.Location = New System.Drawing.Point(316, 3)
  1236. Me.執行_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1237. Me.執行_bt.Name = "執行_bt"
  1238. Me.執行_bt.Size = New System.Drawing.Size(51, 51)
  1239. Me.執行_bt.TabIndex = 1588
  1240. Me.執行_bt.UseVisualStyleBackColor = True
  1241. '
  1242. 'DA3_bt
  1243. '
  1244. Me.DA3_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1245. Me.DA3_bt.Location = New System.Drawing.Point(251, 3)
  1246. Me.DA3_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1247. Me.DA3_bt.Name = "DA3_bt"
  1248. Me.DA3_bt.Size = New System.Drawing.Size(64, 25)
  1249. Me.DA3_bt.TabIndex = 1587
  1250. Me.DA3_bt.Text = "AAA"
  1251. Me.DA3_bt.UseVisualStyleBackColor = True
  1252. '
  1253. 'DA2_bt
  1254. '
  1255. Me.DA2_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1256. Me.DA2_bt.Location = New System.Drawing.Point(187, 3)
  1257. Me.DA2_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1258. Me.DA2_bt.Name = "DA2_bt"
  1259. Me.DA2_bt.Size = New System.Drawing.Size(64, 25)
  1260. Me.DA2_bt.TabIndex = 1586
  1261. Me.DA2_bt.Text = "AAA"
  1262. Me.DA2_bt.UseVisualStyleBackColor = True
  1263. '
  1264. 'DA1_bt
  1265. '
  1266. Me.DA1_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1267. Me.DA1_bt.Location = New System.Drawing.Point(123, 3)
  1268. Me.DA1_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1269. Me.DA1_bt.Name = "DA1_bt"
  1270. Me.DA1_bt.Size = New System.Drawing.Size(64, 25)
  1271. Me.DA1_bt.TabIndex = 1585
  1272. Me.DA1_bt.Text = "AAA"
  1273. Me.DA1_bt.UseVisualStyleBackColor = True
  1274. '
  1275. '月_ch
  1276. '
  1277. Me.月_ch.AutoSize = True
  1278. Me.月_ch.Location = New System.Drawing.Point(88, 5)
  1279. Me.月_ch.Name = "月_ch"
  1280. Me.月_ch.Size = New System.Drawing.Size(38, 20)
  1281. Me.月_ch.TabIndex = 1584
  1282. Me.月_ch.Text = "月"
  1283. Me.月_ch.UseVisualStyleBackColor = True
  1284. '
  1285. '周_ch
  1286. '
  1287. Me.周_ch.AutoSize = True
  1288. Me.周_ch.Location = New System.Drawing.Point(48, 5)
  1289. Me.周_ch.Name = "周_ch"
  1290. Me.周_ch.Size = New System.Drawing.Size(38, 20)
  1291. Me.周_ch.TabIndex = 1583
  1292. Me.周_ch.Text = "周"
  1293. Me.周_ch.UseVisualStyleBackColor = True
  1294. '
  1295. '天_ch
  1296. '
  1297. Me.天_ch.AutoSize = True
  1298. Me.天_ch.Location = New System.Drawing.Point(8, 5)
  1299. Me.天_ch.Name = "天_ch"
  1300. Me.天_ch.Size = New System.Drawing.Size(38, 20)
  1301. Me.天_ch.TabIndex = 1582
  1302. Me.天_ch.Text = "天"
  1303. Me.天_ch.UseVisualStyleBackColor = True
  1304. '
  1305. '星期_tb
  1306. '
  1307. Me.星期_tb.Location = New System.Drawing.Point(169, 31)
  1308. Me.星期_tb.Name = "星期_tb"
  1309. Me.星期_tb.Size = New System.Drawing.Size(66, 23)
  1310. Me.星期_tb.TabIndex = 2
  1311. Me.星期_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  1312. '
  1313. 'Label1
  1314. '
  1315. Me.Label1.AutoSize = True
  1316. Me.Label1.Location = New System.Drawing.Point(5, 34)
  1317. Me.Label1.Name = "Label1"
  1318. Me.Label1.Size = New System.Drawing.Size(64, 16)
  1319. Me.Label1.TabIndex = 1
  1320. Me.Label1.Text = "系統日期 : "
  1321. '
  1322. '系統日期_tb
  1323. '
  1324. Me.系統日期_tb.Location = New System.Drawing.Point(67, 31)
  1325. Me.系統日期_tb.Name = "系統日期_tb"
  1326. Me.系統日期_tb.Size = New System.Drawing.Size(99, 23)
  1327. Me.系統日期_tb.TabIndex = 0
  1328. Me.系統日期_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  1329. '
  1330. 'Timer1
  1331. '
  1332. Me.Timer1.Interval = 60000
  1333. '
  1334. 'Timer2
  1335. '
  1336. Me.Timer2.Interval = 1000
  1337. '
  1338. '執行次數_tb
  1339. '
  1340. Me.執行次數_tb.Location = New System.Drawing.Point(300, 57)
  1341. Me.執行次數_tb.Name = "執行次數_tb"
  1342. Me.執行次數_tb.Size = New System.Drawing.Size(66, 23)
  1343. Me.執行次數_tb.TabIndex = 1593
  1344. Me.執行次數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  1345. '
  1346. 'Label3
  1347. '
  1348. Me.Label3.AutoSize = True
  1349. Me.Label3.Location = New System.Drawing.Point(234, 61)
  1350. Me.Label3.Name = "Label3"
  1351. Me.Label3.Size = New System.Drawing.Size(64, 16)
  1352. Me.Label3.TabIndex = 1594
  1353. Me.Label3.Text = "執行次數 : "
  1354. '
  1355. 'Calculator_Backend_SYS
  1356. '
  1357. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  1358. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1359. Me.ClientSize = New System.Drawing.Size(376, 376)
  1360. Me.Controls.Add(Me.Panel2)
  1361. Me.Controls.Add(Me.Panel1)
  1362. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1363. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  1364. Me.Margin = New System.Windows.Forms.Padding(4)
  1365. Me.Name = "Calculator_Backend_SYS"
  1366. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  1367. Me.Text = "Calculator-Backend-SYS"
  1368. Me.Panel1.ResumeLayout(False)
  1369. Me.Panel1.PerformLayout()
  1370. CType(Me.驗收未簽回_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1371. CType(Me.保固未簽回_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1372. CType(Me.合約未簽回_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1373. CType(Me.報價未簽回_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1374. CType(Me.報價未完成_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1375. CType(Me.合約未放行_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1376. CType(Me.合約預估利潤_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1377. CType(Me.未開工程進度表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1378. CType(Me.合約未指定主管_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1379. CType(Me.合約未驗收_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1380. CType(Me.合約請款5_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1381. CType(Me.合約請款4_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1382. CType(Me.合約請款3_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1383. CType(Me.合約請款2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1384. CType(Me.合約請款1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1385. CType(Me.聯絡函_未驗收_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1386. CType(Me.聯絡函_未執行_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1387. CType(Me.聯絡函_未收_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1388. CType(Me.聯絡函_未審_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1389. CType(Me.採購核准12_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1390. CType(Me.請購單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1391. CType(Me.採購核准11_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1392. CType(Me.詢價單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1393. Me.Panel2.ResumeLayout(False)
  1394. Me.Panel2.PerformLayout()
  1395. Me.GroupBox1.ResumeLayout(False)
  1396. Me.GroupBox1.PerformLayout()
  1397. Me.ResumeLayout(False)
  1398. End Sub
  1399. Friend WithEvents Panel1 As Panel
  1400. Friend WithEvents Panel2 As Panel
  1401. Friend WithEvents Label1 As Label
  1402. Friend WithEvents 系統日期_tb As TextBox
  1403. Friend WithEvents 星期_tb As TextBox
  1404. Friend WithEvents DA3_bt As Button
  1405. Friend WithEvents DA2_bt As Button
  1406. Friend WithEvents DA1_bt As Button
  1407. Friend WithEvents 月_ch As CheckBox
  1408. Friend WithEvents 周_ch As CheckBox
  1409. Friend WithEvents 天_ch As CheckBox
  1410. Friend WithEvents 結束日期_dtp As DateTimePicker
  1411. Friend WithEvents 開始日期_dtp As DateTimePicker
  1412. Friend WithEvents 開始日期2_dtp As DateTimePicker
  1413. Friend WithEvents 結束日期2_dtp As DateTimePicker
  1414. Friend WithEvents 開始日期1_dtp As DateTimePicker
  1415. Friend WithEvents 結束日期1_dtp As DateTimePicker
  1416. Friend WithEvents 執行_bt As Button
  1417. Friend WithEvents 狀態1_ch As CheckBox
  1418. Friend WithEvents Timer1 As Timer
  1419. Friend WithEvents GroupBox1 As GroupBox
  1420. Friend WithEvents Label2 As Label
  1421. Friend WithEvents 狀態2_ch As CheckBox
  1422. Friend WithEvents 狀態3_ch As CheckBox
  1423. Friend WithEvents 驗收未簽回_dgv As DataGridView
  1424. Friend WithEvents 保固未簽回_dgv As DataGridView
  1425. Friend WithEvents 合約未簽回_dgv As DataGridView
  1426. Friend WithEvents 報價未簽回_dgv As DataGridView
  1427. Friend WithEvents 報價未完成_dgv As DataGridView
  1428. Friend WithEvents 合約未放行_dgv As DataGridView
  1429. Friend WithEvents 合約預估利潤_dgv As DataGridView
  1430. Friend WithEvents 未開工程進度表_dgv As DataGridView
  1431. Friend WithEvents 合約未指定主管_dgv As DataGridView
  1432. Friend WithEvents 合約未驗收_dgv As DataGridView
  1433. Friend WithEvents 合約請款5_dgv As DataGridView
  1434. Friend WithEvents 合約請款4_dgv As DataGridView
  1435. Friend WithEvents 合約請款3_dgv As DataGridView
  1436. Friend WithEvents 合約請款2_dgv As DataGridView
  1437. Friend WithEvents 合約請款1_dgv As DataGridView
  1438. Friend WithEvents 聯絡函_未驗收_dgv As DataGridView
  1439. Friend WithEvents 聯絡函_未執行_dgv As DataGridView
  1440. Friend WithEvents 聯絡函_未收_dgv As DataGridView
  1441. Friend WithEvents 聯絡函_未審_dgv As DataGridView
  1442. Friend WithEvents 採購核准12_dgv As DataGridView
  1443. Friend WithEvents 請購單_dgv As DataGridView
  1444. Friend WithEvents 採購核准11_dgv As DataGridView
  1445. Friend WithEvents 詢價單_dgv As DataGridView
  1446. Friend WithEvents 系統時間_tb As TextBox
  1447. Friend WithEvents Timer2 As Timer
  1448. Friend WithEvents 時機_tb As TextBox
  1449. Friend WithEvents Label3 As Label
  1450. Friend WithEvents 執行次數_tb As TextBox
  1451. End Class